From cbf3eece5ff457081abc89bebf3317b211df3686 Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Tue, 2 Jul 2024 23:05:47 +0530 Subject: [PATCH 001/147] testCurl8 Signed-off-by: SahithiMy --- .studio/common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.studio/common b/.studio/common index 6c2d231e2ef..4f5c32b4755 100644 --- a/.studio/common +++ b/.studio/common @@ -202,7 +202,7 @@ EOF function build() { local hab_build #set HAB_BLDR_CHANNEL to dev as part of the hab package refresh - local HAB_BLDR_CHANNEL=dev + local HAB_BLDR_CHANNEL=curl8 # Support for hab v.0.63.0 if [ -f /bin/build ]; then @@ -217,7 +217,7 @@ function build() { if [ -z "$hab_build" ]; then exit_with "Hab build binary not found. Verify the 'build' wrapper inside the studio." 22 else - HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-dev} $hab_build "$@" + HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-curl8} $hab_build "$@" fi } From 1470ba3862c5cf2015e82b4e4b6f05f1c026af3a Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Wed, 3 Jul 2024 08:48:22 +0530 Subject: [PATCH 002/147] testCurl8 Signed-off-by: SahithiMy --- .studio/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studio/common b/.studio/common index 4f5c32b4755..4b10b9a33e4 100644 --- a/.studio/common +++ b/.studio/common @@ -202,7 +202,7 @@ EOF function build() { local hab_build #set HAB_BLDR_CHANNEL to dev as part of the hab package refresh - local HAB_BLDR_CHANNEL=curl8 + local HAB_BLDR_CHANNEL=dev # Support for hab v.0.63.0 if [ -f /bin/build ]; then From adc70bd54c76449f68a8f25d5ecc6c561fbd356c Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Wed, 3 Jul 2024 10:10:33 +0530 Subject: [PATCH 003/147] nginx pipeline fix Signed-off-by: SahithiMy --- .studio/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studio/common b/.studio/common index 4b10b9a33e4..4f5c32b4755 100644 --- a/.studio/common +++ b/.studio/common @@ -202,7 +202,7 @@ EOF function build() { local hab_build #set HAB_BLDR_CHANNEL to dev as part of the hab package refresh - local HAB_BLDR_CHANNEL=dev + local HAB_BLDR_CHANNEL=curl8 # Support for hab v.0.63.0 if [ -f /bin/build ]; then From a61b995edc03c1c5f64343977e0d533a21c724ac Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Wed, 3 Jul 2024 11:00:49 +0530 Subject: [PATCH 004/147] automate-cluster-ctl pipeline fix Signed-off-by: SahithiMy --- components/automate-cluster-ctl/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-cluster-ctl/habitat/plan.sh b/components/automate-cluster-ctl/habitat/plan.sh index 86a40375e15..3de759b31a3 100644 --- a/components/automate-cluster-ctl/habitat/plan.sh +++ b/components/automate-cluster-ctl/habitat/plan.sh @@ -21,7 +21,7 @@ pkg_deps=( core/jq-static core/openssh core/make - core/curl + core/curl/7.79.1/20240105235730 core/terraform1 core/hab/1.6.1205/20241107140309 core/openssl/1.0.2zi From 98c0928f4f598865e3455346fbc25dc77a733637 Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Wed, 3 Jul 2024 11:44:22 +0530 Subject: [PATCH 005/147] automate-backend-deployment pipeline fix Signed-off-by: SahithiMy --- components/automate-backend-deployment/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-backend-deployment/habitat/plan.sh b/components/automate-backend-deployment/habitat/plan.sh index f0e966642ea..c8f1c042ee3 100644 --- a/components/automate-backend-deployment/habitat/plan.sh +++ b/components/automate-backend-deployment/habitat/plan.sh @@ -21,7 +21,7 @@ pkg_deps=( core/openssh core/openssl/1.0.2zi core/make - core/curl + core/curl/7.79.1/20240105235730 core/rsync core/terraform1 core/busybox-static From 9ed9d4e2a91ef2027229e6fd2d282683ece5077f Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Mon, 15 Jul 2024 11:06:03 +0530 Subject: [PATCH 006/147] removed pinned version Signed-off-by: SahithiMy --- components/automate-backend-deployment/habitat/plan.sh | 2 +- components/automate-cluster-ctl/habitat/plan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/automate-backend-deployment/habitat/plan.sh b/components/automate-backend-deployment/habitat/plan.sh index c8f1c042ee3..f0e966642ea 100644 --- a/components/automate-backend-deployment/habitat/plan.sh +++ b/components/automate-backend-deployment/habitat/plan.sh @@ -21,7 +21,7 @@ pkg_deps=( core/openssh core/openssl/1.0.2zi core/make - core/curl/7.79.1/20240105235730 + core/curl core/rsync core/terraform1 core/busybox-static diff --git a/components/automate-cluster-ctl/habitat/plan.sh b/components/automate-cluster-ctl/habitat/plan.sh index 3de759b31a3..86a40375e15 100644 --- a/components/automate-cluster-ctl/habitat/plan.sh +++ b/components/automate-cluster-ctl/habitat/plan.sh @@ -21,7 +21,7 @@ pkg_deps=( core/jq-static core/openssh core/make - core/curl/7.79.1/20240105235730 + core/curl core/terraform1 core/hab/1.6.1205/20241107140309 core/openssl/1.0.2zi From 00489147fda5a8775ceb94ad92f54eff9c7a638a Mon Sep 17 00:00:00 2001 From: SahithiMy Date: Mon, 9 Sep 2024 11:50:39 +0530 Subject: [PATCH 007/147] Rebasing Signed-off-by: SahithiMy --- .studio/common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.studio/common b/.studio/common index 4f5c32b4755..1d3c79afe06 100644 --- a/.studio/common +++ b/.studio/common @@ -202,7 +202,7 @@ EOF function build() { local hab_build #set HAB_BLDR_CHANNEL to dev as part of the hab package refresh - local HAB_BLDR_CHANNEL=curl8 + local HAB_BLDR_CHANNEL=stable # Support for hab v.0.63.0 if [ -f /bin/build ]; then @@ -217,7 +217,7 @@ function build() { if [ -z "$hab_build" ]; then exit_with "Hab build binary not found. Verify the 'build' wrapper inside the studio." 22 else - HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-curl8} $hab_build "$@" + HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-stable} $hab_build "$@" fi } From d48ab8575a56d6671eed056e124a3753bd173cc1 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 13:16:39 +0530 Subject: [PATCH 008/147] GOlang update to version 1.22.0 Signed-off-by: daveaugustus --- api/external/go.sum | 21 ++++----- buf.yaml | 2 +- go.mod | 4 +- go.sum | 103 ++++++++------------------------------------ protovendor/go.mod | 4 +- protovendor/go.sum | 4 +- 6 files changed, 34 insertions(+), 104 deletions(-) diff --git a/api/external/go.sum b/api/external/go.sum index 7e3c2609ee6..61e2c275d2b 100644 --- a/api/external/go.sum +++ b/api/external/go.sum @@ -2,7 +2,6 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/aws/aws-sdk-go v1.40.32/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -35,19 +34,16 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMchFtkdrS4BIj5o= -github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= -github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= -github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= +github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo= +github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/olivere/elastic/v7 v7.0.28 h1:KAP4EuaEcvPJknRNkAAso1xeu0C1+/CeDQsxj9Cw9Fg= -github.com/olivere/elastic/v7 v7.0.28/go.mod h1:DzHQoqd6YqSuvF1lk/fR4cW4FNUNzSD5/F5MBm3GRMo= -github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= +github.com/olivere/elastic/v7 v7.0.32 h1:R7CXvbu8Eq+WlsLgxmKVKPox0oOwAE/2T9Si5BnvK6E= +github.com/olivere/elastic/v7 v7.0.32/go.mod h1:c7PVmLe3Fxq77PIfY/bZmxY/TAamBhCzZ8xDOE09a9k= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= @@ -73,10 +69,8 @@ golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20210614182718-04defd469f4e h1:XpT3nA5TvE525Ne3hInMh6+GETgn27Zfm9dxsThnX2Q= -golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20200822124328-c89045814202 h1:VvcQYSHwXgi7W+TpUR6A9g6Up98WAHf3f/ulnJ62IyA= +golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -97,8 +91,9 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884 h1:fiNLklpBwWK1mth30Hlwk+fcdBmIALlgF5iy77O37Ig= diff --git a/buf.yaml b/buf.yaml index 513ba1008a1..d32cc71c87d 100644 --- a/buf.yaml +++ b/buf.yaml @@ -33,7 +33,7 @@ # special cases. Unless noted otherwise, the style guide exceptions configured # here are intended only to cover older code. Follow the style guide whenever # you can do so without breaking things. - +version: v1 build: roots: - api diff --git a/go.mod b/go.mod index 22774cc83ce..a79e94f9290 100644 --- a/go.mod +++ b/go.mod @@ -102,7 +102,7 @@ require ( ) require ( - github.com/ansrivas/fiberprometheus/v2 v2.6.0 + github.com/ansrivas/fiberprometheus/v2 v2.7.0 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 github.com/bufbuild/buf v0.29.0 github.com/chef/automate/api/external v0.0.0-20240828051912-8c022fa4f66b @@ -114,6 +114,8 @@ require ( github.com/prashantv/gostub v1.1.0 github.com/shirou/gopsutil v3.21.11+incompatible go.uber.org/automaxprocs v1.5.3 + google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed + google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed ) require ( diff --git a/go.sum b/go.sum index 799a97c92c6..a743ac5e930 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,9 @@ -bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= cloud.google.com/go v0.0.0-20170206221025-ce650573d812/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= @@ -32,7 +29,6 @@ cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM7 cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY= cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.4.0/go.mod h1:NjjGEnxCS3CAKYp+vmALu20QzcqasGodQp48WxJGAYc= cloud.google.com/go/iam v0.7.0 h1:k4MuwOsS7zGJJ+QfZ5vBK8SgHBAvYN/23BWsiihJ1vs= @@ -106,7 +102,6 @@ github.com/Azure/go-autorest/autorest/to v0.4.0/go.mod h1:fE8iZBn7LQR7zH/9XU2NcP github.com/Azure/go-autorest/autorest/validation v0.3.0/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= github.com/Azure/go-autorest/autorest/validation v0.3.1 h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac= github.com/Azure/go-autorest/autorest/validation v0.3.1/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= -github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= @@ -117,7 +112,6 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= -github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= @@ -145,7 +139,6 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/alexedwards/scs v1.4.1 h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0= github.com/alexedwards/scs v1.4.1/go.mod h1:JRIFiXthhMSivuGbxpzUa0/hT5rz2hpyw61Bmd+S1bg= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= @@ -256,7 +249,6 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 h1:rIXlvz2IWiupMFlC45cZCXZFvKX/ExBcSLrDy2G0Lp8= github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5/go.mod h1:p/NrK5tF6ICIly4qwEDsf6VDirFiWWz0FenfYBwJaKQ= github.com/cpuguy83/go-md2man v1.0.8/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY= -github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= @@ -278,7 +270,8 @@ github.com/dexidp/dex/api/v2 v2.0.0/go.mod h1:k5arBJT1QYvpsEY3sEd0NXJp3hKWKuUUfz github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= +github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g= +github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= @@ -303,8 +296,9 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.4.0 h1:0Hedkeb8AtERQoi/wLDxdMr6iOU4g6Mw0RfB2IEpEhk= github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= +github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= +github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= @@ -371,9 +365,8 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= -github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= -github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= +github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= +github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= @@ -404,7 +397,6 @@ github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= -github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= @@ -440,8 +432,6 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= @@ -461,11 +451,12 @@ github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9/go.mod h1:XA3DeT6rxh2 github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP0HCqCz+K4ts155PXIlUywf0wqN+GfPZw= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/flatbuffers v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw= +github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= @@ -625,14 +616,12 @@ github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9Y github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= -github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ= github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= -github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= @@ -648,7 +637,6 @@ github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g= github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= -github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= @@ -665,8 +653,6 @@ github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= @@ -870,26 +856,19 @@ github.com/pquerna/cachecontrol v0.2.0 h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEn github.com/pquerna/cachecontrol v0.2.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= -github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= -github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= -github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw= -github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= +github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg= +github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= -github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= -github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= +github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= @@ -900,7 +879,6 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= @@ -931,7 +909,6 @@ github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= github.com/russellhaering/goxmldsig v1.1.0 h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk= github.com/russellhaering/goxmldsig v1.1.0/go.mod h1:QK8GhXPB3+AfuCrfo0oRISa9NfzeCpWmxeGnqEpDF9o= github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= @@ -958,8 +935,9 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1 github.com/smartystreets/assertions v1.1.1/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/smartystreets/gunit v1.4.2/go.mod h1:ZjM1ozSIMJlAz/ay4SG8PeKF00ckUp+zMHZXV9/bvak= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= +github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= @@ -986,6 +964,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.7.0 h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= +github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= +github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= @@ -1077,8 +1057,6 @@ go.mongodb.org/mongo-driver v1.16.1/go.mod h1:oB6AhJQvFQL4LEHyXi6aJzQJtBiTQHiAd8 go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= @@ -1162,7 +1140,6 @@ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMk golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181023182221-1baf3a9d7d67/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -1181,7 +1158,6 @@ golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCc golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= @@ -1219,14 +1195,7 @@ golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= @@ -1240,8 +1209,6 @@ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96b golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= @@ -1252,7 +1219,6 @@ golang.org/x/oauth2 v0.0.0-20170207211851-4464e7848382/go.mod h1:N/0e6XlmueqKjAG golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= @@ -1271,7 +1237,6 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1295,7 +1260,6 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1319,10 +1283,7 @@ golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1365,7 +1326,6 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1410,7 +1370,6 @@ golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181120060634-fc4f04983f62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1419,8 +1378,6 @@ golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= @@ -1436,27 +1393,9 @@ golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= @@ -1530,7 +1469,6 @@ google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6 google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= @@ -1557,7 +1495,6 @@ google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215/go.mod h1:55QSHmfG google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1583,15 +1520,11 @@ google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEd google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= @@ -1619,8 +1552,8 @@ google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12/go.mod h1:9JNX7 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= -google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= +google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d h1:TxyelI5cVkbREznMhfzycHdkp5cLA7DpE+GKjSslYhM= diff --git a/protovendor/go.mod b/protovendor/go.mod index f1d35746734..d4d3a08523e 100644 --- a/protovendor/go.mod +++ b/protovendor/go.mod @@ -3,8 +3,8 @@ module github.com/chef/automate/protovendor go 1.22 require ( - github.com/envoyproxy/protoc-gen-validate v0.4.1 - github.com/grpc-ecosystem/grpc-gateway v1.14.8 + github.com/envoyproxy/protoc-gen-validate v1.1.0 + github.com/grpc-ecosystem/grpc-gateway v1.16.0 ) require ( diff --git a/protovendor/go.sum b/protovendor/go.sum index 937340e4966..c573380cd33 100644 --- a/protovendor/go.sum +++ b/protovendor/go.sum @@ -55,8 +55,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.4.1 h1:7dLaJvASGRD7X49jSCSXXHwKPm0ZN9r9kJD+p+vS7dM= -github.com/envoyproxy/protoc-gen-validate v0.4.1/go.mod h1:E+IEazqdaWv3FrnGtZIu3b9fPFMK8AzeTTrk9SfVwWs= +github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= +github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= From 322cdab8a72939783d6ef8e0c03088b6ea1ae5ca Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 14:57:06 +0530 Subject: [PATCH 009/147] golang v1.22.5 Signed-off-by: daveaugustus --- .expeditor/generate-automate-cli-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/generate-automate-cli-docs.sh b/.expeditor/generate-automate-cli-docs.sh index de4c548fe00..448599d3bd0 100755 --- a/.expeditor/generate-automate-cli-docs.sh +++ b/.expeditor/generate-automate-cli-docs.sh @@ -2,7 +2,7 @@ set -eou pipefail # bumping expeditor to go 1.22 -hab pkg install --binlink core/go22 --force +hab pkg install --binlink core/go1_22/1.22.5/20240805184444 --force pushd components/automate-cli make docs From 7455b18f0e549d3a007693b1550152a0b8174bea Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 15:31:59 +0530 Subject: [PATCH 010/147] Modified Go version in all the files Signed-off-by: daveaugustus --- .expeditor/generate-automate-cli-docs.sh | 2 +- .expeditor/license_scout.sh | 2 +- .studio/common | 2 +- .studio/compliance-service | 2 +- .studiorc | 2 +- Makefile.common_go | 2 +- components/automate-dex/habitat/plan.sh | 2 +- components/automate-scaffolding-go/habitat/plan.sh | 2 +- scripts/install_golang.sh | 2 +- scripts/repo_health.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.expeditor/generate-automate-cli-docs.sh b/.expeditor/generate-automate-cli-docs.sh index 448599d3bd0..fbdf052626b 100755 --- a/.expeditor/generate-automate-cli-docs.sh +++ b/.expeditor/generate-automate-cli-docs.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eou pipefail -# bumping expeditor to go 1.22 +# bumping expeditor to go 1.22.5 hab pkg install --binlink core/go1_22/1.22.5/20240805184444 --force pushd components/automate-cli diff --git a/.expeditor/license_scout.sh b/.expeditor/license_scout.sh index 804cf9ddc5f..45743cf881c 100755 --- a/.expeditor/license_scout.sh +++ b/.expeditor/license_scout.sh @@ -43,7 +43,7 @@ gem install license_scout -v 2.5.1 log "Finished Installing License Scout" log_section_start "Installing Go 1.22.5" -hab pkg install --force --binlink core/go22/1.22.5 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" +hab pkg install --force --binlink core/go1_22/1.22.5/20240805184444 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" go version log "Finished Installing Go 1.22.5" diff --git a/.studio/common b/.studio/common index 1d3c79afe06..36bba1847c1 100644 --- a/.studio/common +++ b/.studio/common @@ -98,7 +98,7 @@ function link_component_bin() { } function desired_golang_ident() { - echo "core/go22/$(cat /src/GOLANG_VERSION)" + echo "core/go1_22/1.22.5/20240805184444/$(cat /src/GOLANG_VERSION)" } function verify_components_have_platform_config() { diff --git a/.studio/compliance-service b/.studio/compliance-service index f07d0888186..2cc97e18415 100644 --- a/.studio/compliance-service +++ b/.studio/compliance-service @@ -146,7 +146,7 @@ function load_scan_jobs() { # shellcheck disable=SC1091 source dev/secrets-env.sh pushd dev-docs/adding-data &> /dev/null - iinstall_if_missing core/go22 go + install_if_missing core/go1_22/1.22.5/20240805184444 go go run add_scanjobs.go popd &> /dev/null fi diff --git a/.studiorc b/.studiorc index 9931437ac32..e5252f9df0d 100644 --- a/.studiorc +++ b/.studiorc @@ -5,7 +5,7 @@ export HAB_ORIGIN=${HAB_ORIGIN:-chef} # Bring studio-common to life RECOMMENDED_HAB_VERSION="1.6.1205" -GOLANGCILINTVERSION=1.60.1 +GOLANGCILINTVERSION=1.60.3 # TODO(ssd) 2019-11-19: https://github.com/habitat-sh/habitat/issues/7219 unset SSL_CERT_FILE diff --git a/Makefile.common_go b/Makefile.common_go index f1dc83ab59a..4eac9ef67dc 100644 --- a/Makefile.common_go +++ b/Makefile.common_go @@ -15,7 +15,7 @@ endif ifeq ($(UNAME_S),Darwin) PLATFORM:=darwin-amd64 endif -GOLANGCILINTVERSION?=1.60.1 +GOLANGCILINTVERSION?=1.60.3 GOLANGCILINTTARBALL:=golangci-lint-$(GOLANGCILINTVERSION)-$(PLATFORM).tar.gz LINTERARGS?=./... diff --git a/components/automate-dex/habitat/plan.sh b/components/automate-dex/habitat/plan.sh index 10586bb5c07..7b2e7374dd5 100644 --- a/components/automate-dex/habitat/plan.sh +++ b/components/automate-dex/habitat/plan.sh @@ -28,7 +28,7 @@ pkg_deps=( core/curl # health_check hook ) -pkg_build_deps=(core/go22 core/git core/gcc) +pkg_build_deps=(core/go1_22/1.22.5/20240805184444 core/git core/gcc) pkg_scaffolding="${local_scaffolding_origin:-chef}/automate-scaffolding" diff --git a/components/automate-scaffolding-go/habitat/plan.sh b/components/automate-scaffolding-go/habitat/plan.sh index 235a4afc5f8..b64769d3b80 100644 --- a/components/automate-scaffolding-go/habitat/plan.sh +++ b/components/automate-scaffolding-go/habitat/plan.sh @@ -11,7 +11,7 @@ pkg_version="0.1.0" pkg_license=('Chef-MLSA') pkg_source=nosuchfile.tar.gz pkg_deps=( - core/go22/1.22.5/20240712112719 # This is only pinned to force a scaffolding rebuild to this version + core/go1_22/1.22.5/20240805184444 # This is only pinned to force a scaffolding rebuild to this version core/git ) diff --git a/scripts/install_golang.sh b/scripts/install_golang.sh index 496db2b2cc7..79ac3af10d4 100755 --- a/scripts/install_golang.sh +++ b/scripts/install_golang.sh @@ -15,7 +15,7 @@ desired_golang_version() { install_hab_go() { local ident - ident="core/go22/$(desired_golang_version)" + ident="core/go1_22/1.22.5/20240805184444/$(desired_golang_version)" hab pkg install "$ident" hab pkg binlink "$ident" go --force hab pkg binlink "$ident" gofmt --force diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 31779f5f5e0..67f47047098 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -12,7 +12,7 @@ export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" hab pkg install -b core/git core/ruby core/jq-static core/shellcheck core/cacerts -hab pkg install -b "core/go22/$(desired_golang_version)" +hab pkg install -b "core/go1_22/1.22.5/20240805184444/$(desired_golang_version)" echo "Checking Go Dependencies And Vendored Protos" go mod verify From bb86309faca68e390d6b80abde9b4b2f9ac1ecc3 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 15:36:48 +0530 Subject: [PATCH 011/147] Pipeline check Signed-off-by: daveaugustus --- scripts/install_golang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_golang.sh b/scripts/install_golang.sh index 79ac3af10d4..a9fda9ae74b 100755 --- a/scripts/install_golang.sh +++ b/scripts/install_golang.sh @@ -15,7 +15,7 @@ desired_golang_version() { install_hab_go() { local ident - ident="core/go1_22/1.22.5/20240805184444/$(desired_golang_version)" + ident="core/go1_22/$(desired_golang_version)" hab pkg install "$ident" hab pkg binlink "$ident" go --force hab pkg binlink "$ident" gofmt --force From 2f3cfe172ca4e3091f848fdce6f8f0976bd90dbf Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 15:40:39 +0530 Subject: [PATCH 012/147] Pipeline check Signed-off-by: daveaugustus --- scripts/install_golang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_golang.sh b/scripts/install_golang.sh index a9fda9ae74b..496db2b2cc7 100755 --- a/scripts/install_golang.sh +++ b/scripts/install_golang.sh @@ -15,7 +15,7 @@ desired_golang_version() { install_hab_go() { local ident - ident="core/go1_22/$(desired_golang_version)" + ident="core/go22/$(desired_golang_version)" hab pkg install "$ident" hab pkg binlink "$ident" go --force hab pkg binlink "$ident" gofmt --force From dac32238b028c42242cbcf0fb89a830f7c87dc16 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 16:05:02 +0530 Subject: [PATCH 013/147] Pipeline check Signed-off-by: daveaugustus --- .expeditor/generate-automate-cli-docs.sh | 4 ++-- .expeditor/license_scout.sh | 2 +- .studio/common | 2 +- .studio/compliance-service | 2 +- .studiorc | 2 +- components/authz-service/engine/opa/opa_internal_test.go | 2 +- components/automate-dex/habitat/plan.sh | 2 +- components/automate-scaffolding-go/habitat/plan.sh | 2 +- scripts/repo_health.sh | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.expeditor/generate-automate-cli-docs.sh b/.expeditor/generate-automate-cli-docs.sh index fbdf052626b..de4c548fe00 100755 --- a/.expeditor/generate-automate-cli-docs.sh +++ b/.expeditor/generate-automate-cli-docs.sh @@ -1,8 +1,8 @@ #!/bin/bash set -eou pipefail -# bumping expeditor to go 1.22.5 -hab pkg install --binlink core/go1_22/1.22.5/20240805184444 --force +# bumping expeditor to go 1.22 +hab pkg install --binlink core/go22 --force pushd components/automate-cli make docs diff --git a/.expeditor/license_scout.sh b/.expeditor/license_scout.sh index 45743cf881c..804cf9ddc5f 100755 --- a/.expeditor/license_scout.sh +++ b/.expeditor/license_scout.sh @@ -43,7 +43,7 @@ gem install license_scout -v 2.5.1 log "Finished Installing License Scout" log_section_start "Installing Go 1.22.5" -hab pkg install --force --binlink core/go1_22/1.22.5/20240805184444 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" +hab pkg install --force --binlink core/go22/1.22.5 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" go version log "Finished Installing Go 1.22.5" diff --git a/.studio/common b/.studio/common index 36bba1847c1..1d3c79afe06 100644 --- a/.studio/common +++ b/.studio/common @@ -98,7 +98,7 @@ function link_component_bin() { } function desired_golang_ident() { - echo "core/go1_22/1.22.5/20240805184444/$(cat /src/GOLANG_VERSION)" + echo "core/go22/$(cat /src/GOLANG_VERSION)" } function verify_components_have_platform_config() { diff --git a/.studio/compliance-service b/.studio/compliance-service index 2cc97e18415..f07d0888186 100644 --- a/.studio/compliance-service +++ b/.studio/compliance-service @@ -146,7 +146,7 @@ function load_scan_jobs() { # shellcheck disable=SC1091 source dev/secrets-env.sh pushd dev-docs/adding-data &> /dev/null - install_if_missing core/go1_22/1.22.5/20240805184444 go + iinstall_if_missing core/go22 go go run add_scanjobs.go popd &> /dev/null fi diff --git a/.studiorc b/.studiorc index e5252f9df0d..271a97fd015 100644 --- a/.studiorc +++ b/.studiorc @@ -30,7 +30,7 @@ export GATEWAY_PORT=2000 # Compiling with cgo require gcc to be in our path. We don't typically # use cgo so we set CGO_ENABLED=0 by default in the studio. export CGO_ENABLED=0 -export GOPROXY="https://proxy.golang.org,direct" +export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" # Go >= 1.13 will assume this but we have tools like protoc extensions that diff --git a/components/authz-service/engine/opa/opa_internal_test.go b/components/authz-service/engine/opa/opa_internal_test.go index a896265dd61..07b0a385465 100644 --- a/components/authz-service/engine/opa/opa_internal_test.go +++ b/components/authz-service/engine/opa/opa_internal_test.go @@ -777,7 +777,7 @@ func genericInput(subjects []string, resource string, action string, projects [] } func specificInput(subjects []string, resource string, action string, projects []string) ast.Value { - subs := make(ast.Array, len(subjects)) + subs := make(ast.Array) for i, sub := range subjects { subs[i] = ast.NewTerm(ast.String(sub)) } diff --git a/components/automate-dex/habitat/plan.sh b/components/automate-dex/habitat/plan.sh index 7b2e7374dd5..10586bb5c07 100644 --- a/components/automate-dex/habitat/plan.sh +++ b/components/automate-dex/habitat/plan.sh @@ -28,7 +28,7 @@ pkg_deps=( core/curl # health_check hook ) -pkg_build_deps=(core/go1_22/1.22.5/20240805184444 core/git core/gcc) +pkg_build_deps=(core/go22 core/git core/gcc) pkg_scaffolding="${local_scaffolding_origin:-chef}/automate-scaffolding" diff --git a/components/automate-scaffolding-go/habitat/plan.sh b/components/automate-scaffolding-go/habitat/plan.sh index b64769d3b80..235a4afc5f8 100644 --- a/components/automate-scaffolding-go/habitat/plan.sh +++ b/components/automate-scaffolding-go/habitat/plan.sh @@ -11,7 +11,7 @@ pkg_version="0.1.0" pkg_license=('Chef-MLSA') pkg_source=nosuchfile.tar.gz pkg_deps=( - core/go1_22/1.22.5/20240805184444 # This is only pinned to force a scaffolding rebuild to this version + core/go22/1.22.5/20240712112719 # This is only pinned to force a scaffolding rebuild to this version core/git ) diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 67f47047098..31779f5f5e0 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -12,7 +12,7 @@ export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" hab pkg install -b core/git core/ruby core/jq-static core/shellcheck core/cacerts -hab pkg install -b "core/go1_22/1.22.5/20240805184444/$(desired_golang_version)" +hab pkg install -b "core/go22/$(desired_golang_version)" echo "Checking Go Dependencies And Vendored Protos" go mod verify From 3b90da5052c5f785a3b93631a27f2947da947982 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 16:14:30 +0530 Subject: [PATCH 014/147] Pipeline check Signed-off-by: daveaugustus --- .studiorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studiorc b/.studiorc index 271a97fd015..cce12d95f79 100644 --- a/.studiorc +++ b/.studiorc @@ -30,7 +30,7 @@ export GATEWAY_PORT=2000 # Compiling with cgo require gcc to be in our path. We don't typically # use cgo so we set CGO_ENABLED=0 by default in the studio. export CGO_ENABLED=0 -export GOPROXY="https://proxy.golang.org,direct" +export GOPROXY=https://proxy.golang.org,direct export GOSUMDB="sum.golang.org" # Go >= 1.13 will assume this but we have tools like protoc extensions that From 85c170613c42b5d6d0cc1180287dbd2aa6091855 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 29 Aug 2024 20:43:44 +0530 Subject: [PATCH 015/147] proto check Signed-off-by: daveaugustus --- .../annotations/iam/annotations.pb.go | 4 +- api/external/annotations/iam/policy.pb.go | 6 +- buf.yaml | 4 +- commands | 209 ++++++++++++++++++ .../api/a2conf/annotations.pb.go | 6 +- .../api/a2conf/port.pb.go | 6 +- .../api/a2conf/secret.pb.go | 6 +- 7 files changed, 225 insertions(+), 16 deletions(-) create mode 100644 commands diff --git a/api/external/annotations/iam/annotations.pb.go b/api/external/annotations/iam/annotations.pb.go index de0eb252b8a..b6d1c117fdb 100644 --- a/api/external/annotations/iam/annotations.pb.go +++ b/api/external/annotations/iam/annotations.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/annotations/iam/annotations.proto @@ -72,7 +72,7 @@ var file_external_annotations_iam_annotations_proto_rawDesc = []byte{ 0x61, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_annotations_iam_annotations_proto_goTypes = []interface{}{ +var file_external_annotations_iam_annotations_proto_goTypes = []any{ (*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions (*PolicyInfo)(nil), // 1: chef.automate.api.iam.PolicyInfo } diff --git a/api/external/annotations/iam/policy.pb.go b/api/external/annotations/iam/policy.pb.go index 5945b4801ac..0cb043b097b 100644 --- a/api/external/annotations/iam/policy.pb.go +++ b/api/external/annotations/iam/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/annotations/iam/policy.proto @@ -106,7 +106,7 @@ func file_external_annotations_iam_policy_proto_rawDescGZIP() []byte { } var file_external_annotations_iam_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_annotations_iam_policy_proto_goTypes = []interface{}{ +var file_external_annotations_iam_policy_proto_goTypes = []any{ (*PolicyInfo)(nil), // 0: chef.automate.api.iam.PolicyInfo } var file_external_annotations_iam_policy_proto_depIdxs = []int32{ @@ -123,7 +123,7 @@ func file_external_annotations_iam_policy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_annotations_iam_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_annotations_iam_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PolicyInfo); i { case 0: return &v.state diff --git a/buf.yaml b/buf.yaml index d32cc71c87d..e2146f652f1 100644 --- a/buf.yaml +++ b/buf.yaml @@ -33,7 +33,7 @@ # special cases. Unless noted otherwise, the style guide exceptions configured # here are intended only to cover older code. Follow the style guide whenever # you can do so without breaking things. -version: v1 +version: v2 build: roots: - api @@ -53,7 +53,7 @@ build: - protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party - protovendor/github.com/grpc-ecosystem/grpc-gateway/runtime/internal/examplepb lint: - allow_comment_ignores: true + # allow_comment_ignores: true use: - DEFAULT except: diff --git a/commands b/commands new file mode 100644 index 00000000000..26afc7893f0 --- /dev/null +++ b/commands @@ -0,0 +1,209 @@ +! debug_cfgmgmt httpd notifications_psql start_deployment_service +./ debug_deployment_service hush notifications_unit_test start_deployment_service_external_es +: debug_go_service hwclock notifications_update_component start_deployment_service_unconfigured +[ debug_ingest_service i2cdetect nproc start_event_gateway +[[ debug_user_settings i2cdump nscd start_event_service +]] declare i2cget nsenter start_infra_proxy_service +_component_auto_complete delete_multiple_nodes i2cset nslookup start_ingest_service +_hab delgroup i2ctransfer ntpd start_sample_data_service +_install_nodejs_from_nvmrc delpart i386 nuke start_sup +_maybe_rebuild_node_sass deluser iconv numfmt start_user_settings_service +_prepare_automate_ui deployment_generate iconvconfig objcopy start_user_settings_service_deps +_prepare_chef_ui_library deployment_service_config id objdump start_workflow_server +_verify_devproxy_config deployment_update_bindings idn2 od stat +_verify_if_automate_ui_running depmod if ohai_time stdbuf +_verify_ng_from_node_modules describe ifconfig openssl stop_automate_ui +_verify_stencil_cli_from_node_modules desired_golang_ident ifdown openvt strings +acpid devmem ifenslave partprobe strip +add-shell df ifplugd partx stty +add_alias dhcprelay ifup passwd su +addgroup diff in paste sulogin +addpart diff3 infocmp patch sum +addr2line dir infotocap pathchk sup-log +adduser dircolors infra_service_create_servers_orgs pcprofiledump sup-run +adjtimex dirname infra_service_integration pcre-config sup-term +agetty dirs infra_service_load_chef_repo pcregrep suspend +alias disown infra_service_load_sample_data pcretest sv +app_service_origin display_available_components infra_service_load_test_data pg_sidecar_integration svc +applications_benchmarks display_valid_protobuf_targets infra_service_psql pgrep svlogd +applications_clear_database dmesg ingest_grpcurl_configure_purge pidof svok +applications_get_service_groups dnsd ingest_grpcurl_get ping swaplabel +applications_get_service_groups_critical dnsdomainname ingest_grpcurl_list_services ping6 swapoff +applications_get_service_groups_ok do ingest_integration pinky swapon +applications_get_service_groups_unknown do_test_chef_server_ctl ingest_job_start pipe_progress switch_root +applications_get_service_groups_warning document ingest_job_status pivot_root sync +applications_grpcurl done ingest_job_stop pkg_from_manifest sysctl +applications_integration dos2unix ingest_load_A1_data pkill syslogd +applications_list_services download_and_install_A1_backup ingest_migration_finished pldd tabs +applications_populate_database dpkg ingest_migration_status pmap tac +applications_psql dpkg-deb ingest_test_A1_migration policyfile_ify tail +applications_publish_raw_message du ingest_version popd tar +applications_publish_raw_message_via_gw dumpkmap init popmaildir taskset +applications_publish_supervisor_message dumpleases insmod postgresql_load_env tc +applications_publish_supervisor_message_via_gw dwp install poweroff tcpsvd +applications_random_fqdn echo install_benchstat powertop tee +applications_set_service_seq_to_int_max ed install_chef_automate_cli pr telemetry_status +ar egrep install_go prepare_chef_load telnet +arch eject install_go_tool prepare_system telnetd +arp elfedit install_golangci printenv test/ +arping elif install_gomock printf test_chef_server_ctl +as elixir_install install_if_missing prlimit test_cookbook_caching +ascii else install_ingest_test_framework protoc test_if_env_vars_are_configured +ash emacs install_protoc_toolchain protoc-gen-a2-config test_if_env_vars_are_configured_after_patch +assert_migration_status enable install_workflow_ctl protoc-gen-buf-breaking test_if_login_failing_with_incorrect_credentials +attr enable_desktop ionice protoc-gen-buf-lint test_if_login_working_with_correct_credentials +auto_go_update_compliance_service enable_sample_data_service iostat protoc-gen-go test_if_oauthapps_are_patched_correctly +auto_go_update_component env ip protoc-gen-grpc-gateway test_if_webui_key_is_patched +automate_load_balancer_integration envdir ipaddr protoc-gen-grpc-mock test_knife +automate_ui_lint environment.bash ipcalc protoc-gen-lint test_license_control_service +automate_ui_reload_chef_ui_library envuidgid ipcmk protoc-gen-policy tftp +awk error ipcrm protoc-gen-swagger tftpd +b2sum es_clean_all_indices ipcs protoc-gen-validate then +base32 es_delete_all_indices iplink ps tic +base64 es_list_indices ipneigh pscan time +basename es_sidecar_service_integration iproute pstree timeout +basenc esac iprule ptx times +bash ether-wake iptunnel public.bash toe +bashbug eval irqtop push_example_policyfile toml +bc event_feed_add_event isosize pushd top +beep event_feed_configure_purge jobs pwd touch +before_test_chef_server_ctl event_feed_integration join pwdx tput +bg event_feed_list kbd_mode raidautorun tr +bind event_feed_summary kill ranlib traceroute +blkdiscard event_feed_timeline kill_running_service raw traceroute6 +blkid event_gateway_integration killall rdate trap +blkzone event_integration killall5 rdev true +blockdev ex klogd read truncate +blue exec la readahead ts +bootchartd exit last readarray tset +bootstrap_chef_user_data exit_with lastb readelf tsort +bootstrap_proto_compilers expand ld readlink tty +brctl export ld.bfd readonly ttysize +break expr ld.bfd.real readprofile tunctl +buf factor ld.gold realpath type +build fakeidentd ldattach reboot typeset +build_all_changed_components fallocate ldconfig rebuild tzselect +build_chef_ui_library false ldd red ubiattach +build_chef_ui_library_docs fatattr less reformime ubidetach +build_line fbset lessecho reload_component_binary ubimkvol +builtin fbsplash lesskey remove-shell ubirename +bunzip2 fc let remove_dev_license ubirmvol +busybox fdflush link remove_legacy_v1_policies ubirsvol +bzcat fdformat link_component_bin rename ubiupdatevol +bzcmp fdisk lint_all_protobuf_components rename_benchmark_files uclampset +bzdiff feed_integration linux32 render_dot udhcpc +bzegrep fg linux64 renice udhcpd +bzfgrep fgconsole linuxrc reset udpsvd +bzgrep fgrep ll resize uevent +bzip2 fi ln resizepart ui_logs +bzip2recover file load_compliance_reports restart_gateway_if_up ul +bzless fincore load_desktop_reports restart_ingest_service ulimit +bzmore find load_one_compliance_report resume umask +c++filt find_local_manifest load_scan_jobs return umount +cal findfs loadfont rev unalias +caller findmnt loadkmap revendor uname +capsh fips_standalone_sha1 local rfkill uname26 +captoinfo fipsld locale rm uncompress +case flock localedef rmdir unexpand +cat fmt locate rmmod uniq +catchsegv fold log route uniqify_chef_action_report +cd for log_error rpm uniqify_chef_run_report +cfdisk free log_info rpm2cpio unix2dos +chacl freeramdisk log_line rtcwake unlink +channel_contains_commit fsck log_old_bindirs run-init unlzma +chat fsck.cramfs log_warning run-parts unset +chattr fsck.minix logger run_golangci unshare +chcon fsfreeze login run_studio_repo_health_checks until +chcpu fstrim logname runcon unxz +check_breaking_for_all_proto_components fsync logout runsv unzip +check_external_es ftpd logread runsvdir unzipsfx +check_if_deployinate_started ftpget look rview updatedb +check_service_running_or_exit ftpput losetup rvim upgrade_from_v1_self_test +chef_load_actions function lpd rx uptime +chef_load_compliance_nodes funzip lpq save_history user_settings_grpcurl_delete_user_settings +chef_load_compliance_scans fuser lpr script user_settings_grpcurl_get_user_settings +chef_load_liveness_ping gateway_create_notification_rule ls scriptlive user_settings_grpcurl_list_services +chef_load_nodes gateway_create_secret lsattr scriptreplay user_settings_grpcurl_put_user_settings +chef_load_start gateway_delete_notification_rule lsblk sdiff user_settings_integration +chef_ui_library_lint gateway_delete_secret lscpu secrets_create_secret users +chgrp gateway_get lsipc secrets_delete_secret usleep +chmem gateway_get_notification_rule lsirq secrets_integration utmpdump +chmod gateway_grpcurl_get lslocks secrets_list_secrets uudecode +choom gateway_grpcurl_list_services lslogins secrets_list_secrets_from_db uuencode +chown gateway_integration lsmem secrets_list_services uuidd +chpasswd gateway_list_secrets lsmod secrets_psql uuidgen +chpst gateway_notification_validate_connection lsns secrets_read_secret uuidparse +chroot gateway_read_secret lsof secrets_reload_A1_data vconfig +chrt gateway_update_secret lspci secrets_reload_A2_data vdir +chvt gateway_version lsscsi secrets_test_A1_migration verify_all_protobuf_components +cksum gawk lsusb secrets_test_A2_migration verify_component +clean_all_compiled_protos gawk-5.1.0 lzcat secrets_update_secret verify_component_has_platform_config +cleanup gencat lzcmp sed verify_components_have_platform_config +clear generate_bldr_config lzdiff select verify_products_generation +cmp generate_chef_action_example lzegrep send_chef_action_example versions_for_channel +col generate_chef_liveness_example lzfgrep send_chef_data_raw vi +colcrt generate_chef_run_example lzgrep send_chef_liveness_example view +colrm generate_chef_run_failure_example lzless send_chef_run_example vim +column generate_chef_run_start_example lzma send_chef_run_failure_example vimdiff +comm generate_dev_root_ca lzmadec send_chef_run_start_example vimtutor +command generate_dev_service_cert lzmainfo send_event vlock +compgen generate_event_example lzmore send_ingest_report_compliance volname +compile_all_protobuf_components generate_netrc_config lzop send_inspec_example wait +compile_all_protobuf_components_nolint generate_random_chef_server_event make send_inspec_failure_example wait_for_ok_response +compile_client_mocks generate_random_event_example makedb sendmail wait_for_success +compile_go_protobuf get_admin_token makedevs seq wait_for_svc_to_stop +compile_go_protobuf_component get_api_token makemime service_running wait_or_fail_for_port_to_listen +complete get_api_token_with_policy man set wait_or_fail_for_svc_to_load +compliance_configure_purge get_release_diff_url manifest_for_channel set_up_chef_server_test_environment wall +compliance_integration get_service_versions manifest_for_version setarch warn +compliance_run_info_integration getcap mapfile setcap watch +compliance_run_info_load_16_days getconf mark_nodes_missing setconsole watchdog +compliance_unit_tests getent mcookie setfacl wc +compopt getfacl md5sum setfattr wdctl +config_mgmt_clear_rollouts getfattr mdev setfont wget +config_mgmt_create_custom_rollout getopt mesg setkeycodes whereis +config_mgmt_create_rollout getopts mg setlogcons which +config_mgmt_create_rollout_ccr getpcaps microcom setpriv while +config_mgmt_grpcurl_get getting_started mim setserial who +config_mgmt_grpcurl_get_policy_cookbooks getty mkdir setsid whoami +config_mgmt_grpcurl_get_suggestions git mkdosfs setterm whois +config_mgmt_grpcurl_list_services go mke2fs setuidgid wipefs +config_mgmt_integration go_build mkfifo setup_gobin workflow_download_and_load_A1_data +config_mgmt_list_rollouts go_build_component mkfs sfdisk x86_64 +config_mgmt_list_rollouts_progress go_build_es_sidecar mkfs.bfs sh xargs +config_mgmt_list_rollouts_progress_raw go_build_pkg mkfs.cramfs sha1sum xtrace +config_mgmt_list_rollouts_raw go_component_lint mkfs.ext2 sha224sum xxd +config_mgmt_populate_rollouts go_component_make mkfs.minix sha256sum xz +config_mgmt_rollout_ccr_setvals go_component_static_tests mkfs.vfat sha384sum xzcat +config_mgmt_rollout_json go_component_unit mknod sha3sum xzcmp +config_mgmt_rollout_json_static go_test mkpasswd sha512sum xzdec +config_mgmt_rollout_setvals go_update_compliance_service mkswap shared.bash xzdiff +config_mgmt_run_info_integration go_update_component mktemp shift xzegrep +config_mgmt_send_to_create_rollout_pretty go_update_es_sidecar mockgen_debug shopt xzfgrep +config_mgmt_send_to_create_rollout_raw gprof modinfo showkey xzgrep +conspy graph_deps modprobe shred xzless +continue green more shuf xzmore +converge_chef_client grep mount size yellow +converge_policyfile_chef_client grep_component_pid mountpoint sl yes +coproc groups mpstat slattach zcat +cp grpcurl mt sleep zcip +cpio gunzip mtrace smemcap zcmp +crc32 gzexe mv softlimit zdiff +create_workflow_enterprise gzip namei sort zdump +crond hab nameif sotruss zegrep +crontab hab-plan-build nanddump source zfgrep +cryptpw hab_curl nandwrite split zforce +csplit hab_install_binlink nbd-client sprof zgrep +ctrlaltdel hab_svc_up nc sr zic +cttyhack halt ncursesw6-config ssl_client zipgrep +cut hardlink netstat st zipinfo +datafeed_build hash nice start-stop-daemon zless +datafeed_init_integration_tests hd nl start_all_services zmore +datafeed_quick_build hdparm nm start_applications_service znew +datafeed_run_integration_tests head nmeter start_applications_service_deps zramctl +datafeed_start_service help nodemanager_scans_integration start_automate_ui { +date hexdump nohup start_automate_ui_background } +dc hexedit nologin start_chef_server +dd history notifications_compile_protobuf start_chef_ui_library +deallocvt hostid notifications_integration start_config_mgmt_service +debug_automate_gateway hostname notifications_lint start_config_mgmt_service_deps \ No newline at end of file diff --git a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go index 87c266ce932..1070049b386 100644 --- a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go +++ b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.proto @@ -167,7 +167,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_rawDes } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_goTypes = []interface{}{ +var file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_goTypes = []any{ (*ServiceConfig)(nil), // 0: chef.automate.api.ServiceConfig (*descriptorpb.FieldOptions)(nil), // 1: google.protobuf.FieldOptions (*descriptorpb.MessageOptions)(nil), // 2: google.protobuf.MessageOptions @@ -196,7 +196,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_init() file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_init() file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_init() if !protoimpl.UnsafeEnabled { - file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ServiceConfig); i { case 0: return &v.state diff --git a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go index 551eb75e66c..9a888c808f2 100644 --- a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go +++ b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-grpc/protoc-gen-a2-config/api/a2conf/port.proto @@ -117,7 +117,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_rawDescGZIP() } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_goTypes = []interface{}{ +var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_goTypes = []any{ (*Port)(nil), // 0: chef.automate.api.Port } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_depIdxs = []int32{ @@ -134,7 +134,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Port); i { case 0: return &v.state diff --git a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go index c6492a3dffb..b9980aa7758 100644 --- a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go +++ b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-grpc/protoc-gen-a2-config/api/a2conf/secret.proto @@ -98,7 +98,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_rawDescGZIP } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_goTypes = []interface{}{ +var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_goTypes = []any{ (*Secret)(nil), // 0: chef.automate.api.Secret } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_depIdxs = []int32{ @@ -115,7 +115,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Secret); i { case 0: return &v.state From 92215ebe60a80e1f868ed304c6f3091df7c60258 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Fri, 30 Aug 2024 12:47:11 +0530 Subject: [PATCH 016/147] Compiled protobuf with upgraded Golang v1.22.5 Signed-off-by: daveaugustus --- .studio/protobuf | 4 +- api/config/applications/config_request.pb.go | 20 +- api/config/authn/config_request.pb.go | 30 +- api/config/authz/config_request.pb.go | 22 +- .../backup_gateway/config_request.pb.go | 24 +- api/config/bifrost/config_request.pb.go | 22 +- api/config/bookshelf/config_request.pb.go | 24 +- api/config/builder_api/config_request.pb.go | 22 +- .../builder_api_proxy/config_request.pb.go | 26 +- .../builder_memcached/config_request.pb.go | 18 +- api/config/cds/config_request.pb.go | 20 +- api/config/cereal/config_request.pb.go | 18 +- api/config/cfgmgmt/config_request.pb.go | 20 +- api/config/compliance/config_request.pb.go | 34 +- api/config/cs_nginx/config_request.pb.go | 32 +- api/config/data_feed/config_request.pb.go | 18 +- api/config/deployment/automate_config.pb.go | 6 +- api/config/deployment/config_request.pb.go | 40 +- api/config/dex/config_request.pb.go | 50 +- api/config/elasticsearch/config_request.pb.go | 58 +- api/config/erchef/config_request.pb.go | 40 +- api/config/es_sidecar/config_request.pb.go | 28 +- api/config/esgateway/config_request.pb.go | 30 +- api/config/event/config_request.pb.go | 24 +- api/config/event_feed/config_request.pb.go | 24 +- api/config/event_gateway/config_request.pb.go | 16 +- api/config/gateway/config_request.pb.go | 28 +- api/config/infra_proxy/config_request.pb.go | 20 +- api/config/ingest/config_request.pb.go | 28 +- .../license_control/config_request.pb.go | 22 +- api/config/load_balancer/config_request.pb.go | 28 +- api/config/local_user/config_request.pb.go | 20 +- api/config/minio/config_request.pb.go | 18 +- api/config/nodemanager/config_request.pb.go | 22 +- api/config/notifications/config_request.pb.go | 30 +- api/config/ocid/config_request.pb.go | 30 +- api/config/opensearch/config_request.pb.go | 58 +- api/config/pg_gateway/config_request.pb.go | 22 +- api/config/pg_sidecar/config_request.pb.go | 20 +- api/config/platform/config.pb.go | 22 +- api/config/postgresql/config_request.pb.go | 24 +- api/config/prometheus/config_request.pb.go | 14 +- .../report_manager/config_request.pb.go | 22 +- api/config/sample_data/config_request.pb.go | 16 +- api/config/secrets/config_request.pb.go | 22 +- api/config/session/config_request.pb.go | 24 +- api/config/shared/global.pb.go | 30 +- api/config/shared/tls.pb.go | 8 +- api/config/teams/config_request.pb.go | 20 +- api/config/ui/config_request.pb.go | 34 +- api/config/user_settings/config_request.pb.go | 14 +- api/external/applications/applications.pb.go | 584 +++--- .../applications/applications.pb.gw.go | 57 + .../applications/applications.swagger.json | 39 +- api/external/cds/cds.pb.go | 93 +- api/external/cds/cds.pb.gw.go | 15 + api/external/cds/cds.swagger.json | 14 +- api/external/cds/request/root.pb.go | 14 +- api/external/cds/response/root.pb.go | 14 +- api/external/cfgmgmt/cfgmgmt.pb.go | 585 +++--- api/external/cfgmgmt/cfgmgmt.pb.gw.go | 75 + api/external/cfgmgmt/cfgmgmt.swagger.json | 50 +- api/external/cfgmgmt/request/actions.pb.go | 6 +- api/external/cfgmgmt/request/errors.pb.go | 6 +- api/external/cfgmgmt/request/nodes.pb.go | 22 +- api/external/cfgmgmt/request/rollouts.pb.go | 16 +- api/external/cfgmgmt/request/root.pb.go | 8 +- api/external/cfgmgmt/request/stats.pb.go | 10 +- api/external/cfgmgmt/request/telemetry.pb.go | 8 +- api/external/cfgmgmt/response/actions.pb.go | 8 +- api/external/cfgmgmt/response/errors.pb.go | 8 +- api/external/cfgmgmt/response/nodes.pb.go | 38 +- api/external/cfgmgmt/response/rollouts.pb.go | 18 +- api/external/cfgmgmt/response/stats.pb.go | 12 +- .../cfgmgmt/response/suggestions.pb.go | 6 +- api/external/cfgmgmt/response/telemetry.pb.go | 8 +- api/external/common/query/parameters.pb.go | 14 +- api/external/common/response.pb.go | 6 +- api/external/common/version/version.pb.go | 8 +- .../compliance/profiles/profiles.pb.go | 132 +- .../compliance/profiles/profiles.pb.gw.go | 18 + .../compliance/profiles/profiles.swagger.json | 11 +- .../compliance/reporting/reporting.pb.go | 400 ++-- .../compliance/reporting/reporting.pb.gw.go | 54 + .../reporting/reporting.swagger.json | 40 +- .../compliance/reporting/stats/stats.pb.go | 152 +- .../compliance/reporting/stats/stats.pb.gw.go | 21 + .../reporting/stats/stats.swagger.json | 12 +- .../compliance/scanner/jobs/jobs.pb.go | 108 +- .../compliance/scanner/jobs/jobs.pb.gw.go | 21 + .../compliance/scanner/jobs/jobs.swagger.json | 14 +- api/external/data_feed/data_feed.pb.go | 160 +- api/external/data_feed/data_feed.pb.gw.go | 27 + api/external/data_feed/data_feed.swagger.json | 49 +- .../data_lifecycle/data_lifecycle.pb.go | 471 +++-- .../data_lifecycle/data_lifecycle.pb.gw.go | 48 + .../data_lifecycle.swagger.json | 48 +- api/external/event_feed/event_feed.pb.go | 122 +- api/external/event_feed/event_feed.pb.gw.go | 15 + .../event_feed/event_feed.swagger.json | 13 +- api/external/event_feed/request/event.pb.go | 12 +- .../event_feed/request/eventstrings.pb.go | 6 +- api/external/event_feed/response/event.pb.go | 16 +- .../event_feed/response/eventstrings.pb.go | 10 +- api/external/habitat/event.pb.go | 18 +- api/external/iam/v2/common/policy.pb.go | 14 +- api/external/iam/v2/common/rules.pb.go | 8 +- api/external/iam/v2/common/teams.pb.go | 6 +- api/external/iam/v2/common/tokens.pb.go | 6 +- api/external/iam/v2/common/users.pb.go | 6 +- api/external/iam/v2/introspect.pb.go | 71 +- api/external/iam/v2/introspect.pb.gw.go | 12 + api/external/iam/v2/introspect.swagger.json | 21 +- api/external/iam/v2/policy.pb.go | 545 +++--- api/external/iam/v2/policy.pb.gw.go | 66 + api/external/iam/v2/policy.swagger.json | 43 +- api/external/iam/v2/request/introspect.pb.go | 10 +- api/external/iam/v2/request/policy.pb.go | 44 +- api/external/iam/v2/request/rules.pb.go | 22 +- api/external/iam/v2/request/teams.pb.go | 26 +- api/external/iam/v2/request/tokens.pb.go | 14 +- api/external/iam/v2/request/users.pb.go | 16 +- api/external/iam/v2/response/introspect.pb.go | 8 +- api/external/iam/v2/response/policy.pb.go | 48 +- api/external/iam/v2/response/rules.pb.go | 20 +- api/external/iam/v2/response/teams.pb.go | 26 +- api/external/iam/v2/response/tokens.pb.go | 14 +- api/external/iam/v2/response/users.pb.go | 16 +- api/external/iam/v2/rules.pb.go | 222 ++- api/external/iam/v2/rules.pb.gw.go | 27 + api/external/iam/v2/rules.swagger.json | 18 +- api/external/iam/v2/teams.pb.go | 258 ++- api/external/iam/v2/teams.pb.gw.go | 30 + api/external/iam/v2/teams.swagger.json | 18 +- api/external/iam/v2/tokens.pb.go | 125 +- api/external/iam/v2/tokens.pb.gw.go | 18 + api/external/iam/v2/tokens.swagger.json | 13 +- api/external/iam/v2/users.pb.go | 147 +- api/external/iam/v2/users.pb.gw.go | 21 + api/external/iam/v2/users.swagger.json | 12 +- api/external/infra_proxy/infra_proxy.pb.go | 1710 ++++++++--------- api/external/infra_proxy/infra_proxy.pb.gw.go | 174 ++ .../infra_proxy/infra_proxy.swagger.json | 139 +- .../infra_proxy/request/clients.pb.go | 12 +- api/external/infra_proxy/request/common.pb.go | 6 +- .../infra_proxy/request/cookbooks.pb.go | 12 +- .../infra_proxy/request/databags.pb.go | 18 +- .../infra_proxy/request/environments.pb.go | 12 +- api/external/infra_proxy/request/nodes.pb.go | 18 +- api/external/infra_proxy/request/orgs.pb.go | 16 +- .../infra_proxy/request/policyfiles.pb.go | 14 +- api/external/infra_proxy/request/roles.pb.go | 16 +- .../infra_proxy/request/servers.pb.go | 16 +- api/external/infra_proxy/request/users.pb.go | 8 +- .../infra_proxy/response/clients.pb.go | 18 +- .../infra_proxy/response/common.pb.go | 6 +- .../infra_proxy/response/cookbooks.pb.go | 20 +- .../infra_proxy/response/databags.pb.go | 20 +- .../infra_proxy/response/environments.pb.go | 12 +- api/external/infra_proxy/response/nodes.pb.go | 20 +- api/external/infra_proxy/response/orgs.pb.go | 18 +- .../infra_proxy/response/policyfiles.pb.go | 34 +- api/external/infra_proxy/response/roles.pb.go | 14 +- .../infra_proxy/response/servers.pb.go | 18 +- api/external/infra_proxy/response/users.pb.go | 10 +- api/external/ingest/chef.pb.go | 154 +- api/external/ingest/chef.pb.gw.go | 21 + api/external/ingest/chef.swagger.json | 15 +- api/external/ingest/job_scheduler.pb.go | 118 +- api/external/ingest/job_scheduler.pb.gw.go | 15 + .../ingest/job_scheduler.swagger.json | 17 +- api/external/ingest/request/action.pb.go | 10 +- api/external/ingest/request/chef.pb.go | 18 +- .../ingest/request/job_scheduler.pb.go | 26 +- api/external/ingest/request/liveness.pb.go | 6 +- api/external/ingest/response/action.pb.go | 10 +- api/external/ingest/response/chef.pb.go | 6 +- .../ingest/response/job_scheduler.pb.go | 32 +- api/external/ingest/response/liveness.pb.go | 6 +- api/external/nodes/manager/manager.pb.go | 194 +- api/external/nodes/manager/manager.pb.gw.go | 36 + .../nodes/manager/manager.swagger.json | 23 +- api/external/nodes/nodes.pb.go | 112 +- api/external/nodes/nodes.pb.gw.go | 30 + api/external/nodes/nodes.swagger.json | 22 +- .../report_manager/report_manager.pb.go | 24 +- .../report_manager/report_manager.pb.gw.go | 6 + .../report_manager.swagger.json | 2 +- api/external/secrets/secrets.pb.go | 74 +- api/external/secrets/secrets.pb.gw.go | 18 + api/external/secrets/secrets.swagger.json | 11 +- .../user_settings/user_settings.pb.go | 100 +- .../user_settings/user_settings.pb.gw.go | 12 + .../user_settings/user_settings.swagger.json | 7 +- api/interservice/authn/authenticate.pb.go | 8 +- api/interservice/authn/authenticate.pb.gw.go | 6 + .../authn/authenticate.pb.validate.go | 83 +- .../authn/authenticate.swagger.json | 2 +- api/interservice/authn/tokens.pb.go | 24 +- api/interservice/authn/tokens.pb.validate.go | 449 ++++- api/interservice/authn/tokens.swagger.json | 3 +- api/interservice/authz/authz.pb.go | 26 +- api/interservice/authz/authz.pb.validate.go | 593 +++++- api/interservice/authz/policy.pb.go | 72 +- api/interservice/authz/policy.pb.validate.go | 1619 +++++++++++++++- api/interservice/authz/project.pb.go | 72 +- api/interservice/authz/project.pb.validate.go | 1673 +++++++++++++++- api/interservice/authz/type.pb.go | 4 +- api/interservice/authz/type.pb.validate.go | 9 +- api/interservice/cds/service/cds.pb.go | 4 +- api/interservice/cereal/cereal.pb.go | 108 +- .../cfgmgmt/request/actions.pb.go | 10 +- .../cfgmgmt/request/inventory_nodes.pb.go | 6 +- .../cfgmgmt/request/node_export.pb.go | 8 +- api/interservice/cfgmgmt/request/nodes.pb.go | 18 +- .../cfgmgmt/request/parameters.pb.go | 10 +- api/interservice/cfgmgmt/request/root.pb.go | 12 +- api/interservice/cfgmgmt/request/stats.pb.go | 10 +- .../cfgmgmt/request/telemetry.pb.go | 8 +- .../cfgmgmt/response/actions.pb.go | 10 +- .../cfgmgmt/response/inventory_nodes.pb.go | 8 +- api/interservice/cfgmgmt/response/nodes.pb.go | 38 +- api/interservice/cfgmgmt/response/root.pb.go | 16 +- api/interservice/cfgmgmt/response/stats.pb.go | 12 +- .../cfgmgmt/response/suggestions.pb.go | 6 +- .../cfgmgmt/response/telemetry.pb.go | 8 +- .../cfgmgmt/service/cfgmgmt.pb.go | 4 +- .../compliance/common/common.pb.go | 8 +- .../ingest/events/compliance/compliance.pb.go | 6 +- .../ingest/events/inspec/inspec.pb.go | 30 +- .../compliance/ingest/ingest/compliance.pb.go | 16 +- .../ingest/ingest/compliance.pb.gw.go | 3 + .../ingest/ingest/compliance.swagger.json | 5 +- api/interservice/compliance/jobs/jobs.pb.go | 26 +- .../compliance/profiles/profiles.pb.go | 50 +- .../compliance/reporting/reporting.pb.go | 130 +- api/interservice/compliance/stats/stats.pb.go | 50 +- .../compliance/status/status.pb.go | 10 +- .../compliance/version/version.pb.go | 6 +- api/interservice/data_lifecycle/purge.pb.go | 18 +- .../deployment/automate_deployment.pb.go | 230 +-- .../deployment/certificate_authority.pb.go | 12 +- api/interservice/es_sidecar/service.pb.go | 44 +- api/interservice/event/event.pb.go | 34 +- api/interservice/event_feed/event_feed.pb.go | 38 +- api/interservice/id_token/id_token.pb.go | 8 +- .../infra_proxy/request/clients.pb.go | 12 +- .../infra_proxy/request/common.pb.go | 6 +- .../infra_proxy/request/cookbooks.pb.go | 12 +- .../infra_proxy/request/databags.pb.go | 18 +- .../infra_proxy/request/environments.pb.go | 12 +- .../infra_proxy/request/nodes.pb.go | 18 +- .../infra_proxy/request/orgs.pb.go | 16 +- .../infra_proxy/request/policyfiles.pb.go | 14 +- .../infra_proxy/request/roles.pb.go | 16 +- .../infra_proxy/request/servers.pb.go | 16 +- .../infra_proxy/request/users.pb.go | 8 +- .../infra_proxy/response/clients.pb.go | 18 +- .../infra_proxy/response/common.pb.go | 6 +- .../infra_proxy/response/cookbooks.pb.go | 20 +- .../infra_proxy/response/databags.pb.go | 20 +- .../infra_proxy/response/environments.pb.go | 12 +- .../infra_proxy/response/nodes.pb.go | 20 +- .../infra_proxy/response/orgs.pb.go | 18 +- .../infra_proxy/response/policyfiles.pb.go | 34 +- .../infra_proxy/response/roles.pb.go | 14 +- .../infra_proxy/response/servers.pb.go | 18 +- .../infra_proxy/response/users.pb.go | 10 +- .../infra_proxy/service/infra_proxy.pb.go | 4 +- api/interservice/ingest/automate_event.pb.go | 8 +- .../ingest/automate_event.swagger.json | 3 +- api/interservice/ingest/chef.pb.go | 32 +- api/interservice/ingest/chef.pb.gw.go | 18 + api/interservice/ingest/chef.swagger.json | 13 +- api/interservice/ingest/job_scheduler.pb.go | 62 +- .../ingest/job_scheduler.pb.gw.go | 30 + .../ingest/job_scheduler.swagger.json | 24 +- api/interservice/ingest/status.pb.go | 18 +- api/interservice/ingest/status.pb.gw.go | 9 + api/interservice/ingest/status.swagger.json | 7 +- .../license_control/license_control.pb.go | 34 +- api/interservice/local_user/users.pb.go | 20 +- .../local_user/users.pb.validate.go | 396 +++- .../nodemanager/manager/manager.pb.go | 38 +- .../nodemanager/nodes/nodes.pb.go | 34 +- .../notifications/service/events.pb.go | 44 +- .../notifications/service/health.pb.go | 8 +- .../notifications/service/rules.pb.go | 38 +- .../notifications/service/server.pb.go | 4 +- api/interservice/pg_sidecar/service.pb.go | 42 +- .../report_manager/report_manager.pb.go | 22 +- api/interservice/teams/teams.pb.go | 54 +- api/interservice/teams/teams.pb.validate.go | 1192 +++++++++++- .../user_settings/user_settings.pb.go | 18 +- buf.yaml | 4 +- .../engine/opa/opa_internal_test.go | 2 +- .../boltdb/internal/v1/schema/v1.pb.go | 12 +- .../api/applications.pb.swagger.go | 39 +- .../automate-gateway/api/cds.pb.swagger.go | 14 +- .../api/cfgmgmt.pb.swagger.go | 50 +- .../automate-gateway/api/chef.pb.swagger.go | 15 +- .../api/data_feed.pb.swagger.go | 49 +- .../api/data_lifecycle.pb.swagger.go | 48 +- .../api/deployment/deployment.pb.go | 65 +- .../api/deployment/deployment.pb.gw.go | 9 + .../api/deployment/deployment.swagger.json | 4 +- .../api/deployment_deployment.pb.swagger.go | 4 +- .../api/event_feed.pb.swagger.go | 13 +- .../api/gateway/gateway.pb.go | 52 +- .../api/gateway/gateway.pb.gw.go | 9 + .../api/gateway/gateway.swagger.json | 4 +- .../api/gateway_gateway.pb.swagger.go | 4 +- .../api/infra_proxy.pb.swagger.go | 139 +- .../api/introspect.pb.swagger.go | 21 +- .../api/job_scheduler.pb.swagger.go | 17 +- .../automate-gateway/api/jobs.pb.swagger.go | 14 +- .../automate-gateway/api/legacy/legacy.pb.go | 32 +- .../api/legacy/legacy.pb.gw.go | 6 + .../api/legacy/legacy.swagger.json | 2 +- .../api/legacy_legacy.pb.swagger.go | 2 +- .../api/license/license.pb.go | 88 +- .../api/license/license.pb.gw.go | 12 + .../api/license/license.swagger.json | 12 +- .../api/license_license.pb.swagger.go | 12 +- .../api/manager.pb.swagger.go | 23 +- .../automate-gateway/api/nodes.pb.swagger.go | 22 +- .../api/notifications/notifications.pb.go | 225 ++- .../api/notifications/notifications.pb.gw.go | 24 + .../notifications/notifications.swagger.json | 17 +- .../notifications_notifications.pb.swagger.go | 17 +- .../automate-gateway/api/policy.pb.swagger.go | 43 +- .../api/profiles.pb.swagger.go | 11 +- .../api/report_manager.pb.swagger.go | 2 +- .../api/reporting.pb.swagger.go | 40 +- .../automate-gateway/api/rules.pb.swagger.go | 18 +- .../api/secrets.pb.swagger.go | 11 +- .../automate-gateway/api/stats.pb.swagger.go | 12 +- .../automate-gateway/api/teams.pb.swagger.go | 18 +- .../api/telemetry/telemetry.pb.go | 33 +- .../api/telemetry/telemetry.pb.gw.go | 6 + .../api/telemetry/telemetry.swagger.json | 5 +- .../api/telemetry_telemetry.pb.swagger.go | 5 +- .../automate-gateway/api/tokens.pb.swagger.go | 13 +- .../api/user_settings.pb.swagger.go | 7 +- .../automate-gateway/api/users.pb.swagger.go | 12 +- .../notifications-client/api/health.pb.go | 8 +- .../api/notifications.pb.go | 44 +- .../notifications-client/api/rules.pb.go | 38 +- .../notifications-client/api/server.pb.go | 4 +- go.mod | 97 +- go.sum | 692 ++++++- lib/grpc/debug/debug_api/debug.pb.go | 57 +- lib/license/license.pb.go | 8 +- op1 | 22 + 354 files changed, 13839 insertions(+), 7085 deletions(-) create mode 100644 op1 diff --git a/.studio/protobuf b/.studio/protobuf index b97c5293722..b69fbaa6798 100644 --- a/.studio/protobuf +++ b/.studio/protobuf @@ -33,8 +33,8 @@ function install_protoc_toolchain() { github.com/envoyproxy/protoc-gen-validate github.com/ckaznocha/protoc-gen-lint github.com/bufbuild/buf/cmd/buf - github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking - github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint + # github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking + # github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger ) diff --git a/api/config/applications/config_request.pb.go b/api/config/applications/config_request.pb.go index 7fae316dbbe..d574ec96b73 100644 --- a/api/config/applications/config_request.pb.go +++ b/api/config/applications/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/applications/config_request.proto @@ -203,7 +203,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/applications/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` MetricsPort *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=metrics_port,json=metricsPort,proto3" json:"metrics_port,omitempty" toml:"metrics_port,omitempty" mapstructure:"metrics_port,omitempty"` @@ -241,7 +241,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_applications_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/applications/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -476,7 +476,7 @@ func file_config_applications_config_request_proto_rawDescGZIP() []byte { } var file_config_applications_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_applications_config_request_proto_goTypes = []interface{}{ +var file_config_applications_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.applications.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.applications.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.applications.ConfigRequest.V1.System @@ -516,7 +516,7 @@ func file_config_applications_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_applications_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_applications_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -528,7 +528,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_applications_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -540,7 +540,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_applications_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -552,7 +552,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_applications_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -564,7 +564,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_applications_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -576,7 +576,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_applications_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state diff --git a/api/config/authn/config_request.pb.go b/api/config/authn/config_request.pb.go index fb8c9328f96..4ef08947ceb 100644 --- a/api/config/authn/config_request.pb.go +++ b/api/config/authn/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/authn/config_request.proto @@ -271,7 +271,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/authn/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` Debug *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=debug,proto3" json:"debug,omitempty" toml:"debug,omitempty" mapstructure:"debug,omitempty"` @@ -311,7 +311,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_authn_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/authn/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -415,7 +415,7 @@ type ConfigRequest_V1_System_Http1 struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/authn/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -452,7 +452,7 @@ func (*ConfigRequest_V1_System_Http1) Descriptor() ([]byte, []int) { return file_config_authn_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 2} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/authn/config_request.proto. func (x *ConfigRequest_V1_System_Http1) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -737,7 +737,7 @@ func file_config_authn_config_request_proto_rawDescGZIP() []byte { } var file_config_authn_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_authn_config_request_proto_goTypes = []interface{}{ +var file_config_authn_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.authn.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.authn.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.authn.ConfigRequest.V1.System @@ -794,7 +794,7 @@ func file_config_authn_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_authn_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -806,7 +806,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -818,7 +818,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -830,7 +830,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -842,7 +842,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -854,7 +854,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Oidc); i { case 0: return &v.state @@ -866,7 +866,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Http1); i { case 0: return &v.state @@ -878,7 +878,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -890,7 +890,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_authn_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state diff --git a/api/config/authz/config_request.pb.go b/api/config/authz/config_request.pb.go index 2e79ee47596..77976fb4d0c 100644 --- a/api/config/authz/config_request.pb.go +++ b/api/config/authz/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/authz/config_request.proto @@ -247,7 +247,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/authz/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ProjectLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=project_limit,json=projectLimit,proto3" json:"project_limit,omitempty" toml:"project_limit,omitempty" mapstructure:"project_limit,omitempty"` @@ -285,7 +285,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_authz_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/authz/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -546,7 +546,7 @@ func file_config_authz_config_request_proto_rawDescGZIP() []byte { } var file_config_authz_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_authz_config_request_proto_goTypes = []interface{}{ +var file_config_authz_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.authz.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.authz.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.authz.ConfigRequest.V1.System @@ -590,7 +590,7 @@ func file_config_authz_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_authz_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -602,7 +602,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -614,7 +614,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -626,7 +626,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -638,7 +638,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -650,7 +650,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -662,7 +662,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_authz_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state diff --git a/api/config/backup_gateway/config_request.pb.go b/api/config/backup_gateway/config_request.pb.go index 185978ebe43..fee434dd6a0 100644 --- a/api/config/backup_gateway/config_request.pb.go +++ b/api/config/backup_gateway/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/backup_gateway/config_request.proto @@ -241,7 +241,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/backup_gateway/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -278,7 +278,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_backup_gateway_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/backup_gateway/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -561,7 +561,7 @@ func file_config_backup_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_backup_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_backup_gateway_config_request_proto_goTypes = []interface{}{ +var file_config_backup_gateway_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.backup_gateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.backup_gateway.ConfigRequest.V1 (*ConfigRequest_Service)(nil), // 2: chef.automate.infra.backup_gateway.ConfigRequest.Service @@ -605,7 +605,7 @@ func file_config_backup_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_backup_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -617,7 +617,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -629,7 +629,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_Service); i { case 0: return &v.state @@ -641,7 +641,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -653,7 +653,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -665,7 +665,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Gateway); i { case 0: return &v.state @@ -677,7 +677,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Gateway_Backup); i { case 0: return &v.state @@ -689,7 +689,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_backup_gateway_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Gateway_Backup_Filesystem); i { case 0: return &v.state diff --git a/api/config/bifrost/config_request.pb.go b/api/config/bifrost/config_request.pb.go index 7d93c40f407..17de27aefde 100644 --- a/api/config/bifrost/config_request.pb.go +++ b/api/config/bifrost/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/bifrost/config_request.proto @@ -250,7 +250,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/bifrost/config_request.proto. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -293,7 +293,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/bifrost/config_request.proto. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -605,7 +605,7 @@ func file_config_bifrost_config_request_proto_rawDescGZIP() []byte { } var file_config_bifrost_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_bifrost_config_request_proto_goTypes = []interface{}{ +var file_config_bifrost_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.bifrost.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.bifrost.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.bifrost.ConfigRequest.V1.System @@ -655,7 +655,7 @@ func file_config_bifrost_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_bifrost_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -667,7 +667,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -679,7 +679,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -691,7 +691,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -703,7 +703,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -715,7 +715,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -727,7 +727,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_bifrost_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state diff --git a/api/config/bookshelf/config_request.pb.go b/api/config/bookshelf/config_request.pb.go index c6e7bc3eff4..6ae43657d5e 100644 --- a/api/config/bookshelf/config_request.pb.go +++ b/api/config/bookshelf/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/bookshelf/config_request.proto @@ -258,7 +258,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/bookshelf/config_request.proto. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -301,7 +301,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/bookshelf/config_request.proto. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -745,7 +745,7 @@ func file_config_bookshelf_config_request_proto_rawDescGZIP() []byte { } var file_config_bookshelf_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_bookshelf_config_request_proto_goTypes = []interface{}{ +var file_config_bookshelf_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.bookshelf.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.bookshelf.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.bookshelf.ConfigRequest.V1.System @@ -804,7 +804,7 @@ func file_config_bookshelf_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_bookshelf_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -816,7 +816,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -828,7 +828,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -840,7 +840,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -852,7 +852,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -864,7 +864,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -876,7 +876,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state @@ -888,7 +888,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_bookshelf_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Bookshelf); i { case 0: return &v.state diff --git a/api/config/builder_api/config_request.pb.go b/api/config/builder_api/config_request.pb.go index f022ec9af31..6425ea641c1 100644 --- a/api/config/builder_api/config_request.pb.go +++ b/api/config/builder_api/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/builder_api/config_request.proto @@ -249,7 +249,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/builder_api/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -286,7 +286,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_builder_api_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/builder_api/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -502,7 +502,7 @@ func file_config_builder_api_config_request_proto_rawDescGZIP() []byte { } var file_config_builder_api_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_builder_api_config_request_proto_goTypes = []interface{}{ +var file_config_builder_api_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.builder_api.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.builder_api.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.builder_api.ConfigRequest.V1.System @@ -541,7 +541,7 @@ func file_config_builder_api_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_builder_api_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -553,7 +553,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -565,7 +565,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -577,7 +577,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -589,7 +589,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -601,7 +601,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Memcache); i { case 0: return &v.state @@ -613,7 +613,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/builder_api_proxy/config_request.pb.go b/api/config/builder_api_proxy/config_request.pb.go index 85d099852e4..c6f6c3ef419 100644 --- a/api/config/builder_api_proxy/config_request.pb.go +++ b/api/config/builder_api_proxy/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/builder_api_proxy/config_request.proto @@ -265,7 +265,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/builder_api_proxy/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -302,7 +302,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_builder_api_proxy_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/builder_api_proxy/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -813,7 +813,7 @@ func file_config_builder_api_proxy_config_request_proto_rawDescGZIP() []byte { } var file_config_builder_api_proxy_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_builder_api_proxy_config_request_proto_goTypes = []interface{}{ +var file_config_builder_api_proxy_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.builder_api_proxy.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.builder_api_proxy.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.builder_api_proxy.ConfigRequest.V1.System @@ -874,7 +874,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_builder_api_proxy_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -886,7 +886,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -898,7 +898,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -910,7 +910,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -922,7 +922,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -934,7 +934,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -946,7 +946,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -958,7 +958,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_HTTP); i { case 0: return &v.state @@ -970,7 +970,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_api_proxy_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Web); i { case 0: return &v.state diff --git a/api/config/builder_memcached/config_request.pb.go b/api/config/builder_memcached/config_request.pb.go index 742174afb81..d8d2b8d2910 100644 --- a/api/config/builder_memcached/config_request.pb.go +++ b/api/config/builder_memcached/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/builder_memcached/config_request.proto @@ -233,7 +233,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/builder_memcached/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` MemLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=mem_limit,json=memLimit,proto3" json:"mem_limit,omitempty" toml:"mem_limit,omitempty" mapstructure:"mem_limit,omitempty"` @@ -271,7 +271,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_builder_memcached_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/builder_memcached/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -377,7 +377,7 @@ func file_config_builder_memcached_config_request_proto_rawDescGZIP() []byte { } var file_config_builder_memcached_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_builder_memcached_config_request_proto_goTypes = []interface{}{ +var file_config_builder_memcached_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.builder_memcached.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.builder_memcached.ConfigRequest.V1 (*ConfigRequest_Service)(nil), // 2: chef.automate.infra.builder_memcached.ConfigRequest.Service @@ -411,7 +411,7 @@ func file_config_builder_memcached_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_builder_memcached_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_memcached_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -423,7 +423,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_memcached_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -435,7 +435,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_memcached_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_Service); i { case 0: return &v.state @@ -447,7 +447,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_memcached_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -459,7 +459,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_builder_memcached_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/cds/config_request.pb.go b/api/config/cds/config_request.pb.go index d8ce6fd4014..8d39b068d88 100644 --- a/api/config/cds/config_request.pb.go +++ b/api/config/cds/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/cds/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/cds/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cds_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/cds/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -430,7 +430,7 @@ func file_config_cds_config_request_proto_rawDescGZIP() []byte { } var file_config_cds_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_cds_config_request_proto_goTypes = []interface{}{ +var file_config_cds_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.cds.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.cds.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.cds.ConfigRequest.V1.System @@ -467,7 +467,7 @@ func file_config_cds_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cds_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_cds_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -479,7 +479,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_cds_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -491,7 +491,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_cds_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -503,7 +503,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_cds_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -515,7 +515,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_cds_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -527,7 +527,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_cds_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/cereal/config_request.pb.go b/api/config/cereal/config_request.pb.go index 352017115b3..bc249d37c93 100644 --- a/api/config/cereal/config_request.pb.go +++ b/api/config/cereal/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/cereal/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/cereal/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` MaxRecvSizeBytes *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=max_recv_size_bytes,json=maxRecvSizeBytes,proto3" json:"max_recv_size_bytes,omitempty" toml:"max_recv_size_bytes,omitempty" mapstructure:"max_recv_size_bytes,omitempty"` @@ -277,7 +277,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cereal_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/cereal/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -381,7 +381,7 @@ func file_config_cereal_config_request_proto_rawDescGZIP() []byte { } var file_config_cereal_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_cereal_config_request_proto_goTypes = []interface{}{ +var file_config_cereal_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.cereal.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.cereal.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.cereal.ConfigRequest.V1.System @@ -417,7 +417,7 @@ func file_config_cereal_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cereal_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_cereal_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -429,7 +429,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_cereal_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -441,7 +441,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_cereal_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -453,7 +453,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_cereal_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -465,7 +465,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_cereal_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/cfgmgmt/config_request.pb.go b/api/config/cfgmgmt/config_request.pb.go index edc3b9696c2..b03f24e6825 100644 --- a/api/config/cfgmgmt/config_request.pb.go +++ b/api/config/cfgmgmt/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/cfgmgmt/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/cfgmgmt/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cfgmgmt_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/cfgmgmt/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -433,7 +433,7 @@ func file_config_cfgmgmt_config_request_proto_rawDescGZIP() []byte { } var file_config_cfgmgmt_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_cfgmgmt_config_request_proto_goTypes = []interface{}{ +var file_config_cfgmgmt_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.cfgmgmt.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.cfgmgmt.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.cfgmgmt.ConfigRequest.V1.System @@ -470,7 +470,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cfgmgmt_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_cfgmgmt_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_cfgmgmt_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_cfgmgmt_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -506,7 +506,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_cfgmgmt_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -518,7 +518,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_cfgmgmt_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -530,7 +530,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_cfgmgmt_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/compliance/config_request.pb.go b/api/config/compliance/config_request.pb.go index 99d8f6337e1..de88ebb8190 100644 --- a/api/config/compliance/config_request.pb.go +++ b/api/config/compliance/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/compliance/config_request.proto @@ -144,7 +144,7 @@ type ConfigRequest_V1_System struct { // workflows. // Setting retention values is prevented in the Validate() callback. // - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/compliance/config_request.proto. Retention *ConfigRequest_V1_System_Retention `protobuf:"bytes,7,opt,name=retention,proto3" json:"retention,omitempty" toml:"retention,omitempty" mapstructure:"retention,omitempty"` Agent *ConfigRequest_V1_System_Agent `protobuf:"bytes,10,opt,name=agent,proto3" json:"agent,omitempty" toml:"agent,omitempty" mapstructure:"agent,omitempty"` Proxy *ConfigRequest_V1_System_Proxy `protobuf:"bytes,11,opt,name=proxy,proto3" json:"proxy,omitempty" toml:"proxy,omitempty" mapstructure:"proxy,omitempty"` @@ -224,7 +224,7 @@ func (x *ConfigRequest_V1_System) GetLogger() *ConfigRequest_V1_System_Logger { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/compliance/config_request.proto. func (x *ConfigRequest_V1_System) GetRetention() *ConfigRequest_V1_System_Retention { if x != nil { return x.Retention @@ -289,7 +289,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/compliance/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` @@ -332,7 +332,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_compliance_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/compliance/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -948,7 +948,7 @@ func file_config_compliance_config_request_proto_rawDescGZIP() []byte { } var file_config_compliance_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_config_compliance_config_request_proto_goTypes = []interface{}{ +var file_config_compliance_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.compliance.config.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.compliance.config.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.compliance.config.ConfigRequest.V1.System @@ -1015,7 +1015,7 @@ func file_config_compliance_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_compliance_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1027,7 +1027,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1039,7 +1039,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1051,7 +1051,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1063,7 +1063,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1075,7 +1075,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Proxy); i { case 0: return &v.state @@ -1087,7 +1087,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Profiles); i { case 0: return &v.state @@ -1099,7 +1099,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -1111,7 +1111,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -1123,7 +1123,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Retention); i { case 0: return &v.state @@ -1135,7 +1135,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_compliance_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Agent); i { case 0: return &v.state diff --git a/api/config/cs_nginx/config_request.pb.go b/api/config/cs_nginx/config_request.pb.go index 9bcbbe900d9..3c4c1a7a12f 100644 --- a/api/config/cs_nginx/config_request.pb.go +++ b/api/config/cs_nginx/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/cs_nginx/config_request.proto @@ -265,7 +265,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/cs_nginx/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` StatusPort *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=status_port,json=statusPort,proto3" json:"status_port,omitempty" toml:"status_port,omitempty" mapstructure:"status_port,omitempty"` @@ -303,7 +303,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cs_nginx_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/cs_nginx/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1103,7 +1103,7 @@ func file_config_cs_nginx_config_request_proto_rawDescGZIP() []byte { } var file_config_cs_nginx_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 12) -var file_config_cs_nginx_config_request_proto_goTypes = []interface{}{ +var file_config_cs_nginx_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.cs_nginx.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.cs_nginx.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.cs_nginx.ConfigRequest.V1.System @@ -1181,7 +1181,7 @@ func file_config_cs_nginx_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cs_nginx_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_RequiredRecipe); i { case 0: return &v.state @@ -1277,7 +1277,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_ExternalAutomate); i { case 0: return &v.state @@ -1289,7 +1289,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Main); i { case 0: return &v.state @@ -1301,7 +1301,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1313,7 +1313,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_cs_nginx_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state diff --git a/api/config/data_feed/config_request.pb.go b/api/config/data_feed/config_request.pb.go index eb1b025aae3..893d248d9ba 100644 --- a/api/config/data_feed/config_request.pb.go +++ b/api/config/data_feed/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/data_feed/config_request.proto @@ -193,7 +193,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/data_feed/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` FeedInterval *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=feed_interval,json=feedInterval,proto3" json:"feed_interval,omitempty" toml:"feed_interval,omitempty" mapstructure:"feed_interval,omitempty"` @@ -240,7 +240,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_data_feed_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/data_feed/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -506,7 +506,7 @@ func file_config_data_feed_config_request_proto_rawDescGZIP() []byte { } var file_config_data_feed_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_data_feed_config_request_proto_goTypes = []interface{}{ +var file_config_data_feed_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.data_feed.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.data_feed.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.data_feed.ConfigRequest.V1.System @@ -552,7 +552,7 @@ func file_config_data_feed_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_data_feed_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_data_feed_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -564,7 +564,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_data_feed_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -576,7 +576,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_data_feed_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -588,7 +588,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_data_feed_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -600,7 +600,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_data_feed_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/deployment/automate_config.pb.go b/api/config/deployment/automate_config.pb.go index d92c98e4ea2..587b15d44d7 100644 --- a/api/config/deployment/automate_config.pb.go +++ b/api/config/deployment/automate_config.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/deployment/automate_config.proto @@ -854,7 +854,7 @@ func file_config_deployment_automate_config_proto_rawDescGZIP() []byte { } var file_config_deployment_automate_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_config_deployment_automate_config_proto_goTypes = []interface{}{ +var file_config_deployment_automate_config_proto_goTypes = []any{ (*AutomateConfig)(nil), // 0: chef.automate.domain.deployment.AutomateConfig (*shared.GlobalConfig)(nil), // 1: chef.automate.infra.config.GlobalConfig (*authn.ConfigRequest)(nil), // 2: chef.automate.domain.authn.ConfigRequest @@ -966,7 +966,7 @@ func file_config_deployment_automate_config_proto_init() { } file_config_deployment_config_request_proto_init() if !protoimpl.UnsafeEnabled { - file_config_deployment_automate_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_automate_config_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*AutomateConfig); i { case 0: return &v.state diff --git a/api/config/deployment/config_request.pb.go b/api/config/deployment/config_request.pb.go index 55772f55c8b..7ee80d23150 100644 --- a/api/config/deployment/config_request.pb.go +++ b/api/config/deployment/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/deployment/config_request.proto @@ -452,7 +452,7 @@ type ConfigRequest_V1_AdminUser struct { // use 'name' instead of 'email' for new code. It hasn't been reserved // because we'll support using 'email' from installations. // - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/deployment/config_request.proto. Email *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty" toml:"email,omitempty" mapstructure:"email,omitempty"` Username *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty" toml:"username,omitempty" mapstructure:"username,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` @@ -491,7 +491,7 @@ func (*ConfigRequest_V1_AdminUser) Descriptor() ([]byte, []int) { return file_config_deployment_config_request_proto_rawDescGZIP(), []int{0, 0, 3} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/deployment/config_request.proto. func (x *ConfigRequest_V1_AdminUser) GetEmail() *wrapperspb.StringValue { if x != nil { return x.Email @@ -525,7 +525,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/deployment/config_request.proto. ListenAddress *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=listen_address,json=listenAddress,proto3" json:"listen_address,omitempty" toml:"listen_address,omitempty" mapstructure:"listen_address,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -562,7 +562,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_deployment_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/deployment/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetListenAddress() *wrapperspb.StringValue { if x != nil { return x.ListenAddress @@ -1113,7 +1113,7 @@ func file_config_deployment_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_deployment_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1125,7 +1125,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1137,7 +1137,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1149,7 +1149,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1162,7 +1162,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_Health); i { + switch v := v.(*ConfigRequest_V1_AdminUser); i { case 0: return &v.state case 1: @@ -1174,7 +1174,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_AdminUser); i { + switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state case 1: @@ -1198,18 +1198,6 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_System_Log); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_config_deployment_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_GatherLogs); i { case 0: return &v.state @@ -1221,7 +1209,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Proxy); i { case 0: return &v.state @@ -1233,7 +1221,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backup); i { case 0: return &v.state @@ -1245,7 +1233,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_deployment_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backup_Filesystem); i { case 0: return &v.state diff --git a/api/config/dex/config_request.pb.go b/api/config/dex/config_request.pb.go index 9f7740bef3e..976c3f292e4 100644 --- a/api/config/dex/config_request.pb.go +++ b/api/config/dex/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/dex/config_request.proto @@ -413,7 +413,7 @@ type ConfigRequest_V1_Grpc struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/dex/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -450,7 +450,7 @@ func (*ConfigRequest_V1_Grpc) Descriptor() ([]byte, []int) { return file_config_dex_config_request_proto_rawDescGZIP(), []int{0, 0, 4} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/dex/config_request.proto. func (x *ConfigRequest_V1_Grpc) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1379,7 +1379,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/dex/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` @@ -1417,7 +1417,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_dex_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/dex/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1862,7 +1862,7 @@ func file_config_dex_config_request_proto_rawDescGZIP() []byte { } var file_config_dex_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_config_dex_config_request_proto_goTypes = []interface{}{ +var file_config_dex_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.dex.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.dex.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.dex.ConfigRequest.V1.System @@ -1984,7 +1984,7 @@ func file_config_dex_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_dex_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1996,7 +1996,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -2008,7 +2008,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -2020,7 +2020,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -2032,7 +2032,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Log); i { case 0: return &v.state @@ -2044,7 +2044,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Storage); i { case 0: return &v.state @@ -2056,7 +2056,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Grpc); i { case 0: return &v.state @@ -2068,7 +2068,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Expiry); i { case 0: return &v.state @@ -2080,7 +2080,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Bootstrap); i { case 0: return &v.state @@ -2092,7 +2092,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Connectors); i { case 0: return &v.state @@ -2104,7 +2104,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Google); i { case 0: return &v.state @@ -2116,7 +2116,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Ldap); i { case 0: return &v.state @@ -2128,7 +2128,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Msad_Ldap); i { case 0: return &v.state @@ -2140,7 +2140,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Saml); i { case 0: return &v.state @@ -2152,7 +2152,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Disclosure); i { case 0: return &v.state @@ -2164,7 +2164,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Banner); i { case 0: return &v.state @@ -2176,7 +2176,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_InvalidLoginAttempts); i { case 0: return &v.state @@ -2188,7 +2188,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_RedirectionURIs); i { case 0: return &v.state @@ -2200,7 +2200,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_config_dex_config_request_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/elasticsearch/config_request.pb.go b/api/config/elasticsearch/config_request.pb.go index b4656707457..23bf9531f52 100644 --- a/api/config/elasticsearch/config_request.pb.go +++ b/api/config/elasticsearch/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/elasticsearch/config_request.proto @@ -2170,7 +2170,7 @@ func file_config_elasticsearch_config_request_proto_rawDescGZIP() []byte { } var file_config_elasticsearch_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 27) -var file_config_elasticsearch_config_request_proto_goTypes = []interface{}{ +var file_config_elasticsearch_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.elasticsearch.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.elasticsearch.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.elasticsearch.ConfigRequest.V1.System @@ -2299,7 +2299,7 @@ func file_config_elasticsearch_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_elasticsearch_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -2311,7 +2311,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -2323,7 +2323,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -2335,7 +2335,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -2347,7 +2347,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_ProxyConfig); i { case 0: return &v.state @@ -2359,7 +2359,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Cluster); i { case 0: return &v.state @@ -2371,7 +2371,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Node); i { case 0: return &v.state @@ -2383,7 +2383,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Path); i { case 0: return &v.state @@ -2395,7 +2395,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Indices); i { case 0: return &v.state @@ -2407,7 +2407,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Index); i { case 0: return &v.state @@ -2419,7 +2419,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Bootstrap); i { case 0: return &v.state @@ -2431,7 +2431,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Network); i { case 0: return &v.state @@ -2443,7 +2443,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Transport); i { case 0: return &v.state @@ -2455,7 +2455,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Discovery); i { case 0: return &v.state @@ -2467,7 +2467,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Gateway); i { case 0: return &v.state @@ -2479,7 +2479,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Action); i { case 0: return &v.state @@ -2491,7 +2491,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Logger); i { case 0: return &v.state @@ -2503,7 +2503,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Plugins); i { case 0: return &v.state @@ -2515,7 +2515,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Runtime); i { case 0: return &v.state @@ -2527,7 +2527,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Routing); i { case 0: return &v.state @@ -2539,7 +2539,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Allocation); i { case 0: return &v.state @@ -2551,7 +2551,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Recovery); i { case 0: return &v.state @@ -2563,7 +2563,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Fielddata); i { case 0: return &v.state @@ -2575,7 +2575,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Breaker); i { case 0: return &v.state @@ -2587,7 +2587,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_S3); i { case 0: return &v.state @@ -2599,7 +2599,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Deprecated); i { case 0: return &v.state @@ -2611,7 +2611,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_config_elasticsearch_config_request_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_S3_Client); i { case 0: return &v.state diff --git a/api/config/erchef/config_request.pb.go b/api/config/erchef/config_request.pb.go index 08dfd3bdaa9..c411a532a1b 100644 --- a/api/config/erchef/config_request.pb.go +++ b/api/config/erchef/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/erchef/config_request.proto @@ -330,7 +330,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/erchef/config_request.proto. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -373,7 +373,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/erchef/config_request.proto. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -1812,7 +1812,7 @@ func file_config_erchef_config_request_proto_rawDescGZIP() []byte { } var file_config_erchef_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_config_erchef_config_request_proto_goTypes = []interface{}{ +var file_config_erchef_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.erchef.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.erchef.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.erchef.ConfigRequest.V1.System @@ -1940,7 +1940,7 @@ func file_config_erchef_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_erchef_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1952,7 +1952,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1964,7 +1964,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1976,7 +1976,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1988,7 +1988,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -2000,7 +2000,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -2012,7 +2012,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Keygen); i { case 0: return &v.state @@ -2024,7 +2024,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_ChefApi); i { case 0: return &v.state @@ -2036,7 +2036,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Indexing); i { case 0: return &v.state @@ -2048,7 +2048,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Authz); i { case 0: return &v.state @@ -2060,7 +2060,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state @@ -2072,7 +2072,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_DataCollector); i { case 0: return &v.state @@ -2084,7 +2084,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Depsolver); i { case 0: return &v.state @@ -2096,7 +2096,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Memory); i { case 0: return &v.state @@ -2108,7 +2108,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_HealthCheck); i { case 0: return &v.state @@ -2120,7 +2120,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_config_erchef_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_IBrowse); i { case 0: return &v.state diff --git a/api/config/es_sidecar/config_request.pb.go b/api/config/es_sidecar/config_request.pb.go index b2ed05af9da..ea16517e6f1 100644 --- a/api/config/es_sidecar/config_request.pb.go +++ b/api/config/es_sidecar/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/es_sidecar/config_request.proto @@ -247,7 +247,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/es_sidecar/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -284,7 +284,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_es_sidecar_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/es_sidecar/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -844,7 +844,7 @@ func file_config_es_sidecar_config_request_proto_rawDescGZIP() []byte { } var file_config_es_sidecar_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_config_es_sidecar_config_request_proto_goTypes = []interface{}{ +var file_config_es_sidecar_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.es_sidecar.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.es_sidecar.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.es_sidecar.ConfigRequest.V1.System @@ -909,7 +909,7 @@ func file_config_es_sidecar_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_es_sidecar_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -921,7 +921,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -933,7 +933,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -945,7 +945,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -957,7 +957,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -969,7 +969,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Backups); i { case 0: return &v.state @@ -981,7 +981,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -993,7 +993,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Backups_FsSettings); i { case 0: return &v.state @@ -1005,7 +1005,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Backups_S3Settings); i { case 0: return &v.state @@ -1017,7 +1017,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_es_sidecar_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Backups_GCSSettings); i { case 0: return &v.state diff --git a/api/config/esgateway/config_request.pb.go b/api/config/esgateway/config_request.pb.go index 9c935847d98..c4f2e968eed 100644 --- a/api/config/esgateway/config_request.pb.go +++ b/api/config/esgateway/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/esgateway/config_request.proto @@ -1266,7 +1266,7 @@ func file_config_esgateway_config_request_proto_rawDescGZIP() []byte { } var file_config_esgateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_config_esgateway_config_request_proto_goTypes = []interface{}{ +var file_config_esgateway_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.esgateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.esgateway.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.esgateway.ConfigRequest.V1.System @@ -1355,7 +1355,7 @@ func file_config_esgateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_esgateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1367,7 +1367,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1379,7 +1379,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1391,7 +1391,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1403,7 +1403,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1415,7 +1415,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1427,7 +1427,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1439,7 +1439,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_External); i { case 0: return &v.state @@ -1451,7 +1451,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Endpoint); i { case 0: return &v.state @@ -1463,7 +1463,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Main); i { case 0: return &v.state @@ -1475,7 +1475,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1487,7 +1487,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state @@ -1499,7 +1499,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_config_esgateway_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Main_Resolvers); i { case 0: return &v.state diff --git a/api/config/event/config_request.pb.go b/api/config/event/config_request.pb.go index dc17c1ad2c1..b62af5d10fd 100644 --- a/api/config/event/config_request.pb.go +++ b/api/config/event/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/event/config_request.proto @@ -256,7 +256,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/event/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` EventLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=event_limit,json=eventLimit,proto3" json:"event_limit,omitempty" toml:"event_limit,omitempty" mapstructure:"event_limit,omitempty"` @@ -295,7 +295,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_event_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/event/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -640,7 +640,7 @@ func file_config_event_config_request_proto_rawDescGZIP() []byte { } var file_config_event_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_event_config_request_proto_goTypes = []interface{}{ +var file_config_event_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.event.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.event.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.event.ConfigRequest.V1.System @@ -689,7 +689,7 @@ func file_config_event_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_event_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_InternalMessaging); i { case 0: return &v.state @@ -761,7 +761,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -773,7 +773,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_event_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Handlers); i { case 0: return &v.state diff --git a/api/config/event_feed/config_request.pb.go b/api/config/event_feed/config_request.pb.go index 2b3a7b4ba08..9d1ccfb217f 100644 --- a/api/config/event_feed/config_request.pb.go +++ b/api/config/event_feed/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/event_feed/config_request.proto @@ -241,7 +241,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/event_feed/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` // NOTE: purge_event_feed_after_days is no longer configurable @@ -250,7 +250,7 @@ type ConfigRequest_V1_System_Service struct { // config to to the purge cereal workflows. // Setting this values is prevented in the Validate() callback. // - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/event_feed/config_request.proto. PurgeEventFeedAfterDays *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=purge_event_feed_after_days,json=purgeEventFeedAfterDays,proto3" json:"purge_event_feed_after_days,omitempty" toml:"purge_event_feed_after_days,omitempty" mapstructure:"purge_event_feed_after_days,omitempty"` } @@ -286,7 +286,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_event_feed_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/event_feed/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -301,7 +301,7 @@ func (x *ConfigRequest_V1_System_Service) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/event_feed/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetPurgeEventFeedAfterDays() *wrapperspb.Int32Value { if x != nil { return x.PurgeEventFeedAfterDays @@ -447,7 +447,7 @@ func file_config_event_feed_config_request_proto_rawDescGZIP() []byte { } var file_config_event_feed_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_event_feed_config_request_proto_goTypes = []interface{}{ +var file_config_event_feed_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.event_feed.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.event_feed.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.event_feed.ConfigRequest.V1.System @@ -484,7 +484,7 @@ func file_config_event_feed_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_event_feed_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_event_feed_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -496,7 +496,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_event_feed_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -508,7 +508,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_event_feed_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -520,7 +520,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_event_feed_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -532,7 +532,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_event_feed_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -544,7 +544,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_event_feed_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/event_gateway/config_request.pb.go b/api/config/event_gateway/config_request.pb.go index eaebde6ff81..9b1e457b01b 100644 --- a/api/config/event_gateway/config_request.pb.go +++ b/api/config/event_gateway/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/event_gateway/config_request.proto @@ -475,7 +475,7 @@ func file_config_event_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_event_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_event_gateway_config_request_proto_goTypes = []interface{}{ +var file_config_event_gateway_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.event_gateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.event_gateway.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.event_gateway.ConfigRequest.V1.System @@ -517,7 +517,7 @@ func file_config_event_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_event_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_event_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_event_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -541,7 +541,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_event_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -553,7 +553,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_event_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -565,7 +565,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_event_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -577,7 +577,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_event_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/gateway/config_request.pb.go b/api/config/gateway/config_request.pb.go index e7ff743a8d7..198985dec93 100644 --- a/api/config/gateway/config_request.pb.go +++ b/api/config/gateway/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/gateway/config_request.proto @@ -249,14 +249,14 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/gateway/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` GrpcPort *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=grpc_port,json=grpcPort,proto3" json:"grpc_port,omitempty" toml:"grpc_port,omitempty" mapstructure:"grpc_port,omitempty"` TrialLicenseUrl *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=trial_license_url,json=trialLicenseUrl,proto3" json:"trial_license_url,omitempty" toml:"trial_license_url,omitempty" mapstructure:"trial_license_url,omitempty"` Log *ConfigRequest_V1_System_Log `protobuf:"bytes,6,opt,name=log,proto3" json:"log,omitempty" toml:"log,omitempty" mapstructure:"log,omitempty"` // backwards compat with old log level config - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/gateway/config_request.proto. AuthMiddleware *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=auth_middleware,json=authMiddleware,proto3" json:"auth_middleware,omitempty" toml:"auth_middleware,omitempty" mapstructure:"auth_middleware,omitempty"` } @@ -292,7 +292,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_gateway_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/gateway/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -335,7 +335,7 @@ func (x *ConfigRequest_V1_System_Service) GetLog() *ConfigRequest_V1_System_Log return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/gateway/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetAuthMiddleware() *wrapperspb.StringValue { if x != nil { return x.AuthMiddleware @@ -632,7 +632,7 @@ func file_config_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_gateway_config_request_proto_goTypes = []interface{}{ +var file_config_gateway_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.api.config.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.api.config.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.api.config.ConfigRequest.V1.System @@ -681,7 +681,7 @@ func file_config_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -693,7 +693,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -705,7 +705,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -717,7 +717,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -729,7 +729,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -741,7 +741,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -753,7 +753,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_DataCollector); i { case 0: return &v.state @@ -765,7 +765,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_gateway_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_DataCollector_Limiter); i { case 0: return &v.state diff --git a/api/config/infra_proxy/config_request.pb.go b/api/config/infra_proxy/config_request.pb.go index 98aaa46bf6b..c46e1a51a65 100644 --- a/api/config/infra_proxy/config_request.pb.go +++ b/api/config/infra_proxy/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/infra_proxy/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/infra_proxy/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_infra_proxy_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/infra_proxy/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -435,7 +435,7 @@ func file_config_infra_proxy_config_request_proto_rawDescGZIP() []byte { } var file_config_infra_proxy_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_infra_proxy_config_request_proto_goTypes = []interface{}{ +var file_config_infra_proxy_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.infra_proxy.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.infra_proxy.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.infra_proxy.ConfigRequest.V1.System @@ -472,7 +472,7 @@ func file_config_infra_proxy_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_infra_proxy_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_infra_proxy_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -484,7 +484,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_infra_proxy_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -496,7 +496,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_infra_proxy_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -508,7 +508,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_infra_proxy_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -520,7 +520,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_infra_proxy_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -532,7 +532,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_infra_proxy_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/ingest/config_request.pb.go b/api/config/ingest/config_request.pb.go index 7a43a4c4a83..1e4ca392b17 100644 --- a/api/config/ingest/config_request.pb.go +++ b/api/config/ingest/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/ingest/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/ingest/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` // NOTE: purge actions are no longer configurable via config @@ -248,9 +248,9 @@ type ConfigRequest_V1_System_Service struct { // to the purge cereal workflows. // Setting these values is prevented in the Validate() callback. // - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/ingest/config_request.proto. PurgeConvergeHistoryAfterDays *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=purge_converge_history_after_days,json=purgeConvergeHistoryAfterDays,proto3" json:"purge_converge_history_after_days,omitempty" toml:"purge_converge_history_after_days,omitempty" mapstructure:"purge_converge_history_after_days,omitempty"` - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/ingest/config_request.proto. PurgeActionsAfterDays *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=purge_actions_after_days,json=purgeActionsAfterDays,proto3" json:"purge_actions_after_days,omitempty" toml:"purge_actions_after_days,omitempty" mapstructure:"purge_actions_after_days,omitempty"` MaxNumberOfBundledRunMsgs *wrapperspb.Int32Value `protobuf:"bytes,6,opt,name=max_number_of_bundled_run_msgs,json=maxNumberOfBundledRunMsgs,proto3" json:"max_number_of_bundled_run_msgs,omitempty" toml:"max_number_of_bundled_run_msgs,omitempty" mapstructure:"max_number_of_bundled_run_msgs,omitempty"` MaxNumberOfBundledActionMsgs *wrapperspb.Int32Value `protobuf:"bytes,7,opt,name=max_number_of_bundled_action_msgs,json=maxNumberOfBundledActionMsgs,proto3" json:"max_number_of_bundled_action_msgs,omitempty" toml:"max_number_of_bundled_action_msgs,omitempty" mapstructure:"max_number_of_bundled_action_msgs,omitempty"` @@ -294,7 +294,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_ingest_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/ingest/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -309,7 +309,7 @@ func (x *ConfigRequest_V1_System_Service) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/ingest/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetPurgeConvergeHistoryAfterDays() *wrapperspb.Int32Value { if x != nil { return x.PurgeConvergeHistoryAfterDays @@ -317,7 +317,7 @@ func (x *ConfigRequest_V1_System_Service) GetPurgeConvergeHistoryAfterDays() *wr return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/ingest/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetPurgeActionsAfterDays() *wrapperspb.Int32Value { if x != nil { return x.PurgeActionsAfterDays @@ -584,7 +584,7 @@ func file_config_ingest_config_request_proto_rawDescGZIP() []byte { } var file_config_ingest_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_ingest_config_request_proto_goTypes = []interface{}{ +var file_config_ingest_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.ingest.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.ingest.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.ingest.ConfigRequest.V1.System @@ -632,7 +632,7 @@ func file_config_ingest_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_ingest_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_ingest_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_ingest_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -656,7 +656,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_ingest_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_ingest_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -680,7 +680,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_ingest_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_ingest_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/license_control/config_request.pb.go b/api/config/license_control/config_request.pb.go index 1b729ecd451..b2f8873de58 100644 --- a/api/config/license_control/config_request.pb.go +++ b/api/config/license_control/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/license_control/config_request.proto @@ -264,7 +264,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/license_control/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -301,7 +301,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_license_control_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/license_control/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -538,7 +538,7 @@ func file_config_license_control_config_request_proto_rawDescGZIP() []byte { } var file_config_license_control_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_license_control_config_request_proto_goTypes = []interface{}{ +var file_config_license_control_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.license_control.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.license_control.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.license_control.ConfigRequest.V1.System @@ -582,7 +582,7 @@ func file_config_license_control_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_license_control_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -594,7 +594,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -606,7 +606,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -618,7 +618,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -630,7 +630,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -642,7 +642,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Telemetry); i { case 0: return &v.state @@ -654,7 +654,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_license_control_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/load_balancer/config_request.pb.go b/api/config/load_balancer/config_request.pb.go index f20884ce95e..50c76339879 100644 --- a/api/config/load_balancer/config_request.pb.go +++ b/api/config/load_balancer/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/load_balancer/config_request.proto @@ -1275,7 +1275,7 @@ func file_config_load_balancer_config_request_proto_rawDescGZIP() []byte { } var file_config_load_balancer_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 12) -var file_config_load_balancer_config_request_proto_goTypes = []interface{}{ +var file_config_load_balancer_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.load_balancer.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.load_balancer.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.load_balancer.ConfigRequest.V1.System @@ -1367,7 +1367,7 @@ func file_config_load_balancer_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_load_balancer_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1379,7 +1379,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1391,7 +1391,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1403,7 +1403,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1415,7 +1415,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1427,7 +1427,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_StaticConfig); i { case 0: return &v.state @@ -1439,7 +1439,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -1451,7 +1451,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1463,7 +1463,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Main); i { case 0: return &v.state @@ -1475,7 +1475,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1487,7 +1487,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state @@ -1499,7 +1499,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_load_balancer_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Mail); i { case 0: return &v.state diff --git a/api/config/local_user/config_request.pb.go b/api/config/local_user/config_request.pb.go index 558ce958fa2..ebbf2d802e0 100644 --- a/api/config/local_user/config_request.pb.go +++ b/api/config/local_user/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/local_user/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/local_user/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` @@ -277,7 +277,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_local_user_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/local_user/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -447,7 +447,7 @@ func file_config_local_user_config_request_proto_rawDescGZIP() []byte { } var file_config_local_user_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_local_user_config_request_proto_goTypes = []interface{}{ +var file_config_local_user_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.local_user.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.local_user.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.local_user.ConfigRequest.V1.System @@ -485,7 +485,7 @@ func file_config_local_user_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_local_user_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_local_user_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -497,7 +497,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_local_user_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -509,7 +509,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_local_user_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -521,7 +521,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_local_user_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -533,7 +533,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_local_user_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_local_user_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state diff --git a/api/config/minio/config_request.pb.go b/api/config/minio/config_request.pb.go index 3fb3c525485..de7b23c28da 100644 --- a/api/config/minio/config_request.pb.go +++ b/api/config/minio/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/minio/config_request.proto @@ -473,7 +473,7 @@ func file_config_minio_config_request_proto_rawDescGZIP() []byte { } var file_config_minio_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_minio_config_request_proto_goTypes = []interface{}{ +var file_config_minio_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.minio.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.minio.ConfigRequest.V1 (*ConfigRequest_Service)(nil), // 2: chef.automate.infra.minio.ConfigRequest.Service @@ -511,7 +511,7 @@ func file_config_minio_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_minio_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -523,7 +523,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -535,7 +535,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_Service); i { case 0: return &v.state @@ -547,7 +547,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -559,7 +559,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -571,7 +571,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Gateway); i { case 0: return &v.state @@ -583,7 +583,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_minio_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Gateway_Storage); i { case 0: return &v.state diff --git a/api/config/nodemanager/config_request.pb.go b/api/config/nodemanager/config_request.pb.go index e505509f3a1..eaa1e4a0456 100644 --- a/api/config/nodemanager/config_request.pb.go +++ b/api/config/nodemanager/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/nodemanager/config_request.proto @@ -211,7 +211,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/nodemanager/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -248,7 +248,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_nodemanager_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/nodemanager/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -556,7 +556,7 @@ func file_config_nodemanager_config_request_proto_rawDescGZIP() []byte { } var file_config_nodemanager_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_nodemanager_config_request_proto_goTypes = []interface{}{ +var file_config_nodemanager_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.nodemanager.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.nodemanager.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.nodemanager.ConfigRequest.V1.System @@ -600,7 +600,7 @@ func file_config_nodemanager_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_nodemanager_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -612,7 +612,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -624,7 +624,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -636,7 +636,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -648,7 +648,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -660,7 +660,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -672,7 +672,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_nodemanager_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nodemanager); i { case 0: return &v.state diff --git a/api/config/notifications/config_request.pb.go b/api/config/notifications/config_request.pb.go index 0585bf17d55..3a7469104b4 100644 --- a/api/config/notifications/config_request.pb.go +++ b/api/config/notifications/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/notifications/config_request.proto @@ -272,7 +272,7 @@ type ConfigRequest_V1_System_Service struct { unknownFields protoimpl.UnknownFields ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/notifications/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` DedupeWindowSeconds *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=dedupe_window_seconds,json=dedupeWindowSeconds,proto3" json:"dedupe_window_seconds,omitempty" toml:"dedupe_window_seconds,omitempty" mapstructure:"dedupe_window_seconds,omitempty"` @@ -317,7 +317,7 @@ func (x *ConfigRequest_V1_System_Service) GetExternalFqdn() *wrapperspb.StringVa return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/notifications/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -438,7 +438,7 @@ type ConfigRequest_V1_System_Migration struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/notifications/config_request.proto. RuleStoreFile *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=rule_store_file,json=ruleStoreFile,proto3" json:"rule_store_file,omitempty" toml:"rule_store_file,omitempty" mapstructure:"rule_store_file,omitempty"` } @@ -474,7 +474,7 @@ func (*ConfigRequest_V1_System_Migration) Descriptor() ([]byte, []int) { return file_config_notifications_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 3} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/notifications/config_request.proto. func (x *ConfigRequest_V1_System_Migration) GetRuleStoreFile() *wrapperspb.StringValue { if x != nil { return x.RuleStoreFile @@ -662,7 +662,7 @@ func file_config_notifications_config_request_proto_rawDescGZIP() []byte { } var file_config_notifications_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_notifications_config_request_proto_goTypes = []interface{}{ +var file_config_notifications_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.notifications.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.notifications.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.notifications.ConfigRequest.V1.System @@ -712,7 +712,7 @@ func file_config_notifications_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_notifications_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -724,7 +724,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -736,7 +736,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -748,7 +748,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -760,7 +760,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -772,7 +772,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -784,7 +784,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Cache); i { case 0: return &v.state @@ -796,7 +796,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Migration); i { case 0: return &v.state @@ -808,7 +808,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_notifications_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/ocid/config_request.pb.go b/api/config/ocid/config_request.pb.go index 47530f1c752..c28ee8af11d 100644 --- a/api/config/ocid/config_request.pb.go +++ b/api/config/ocid/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/ocid/config_request.proto @@ -258,7 +258,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/ocid/config_request.proto. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -301,7 +301,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/ocid/config_request.proto. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -868,7 +868,7 @@ func file_config_ocid_config_request_proto_rawDescGZIP() []byte { } var file_config_ocid_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_config_ocid_config_request_proto_goTypes = []interface{}{ +var file_config_ocid_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.ocid.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.ocid.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.ocid.ConfigRequest.V1.System @@ -929,7 +929,7 @@ func file_config_ocid_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_ocid_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -941,7 +941,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -953,7 +953,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -965,7 +965,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -977,7 +977,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -989,7 +989,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1001,7 +1001,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state @@ -1013,7 +1013,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Ocid); i { case 0: return &v.state @@ -1025,7 +1025,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Ocid_ChefServerConfig); i { case 0: return &v.state @@ -1037,7 +1037,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Ocid_OauthApplicationConfig); i { case 0: return &v.state @@ -1049,7 +1049,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_ocid_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Ocid_OauthApplicationConfig_OauthApplication); i { case 0: return &v.state diff --git a/api/config/opensearch/config_request.pb.go b/api/config/opensearch/config_request.pb.go index 1a7bc207831..fcab7c8c66e 100644 --- a/api/config/opensearch/config_request.pb.go +++ b/api/config/opensearch/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/opensearch/config_request.proto @@ -2164,7 +2164,7 @@ func file_config_opensearch_config_request_proto_rawDescGZIP() []byte { } var file_config_opensearch_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 27) -var file_config_opensearch_config_request_proto_goTypes = []interface{}{ +var file_config_opensearch_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.opensearch.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.opensearch.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.opensearch.ConfigRequest.V1.System @@ -2293,7 +2293,7 @@ func file_config_opensearch_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_opensearch_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -2305,7 +2305,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -2317,7 +2317,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -2329,7 +2329,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -2341,7 +2341,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_ProxyConfig); i { case 0: return &v.state @@ -2353,7 +2353,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Cluster); i { case 0: return &v.state @@ -2365,7 +2365,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Node); i { case 0: return &v.state @@ -2377,7 +2377,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Path); i { case 0: return &v.state @@ -2389,7 +2389,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Indices); i { case 0: return &v.state @@ -2401,7 +2401,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Index); i { case 0: return &v.state @@ -2413,7 +2413,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Bootstrap); i { case 0: return &v.state @@ -2425,7 +2425,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Network); i { case 0: return &v.state @@ -2437,7 +2437,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Transport); i { case 0: return &v.state @@ -2449,7 +2449,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Discovery); i { case 0: return &v.state @@ -2461,7 +2461,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Gateway); i { case 0: return &v.state @@ -2473,7 +2473,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Action); i { case 0: return &v.state @@ -2485,7 +2485,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Logger); i { case 0: return &v.state @@ -2497,7 +2497,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Plugins); i { case 0: return &v.state @@ -2509,7 +2509,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Runtime); i { case 0: return &v.state @@ -2521,7 +2521,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Routing); i { case 0: return &v.state @@ -2533,7 +2533,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Allocation); i { case 0: return &v.state @@ -2545,7 +2545,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Recovery); i { case 0: return &v.state @@ -2557,7 +2557,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Fielddata); i { case 0: return &v.state @@ -2569,7 +2569,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Breaker); i { case 0: return &v.state @@ -2581,7 +2581,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_S3); i { case 0: return &v.state @@ -2593,7 +2593,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Deprecated); i { case 0: return &v.state @@ -2605,7 +2605,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_config_opensearch_config_request_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_S3_Client); i { case 0: return &v.state diff --git a/api/config/pg_gateway/config_request.pb.go b/api/config/pg_gateway/config_request.pb.go index 552ff78d5a7..fbb05915b3a 100644 --- a/api/config/pg_gateway/config_request.pb.go +++ b/api/config/pg_gateway/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/pg_gateway/config_request.proto @@ -345,7 +345,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/pg_gateway/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalPostgresql *shared.External_Postgresql `protobuf:"bytes,4,opt,name=external_postgresql,json=externalPostgresql,proto3" json:"external_postgresql,omitempty" toml:"external_postgresql,omitempty" mapstructure:"external_postgresql,omitempty"` @@ -384,7 +384,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_pg_gateway_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 2} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/pg_gateway/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -605,7 +605,7 @@ func file_config_pg_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_pg_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_pg_gateway_config_request_proto_goTypes = []interface{}{ +var file_config_pg_gateway_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.pg_gateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.pg_gateway.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.pg_gateway.ConfigRequest.V1.System @@ -656,7 +656,7 @@ func file_config_pg_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_pg_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -680,7 +680,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Resolvers); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Endpoint); i { case 0: return &v.state @@ -716,7 +716,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -728,7 +728,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_gateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Timeouts); i { case 0: return &v.state diff --git a/api/config/pg_sidecar/config_request.pb.go b/api/config/pg_sidecar/config_request.pb.go index 1bed26299b9..87f1516231b 100644 --- a/api/config/pg_sidecar/config_request.pb.go +++ b/api/config/pg_sidecar/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/pg_sidecar/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/pg_sidecar/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_pg_sidecar_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/pg_sidecar/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -422,7 +422,7 @@ func file_config_pg_sidecar_config_request_proto_rawDescGZIP() []byte { } var file_config_pg_sidecar_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_pg_sidecar_config_request_proto_goTypes = []interface{}{ +var file_config_pg_sidecar_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.pg_sidecar.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.pg_sidecar.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.pg_sidecar.ConfigRequest.V1.System @@ -458,7 +458,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_pg_sidecar_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_sidecar_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_sidecar_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_sidecar_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_sidecar_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -506,7 +506,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_sidecar_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -518,7 +518,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_pg_sidecar_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/platform/config.pb.go b/api/config/platform/config.pb.go index a07850ce0a2..2deb37bfe09 100644 --- a/api/config/platform/config.pb.go +++ b/api/config/platform/config.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/platform/config.proto @@ -630,7 +630,7 @@ func file_config_platform_config_proto_rawDescGZIP() []byte { } var file_config_platform_config_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_platform_config_proto_goTypes = []interface{}{ +var file_config_platform_config_proto_goTypes = []any{ (*Config)(nil), // 0: chef.automate.platform.Config (*Config_TLS)(nil), // 1: chef.automate.platform.Config.TLS (*Config_Service)(nil), // 2: chef.automate.platform.Config.Service @@ -665,7 +665,7 @@ func file_config_platform_config_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_platform_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Config); i { case 0: return &v.state @@ -677,7 +677,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Config_TLS); i { case 0: return &v.state @@ -689,7 +689,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Config_Service); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Config_Package); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Config_Platform); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Config_Postgresql); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Config_PGS); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Config_Postgresql_Cfg); i { case 0: return &v.state @@ -761,7 +761,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_platform_config_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Config_PGS_Cfg); i { case 0: return &v.state diff --git a/api/config/postgresql/config_request.pb.go b/api/config/postgresql/config_request.pb.go index 4b270670f88..b9e2f798f29 100644 --- a/api/config/postgresql/config_request.pb.go +++ b/api/config/postgresql/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/postgresql/config_request.proto @@ -304,7 +304,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/postgresql/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -341,7 +341,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_postgresql_config_request_proto_rawDescGZIP(), []int{0, 0, 1, 1} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/postgresql/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -730,7 +730,7 @@ func file_config_postgresql_config_request_proto_rawDescGZIP() []byte { } var file_config_postgresql_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_postgresql_config_request_proto_goTypes = []interface{}{ +var file_config_postgresql_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.postgresql.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.postgresql.ConfigRequest.V1 (*ConfigRequest_V1_Service)(nil), // 2: chef.automate.infra.postgresql.ConfigRequest.V1.Service @@ -786,7 +786,7 @@ func file_config_postgresql_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_postgresql_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -798,7 +798,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -810,7 +810,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -822,7 +822,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -834,7 +834,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -846,7 +846,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -858,7 +858,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_PGConfig); i { case 0: return &v.state @@ -870,7 +870,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_postgresql_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Superuser); i { case 0: return &v.state diff --git a/api/config/prometheus/config_request.pb.go b/api/config/prometheus/config_request.pb.go index 691fbabd5ae..cf838de854a 100644 --- a/api/config/prometheus/config_request.pb.go +++ b/api/config/prometheus/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/prometheus/config_request.proto @@ -359,7 +359,7 @@ func file_config_prometheus_config_request_proto_rawDescGZIP() []byte { } var file_config_prometheus_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_prometheus_config_request_proto_goTypes = []interface{}{ +var file_config_prometheus_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.infra.prometheus.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.prometheus.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.prometheus.ConfigRequest.V1.System @@ -392,7 +392,7 @@ func file_config_prometheus_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_prometheus_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_prometheus_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -404,7 +404,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_prometheus_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -416,7 +416,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_prometheus_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -428,7 +428,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_prometheus_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -440,7 +440,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_prometheus_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/report_manager/config_request.pb.go b/api/config/report_manager/config_request.pb.go index 4160e9abae9..001ef499ae0 100644 --- a/api/config/report_manager/config_request.pb.go +++ b/api/config/report_manager/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/report_manager/config_request.proto @@ -255,7 +255,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/report_manager/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` EnableLargeReporting *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=enable_large_reporting,json=enableLargeReporting,proto3" json:"enable_large_reporting,omitempty" toml:"enable_large_reporting,omitempty" mapstructure:"enable_large_reporting,omitempty"` @@ -293,7 +293,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_report_manager_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/report_manager/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -590,7 +590,7 @@ func file_config_report_manager_config_request_proto_rawDescGZIP() []byte { } var file_config_report_manager_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_report_manager_config_request_proto_goTypes = []interface{}{ +var file_config_report_manager_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.report_manager.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.report_manager.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.report_manager.ConfigRequest.V1.System @@ -639,7 +639,7 @@ func file_config_report_manager_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_report_manager_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -651,7 +651,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -663,7 +663,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -675,7 +675,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -687,7 +687,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -699,7 +699,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Objstore); i { case 0: return &v.state @@ -711,7 +711,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_report_manager_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Minio); i { case 0: return &v.state diff --git a/api/config/sample_data/config_request.pb.go b/api/config/sample_data/config_request.pb.go index 75672c5a06e..03fd7aeb882 100644 --- a/api/config/sample_data/config_request.pb.go +++ b/api/config/sample_data/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/sample_data/config_request.proto @@ -432,7 +432,7 @@ func file_config_sample_data_config_request_proto_rawDescGZIP() []byte { } var file_config_sample_data_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_sample_data_config_request_proto_goTypes = []interface{}{ +var file_config_sample_data_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.sample_data.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.sample_data.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.sample_data.ConfigRequest.V1.System @@ -469,7 +469,7 @@ func file_config_sample_data_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_sample_data_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_sample_data_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_sample_data_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_sample_data_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_sample_data_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -517,7 +517,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_sample_data_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_sample_data_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/secrets/config_request.pb.go b/api/config/secrets/config_request.pb.go index b5831697ee8..4a9e5d0bdc6 100644 --- a/api/config/secrets/config_request.pb.go +++ b/api/config/secrets/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/secrets/config_request.proto @@ -257,7 +257,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/secrets/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -294,7 +294,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_secrets_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/secrets/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -523,7 +523,7 @@ func file_config_secrets_config_request_proto_rawDescGZIP() []byte { } var file_config_secrets_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_secrets_config_request_proto_goTypes = []interface{}{ +var file_config_secrets_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.secrets.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.secrets.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.secrets.ConfigRequest.V1.System @@ -565,7 +565,7 @@ func file_config_secrets_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_secrets_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -577,7 +577,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -589,7 +589,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -601,7 +601,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -613,7 +613,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -625,7 +625,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -637,7 +637,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_secrets_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state diff --git a/api/config/session/config_request.pb.go b/api/config/session/config_request.pb.go index 957fe6ad08f..da17ac29b43 100644 --- a/api/config/session/config_request.pb.go +++ b/api/config/session/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/session/config_request.proto @@ -255,7 +255,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/session/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` SigninUrl *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=signin_url,json=signinUrl,proto3" json:"signin_url,omitempty" toml:"signin_url,omitempty" mapstructure:"signin_url,omitempty"` @@ -299,7 +299,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_session_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/session/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -685,7 +685,7 @@ func file_config_session_config_request_proto_rawDescGZIP() []byte { } var file_config_session_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_session_config_request_proto_goTypes = []interface{}{ +var file_config_session_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.session.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.session.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.session.ConfigRequest.V1.System @@ -739,7 +739,7 @@ func file_config_session_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_session_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -751,7 +751,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -763,7 +763,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -775,7 +775,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -787,7 +787,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -799,7 +799,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Oidc); i { case 0: return &v.state @@ -811,7 +811,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -823,7 +823,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_session_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state diff --git a/api/config/shared/global.pb.go b/api/config/shared/global.pb.go index 77d2eeed17c..b007ed0d244 100644 --- a/api/config/shared/global.pb.go +++ b/api/config/shared/global.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/shared/global.proto @@ -2762,7 +2762,7 @@ type External_Postgresql_SSL struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/shared/global.proto. Mode *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty" toml:"mode,omitempty" mapstructure:"mode,omitempty"` Cert *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty" toml:"cert,omitempty" mapstructure:"cert,omitempty"` Key *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty" toml:"key,omitempty" mapstructure:"key,omitempty"` @@ -2802,7 +2802,7 @@ func (*External_Postgresql_SSL) Descriptor() ([]byte, []int) { return file_config_shared_global_proto_rawDescGZIP(), []int{3, 3, 2} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/shared/global.proto. func (x *External_Postgresql_SSL) GetMode() *wrapperspb.StringValue { if x != nil { return x.Mode @@ -5357,7 +5357,7 @@ func file_config_shared_global_proto_init() { } file_config_shared_tls_proto_init() if !protoimpl.UnsafeEnabled { - file_config_shared_global_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GlobalConfig); i { case 0: return &v.state @@ -5369,7 +5369,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*V1); i { case 0: return &v.state @@ -5381,7 +5381,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ChefServer); i { case 0: return &v.state @@ -5393,7 +5393,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*External); i { case 0: return &v.state @@ -5405,7 +5405,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Mlsa); i { case 0: return &v.state @@ -5417,7 +5417,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Proxy); i { case 0: return &v.state @@ -5429,7 +5429,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Backups); i { case 0: return &v.state @@ -5441,7 +5441,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Log); i { case 0: return &v.state @@ -5453,7 +5453,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Disclosure); i { case 0: return &v.state @@ -5465,7 +5465,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Banner); i { case 0: return &v.state @@ -5477,7 +5477,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*SessionSettings); i { case 0: return &v.state @@ -5489,7 +5489,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_global_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*LargeReporting); i { case 0: return &v.state diff --git a/api/config/shared/tls.pb.go b/api/config/shared/tls.pb.go index ad84ce1432f..ce25d5fdbeb 100644 --- a/api/config/shared/tls.pb.go +++ b/api/config/shared/tls.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/shared/tls.proto @@ -205,7 +205,7 @@ func file_config_shared_tls_proto_rawDescGZIP() []byte { } var file_config_shared_tls_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_config_shared_tls_proto_goTypes = []interface{}{ +var file_config_shared_tls_proto_goTypes = []any{ (*TLSCredentials)(nil), // 0: chef.automate.infra.config.TLSCredentials (*FrontendTLSCredential)(nil), // 1: chef.automate.infra.config.FrontendTLSCredential } @@ -223,7 +223,7 @@ func file_config_shared_tls_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_shared_tls_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_tls_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*TLSCredentials); i { case 0: return &v.state @@ -235,7 +235,7 @@ func file_config_shared_tls_proto_init() { return nil } } - file_config_shared_tls_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_shared_tls_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*FrontendTLSCredential); i { case 0: return &v.state diff --git a/api/config/teams/config_request.pb.go b/api/config/teams/config_request.pb.go index daa98570b28..9e5225b878e 100644 --- a/api/config/teams/config_request.pb.go +++ b/api/config/teams/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/teams/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/teams/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_teams_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/teams/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -432,7 +432,7 @@ func file_config_teams_config_request_proto_rawDescGZIP() []byte { } var file_config_teams_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_teams_config_request_proto_goTypes = []interface{}{ +var file_config_teams_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.teams.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.teams.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.teams.ConfigRequest.V1.System @@ -469,7 +469,7 @@ func file_config_teams_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_teams_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_teams_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_teams_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_teams_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_teams_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -517,7 +517,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_teams_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_teams_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/ui/config_request.pb.go b/api/config/ui/config_request.pb.go index ca1f468e39c..6c0bdc6aa72 100644 --- a/api/config/ui/config_request.pb.go +++ b/api/config/ui/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/ui/config_request.proto @@ -493,7 +493,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in config/ui/config_request.proto. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -530,7 +530,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_ui_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 1} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in config/ui/config_request.proto. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1069,7 +1069,7 @@ func file_config_ui_config_request_proto_rawDescGZIP() []byte { } var file_config_ui_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_config_ui_config_request_proto_goTypes = []interface{}{ +var file_config_ui_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.ui.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.ui.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.ui.ConfigRequest.V1.System @@ -1143,7 +1143,7 @@ func file_config_ui_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_ui_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1155,7 +1155,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1167,7 +1167,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1179,7 +1179,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1191,7 +1191,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Banner); i { case 0: return &v.state @@ -1203,7 +1203,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_SessionSettings); i { case 0: return &v.state @@ -1215,7 +1215,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_LargeReporting); i { case 0: return &v.state @@ -1227,7 +1227,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_CustomSettings); i { case 0: return &v.state @@ -1239,7 +1239,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1251,7 +1251,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1263,7 +1263,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1275,7 +1275,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1287,7 +1287,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_config_ui_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state diff --git a/api/config/user_settings/config_request.pb.go b/api/config/user_settings/config_request.pb.go index 9357f5b91b8..b5f20a0a9e4 100644 --- a/api/config/user_settings/config_request.pb.go +++ b/api/config/user_settings/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: config/user_settings/config_request.proto @@ -370,7 +370,7 @@ func file_config_user_settings_config_request_proto_rawDescGZIP() []byte { } var file_config_user_settings_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_user_settings_config_request_proto_goTypes = []interface{}{ +var file_config_user_settings_config_request_proto_goTypes = []any{ (*ConfigRequest)(nil), // 0: chef.automate.domain.user_settings.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.user_settings.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.user_settings.ConfigRequest.V1.System @@ -405,7 +405,7 @@ func file_config_user_settings_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_user_settings_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_config_user_settings_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -417,7 +417,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_config_user_settings_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -429,7 +429,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_config_user_settings_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -441,7 +441,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_config_user_settings_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -453,7 +453,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_config_user_settings_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/external/applications/applications.pb.go b/api/external/applications/applications.pb.go index 86e1e024e49..9a6cb5574fd 100644 --- a/api/external/applications/applications.pb.go +++ b/api/external/applications/applications.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/applications/applications.proto @@ -2530,7 +2530,7 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x07, 0x57, 0x41, 0x52, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x52, 0x49, 0x54, 0x49, 0x43, 0x41, 0x4c, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x11, 0x32, - 0xa5, 0x29, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0xe5, 0x28, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xf4, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, @@ -2538,15 +2538,15 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x7f, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, - 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x2d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x9e, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x7f, 0x92, + 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x9a, 0x02, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, @@ -2555,199 +2555,196 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x48, - 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x5f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, - 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, - 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, - 0xe6, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, - 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, - 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, - 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0xc0, 0x01, 0x0a, 0x0c, 0x46, 0x69, 0x6e, - 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, - 0x58, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x8d, 0x01, 0x92, 0x41, + 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x30, 0x01, 0x12, 0xa1, 0x02, 0x0a, 0x19, - 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, - 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x73, 0x52, 0x65, 0x71, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, 0x69, - 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, - 0x8d, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2d, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, - 0x2d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, - 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, - 0x8c, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x5f, 0x68, 0x65, + 0x61, 0x6c, 0x74, 0x68, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xe2, 0x01, 0x0a, 0x0b, + 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x79, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x12, 0xbc, 0x01, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x54, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, + 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, + 0x9d, 0x02, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, + 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x39, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, + 0x52, 0x65, 0x73, 0x22, 0x89, 0x01, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, + 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, + 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, + 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2d, + 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x2d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, + 0x88, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x53, 0x47, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x53, 0x47, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, - 0x53, 0x47, 0x52, 0x65, 0x73, 0x22, 0x96, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x38, 0x12, 0x36, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2d, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0xf2, - 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, - 0x61, 0x74, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, - 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, - 0x74, 0x61, 0x74, 0x73, 0x52, 0x65, 0x73, 0x22, 0x7a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, - 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, + 0x53, 0x47, 0x52, 0x65, 0x73, 0x22, 0x92, 0x01, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, - 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, - 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x12, 0x8c, 0x02, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, - 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, - 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x38, 0x12, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x2d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xee, 0x01, 0x0a, 0x10, 0x47, + 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x73, 0x12, + 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x8a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, - 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, - 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x12, 0x9b, 0x02, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, - 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x73, 0x52, 0x65, + 0x71, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, - 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x96, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, - 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, - 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x23, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x10, - 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, - 0x12, 0x8a, 0x02, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x73, + 0x52, 0x65, 0x73, 0x22, 0x76, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, + 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x12, 0x88, 0x02, 0x0a, 0x17, + 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x86, 0x01, + 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x97, 0x02, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x92, 0x01, 0x92, 0x41, + 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x12, 0x86, 0x02, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x49, 0x44, 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x8f, 0x01, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x2f, 0x22, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x69, 0x64, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x23, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0xdd, 0x01, - 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, - 0x65, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xb1, 0x02, - 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, - 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, - 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, - 0x71, 0x1a, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x4d, 0x61, 0x6e, 0x64, 0x61, - 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x91, 0x01, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x8b, 0x01, 0x92, 0x41, + 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x22, 0x2a, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x69, 0x64, 0x12, 0xd9, 0x01, 0x0a, 0x0a, 0x47, 0x65, + 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, + 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x66, 0x92, + 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, + 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, + 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xad, 0x02, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x69, 0x63, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x8d, 0x01, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, + 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, + 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x12, 0x1b, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x12, 0x3d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, - 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0xbd, 0x02, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, - 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0xb9, 0x02, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, + 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x69, 0x63, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, - 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, - 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x22, 0x97, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, - 0x22, 0x3d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, - 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, - 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0xb6, 0x02, 0x0a, 0x1a, 0x52, 0x75, 0x6e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x69, + 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x22, 0x93, 0x01, 0x92, 0x41, + 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, + 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x3a, + 0x01, 0x2a, 0x22, 0x3d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, + 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, + 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, + 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0xb2, 0x02, 0x0a, 0x1a, 0x52, 0x75, 0x6e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x12, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, @@ -2757,78 +2754,77 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x94, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x22, 0x3a, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, - 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, - 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, - 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, - 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xbb, 0x02, 0x0a, 0x23, 0x47, - 0x65, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, - 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x12, 0x46, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, - 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, - 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, - 0x6f, 0x64, 0x69, 0x63, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x98, 0x01, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, - 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x19, - 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x72, - 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, - 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xc7, 0x02, 0x0a, 0x26, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, + 0x6e, 0x73, 0x65, 0x22, 0x90, 0x01, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, + 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x01, 0x2a, 0x22, 0x3a, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, + 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xb7, 0x02, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x46, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, + 0x47, 0x65, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x4a, 0x6f, 0x62, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x49, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, - 0x73, 0x22, 0x9e, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x22, 0x44, 0x2f, 0x61, 0x70, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, + 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x94, 0x01, 0x92, 0x41, 0x0b, 0x0a, + 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, + 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1b, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x12, 0xc3, 0x02, 0x0a, 0x26, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x31, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x69, 0x63, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x49, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x22, 0x9a, 0x01, 0x92, 0x41, 0x0b, 0x0a, + 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x17, + 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, - 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0xcf, 0x02, 0x0a, 0x20, 0x52, 0x75, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x12, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x1a, 0x48, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, - 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, - 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9b, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x22, - 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, - 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, - 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, - 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, - 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, + 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, + 0x22, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, + 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0xcb, 0x02, 0x0a, 0x20, 0x52, 0x75, 0x6e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x12, 0x43, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, + 0x1a, 0x48, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2e, 0x52, 0x75, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, + 0x6f, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x97, 0x01, 0x92, 0x41, 0x0b, + 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, 0x0a, + 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, + 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x3a, 0x01, + 0x2a, 0x22, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x2f, 0x72, 0x75, 0x6e, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, @@ -2838,13 +2834,13 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, - 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, + 0x65, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, - 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0xf6, + 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, 0x65, + 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0xf6, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, @@ -2854,13 +2850,13 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x27, - 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, - 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, - 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, + 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, + 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, + 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, + 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, @@ -2881,7 +2877,7 @@ func file_external_applications_applications_proto_rawDescGZIP() []byte { var file_external_applications_applications_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_applications_applications_proto_msgTypes = make([]protoimpl.MessageInfo, 33) -var file_external_applications_applications_proto_goTypes = []interface{}{ +var file_external_applications_applications_proto_goTypes = []any{ (HealthStatus)(0), // 0: chef.automate.api.applications.HealthStatus (*ServicesReq)(nil), // 1: chef.automate.api.applications.ServicesReq (*ServicesDistinctValuesReq)(nil), // 2: chef.automate.api.applications.ServicesDistinctValuesReq @@ -3001,7 +2997,7 @@ func file_external_applications_applications_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_applications_applications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ServicesReq); i { case 0: return &v.state @@ -3013,7 +3009,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ServicesDistinctValuesReq); i { case 0: return &v.state @@ -3025,7 +3021,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ServicesBySGReq); i { case 0: return &v.state @@ -3037,7 +3033,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ServicesBySGRes); i { case 0: return &v.state @@ -3049,7 +3045,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ServicesRes); i { case 0: return &v.state @@ -3061,7 +3057,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ServicesDistinctValuesRes); i { case 0: return &v.state @@ -3073,7 +3069,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*DisconnectedServicesReq); i { case 0: return &v.state @@ -3085,7 +3081,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*DeleteServicesByIDReq); i { case 0: return &v.state @@ -3097,7 +3093,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ServicesStatsReq); i { case 0: return &v.state @@ -3109,7 +3105,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ServicesStatsRes); i { case 0: return &v.state @@ -3121,7 +3117,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*PeriodicJobConfig); i { case 0: return &v.state @@ -3133,7 +3129,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*PeriodicMandatoryJobConfig); i { case 0: return &v.state @@ -3145,7 +3141,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*PeriodicJobInfo); i { case 0: return &v.state @@ -3157,7 +3153,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*GetDisconnectedServicesConfigReq); i { case 0: return &v.state @@ -3169,7 +3165,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*UpdateDisconnectedServicesConfigRes); i { case 0: return &v.state @@ -3181,7 +3177,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*RunDisconnectedServicesJobReq); i { case 0: return &v.state @@ -3193,7 +3189,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*RunDisconnectedServicesJobResponse); i { case 0: return &v.state @@ -3205,7 +3201,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*GetDeleteDisconnectedServicesConfigReq); i { case 0: return &v.state @@ -3217,7 +3213,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*UpdateDeleteDisconnectedServicesConfigRes); i { case 0: return &v.state @@ -3229,7 +3225,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*RunDeleteDisconnectedServicesJobReq); i { case 0: return &v.state @@ -3241,7 +3237,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*RunDeleteDisconnectedServicesJobResponse); i { case 0: return &v.state @@ -3253,7 +3249,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*Service); i { case 0: return &v.state @@ -3265,7 +3261,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ServiceGroupsHealthCountsReq); i { case 0: return &v.state @@ -3277,7 +3273,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*ServiceGroupsReq); i { case 0: return &v.state @@ -3289,7 +3285,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*ServiceGroup); i { case 0: return &v.state @@ -3301,7 +3297,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*HealthCounts); i { case 0: return &v.state @@ -3313,7 +3309,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*PackageIdent); i { case 0: return &v.state @@ -3325,7 +3321,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*ServiceGroups); i { case 0: return &v.state @@ -3337,7 +3333,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*HealthCheckResult); i { case 0: return &v.state @@ -3349,7 +3345,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -3361,7 +3357,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -3373,7 +3369,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*GetServicesUsageCountRequest); i { case 0: return &v.state @@ -3385,7 +3381,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_external_applications_applications_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*GetServicesUsageCountResponse); i { case 0: return &v.state diff --git a/api/external/applications/applications.pb.gw.go b/api/external/applications/applications.pb.gw.go index 7435c15560f..e50c831f819 100644 --- a/api/external/applications/applications.pb.gw.go +++ b/api/external/applications/applications.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join var ( filter_ApplicationsService_GetServiceGroups_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} @@ -615,11 +617,14 @@ func local_request_ApplicationsService_GetServicesUsageCount_0(ctx context.Conte // RegisterApplicationsServiceHandlerServer registers the http handlers for service ApplicationsService to "mux". // UnaryRPC :call ApplicationsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationsServiceHandlerFromEndpoint instead. func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationsServiceServer) error { mux.Handle("GET", pattern_ApplicationsService_GetServiceGroups_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -627,6 +632,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServiceGroups_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -640,6 +646,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServiceGroupsHealthCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -647,6 +655,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServiceGroupsHealthCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -660,6 +669,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -667,6 +678,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServices_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -680,6 +692,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesDistinctValues_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -687,6 +701,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesDistinctValues_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -700,6 +715,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesBySG_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -707,6 +724,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesBySG_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -720,6 +738,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesStats_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -727,6 +747,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesStats_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -740,6 +761,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetDisconnectedServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -747,6 +770,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetDisconnectedServices_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -760,6 +784,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_DeleteDisconnectedServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -767,6 +793,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_DeleteDisconnectedServices_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -780,6 +807,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_DeleteServicesByID_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -787,6 +816,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_DeleteServicesByID_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -800,6 +830,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -807,6 +839,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -820,6 +853,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -827,6 +862,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -840,6 +876,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_UpdateDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -847,6 +885,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_UpdateDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -860,6 +899,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_RunDisconnectedServicesJob_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -867,6 +908,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_RunDisconnectedServicesJob_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -880,6 +922,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetDeleteDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -887,6 +931,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetDeleteDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -900,6 +945,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_UpdateDeleteDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -907,6 +954,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_UpdateDeleteDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -920,6 +968,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_RunDeleteDisconnectedServicesJob_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -927,6 +977,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_RunDeleteDisconnectedServicesJob_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -940,6 +991,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("PUT", pattern_ApplicationsService_UpdateTelemetryReported_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -947,6 +1000,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_UpdateTelemetryReported_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -960,6 +1014,8 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesUsageCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -967,6 +1023,7 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesUsageCount_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/applications/applications.swagger.json b/api/external/applications/applications.swagger.json index 3599ab8369a..5767f0c20a3 100644 --- a/api/external/applications/applications.swagger.json +++ b/api/external/applications/applications.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -126,7 +126,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -198,7 +198,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -277,7 +277,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -314,7 +314,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -386,7 +386,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -437,7 +437,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -459,7 +459,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -481,7 +481,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -515,7 +515,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -539,7 +539,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -561,7 +561,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -593,7 +593,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -627,7 +627,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -649,7 +649,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -683,7 +683,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -807,7 +807,6 @@ "properties": { "running": { "type": "boolean", - "format": "boolean", "description": "Enable/disable the job. `false` is disabled, `true` is enabled." }, "threshold": { @@ -858,7 +857,6 @@ }, "running": { "type": "boolean", - "format": "boolean", "description": "Enable/disable the job. `false` is disabled, `true` is enabled. It is not\nrecommended to disable this job." }, "recurrence": { @@ -942,7 +940,6 @@ }, "disconnected": { "type": "boolean", - "format": "boolean", "description": "Service connection information.\nBased on time since last healthcheck received and disconnected service configuration." }, "last_event_occurred_at": { diff --git a/api/external/cds/cds.pb.go b/api/external/cds/cds.pb.go index 79542794513..2941ea3d488 100644 --- a/api/external/cds/cds.pb.go +++ b/api/external/cds/cds.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cds/cds.proto @@ -51,58 +51,57 @@ var file_external_cds_cds_proto_rawDesc = []byte{ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa8, 0x07, 0x0a, 0x03, 0x43, 0x64, 0x73, - 0x12, 0xb9, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, + 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x98, 0x07, 0x0a, 0x03, 0x43, 0x64, 0x73, + 0x12, 0xb5, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, - 0x22, 0x4a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x69, 0x74, 0x65, 0x6d, - 0x73, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, - 0x74, 0x65, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x12, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, - 0x74, 0x3a, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xcc, 0x01, 0x0a, - 0x11, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, - 0x6c, 0x73, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x1a, 0x2b, + 0x22, 0x46, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, + 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, + 0x6e, 0x74, 0x2f, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0xc8, 0x01, 0x0a, 0x11, 0x53, 0x75, 0x62, + 0x6d, 0x69, 0x74, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x5e, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, - 0x6c, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x8a, 0xb5, - 0x18, 0x19, 0x12, 0x17, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x12, 0xce, 0x01, 0x0a, 0x10, - 0x49, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, - 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x1a, - 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, - 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, - 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x65, 0x6e, 0x61, 0x62, 0x6c, - 0x65, 0x64, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, - 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, - 0x1b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0xcf, 0x01, 0x0a, - 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, - 0x74, 0x65, 0x6d, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x3a, 0x01, 0x2a, - 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, 0x74, - 0x65, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x3a, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x73, + 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, + 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x64, + 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x5a, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x13, 0x63, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, + 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x22, 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, + 0x61, 0x6c, 0x73, 0x12, 0xca, 0x01, 0x0a, 0x10, 0x49, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, + 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, + 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, + 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x57, 0x8a, 0xb5, 0x18, 0x32, 0x0a, 0x13, 0x63, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, + 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, + 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, + 0x12, 0xcb, 0x01, 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, + 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x73, 0x74, + 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x22, 0x4e, + 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x15, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x3a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, + 0x3a, 0x01, 0x2a, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x73, 0x0a, 0x13, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, @@ -116,7 +115,7 @@ var file_external_cds_cds_proto_rawDesc = []byte{ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_cds_cds_proto_goTypes = []interface{}{ +var file_external_cds_cds_proto_goTypes = []any{ (*request.ContentItems)(nil), // 0: chef.automate.api.cds.request.ContentItems (*request.Credentials)(nil), // 1: chef.automate.api.cds.request.Credentials (*request.ContentEnabled)(nil), // 2: chef.automate.api.cds.request.ContentEnabled diff --git a/api/external/cds/cds.pb.gw.go b/api/external/cds/cds.pb.gw.go index 0d1b321548f..8159dbf68bc 100644 --- a/api/external/cds/cds.pb.gw.go +++ b/api/external/cds/cds.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Cds_ListContentItems_0(ctx context.Context, marshaler runtime.Marshaler, client CdsClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.ContentItems @@ -139,11 +141,14 @@ func local_request_Cds_InstallContentItem_0(ctx context.Context, marshaler runti // RegisterCdsHandlerServer registers the http handlers for service Cds to "mux". // UnaryRPC :call CdsServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCdsHandlerFromEndpoint instead. func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CdsServer) error { mux.Handle("GET", pattern_Cds_ListContentItems_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -151,6 +156,7 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_ListContentItems_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -164,6 +170,8 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server mux.Handle("POST", pattern_Cds_SubmitCredentials_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -171,6 +179,7 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_SubmitCredentials_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -184,6 +193,8 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server mux.Handle("GET", pattern_Cds_IsContentEnabled_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -191,6 +202,7 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_IsContentEnabled_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -204,6 +216,8 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server mux.Handle("POST", pattern_Cds_InstallContentItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -211,6 +225,7 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_InstallContentItem_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/cds/cds.swagger.json b/api/external/cds/cds.swagger.json index ea0f2e95571..0b38c1545dd 100644 --- a/api/external/cds/cds.swagger.json +++ b/api/external/cds/cds.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -82,7 +82,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -158,8 +158,7 @@ "type": "object", "properties": { "is_content_enabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -188,8 +187,7 @@ } }, "can_be_installed": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "filename": { "type": "string" diff --git a/api/external/cds/request/root.pb.go b/api/external/cds/request/root.pb.go index 0fb09517280..5c3dc6371b3 100644 --- a/api/external/cds/request/root.pb.go +++ b/api/external/cds/request/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cds/request/root.proto @@ -304,7 +304,7 @@ func file_external_cds_request_root_proto_rawDescGZIP() []byte { } var file_external_cds_request_root_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_cds_request_root_proto_goTypes = []interface{}{ +var file_external_cds_request_root_proto_goTypes = []any{ (*ContentItems)(nil), // 0: chef.automate.api.cds.request.ContentItems (*InstallContentItem)(nil), // 1: chef.automate.api.cds.request.InstallContentItem (*DownloadContentItem)(nil), // 2: chef.automate.api.cds.request.DownloadContentItem @@ -325,7 +325,7 @@ func file_external_cds_request_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cds_request_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_request_root_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ContentItems); i { case 0: return &v.state @@ -337,7 +337,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_request_root_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*InstallContentItem); i { case 0: return &v.state @@ -349,7 +349,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_request_root_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DownloadContentItem); i { case 0: return &v.state @@ -361,7 +361,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_request_root_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Credentials); i { case 0: return &v.state @@ -373,7 +373,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_request_root_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ContentEnabled); i { case 0: return &v.state diff --git a/api/external/cds/response/root.pb.go b/api/external/cds/response/root.pb.go index f6cc3e6d14d..beafffcddfa 100644 --- a/api/external/cds/response/root.pb.go +++ b/api/external/cds/response/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cds/response/root.proto @@ -345,7 +345,7 @@ func file_external_cds_response_root_proto_rawDescGZIP() []byte { } var file_external_cds_response_root_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_cds_response_root_proto_goTypes = []interface{}{ +var file_external_cds_response_root_proto_goTypes = []any{ (*ContentItems)(nil), // 0: chef.automate.api.cds.response.ContentItems (*ContentItem)(nil), // 1: chef.automate.api.cds.response.ContentItem (*InstallContentItem)(nil), // 2: chef.automate.api.cds.response.InstallContentItem @@ -367,7 +367,7 @@ func file_external_cds_response_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cds_response_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_response_root_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ContentItems); i { case 0: return &v.state @@ -379,7 +379,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_response_root_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ContentItem); i { case 0: return &v.state @@ -391,7 +391,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_response_root_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*InstallContentItem); i { case 0: return &v.state @@ -403,7 +403,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_response_root_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Credentials); i { case 0: return &v.state @@ -415,7 +415,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_cds_response_root_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ContentEnabled); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/cfgmgmt.pb.go b/api/external/cfgmgmt/cfgmgmt.pb.go index 9f36b33ee6b..b56a2b54d0e 100644 --- a/api/external/cfgmgmt/cfgmgmt.pb.go +++ b/api/external/cfgmgmt/cfgmgmt.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/cfgmgmt.proto @@ -87,53 +87,52 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd8, 0x29, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x4d, 0x67, 0x6d, 0x74, 0x12, 0x96, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x4e, 0x6f, + 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x80, 0x29, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x4d, 0x67, 0x6d, 0x74, 0x12, 0x92, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x44, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, - 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0xad, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x52, 0x75, 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x22, 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, - 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x8a, 0xb5, - 0x18, 0x17, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0xc3, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x73, 0x22, 0x50, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, - 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, - 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xbf, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, - 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x40, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, + 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0xa9, 0x01, 0x0a, 0x07, + 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x75, 0x6e, 0x73, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, - 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x73, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, - 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, - 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xf5, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, + 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x59, 0x8a, 0xb5, + 0x18, 0x29, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, + 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x12, 0xbf, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4e, + 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, + 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4c, 0x8a, 0xb5, 0x18, + 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6e, 0x6f, + 0x64, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xbb, 0x01, 0x0a, 0x0d, 0x47, 0x65, + 0x74, 0x52, 0x75, 0x6e, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x52, 0x75, 0x6e, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x52, 0x75, 0x6e, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4b, 0x8a, 0xb5, 0x18, 0x1f, + 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x72, 0x75, 0x6e, + 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xf1, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, @@ -143,100 +142,98 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x22, - 0x5e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x63, - 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x5f, 0x74, 0x69, - 0x6d, 0x65, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0xfe, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, - 0x64, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, - 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, - 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x3d, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, - 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x61, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, - 0x12, 0xc8, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x12, - 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x1a, 0x27, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x52, 0x75, 0x6e, 0x22, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, - 0x6e, 0x73, 0x2f, 0x7b, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x17, 0x0a, - 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, - 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x11, 0x12, 0x0f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa4, 0x01, 0x0a, 0x0e, - 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2a, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, - 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, - 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x4a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, - 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, - 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, - 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x12, 0xae, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x5a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, + 0x73, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, + 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0xfa, 0x01, 0x0a, 0x1c, + 0x47, 0x65, 0x74, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3c, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, + 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6e, 0x67, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xc4, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, + 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, + 0x52, 0x75, 0x6e, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x22, 0x61, 0x8a, 0xb5, + 0x18, 0x28, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x0f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, + 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x2f, 0x7b, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, + 0xa0, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x71, 0x75, + 0x65, 0x72, 0x79, 0x2e, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x1a, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x46, 0x8a, 0xb5, 0x18, 0x1f, + 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0xaa, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6f, - 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0d, - 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, - 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0xa9, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x46, 0x71, 0x64, 0x6e, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, - 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x46, 0x71, 0x64, 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, - 0x75, 0x65, 0x22, 0x4b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x5f, 0x66, 0x71, 0x64, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0xce, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x61, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, - 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x8a, 0xb5, 0x18, 0x17, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x11, 0x12, - 0x0f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x12, 0xd8, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, - 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, - 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x48, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, + 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0xa5, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x71, 0x64, + 0x6e, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x71, 0x64, + 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x47, + 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x5f, 0x66, 0x71, 0x64, 0x6e, 0x73, 0x12, 0xca, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, + 0x64, 0x65, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x15, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, + 0x64, 0x7d, 0x12, 0x0f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x12, 0xd4, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, + 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, + 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x61, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, + 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, - 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xe8, 0x01, 0x0a, 0x12, + 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xe4, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, @@ -244,122 +241,120 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x76, 0x69, 0x73, - 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, - 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x7b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, - 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa9, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x72, - 0x72, 0x6f, 0x72, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x1a, - 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x45, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, - 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, - 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x12, 0x65, 0x0a, 0x0a, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, - 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x79, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x66, 0x8a, 0xb5, 0x18, 0x2d, + 0x0a, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x72, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, + 0x64, 0x7d, 0x12, 0xa5, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, + 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x1a, - 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, - 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x30, 0x01, 0x12, 0x69, 0x0a, 0x0c, 0x52, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x24, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, - 0x22, 0x00, 0x30, 0x01, 0x12, 0xdb, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, - 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x35, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x53, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, - 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, - 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x12, 0x8a, 0x02, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, - 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, - 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, - 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, - 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, - 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x22, 0x61, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x5f, - 0x64, 0x61, 0x69, 0x6c, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x69, 0x6d, - 0x65, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0xd7, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x1a, 0x2a, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x41, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x12, 0x65, 0x0a, 0x0a, 0x4e, 0x6f, + 0x64, 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, + 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, + 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x30, + 0x01, 0x12, 0x69, 0x0a, 0x0c, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, + 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, + 0x72, 0x74, 0x1a, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x78, + 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x30, 0x01, 0x12, 0xd7, 0x01, 0x0a, + 0x15, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, + 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x36, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, + 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4f, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, + 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x86, 0x02, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x4e, 0x6f, + 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x40, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x1a, 0x41, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, + 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x5f, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x5f, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, + 0xd3, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, - 0x22, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, - 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, - 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, - 0x18, 0x16, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, - 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x69, 0x6e, + 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, + 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1b, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xee, 0x01, 0x0a, 0x11, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x12, - 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x54, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x22, 0x6c, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, + 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x63, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xea, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x12, 0x34, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, + 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, + 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x22, 0x68, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x14, + 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1b, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, + 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, + 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x12, 0xb4, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x1a, + 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x22, 0x4a, 0x8a, + 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, + 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, + 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xc9, 0x01, 0x0a, 0x0e, 0x47, 0x65, + 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x2e, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x2b, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x22, 0x5a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, + 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, - 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x16, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, - 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xb8, 0x01, 0x0a, 0x0b, 0x47, - 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, - 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, - 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, - 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x8a, 0xb5, - 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, - 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xcd, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, - 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, - 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, - 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x22, 0x5e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, - 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x2f, 0x7b, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, - 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xc9, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, + 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x2f, 0x7b, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xc5, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x46, 0x6f, 0x72, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, @@ -367,67 +362,67 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x66, 0x52, 0x75, 0x6e, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, - 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x66, 0x69, 0x6e, 0x64, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, - 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, - 0x74, 0x12, 0x96, 0x02, 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, - 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x46, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x69, - 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, 0x69, - 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, - 0x73, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x74, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, + 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x66, 0x69, 0x6e, 0x64, 0x12, 0x92, 0x02, + 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, + 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x46, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, + 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, + 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x1a, 0x43, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, + 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x22, 0x5e, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x12, 0x33, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, + 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x67, 0x6d, 0x65, + 0x6e, 0x74, 0x12, 0x86, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, + 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x41, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, + 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, - 0x6e, 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, - 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x62, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x12, 0x33, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x67, 0x72, - 0x65, 0x73, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x67, 0x6d, - 0x65, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x86, 0x02, 0x0a, 0x17, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, - 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x1a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, - 0x79, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x64, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, + 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, - 0x41, 0x6c, 0x6c, 0x12, 0xec, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, - 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, - 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, - 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x58, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, - 0x12, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, - 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, - 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, - 0x6c, 0x6c, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_external_cfgmgmt_cfgmgmt_proto_goTypes = []interface{}{ + 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x3a, 0x01, 0x2a, 0x1a, 0x2d, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x74, 0x65, + 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0xec, 0x01, 0x0a, 0x12, + 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, + 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, + 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, + 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x58, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, + 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, + 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x27, 0x12, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x33, +} + +var file_external_cfgmgmt_cfgmgmt_proto_goTypes = []any{ (*request.Nodes)(nil), // 0: chef.automate.api.cfgmgmt.request.Nodes (*request.Runs)(nil), // 1: chef.automate.api.cfgmgmt.request.Runs (*request.NodesCounts)(nil), // 2: chef.automate.api.cfgmgmt.request.NodesCounts diff --git a/api/external/cfgmgmt/cfgmgmt.pb.gw.go b/api/external/cfgmgmt/cfgmgmt.pb.gw.go index f4c5f36ebf7..7bdbc476c09 100644 --- a/api/external/cfgmgmt/cfgmgmt.pb.gw.go +++ b/api/external/cfgmgmt/cfgmgmt.pb.gw.go @@ -23,6 +23,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -33,6 +34,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join var ( filter_ConfigMgmt_GetNodes_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} @@ -971,11 +973,14 @@ func local_request_ConfigMgmt_GetNodesUsageCount_0(ctx context.Context, marshale // RegisterConfigMgmtHandlerServer registers the http handlers for service ConfigMgmt to "mux". // UnaryRPC :call ConfigMgmtServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterConfigMgmtHandlerFromEndpoint instead. func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConfigMgmtServer) error { mux.Handle("GET", pattern_ConfigMgmt_GetNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -983,6 +988,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -996,6 +1002,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRuns_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1003,6 +1011,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRuns_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1016,6 +1025,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodesCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1023,6 +1034,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodesCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1036,6 +1048,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRunsCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1043,6 +1057,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRunsCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1056,6 +1071,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetCheckInCountsTimeSeries_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1063,6 +1080,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetCheckInCountsTimeSeries_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1076,6 +1094,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetMissingNodeDurationCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1083,6 +1103,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetMissingNodeDurationCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1096,6 +1117,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodeRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1103,6 +1126,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodeRun_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1116,6 +1140,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetSuggestions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1123,6 +1149,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetSuggestions_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1136,6 +1163,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetOrganizations_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1143,6 +1172,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetOrganizations_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1156,6 +1186,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetSourceFqdns_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1163,6 +1195,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetSourceFqdns_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1176,6 +1209,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetAttributes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1183,6 +1218,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetAttributes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1196,6 +1232,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1203,6 +1241,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1216,6 +1255,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetPolicyCookbooks_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1223,6 +1264,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetPolicyCookbooks_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1236,6 +1278,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetErrors_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1243,6 +1287,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetErrors_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1256,6 +1301,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodeMetadataCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1263,6 +1310,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodeMetadataCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1276,6 +1324,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodeRunsDailyStatusTimeSeries_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1283,6 +1333,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodeRunsDailyStatusTimeSeries_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1296,6 +1347,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_ConfigMgmt_CreateRollout_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1303,6 +1356,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_CreateRollout_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1316,6 +1370,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_ConfigMgmt_CreateRolloutTest_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1323,6 +1379,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_CreateRolloutTest_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1336,6 +1393,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRollouts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1343,6 +1402,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRollouts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1356,6 +1416,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRolloutById_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1363,6 +1425,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRolloutById_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1376,6 +1439,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRolloutForChefRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1383,6 +1448,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRolloutForChefRun_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1396,6 +1462,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_ListNodeSegmentsWithRolloutProgress_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1403,6 +1471,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_ListNodeSegmentsWithRolloutProgress_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1416,6 +1485,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_ConfigMgmt_UpdateTelemetryReported_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1423,6 +1494,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_UpdateTelemetryReported_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1436,6 +1508,8 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodesUsageCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1443,6 +1517,7 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodesUsageCount_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/cfgmgmt/cfgmgmt.swagger.json b/api/external/cfgmgmt/cfgmgmt.swagger.json index 62dc8edd324..3cfbe1ff87e 100644 --- a/api/external/cfgmgmt/cfgmgmt.swagger.json +++ b/api/external/cfgmgmt/cfgmgmt.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -102,7 +102,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -174,7 +174,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -206,7 +206,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -240,7 +240,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -285,7 +285,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -347,7 +347,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -391,7 +391,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -477,7 +477,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -513,7 +513,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -587,7 +587,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -638,7 +638,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -662,7 +662,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -698,7 +698,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -722,7 +722,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -767,7 +767,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -804,7 +804,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -855,7 +855,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -916,7 +916,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -967,7 +967,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -990,7 +990,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1022,7 +1022,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1577,7 +1577,6 @@ }, "ignore_failure": { "type": "boolean", - "format": "boolean", "description": "Boolean that denotes whether or not the resource failure should be ignored." }, "error": { @@ -1937,7 +1936,6 @@ }, "skipped": { "type": "boolean", - "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "children": { diff --git a/api/external/cfgmgmt/request/actions.pb.go b/api/external/cfgmgmt/request/actions.pb.go index 35acca84c97..9f7efdf6c2a 100644 --- a/api/external/cfgmgmt/request/actions.pb.go +++ b/api/external/cfgmgmt/request/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/actions.proto @@ -98,7 +98,7 @@ func file_external_cfgmgmt_request_actions_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_cfgmgmt_request_actions_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_actions_proto_goTypes = []any{ (*PolicyRevision)(nil), // 0: chef.automate.api.cfgmgmt.request.PolicyRevision } var file_external_cfgmgmt_request_actions_proto_depIdxs = []int32{ @@ -115,7 +115,7 @@ func file_external_cfgmgmt_request_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PolicyRevision); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/errors.pb.go b/api/external/cfgmgmt/request/errors.pb.go index 5f608f37690..102172177d1 100644 --- a/api/external/cfgmgmt/request/errors.pb.go +++ b/api/external/cfgmgmt/request/errors.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/errors.proto @@ -113,7 +113,7 @@ func file_external_cfgmgmt_request_errors_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_errors_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_cfgmgmt_request_errors_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_errors_proto_goTypes = []any{ (*Errors)(nil), // 0: chef.automate.api.cfgmgmt.request.Errors } var file_external_cfgmgmt_request_errors_proto_depIdxs = []int32{ @@ -130,7 +130,7 @@ func file_external_cfgmgmt_request_errors_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_errors_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_errors_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Errors); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/nodes.pb.go b/api/external/cfgmgmt/request/nodes.pb.go index 647d0a076ca..56ec5edf12b 100644 --- a/api/external/cfgmgmt/request/nodes.pb.go +++ b/api/external/cfgmgmt/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/nodes.proto @@ -755,7 +755,7 @@ func file_external_cfgmgmt_request_nodes_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_cfgmgmt_request_nodes_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_nodes_proto_goTypes = []any{ (*Nodes)(nil), // 0: chef.automate.api.cfgmgmt.request.Nodes (*Node)(nil), // 1: chef.automate.api.cfgmgmt.request.Node (*NodeRun)(nil), // 2: chef.automate.api.cfgmgmt.request.NodeRun @@ -790,7 +790,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -802,7 +802,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -814,7 +814,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*NodeRun); i { case 0: return &v.state @@ -826,7 +826,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Runs); i { case 0: return &v.state @@ -838,7 +838,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*NodeExport); i { case 0: return &v.state @@ -850,7 +850,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ReportExport); i { case 0: return &v.state @@ -862,7 +862,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -874,7 +874,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -886,7 +886,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/rollouts.pb.go b/api/external/cfgmgmt/request/rollouts.pb.go index c355fbefcf3..66d8b41747a 100644 --- a/api/external/cfgmgmt/request/rollouts.pb.go +++ b/api/external/cfgmgmt/request/rollouts.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/rollouts.proto @@ -626,7 +626,7 @@ func file_external_cfgmgmt_request_rollouts_proto_rawDescGZIP() []byte { var file_external_cfgmgmt_request_rollouts_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_cfgmgmt_request_rollouts_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_cfgmgmt_request_rollouts_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_rollouts_proto_goTypes = []any{ (SCMType)(0), // 0: chef.automate.api.cfgmgmt.request.SCMType (SCMWebType)(0), // 1: chef.automate.api.cfgmgmt.request.SCMWebType (*CreateRollout)(nil), // 2: chef.automate.api.cfgmgmt.request.CreateRollout @@ -652,7 +652,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_rollouts_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateRollout); i { case 0: return &v.state @@ -664,7 +664,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Rollouts); i { case 0: return &v.state @@ -676,7 +676,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*RolloutById); i { case 0: return &v.state @@ -688,7 +688,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*RolloutForChefRun); i { case 0: return &v.state @@ -700,7 +700,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ListNodeSegmentsWithRolloutProgress); i { case 0: return &v.state @@ -712,7 +712,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CreateRolloutTest); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/root.pb.go b/api/external/cfgmgmt/request/root.pb.go index 8c7800df40d..317c4a78fea 100644 --- a/api/external/cfgmgmt/request/root.pb.go +++ b/api/external/cfgmgmt/request/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/root.proto @@ -125,7 +125,7 @@ func file_external_cfgmgmt_request_root_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_root_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_request_root_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_root_proto_goTypes = []any{ (*Organizations)(nil), // 0: chef.automate.api.cfgmgmt.request.Organizations (*SourceFqdns)(nil), // 1: chef.automate.api.cfgmgmt.request.SourceFqdns } @@ -143,7 +143,7 @@ func file_external_cfgmgmt_request_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Organizations); i { case 0: return &v.state @@ -155,7 +155,7 @@ func file_external_cfgmgmt_request_root_proto_init() { return nil } } - file_external_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*SourceFqdns); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/stats.pb.go b/api/external/cfgmgmt/request/stats.pb.go index ccf4bbc135c..9be3677431b 100644 --- a/api/external/cfgmgmt/request/stats.pb.go +++ b/api/external/cfgmgmt/request/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/stats.proto @@ -275,7 +275,7 @@ func file_external_cfgmgmt_request_stats_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_cfgmgmt_request_stats_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_stats_proto_goTypes = []any{ (*NodesCounts)(nil), // 0: chef.automate.api.cfgmgmt.request.NodesCounts (*RunsCounts)(nil), // 1: chef.automate.api.cfgmgmt.request.RunsCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.api.cfgmgmt.request.CheckInCountsTimeSeries @@ -294,7 +294,7 @@ func file_external_cfgmgmt_request_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -306,7 +306,7 @@ func file_external_cfgmgmt_request_stats_proto_init() { return nil } } - file_external_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -318,7 +318,7 @@ func file_external_cfgmgmt_request_stats_proto_init() { return nil } } - file_external_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/telemetry.pb.go b/api/external/cfgmgmt/request/telemetry.pb.go index 04dd27fe4f7..3dd6df9d3f1 100644 --- a/api/external/cfgmgmt/request/telemetry.pb.go +++ b/api/external/cfgmgmt/request/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/request/telemetry.proto @@ -141,7 +141,7 @@ func file_external_cfgmgmt_request_telemetry_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_request_telemetry_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_request_telemetry_proto_goTypes = []any{ (*UpdateTelemetryReportedRequest)(nil), // 0: chef.automate.api.cfgmgmt.request.UpdateTelemetryReportedRequest (*GetNodesUsageCountRequest)(nil), // 1: chef.automate.api.cfgmgmt.request.GetNodesUsageCountRequest } @@ -159,7 +159,7 @@ func file_external_cfgmgmt_request_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -171,7 +171,7 @@ func file_external_cfgmgmt_request_telemetry_proto_init() { return nil } } - file_external_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/actions.pb.go b/api/external/cfgmgmt/response/actions.pb.go index dae5f573786..1a7556abaaa 100644 --- a/api/external/cfgmgmt/response/actions.pb.go +++ b/api/external/cfgmgmt/response/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/actions.proto @@ -176,7 +176,7 @@ func file_external_cfgmgmt_response_actions_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_response_actions_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_actions_proto_goTypes = []any{ (*PolicyCookbooks)(nil), // 0: chef.automate.api.cfgmgmt.response.PolicyCookbooks (*CookbookLock)(nil), // 1: chef.automate.api.cfgmgmt.response.CookbookLock } @@ -195,7 +195,7 @@ func file_external_cfgmgmt_response_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PolicyCookbooks); i { case 0: return &v.state @@ -207,7 +207,7 @@ func file_external_cfgmgmt_response_actions_proto_init() { return nil } } - file_external_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CookbookLock); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/errors.pb.go b/api/external/cfgmgmt/response/errors.pb.go index 1e515129724..da809ede067 100644 --- a/api/external/cfgmgmt/response/errors.pb.go +++ b/api/external/cfgmgmt/response/errors.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/errors.proto @@ -173,7 +173,7 @@ func file_external_cfgmgmt_response_errors_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_errors_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_response_errors_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_errors_proto_goTypes = []any{ (*Errors)(nil), // 0: chef.automate.api.cfgmgmt.response.Errors (*ErrorCount)(nil), // 1: chef.automate.api.cfgmgmt.response.ErrorCount } @@ -192,7 +192,7 @@ func file_external_cfgmgmt_response_errors_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_errors_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_errors_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Errors); i { case 0: return &v.state @@ -204,7 +204,7 @@ func file_external_cfgmgmt_response_errors_proto_init() { return nil } } - file_external_cfgmgmt_response_errors_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_errors_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ErrorCount); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/nodes.pb.go b/api/external/cfgmgmt/response/nodes.pb.go index f27a97c4cdd..0d2c3e52217 100644 --- a/api/external/cfgmgmt/response/nodes.pb.go +++ b/api/external/cfgmgmt/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/nodes.proto @@ -2323,7 +2323,7 @@ func file_external_cfgmgmt_response_nodes_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_external_cfgmgmt_response_nodes_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_nodes_proto_goTypes = []any{ (*Node)(nil), // 0: chef.automate.api.cfgmgmt.response.Node (*NodeAttribute)(nil), // 1: chef.automate.api.cfgmgmt.response.NodeAttribute (*Run)(nil), // 2: chef.automate.api.cfgmgmt.response.Run @@ -2377,7 +2377,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -2389,7 +2389,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -2401,7 +2401,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Run); i { case 0: return &v.state @@ -2413,7 +2413,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -2425,7 +2425,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Resource); i { case 0: return &v.state @@ -2437,7 +2437,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ChefError); i { case 0: return &v.state @@ -2449,7 +2449,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*RunList); i { case 0: return &v.state @@ -2461,7 +2461,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Description); i { case 0: return &v.state @@ -2473,7 +2473,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Deprecation); i { case 0: return &v.state @@ -2485,7 +2485,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*VersionedCookbook); i { case 0: return &v.state @@ -2497,7 +2497,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -2509,7 +2509,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*CountedDuration); i { case 0: return &v.state @@ -2521,7 +2521,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -2533,7 +2533,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*TypeCount); i { case 0: return &v.state @@ -2545,7 +2545,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ValueCount); i { case 0: return &v.state @@ -2557,7 +2557,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state @@ -2569,7 +2569,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*RunDurationStatus); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/rollouts.pb.go b/api/external/cfgmgmt/response/rollouts.pb.go index e71ae278833..d2e651c8de9 100644 --- a/api/external/cfgmgmt/response/rollouts.pb.go +++ b/api/external/cfgmgmt/response/rollouts.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/rollouts.proto @@ -929,7 +929,7 @@ func file_external_cfgmgmt_response_rollouts_proto_rawDescGZIP() []byte { var file_external_cfgmgmt_response_rollouts_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_cfgmgmt_response_rollouts_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_cfgmgmt_response_rollouts_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_rollouts_proto_goTypes = []any{ (SCMType)(0), // 0: chef.automate.api.cfgmgmt.response.SCMType (SCMWebType)(0), // 1: chef.automate.api.cfgmgmt.response.SCMWebType (*Rollout)(nil), // 2: chef.automate.api.cfgmgmt.response.Rollout @@ -962,7 +962,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_rollouts_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Rollout); i { case 0: return &v.state @@ -974,7 +974,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Rollouts); i { case 0: return &v.state @@ -986,7 +986,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*NodeSegmentsWithRolloutProgress); i { case 0: return &v.state @@ -998,7 +998,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*NodeSegmentRolloutProgress); i { case 0: return &v.state @@ -1010,7 +1010,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*CurrentRolloutProgress); i { case 0: return &v.state @@ -1022,7 +1022,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*PastRolloutProgress); i { case 0: return &v.state @@ -1034,7 +1034,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CreateRolloutTest); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/stats.pb.go b/api/external/cfgmgmt/response/stats.pb.go index 8e3ff029461..7f9747e8717 100644 --- a/api/external/cfgmgmt/response/stats.pb.go +++ b/api/external/cfgmgmt/response/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/stats.proto @@ -333,7 +333,7 @@ func file_external_cfgmgmt_response_stats_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_cfgmgmt_response_stats_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_stats_proto_goTypes = []any{ (*RunsCounts)(nil), // 0: chef.automate.api.cfgmgmt.response.RunsCounts (*NodesCounts)(nil), // 1: chef.automate.api.cfgmgmt.response.NodesCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.api.cfgmgmt.response.CheckInCountsTimeSeries @@ -354,7 +354,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -366,7 +366,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return nil } } - file_external_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -378,7 +378,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return nil } } - file_external_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state @@ -390,7 +390,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return nil } } - file_external_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CheckInCounts); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/suggestions.pb.go b/api/external/cfgmgmt/response/suggestions.pb.go index a94bc4e0efd..d70be4e3f11 100644 --- a/api/external/cfgmgmt/response/suggestions.pb.go +++ b/api/external/cfgmgmt/response/suggestions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/suggestions.proto @@ -108,7 +108,7 @@ func file_external_cfgmgmt_response_suggestions_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_suggestions_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_cfgmgmt_response_suggestions_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_suggestions_proto_goTypes = []any{ (*Suggestion)(nil), // 0: chef.automate.api.cfgmgmt.response.Suggestion } var file_external_cfgmgmt_response_suggestions_proto_depIdxs = []int32{ @@ -125,7 +125,7 @@ func file_external_cfgmgmt_response_suggestions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Suggestion); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/telemetry.pb.go b/api/external/cfgmgmt/response/telemetry.pb.go index d5eec9a44d6..5f47f768d07 100644 --- a/api/external/cfgmgmt/response/telemetry.pb.go +++ b/api/external/cfgmgmt/response/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/cfgmgmt/response/telemetry.proto @@ -151,7 +151,7 @@ func file_external_cfgmgmt_response_telemetry_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_response_telemetry_proto_goTypes = []interface{}{ +var file_external_cfgmgmt_response_telemetry_proto_goTypes = []any{ (*UpdateTelemetryReportedResponse)(nil), // 0: chef.automate.api.cfgmgmt.response.UpdateTelemetryReportedResponse (*GetNodesUsageCountResponse)(nil), // 1: chef.automate.api.cfgmgmt.response.GetNodesUsageCountResponse } @@ -169,7 +169,7 @@ func file_external_cfgmgmt_response_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -181,7 +181,7 @@ func file_external_cfgmgmt_response_telemetry_proto_init() { return nil } } - file_external_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/external/common/query/parameters.pb.go b/api/external/common/query/parameters.pb.go index 208eaaa0ef3..78dc3097639 100644 --- a/api/external/common/query/parameters.pb.go +++ b/api/external/common/query/parameters.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/common/query/parameters.proto @@ -423,7 +423,7 @@ func file_external_common_query_parameters_proto_rawDescGZIP() []byte { var file_external_common_query_parameters_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_common_query_parameters_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_common_query_parameters_proto_goTypes = []interface{}{ +var file_external_common_query_parameters_proto_goTypes = []any{ (SortOrder)(0), // 0: chef.automate.api.common.query.SortOrder (*Pagination)(nil), // 1: chef.automate.api.common.query.Pagination (*Sorting)(nil), // 2: chef.automate.api.common.query.Sorting @@ -446,7 +446,7 @@ func file_external_common_query_parameters_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_common_query_parameters_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_common_query_parameters_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Pagination); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_common_query_parameters_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Sorting); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_common_query_parameters_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Suggestion); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_common_query_parameters_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Filter); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_common_query_parameters_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Kv); i { case 0: return &v.state diff --git a/api/external/common/response.pb.go b/api/external/common/response.pb.go index 0dbbcc29618..8044d5bdd6a 100644 --- a/api/external/common/response.pb.go +++ b/api/external/common/response.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/common/response.proto @@ -96,7 +96,7 @@ func file_external_common_response_proto_rawDescGZIP() []byte { } var file_external_common_response_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_common_response_proto_goTypes = []interface{}{ +var file_external_common_response_proto_goTypes = []any{ (*ExportData)(nil), // 0: chef.automate.api.common.ExportData } var file_external_common_response_proto_depIdxs = []int32{ @@ -113,7 +113,7 @@ func file_external_common_response_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_common_response_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_common_response_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ExportData); i { case 0: return &v.state diff --git a/api/external/common/version/version.pb.go b/api/external/common/version/version.pb.go index 9012f92c946..4c6a9f17372 100644 --- a/api/external/common/version/version.pb.go +++ b/api/external/common/version/version.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/common/version/version.proto @@ -164,7 +164,7 @@ func file_external_common_version_version_proto_rawDescGZIP() []byte { } var file_external_common_version_version_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_common_version_version_proto_goTypes = []interface{}{ +var file_external_common_version_version_proto_goTypes = []any{ (*VersionInfo)(nil), // 0: chef.automate.api.common.version.VersionInfo (*VersionInfoRequest)(nil), // 1: chef.automate.api.common.version.VersionInfoRequest } @@ -182,7 +182,7 @@ func file_external_common_version_version_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_common_version_version_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_common_version_version_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*VersionInfo); i { case 0: return &v.state @@ -194,7 +194,7 @@ func file_external_common_version_version_proto_init() { return nil } } - file_external_common_version_version_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_common_version_version_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*VersionInfoRequest); i { case 0: return &v.state diff --git a/api/external/compliance/profiles/profiles.pb.go b/api/external/compliance/profiles/profiles.pb.go index 335cb2cb113..6f069d7cbd4 100644 --- a/api/external/compliance/profiles/profiles.pb.go +++ b/api/external/compliance/profiles/profiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/compliance/profiles/profiles.proto @@ -2121,15 +2121,15 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x22, 0x83, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x43, 0x12, 0x41, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x61, 0x64, 0x2f, 0x7b, - 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, - 0xb5, 0x18, 0x36, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, - 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, - 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfd, 0x01, 0x0a, 0x0e, 0x52, 0x65, + 0x69, 0x6c, 0x65, 0x22, 0x83, 0x01, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, + 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x43, 0x12, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x61, 0x64, 0x2f, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2f, + 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x12, 0xfd, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, @@ -2137,15 +2137,15 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x39, 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x2f, 0x72, 0x65, 0x61, - 0x64, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x1a, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x50, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x7e, 0x0a, 0x07, 0x52, 0x65, 0x61, + 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, + 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, + 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x12, 0x1d, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x50, 0x72, + 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, + 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x2f, 0x72, 0x65, 0x61, 0x64, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2f, + 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x12, 0x7e, 0x0a, 0x07, 0x52, 0x65, 0x61, 0x64, 0x54, 0x61, 0x72, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, @@ -2159,28 +2159,28 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x81, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x2a, - 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x7d, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, 0xb5, 0x18, - 0x39, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x12, 0x1a, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xcd, 0x01, 0x0a, 0x04, 0x4c, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x81, 0x01, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1b, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, + 0x65, 0x73, 0x3a, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, + 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, + 0x7d, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x12, 0xcd, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, - 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x73, 0x65, - 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, - 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xd7, 0x01, 0x0a, 0x0a, 0x4d, + 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x60, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, + 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0xd7, 0x01, 0x0a, 0x0a, 0x4d, 0x65, 0x74, 0x61, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, @@ -2188,13 +2188,13 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x22, 0x64, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x73, 0x65, + 0x61, 0x72, 0x63, 0x68, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, @@ -2215,7 +2215,7 @@ func file_external_compliance_profiles_profiles_proto_rawDescGZIP() []byte { var file_external_compliance_profiles_profiles_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_profiles_profiles_proto_msgTypes = make([]protoimpl.MessageInfo, 24) -var file_external_compliance_profiles_profiles_proto_goTypes = []interface{}{ +var file_external_compliance_profiles_profiles_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.profiles.v1.Query.OrderType (*Sha256)(nil), // 1: chef.automate.api.compliance.profiles.v1.Sha256 (*Missing)(nil), // 2: chef.automate.api.compliance.profiles.v1.Missing @@ -2289,7 +2289,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Sha256); i { case 0: return &v.state @@ -2301,7 +2301,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Missing); i { case 0: return &v.state @@ -2313,7 +2313,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ProfilePostRequest); i { case 0: return &v.state @@ -2325,7 +2325,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Metadata); i { case 0: return &v.state @@ -2337,7 +2337,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Chunk); i { case 0: return &v.state @@ -2349,7 +2349,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ProfileData); i { case 0: return &v.state @@ -2361,7 +2361,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Profiles); i { case 0: return &v.state @@ -2373,7 +2373,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -2385,7 +2385,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Group); i { case 0: return &v.state @@ -2397,7 +2397,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Control); i { case 0: return &v.state @@ -2409,7 +2409,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Ref); i { case 0: return &v.state @@ -2421,7 +2421,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Result); i { case 0: return &v.state @@ -2433,7 +2433,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -2445,7 +2445,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*Attribute); i { case 0: return &v.state @@ -2457,7 +2457,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Option); i { case 0: return &v.state @@ -2469,7 +2469,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -2481,7 +2481,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*Dependency); i { case 0: return &v.state @@ -2493,7 +2493,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ProfileDetails); i { case 0: return &v.state @@ -2505,7 +2505,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*CheckResult); i { case 0: return &v.state @@ -2517,7 +2517,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ResultSummary); i { case 0: return &v.state @@ -2529,7 +2529,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*CheckMessage); i { case 0: return &v.state @@ -2541,7 +2541,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2553,7 +2553,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state diff --git a/api/external/compliance/profiles/profiles.pb.gw.go b/api/external/compliance/profiles/profiles.pb.gw.go index 258bc6e68ec..18ba4ebb9cc 100644 --- a/api/external/compliance/profiles/profiles.pb.gw.go +++ b/api/external/compliance/profiles/profiles.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_ProfilesService_Read_0(ctx context.Context, marshaler runtime.Marshaler, client ProfilesServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq ProfileDetails @@ -392,11 +394,14 @@ func local_request_ProfilesService_MetaSearch_0(ctx context.Context, marshaler r // RegisterProfilesServiceHandlerServer registers the http handlers for service ProfilesService to "mux". // UnaryRPC :call ProfilesServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProfilesServiceHandlerFromEndpoint instead. func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProfilesServiceServer) error { mux.Handle("GET", pattern_ProfilesService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -404,6 +409,7 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_Read_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -417,6 +423,8 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("GET", pattern_ProfilesService_ReadFromMarket_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -424,6 +432,7 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_ReadFromMarket_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -437,6 +446,8 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("DELETE", pattern_ProfilesService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -444,6 +455,7 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -457,6 +469,8 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_ProfilesService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -464,6 +478,7 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_List_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -477,6 +492,8 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_ProfilesService_MetaSearch_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -484,6 +501,7 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_MetaSearch_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/profiles/profiles.swagger.json b/api/external/compliance/profiles/profiles.swagger.json index e146e3239a4..b6233f7ef78 100644 --- a/api/external/compliance/profiles/profiles.swagger.json +++ b/api/external/compliance/profiles/profiles.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -152,7 +152,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -186,7 +186,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -691,7 +691,6 @@ "properties": { "valid": { "type": "boolean", - "format": "boolean", "description": "Boolean that denotes if the profile is valid or not (as reported by `inspec check`)." }, "timestamp": { diff --git a/api/external/compliance/reporting/reporting.pb.go b/api/external/compliance/reporting/reporting.pb.go index 1b10f2a46c5..4310434c664 100644 --- a/api/external/compliance/reporting/reporting.pb.go +++ b/api/external/compliance/reporting/reporting.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/compliance/reporting/reporting.proto @@ -5170,13 +5170,13 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4f, 0x6e, 0x65, - 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, - 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xeb, 0x01, 0x0a, + 0x22, 0x6a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x29, 0x3a, 0x01, 0x2a, 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0xeb, 0x01, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, @@ -5184,14 +5184,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x49, 0x64, 0x73, 0x22, 0x72, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x22, 0x27, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x12, - 0x19, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x69, 0x64, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xfc, 0x01, 0x0a, 0x10, 0x4c, + 0x6f, 0x72, 0x74, 0x49, 0x64, 0x73, 0x22, 0x72, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1f, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x12, 0x19, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x69, 0x64, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x3a, 0x01, + 0x2a, 0x22, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, + 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x12, 0xfc, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, @@ -5200,14 +5200,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, - 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x70, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x22, - 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x63, 0x6f, - 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, + 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x70, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, - 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x8e, 0x02, 0x0a, 0x0f, 0x4c, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, + 0x01, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x12, 0x8e, 0x02, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, @@ -5215,16 +5215,16 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x74, - 0x72, 0x6f, 0x6c, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x8c, 0x01, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x38, 0x22, 0x33, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x4a, - 0x0a, 0x28, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, - 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1e, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, - 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xe9, 0x01, 0x0a, 0x0a, 0x52, + 0x72, 0x6f, 0x6c, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x8c, 0x01, 0x8a, 0xb5, + 0x18, 0x4a, 0x0a, 0x28, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1e, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x38, 0x3a, 0x01, 0x2a, 0x22, 0x33, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe9, 0x01, 0x0a, 0x0a, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, @@ -5232,14 +5232,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x76, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x21, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, - 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfe, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x4e, + 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x2f, 0x69, + 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xfe, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, @@ -5247,15 +5247,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x7f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x22, 0x2f, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x41, 0x0a, 0x24, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x85, 0x02, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, + 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x7f, 0x8a, 0xb5, 0x18, 0x41, 0x0a, 0x24, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0x19, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x34, 0x3a, 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2f, + 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x85, 0x02, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -5264,14 +5264,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x22, 0x7c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, - 0x3a, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x53, - 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0x73, 0x22, 0x7c, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x75, + 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x75, 0x67, 0x67, + 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xed, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, @@ -5279,14 +5279,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x72, 0x79, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x69, 0x6e, 0x73, 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, - 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3f, + 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x69, 0x6e, 0x73, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x64, 0x0a, 0x06, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, @@ -5308,55 +5308,55 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x36, 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, - 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x65, - 0x78, 0x70, 0x6f, 0x72, 0x74, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0xdf, 0x01, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, + 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x8a, 0xb5, 0x18, 0x37, + 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, + 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x65, 0x78, 0x70, + 0x6f, 0x72, 0x74, 0x12, 0xdf, 0x01, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, - 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xe2, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, + 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe2, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x22, + 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1a, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, 0x2a, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x39, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x1b, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xc3, 0x01, 0x0a, 0x0a, 0x47, + 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0xc3, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x22, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, - 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, + 0x22, 0x6e, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, + 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xd8, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, @@ -5365,12 +5365,12 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, - 0x22, 0x59, 0x8a, 0xb5, 0x18, 0x4a, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6c, 0x69, 0x63, - 0x65, 0x6e, 0x73, 0x65, 0x75, 0x73, 0x61, 0x67, 0x65, 0x12, 0x25, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x4c, - 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x6c, 0x69, 0x73, 0x74, - 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xfe, 0x01, 0x0a, 0x0a, + 0x22, 0x59, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, + 0x4a, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x75, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x25, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, + 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xfe, 0x01, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, @@ -5378,15 +5378,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x72, 0x73, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, - 0x73, 0x73, 0x65, 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x22, 0x7f, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x2e, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, - 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, - 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x0d, 0x0a, - 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x89, 0x02, 0x0a, + 0x73, 0x73, 0x65, 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x22, 0x7f, 0x92, 0x41, 0x0d, + 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, + 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, + 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, + 0x2a, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, + 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x89, 0x02, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, @@ -5395,15 +5395,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x22, 0x2a, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, - 0x65, 0x74, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, - 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, - 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x9d, 0x02, 0x0a, 0x0e, 0x53, 0x65, 0x74, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, + 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x22, 0x2a, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, + 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x9d, 0x02, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x42, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -5413,15 +5413,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x81, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x1a, 0x2a, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, - 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, - 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x19, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, - 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x9c, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x81, 0x01, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, + 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, + 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x19, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x1a, 0x2a, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, + 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x9c, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -5431,15 +5431,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x82, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, - 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, - 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x8a, 0xb5, - 0x18, 0x35, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, - 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, - 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x88, 0x02, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, + 0x73, 0x65, 0x22, 0x82, 0x01, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x5f, 0x41, + 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x88, 0x02, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, @@ -5448,15 +5448,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, - 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x31, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, - 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, - 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x77, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, + 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x1c, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x31, 0x3a, 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, + 0x63, 0x68, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, @@ -5477,7 +5477,7 @@ func file_external_compliance_reporting_reporting_proto_rawDescGZIP() []byte { var file_external_compliance_reporting_reporting_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_reporting_reporting_proto_msgTypes = make([]protoimpl.MessageInfo, 57) -var file_external_compliance_reporting_reporting_proto_goTypes = []interface{}{ +var file_external_compliance_reporting_reporting_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.reporting.v1.Query.OrderType (*ControlItemRequest)(nil), // 1: chef.automate.api.compliance.reporting.v1.ControlItemRequest (*WaiverData)(nil), // 2: chef.automate.api.compliance.reporting.v1.WaiverData @@ -5652,7 +5652,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ControlItemRequest); i { case 0: return &v.state @@ -5664,7 +5664,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*WaiverData); i { case 0: return &v.state @@ -5676,7 +5676,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*RemovedResultsCounts); i { case 0: return &v.state @@ -5688,7 +5688,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ControlItem); i { case 0: return &v.state @@ -5700,7 +5700,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ControlItems); i { case 0: return &v.state @@ -5712,7 +5712,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*TimeQuery); i { case 0: return &v.state @@ -5724,7 +5724,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -5736,7 +5736,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -5748,7 +5748,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -5760,7 +5760,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Total); i { case 0: return &v.state @@ -5772,7 +5772,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Failed); i { case 0: return &v.state @@ -5784,7 +5784,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ControlSummary); i { case 0: return &v.state @@ -5796,7 +5796,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ReportsSummaryLevelOne); i { case 0: return &v.state @@ -5808,7 +5808,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ReportSummaryLevelOne); i { case 0: return &v.state @@ -5820,7 +5820,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Reports); i { case 0: return &v.state @@ -5832,7 +5832,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Report); i { case 0: return &v.state @@ -5844,7 +5844,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*NodeHeaderInfo); i { case 0: return &v.state @@ -5856,7 +5856,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ReportIds); i { case 0: return &v.state @@ -5868,7 +5868,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ReportData); i { case 0: return &v.state @@ -5880,7 +5880,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -5892,7 +5892,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*NodeHeaderProfileInfo); i { case 0: return &v.state @@ -5904,7 +5904,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*Ref); i { case 0: return &v.state @@ -5916,7 +5916,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*Result); i { case 0: return &v.state @@ -5928,7 +5928,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -5940,7 +5940,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*Option); i { case 0: return &v.state @@ -5952,7 +5952,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -5964,7 +5964,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*Dependency); i { case 0: return &v.state @@ -5976,7 +5976,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*Group); i { case 0: return &v.state @@ -5988,7 +5988,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*Control); i { case 0: return &v.state @@ -6000,7 +6000,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*OrigWaiverData); i { case 0: return &v.state @@ -6012,7 +6012,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*Attribute); i { case 0: return &v.state @@ -6024,7 +6024,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*Platform); i { case 0: return &v.state @@ -6036,7 +6036,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*Statistics); i { case 0: return &v.state @@ -6048,7 +6048,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*SuggestionRequest); i { case 0: return &v.state @@ -6060,7 +6060,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*Suggestion); i { case 0: return &v.state @@ -6072,7 +6072,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*Suggestions); i { case 0: return &v.state @@ -6084,7 +6084,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*ProfileMins); i { case 0: return &v.state @@ -6096,7 +6096,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*ProfileCounts); i { case 0: return &v.state @@ -6108,7 +6108,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v any, i int) any { switch v := v.(*ProfileMin); i { case 0: return &v.state @@ -6120,7 +6120,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -6132,7 +6132,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -6144,7 +6144,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v any, i int) any { switch v := v.(*Kv); i { case 0: return &v.state @@ -6156,7 +6156,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v any, i int) any { switch v := v.(*LatestReportSummary); i { case 0: return &v.state @@ -6168,7 +6168,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v any, i int) any { switch v := v.(*ProfileMeta); i { case 0: return &v.state @@ -6180,7 +6180,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v any, i int) any { switch v := v.(*ControlElement); i { case 0: return &v.state @@ -6192,7 +6192,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v any, i int) any { switch v := v.(*ControlElements); i { case 0: return &v.state @@ -6204,7 +6204,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v any, i int) any { switch v := v.(*CustomReportResponse); i { case 0: return &v.state @@ -6216,7 +6216,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v any, i int) any { switch v := v.(*AssetSummary); i { case 0: return &v.state @@ -6228,7 +6228,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v any, i int) any { switch v := v.(*ListFilters); i { case 0: return &v.state @@ -6240,7 +6240,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v any, i int) any { switch v := v.(*Collected); i { case 0: return &v.state @@ -6252,7 +6252,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v any, i int) any { switch v := v.(*Uncollected); i { case 0: return &v.state @@ -6264,7 +6264,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v any, i int) any { switch v := v.(*AssetListRequest); i { case 0: return &v.state @@ -6276,7 +6276,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v any, i int) any { switch v := v.(*Assets); i { case 0: return &v.state @@ -6288,7 +6288,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v any, i int) any { switch v := v.(*AssetListResponse); i { case 0: return &v.state @@ -6300,7 +6300,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v any, i int) any { switch v := v.(*ComplianceConfigRequest); i { case 0: return &v.state @@ -6312,7 +6312,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v any, i int) any { switch v := v.(*ComplianceConfigResponse); i { case 0: return &v.state @@ -6324,7 +6324,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v any, i int) any { switch v := v.(*GetAssetConfigRequest); i { case 0: return &v.state diff --git a/api/external/compliance/reporting/reporting.pb.gw.go b/api/external/compliance/reporting/reporting.pb.gw.go index 4d798ac0a2d..47f4792031e 100644 --- a/api/external/compliance/reporting/reporting.pb.gw.go +++ b/api/external/compliance/reporting/reporting.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_ReportingService_ListReports_0(ctx context.Context, marshaler runtime.Marshaler, client ReportingServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Query @@ -709,11 +711,14 @@ func local_request_ReportingService_ListControlItemsRange_0(ctx context.Context, // RegisterReportingServiceHandlerServer registers the http handlers for service ReportingService to "mux". // UnaryRPC :call ReportingServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterReportingServiceHandlerFromEndpoint instead. func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReportingServiceServer) error { mux.Handle("POST", pattern_ReportingService_ListReports_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -721,6 +726,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListReports_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -734,6 +740,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListReportIds_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -741,6 +749,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListReportIds_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -754,6 +763,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListControlItems_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -761,6 +772,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListControlItems_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -774,6 +786,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListControlInfo_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -781,6 +795,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListControlInfo_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -794,6 +809,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ReadReport_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -801,6 +818,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ReadReport_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -814,6 +832,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ReadNodeHeader_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -821,6 +841,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ReadNodeHeader_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -834,6 +855,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListSuggestions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -841,6 +864,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListSuggestions_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -854,6 +878,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListProfiles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -861,6 +887,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListProfiles_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -874,6 +901,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ExportReportManager_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -881,6 +910,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ExportReportManager_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -894,6 +924,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_ReportingService_ReadNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -901,6 +933,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ReadNode_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -914,6 +947,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -921,6 +956,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListNodes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -934,6 +970,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_ReportingService_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -941,6 +979,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -954,6 +993,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_AssetCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -961,6 +1002,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_AssetCount_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -974,6 +1016,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListAsset_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -981,6 +1025,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListAsset_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -994,6 +1039,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("PUT", pattern_ReportingService_SetAssetConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1001,6 +1048,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_SetAssetConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1014,6 +1062,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_ReportingService_GetAssetConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1021,6 +1071,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_GetAssetConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1034,6 +1085,8 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListControlItemsRange_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1041,6 +1094,7 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListControlItemsRange_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/reporting/reporting.swagger.json b/api/external/compliance/reporting/reporting.swagger.json index 8f00c70c06e..56727ae6146 100644 --- a/api/external/compliance/reporting/reporting.swagger.json +++ b/api/external/compliance/reporting/reporting.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -82,7 +82,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -184,7 +184,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -218,7 +218,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -259,7 +259,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -292,7 +292,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -326,7 +326,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -360,7 +360,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -394,7 +394,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -435,7 +435,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -469,7 +469,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -503,7 +503,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -544,7 +544,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -576,7 +576,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1317,12 +1317,10 @@ "type": "string" }, "run": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "skipped_due_to_waiver": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "message": { "type": "string" diff --git a/api/external/compliance/reporting/stats/stats.pb.go b/api/external/compliance/reporting/stats/stats.pb.go index f60b908698d..0175fc67e1e 100644 --- a/api/external/compliance/reporting/stats/stats.pb.go +++ b/api/external/compliance/reporting/stats/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/compliance/reporting/stats/stats.proto @@ -570,7 +570,7 @@ type Stats struct { // Deprecated. int64 types render into string types when serialized to satisfy all browsers // Replaced by the `nodes_cnt` field // - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in external/compliance/reporting/stats/stats.proto. Nodes int64 `protobuf:"varint,1,opt,name=nodes,proto3" json:"nodes,omitempty"` // The number of unique node platforms in the reports. Platforms int32 `protobuf:"varint,2,opt,name=platforms,proto3" json:"platforms,omitempty"` @@ -616,7 +616,7 @@ func (*Stats) Descriptor() ([]byte, []int) { return file_external_compliance_reporting_stats_stats_proto_rawDescGZIP(), []int{6} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in external/compliance/reporting/stats/stats.proto. func (x *Stats) GetNodes() int64 { if x != nil { return x.Nodes @@ -2112,14 +2112,14 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x22, - 0x7b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x22, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x73, 0x75, 0x6d, 0x6d, - 0x61, 0x72, 0x79, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, - 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xf3, 0x01, 0x0a, + 0x7b, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, + 0x73, 0x3a, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x75, 0x6d, 0x6d, + 0x61, 0x72, 0x79, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, + 0x22, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, + 0x74, 0x61, 0x74, 0x73, 0x2f, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0xf3, 0x01, 0x0a, 0x09, 0x52, 0x65, 0x61, 0x64, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, @@ -2127,15 +2127,15 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x72, 0x79, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, - 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x73, 0x22, 0x75, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x2d, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, - 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x74, 0x72, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a, - 0x8a, 0xb5, 0x18, 0x3e, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, - 0x3a, 0x74, 0x72, 0x65, 0x6e, 0x64, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x3a, 0x67, - 0x65, 0x74, 0x12, 0x80, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, + 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x73, 0x22, 0x75, 0x8a, 0xb5, 0x18, + 0x3e, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x74, 0x72, + 0x65, 0x6e, 0x64, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, + 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x74, 0x72, 0x65, + 0x6e, 0x64, 0x12, 0x80, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, @@ -2143,15 +2143,15 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x22, 0x2b, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, - 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x44, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x70, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x81, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x46, 0x61, + 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x8a, 0xb5, 0x18, 0x44, 0x0a, 0x23, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, + 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, + 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, + 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x81, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, @@ -2159,15 +2159,15 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x30, 0x22, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, - 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x44, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, - 0x73, 0x3a, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x61, 0x69, - 0x6c, 0x75, 0x72, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xaa, 0x02, 0x0a, 0x17, 0x55, 0x70, + 0x2e, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x22, 0x7e, 0x8a, 0xb5, 0x18, 0x44, 0x0a, + 0x23, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x66, 0x61, 0x69, 0x6c, + 0x75, 0x72, 0x65, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, 0x2b, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, + 0x2f, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x12, 0xaa, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x4f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, @@ -2179,14 +2179,14 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, - 0x1a, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, - 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, - 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, - 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, - 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0x90, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, + 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, + 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, 0x01, 0x2a, 0x1a, 0x36, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, + 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x90, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, @@ -2197,13 +2197,13 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x8a, 0xb5, - 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, - 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, - 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, + 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, + 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, + 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, @@ -2225,7 +2225,7 @@ func file_external_compliance_reporting_stats_stats_proto_rawDescGZIP() []byte { var file_external_compliance_reporting_stats_stats_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_reporting_stats_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 22) -var file_external_compliance_reporting_stats_stats_proto_goTypes = []interface{}{ +var file_external_compliance_reporting_stats_stats_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.reporting.stats.v1.Query.OrderType (*Empty)(nil), // 1: chef.automate.api.compliance.reporting.stats.v1.Empty (*ListFilter)(nil), // 2: chef.automate.api.compliance.reporting.stats.v1.ListFilter @@ -2294,7 +2294,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_reporting_stats_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Empty); i { case 0: return &v.state @@ -2306,7 +2306,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2318,7 +2318,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -2330,7 +2330,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Summary); i { case 0: return &v.state @@ -2342,7 +2342,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ControlsSummary); i { case 0: return &v.state @@ -2354,7 +2354,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*NodeSummary); i { case 0: return &v.state @@ -2366,7 +2366,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Stats); i { case 0: return &v.state @@ -2378,7 +2378,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ReportSummary); i { case 0: return &v.state @@ -2390,7 +2390,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Trend); i { case 0: return &v.state @@ -2402,7 +2402,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Trends); i { case 0: return &v.state @@ -2414,7 +2414,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -2426,7 +2426,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ProfileList); i { case 0: return &v.state @@ -2438,7 +2438,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ProfileSummary); i { case 0: return &v.state @@ -2450,7 +2450,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ProfileSummaryStats); i { case 0: return &v.state @@ -2462,7 +2462,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ControlStats); i { case 0: return &v.state @@ -2474,7 +2474,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -2486,7 +2486,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*Failures); i { case 0: return &v.state @@ -2498,7 +2498,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*FailureSummary); i { case 0: return &v.state @@ -2510,7 +2510,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -2522,7 +2522,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -2534,7 +2534,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state @@ -2546,7 +2546,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_reporting_stats_stats_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/external/compliance/reporting/stats/stats.pb.gw.go b/api/external/compliance/reporting/stats/stats.pb.gw.go index 1318f16a1d4..8804769d4f2 100644 --- a/api/external/compliance/reporting/stats/stats.pb.gw.go +++ b/api/external/compliance/reporting/stats/stats.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_StatsService_ReadSummary_0(ctx context.Context, marshaler runtime.Marshaler, client StatsServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Query @@ -222,11 +224,14 @@ func local_request_StatsService_GetNodesUsageCount_0(ctx context.Context, marsha // RegisterStatsServiceHandlerServer registers the http handlers for service StatsService to "mux". // UnaryRPC :call StatsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterStatsServiceHandlerFromEndpoint instead. func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server StatsServiceServer) error { mux.Handle("POST", pattern_StatsService_ReadSummary_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -234,6 +239,7 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadSummary_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -247,6 +253,8 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_StatsService_ReadTrend_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -254,6 +262,7 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadTrend_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -267,6 +276,8 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_StatsService_ReadProfiles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -274,6 +285,7 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadProfiles_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -287,6 +299,8 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_StatsService_ReadFailures_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -294,6 +308,7 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadFailures_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -307,6 +322,8 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("PUT", pattern_StatsService_UpdateTelemetryReported_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -314,6 +331,7 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_UpdateTelemetryReported_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -327,6 +345,8 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_StatsService_GetNodesUsageCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -334,6 +354,7 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_GetNodesUsageCount_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/reporting/stats/stats.swagger.json b/api/external/compliance/reporting/stats/stats.swagger.json index 8fba0a30286..a430349fadc 100644 --- a/api/external/compliance/reporting/stats/stats.swagger.json +++ b/api/external/compliance/reporting/stats/stats.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -82,7 +82,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -184,7 +184,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/compliance/scanner/jobs/jobs.pb.go b/api/external/compliance/scanner/jobs/jobs.pb.go index 98f7e22d7b4..efa9fced4e2 100644 --- a/api/external/compliance/scanner/jobs/jobs.pb.go +++ b/api/external/compliance/scanner/jobs/jobs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/compliance/scanner/jobs/jobs.proto @@ -826,82 +826,82 @@ var file_external_compliance_scanner_jobs_jobs_proto_rawDesc = []byte{ 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, - 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x66, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, - 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x17, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, - 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xda, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x30, + 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x66, 0x8a, + 0xb5, 0x18, 0x38, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, + 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1d, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, + 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x24, 0x3a, 0x01, 0x2a, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, + 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0xda, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, - 0x4a, 0x6f, 0x62, 0x22, 0x6d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x12, 0x27, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, - 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x67, - 0x65, 0x74, 0x12, 0xc8, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x31, 0x2e, + 0x4a, 0x6f, 0x62, 0x22, 0x6d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, + 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x12, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, + 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0xc8, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, - 0x1a, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3d, - 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, - 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, - 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc4, 0x01, + 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, + 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x2c, 0x3a, 0x01, 0x2a, 0x1a, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, + 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc4, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, - 0x74, 0x79, 0x22, 0x70, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, - 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, - 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, - 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x12, 0xdc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, + 0x74, 0x79, 0x22, 0x70, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, + 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xdc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, - 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x73, 0x22, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, - 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, - 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0xed, 0x01, 0x0a, 0x05, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x12, 0x30, 0x2e, + 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x73, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, + 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, + 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x73, 0x65, 0x61, + 0x72, 0x63, 0x68, 0x12, 0xed, 0x01, 0x0a, 0x05, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x82, 0xd3, + 0x65, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x8a, 0xb5, + 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, + 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, + 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, - 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, - 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x72, 0x65, - 0x72, 0x75, 0x6e, 0x42, 0x3f, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x69, 0x64, 0x7d, 0x42, 0x3f, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, @@ -922,7 +922,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_rawDescGZIP() []byte { var file_external_compliance_scanner_jobs_jobs_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_scanner_jobs_jobs_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_compliance_scanner_jobs_jobs_proto_goTypes = []interface{}{ +var file_external_compliance_scanner_jobs_jobs_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.scanner.jobs.v1.Query.OrderType (*RerunResponse)(nil), // 1: chef.automate.api.compliance.scanner.jobs.v1.RerunResponse (*Id)(nil), // 2: chef.automate.api.compliance.scanner.jobs.v1.Id @@ -974,7 +974,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -986,7 +986,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -998,7 +998,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -1010,7 +1010,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ManagerFilter); i { case 0: return &v.state @@ -1022,7 +1022,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Job); i { case 0: return &v.state @@ -1034,7 +1034,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Jobs); i { case 0: return &v.state @@ -1046,7 +1046,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ResultsRow); i { case 0: return &v.state diff --git a/api/external/compliance/scanner/jobs/jobs.pb.gw.go b/api/external/compliance/scanner/jobs/jobs.pb.gw.go index 97920e02888..ca2475a2c98 100644 --- a/api/external/compliance/scanner/jobs/jobs.pb.gw.go +++ b/api/external/compliance/scanner/jobs/jobs.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_JobsService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client JobsServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Job @@ -388,11 +390,14 @@ func local_request_JobsService_Rerun_0(ctx context.Context, marshaler runtime.Ma // RegisterJobsServiceHandlerServer registers the http handlers for service JobsService to "mux". // UnaryRPC :call JobsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobsServiceHandlerFromEndpoint instead. func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobsServiceServer) error { mux.Handle("POST", pattern_JobsService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -400,6 +405,7 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Create_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -413,6 +419,8 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("GET", pattern_JobsService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -420,6 +428,7 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Read_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -433,6 +442,8 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("PUT", pattern_JobsService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -440,6 +451,7 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Update_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -453,6 +465,8 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("DELETE", pattern_JobsService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -460,6 +474,7 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -473,6 +488,8 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("POST", pattern_JobsService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -480,6 +497,7 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_List_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -493,6 +511,8 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("GET", pattern_JobsService_Rerun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -500,6 +520,7 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Rerun_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/scanner/jobs/jobs.swagger.json b/api/external/compliance/scanner/jobs/jobs.swagger.json index 1904c7f6cd6..b06772520bb 100644 --- a/api/external/compliance/scanner/jobs/jobs.swagger.json +++ b/api/external/compliance/scanner/jobs/jobs.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -96,7 +96,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -134,7 +134,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -175,7 +175,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -215,7 +215,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -247,7 +247,6 @@ }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { @@ -394,7 +393,6 @@ }, "deleted": { "type": "boolean", - "format": "boolean", "description": "Boolean used to denote the job has been marked as \"deleted\" by the user." } } diff --git a/api/external/data_feed/data_feed.pb.go b/api/external/data_feed/data_feed.pb.go index 8213db7536e..394b8372c8e 100644 --- a/api/external/data_feed/data_feed.pb.go +++ b/api/external/data_feed/data_feed.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/data_feed/data_feed.proto @@ -1765,26 +1765,26 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, - 0x18, 0x30, 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, - 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x61, - 0x64, 0x64, 0x12, 0xdb, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, 0x64, 0x61, 0x74, + 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x61, 0x64, 0x64, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, + 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0xdb, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x62, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, - 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x19, 0x64, 0x61, 0x74, - 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, - 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x62, 0x8a, 0xb5, + 0x18, 0x35, 0x0a, 0x19, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, + 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x18, 0x64, + 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, + 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xed, 0x01, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, @@ -1793,13 +1793,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x2a, 0x21, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x3e, 0x0a, 0x1c, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0x1e, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x3e, 0x0a, 0x1c, 0x64, 0x65, 0x73, 0x74, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1e, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x2a, 0x21, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, + 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xea, 0x01, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, @@ -1808,13 +1808,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x68, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x32, 0x21, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x19, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xdc, 0x01, + 0x6e, 0x73, 0x65, 0x22, 0x68, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x19, 0x64, 0x61, 0x74, 0x61, 0x66, + 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, + 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, 0x01, 0x2a, 0x32, 0x21, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, + 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xdc, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, @@ -1822,13 +1822,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, - 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x15, 0x64, 0x61, 0x74, 0x61, 0x66, - 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xe3, 0x01, 0x0a, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x8a, 0xb5, 0x18, + 0x33, 0x0a, 0x15, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, + 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, + 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xe3, 0x01, 0x0a, 0x0f, 0x54, 0x65, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x55, 0x52, @@ -1836,13 +1836,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, - 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, - 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, - 0x65, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, - 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, - 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x74, 0x65, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1a, 0x64, + 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, + 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x3a, 0x74, 0x65, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, + 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x12, 0xf6, 0x01, 0x0a, 0x11, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, @@ -1851,14 +1851,14 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, - 0x32, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, - 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, - 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x3a, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1c, 0x64, - 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xde, 0x01, 0x0a, 0x14, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x1a, + 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1c, 0x64, 0x61, 0x74, 0x61, + 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, + 0x2a, 0x32, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, + 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, + 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xde, 0x01, 0x0a, 0x14, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, @@ -1867,12 +1867,12 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, - 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, - 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, 0x64, 0x61, - 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x31, 0x5a, 0x2f, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, 0x64, + 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, + 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, + 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x31, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x62, @@ -1892,7 +1892,7 @@ func file_external_data_feed_data_feed_proto_rawDescGZIP() []byte { } var file_external_data_feed_data_feed_proto_msgTypes = make([]protoimpl.MessageInfo, 21) -var file_external_data_feed_data_feed_proto_goTypes = []interface{}{ +var file_external_data_feed_data_feed_proto_goTypes = []any{ (*GlobalDataFeedConfigRequest)(nil), // 0: chef.automate.api.datafeed.GlobalDataFeedConfigRequest (*GlobalDataFeedConfigResponse)(nil), // 1: chef.automate.api.datafeed.GlobalDataFeedConfigResponse (*AddDestinationRequest)(nil), // 2: chef.automate.api.datafeed.AddDestinationRequest @@ -1959,7 +1959,7 @@ func file_external_data_feed_data_feed_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_data_feed_data_feed_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GlobalDataFeedConfigRequest); i { case 0: return &v.state @@ -1971,7 +1971,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GlobalDataFeedConfigResponse); i { case 0: return &v.state @@ -1983,7 +1983,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*AddDestinationRequest); i { case 0: return &v.state @@ -1995,7 +1995,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*AddDestinationResponse); i { case 0: return &v.state @@ -2007,7 +2007,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetDestinationRequest); i { case 0: return &v.state @@ -2019,7 +2019,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*GetDestinationResponse); i { case 0: return &v.state @@ -2031,7 +2031,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*DeleteDestinationRequest); i { case 0: return &v.state @@ -2043,7 +2043,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*DeleteDestinationResponse); i { case 0: return &v.state @@ -2055,7 +2055,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*UpdateDestinationRequest); i { case 0: return &v.state @@ -2067,7 +2067,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*AWSMetaData); i { case 0: return &v.state @@ -2079,7 +2079,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*UpdateDestinationResponse); i { case 0: return &v.state @@ -2091,7 +2091,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*UpdateDestinationEnableRequest); i { case 0: return &v.state @@ -2103,7 +2103,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ListDestinationRequest); i { case 0: return &v.state @@ -2115,7 +2115,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ListDestinationResponse); i { case 0: return &v.state @@ -2127,7 +2127,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -2139,7 +2139,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*SecretId); i { case 0: return &v.state @@ -2151,7 +2151,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*SecretIdWithExtraPrams); i { case 0: return &v.state @@ -2163,7 +2163,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*Header); i { case 0: return &v.state @@ -2175,7 +2175,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*AWS); i { case 0: return &v.state @@ -2187,7 +2187,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -2199,7 +2199,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_data_feed_data_feed_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*TestDestinationResponse); i { case 0: return &v.state @@ -2212,7 +2212,7 @@ func file_external_data_feed_data_feed_proto_init() { } } } - file_external_data_feed_data_feed_proto_msgTypes[19].OneofWrappers = []interface{}{ + file_external_data_feed_data_feed_proto_msgTypes[19].OneofWrappers = []any{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_SecretIdWithAddon)(nil), diff --git a/api/external/data_feed/data_feed.pb.gw.go b/api/external/data_feed/data_feed.pb.gw.go index e0e76b0bc04..8ffb413d2cf 100644 --- a/api/external/data_feed/data_feed.pb.gw.go +++ b/api/external/data_feed/data_feed.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_DatafeedService_AddDestination_0(ctx context.Context, marshaler runtime.Marshaler, client DatafeedServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq AddDestinationRequest @@ -402,11 +404,14 @@ func local_request_DatafeedService_GlobalDataFeedConfig_0(ctx context.Context, m // RegisterDatafeedServiceHandlerServer registers the http handlers for service DatafeedService to "mux". // UnaryRPC :call DatafeedServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDatafeedServiceHandlerFromEndpoint instead. func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DatafeedServiceServer) error { mux.Handle("POST", pattern_DatafeedService_AddDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -414,6 +419,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_AddDestination_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -427,6 +433,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("GET", pattern_DatafeedService_GetDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -434,6 +442,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_GetDestination_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -447,6 +456,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("DELETE", pattern_DatafeedService_DeleteDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -454,6 +465,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_DeleteDestination_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -467,6 +479,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("PATCH", pattern_DatafeedService_UpdateDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -474,6 +488,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_UpdateDestination_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -487,6 +502,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_DatafeedService_ListDestinations_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -494,6 +511,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_ListDestinations_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -507,6 +525,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_DatafeedService_TestDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -514,6 +534,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_TestDestination_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -527,6 +548,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("PATCH", pattern_DatafeedService_EnableDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -534,6 +557,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_EnableDestination_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -547,6 +571,8 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("GET", pattern_DatafeedService_GlobalDataFeedConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -554,6 +580,7 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_GlobalDataFeedConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/data_feed/data_feed.swagger.json b/api/external/data_feed/data_feed.swagger.json index 77858675e60..4b29eff809f 100644 --- a/api/external/data_feed/data_feed.swagger.json +++ b/api/external/data_feed/data_feed.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -76,7 +76,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -114,7 +114,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -143,7 +143,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -172,7 +172,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -210,7 +210,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -242,7 +242,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -318,8 +318,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -352,8 +351,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -386,8 +384,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -420,8 +417,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -442,12 +438,10 @@ "format": "int64" }, "updated_nodes_only": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "disable_cidr_filter": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "cidr_filter": { "type": "array", @@ -507,8 +501,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -522,8 +515,7 @@ "type": "object", "properties": { "success": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -557,8 +549,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -584,8 +575,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -618,8 +608,7 @@ "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", diff --git a/api/external/data_lifecycle/data_lifecycle.pb.go b/api/external/data_lifecycle/data_lifecycle.pb.go index 3c814a69cb6..b4c87b7ab39 100644 --- a/api/external/data_lifecycle/data_lifecycle.pb.go +++ b/api/external/data_lifecycle/data_lifecycle.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/data_lifecycle/data_lifecycle.proto @@ -2112,122 +2112,120 @@ var file_external_data_lifecycle_data_lifecycle_proto_rawDesc = []byte{ 0x6e, 0x67, 0x73, 0x52, 0x0b, 0x6a, 0x6f, 0x62, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x22, 0x1d, 0x0a, 0x1b, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, - 0xed, 0x1c, 0x0a, 0x0d, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x12, 0xd3, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0xb1, 0x1c, 0x0a, 0x0d, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x12, 0xcf, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, - 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, - 0xb5, 0x18, 0x16, 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, - 0x6c, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1a, 0x12, 0x18, 0x64, - 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xd9, 0x01, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x43, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, + 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, + 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0xd5, 0x01, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x1a, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x16, 0x0a, 0x14, 0x64, 0x61, - 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x8a, 0xb5, 0x18, 0x33, + 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x12, 0xbe, 0x01, 0x0a, 0x03, 0x52, 0x75, 0x6e, 0x12, 0x2c, 0x2e, 0x63, 0x68, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a, 0x1a, 0x1d, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0xba, 0x01, 0x0a, 0x03, + 0x52, 0x75, 0x6e, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, + 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x56, 0x8a, 0xb5, 0x18, 0x2d, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x4c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x3a, 0x63, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x22, 0x1a, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xe9, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, + 0x49, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, - 0x75, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, - 0x22, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, - 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x1a, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, - 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x3a, 0x63, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x12, 0xed, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, - 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x64, 0x61, 0x74, - 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x19, 0x12, 0x17, 0x64, 0x61, 0x74, - 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x67, 0x65, 0x74, 0x12, 0xdb, 0x01, 0x0a, 0x08, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, + 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, + 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x12, 0x17, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, + 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0xd7, 0x01, 0x0a, 0x08, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, 0x61, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, - 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x72, - 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x64, 0x61, 0x74, 0x61, 0x4c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x72, - 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x12, 0xf3, 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, - 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, - 0x1a, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x64, 0x61, - 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x64, 0x61, - 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xff, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x17, + 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, + 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x63, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xef, + 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, + 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, + 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x12, 0xfb, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x6d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0xe9, + 0x01, 0x0a, 0x0b, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, - 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, - 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x1d, 0x64, 0x61, 0x74, - 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, - 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xed, 0x01, 0x0a, 0x0b, 0x52, - 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, - 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x22, - 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x64, 0x61, 0x74, - 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x64, 0x61, 0x74, - 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x85, 0x02, 0x0a, 0x11, 0x53, + 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x8a, 0xb5, 0x18, + 0x3b, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x1d, 0x64, + 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x22, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, + 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0x81, 0x02, 0x0a, 0x11, 0x53, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, @@ -2236,64 +2234,63 @@ var file_external_data_lifecycle_data_lifecycle_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2b, 0x1a, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, - 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1f, - 0x0a, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, - 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, - 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x12, 0x86, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, - 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, - 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x0a, 0x1e, 0x64, 0x61, 0x74, 0x61, - 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, - 0x65, 0x65, 0x64, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, + 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3e, 0x0a, + 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1d, + 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x1a, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x82, + 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, + 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0xf0, 0x01, 0x0a, 0x0c, 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x46, 0x65, 0x65, 0x64, 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, + 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, + 0x65, 0x64, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, + 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, + 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, + 0x65, 0x64, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0x88, 0x02, 0x0a, 0x12, 0x53, 0x65, 0x74, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3b, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x2e, 0x53, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, + 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x8a, 0xb5, 0x18, 0x40, 0x0a, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xf4, 0x01, 0x0a, 0x0c, - 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x12, 0x35, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, - 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, - 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, - 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, - 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x1d, 0x0a, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, - 0x18, 0x20, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x12, 0x8c, 0x02, 0x0a, 0x12, 0x53, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, - 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x1a, 0x28, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x20, 0x0a, 0x1e, 0x64, - 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, - 0x20, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x12, 0x8b, 0x02, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1e, + 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x1a, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0x87, 0x02, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, @@ -2302,51 +2299,51 @@ var file_external_data_lifecycle_data_lifecycle_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, - 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x64, 0x61, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, - 0x1e, 0x12, 0x1c, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x67, 0x65, 0x74, 0x12, - 0xf9, 0x01, 0x0a, 0x0d, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x64, + 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x2a, 0x12, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0xf5, 0x01, 0x0a, 0x0d, + 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x36, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, + 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1c, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, + 0x75, 0x6e, 0x12, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, 0x25, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, + 0x72, 0x75, 0x6e, 0x12, 0x8d, 0x02, 0x0a, 0x13, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, + 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, - 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, - 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x75, - 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1e, 0x0a, 0x1c, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x64, 0x61, 0x74, 0x61, - 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x91, 0x02, 0x0a, 0x13, - 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, - 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x1a, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, + 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, + 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x79, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, - 0x36, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, + 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x1a, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x42, 0x36, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x61, 0x74, + 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x33, } var ( @@ -2362,7 +2359,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_rawDescGZIP() []byte { } var file_external_data_lifecycle_data_lifecycle_proto_msgTypes = make([]protoimpl.MessageInfo, 38) -var file_external_data_lifecycle_data_lifecycle_proto_goTypes = []interface{}{ +var file_external_data_lifecycle_data_lifecycle_proto_goTypes = []any{ (*JobStatus)(nil), // 0: chef.automate.api.data_lifecycle.JobStatus (*PurgePolicies)(nil), // 1: chef.automate.api.data_lifecycle.PurgePolicies (*PurgePolicyUpdate)(nil), // 2: chef.automate.api.data_lifecycle.PurgePolicyUpdate @@ -2475,7 +2472,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*JobStatus); i { case 0: return &v.state @@ -2487,7 +2484,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*PurgePolicies); i { case 0: return &v.state @@ -2499,7 +2496,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PurgePolicyUpdate); i { case 0: return &v.state @@ -2511,7 +2508,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*EsPolicy); i { case 0: return &v.state @@ -2523,7 +2520,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*EsPolicyUpdate); i { case 0: return &v.state @@ -2535,7 +2532,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*PgPolicy); i { case 0: return &v.state @@ -2547,7 +2544,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*PgPolicyUpdate); i { case 0: return &v.state @@ -2559,7 +2556,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*JobSettings); i { case 0: return &v.state @@ -2571,7 +2568,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*GetStatusRequest); i { case 0: return &v.state @@ -2583,7 +2580,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*GetStatusResponse); i { case 0: return &v.state @@ -2595,7 +2592,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*SetConfigRequest); i { case 0: return &v.state @@ -2607,7 +2604,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*SetConfigResponse); i { case 0: return &v.state @@ -2619,7 +2616,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*RunRequest); i { case 0: return &v.state @@ -2631,7 +2628,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*RunResponse); i { case 0: return &v.state @@ -2643,7 +2640,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*GetInfraStatusRequest); i { case 0: return &v.state @@ -2655,7 +2652,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*GetInfraStatusResponse); i { case 0: return &v.state @@ -2667,7 +2664,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*RunInfraRequest); i { case 0: return &v.state @@ -2679,7 +2676,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*RunInfraResponse); i { case 0: return &v.state @@ -2691,7 +2688,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*SetInfraConfigRequest); i { case 0: return &v.state @@ -2703,7 +2700,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*SetInfraConfigResponse); i { case 0: return &v.state @@ -2715,7 +2712,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*GetServicesStatusRequest); i { case 0: return &v.state @@ -2727,7 +2724,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*GetServicesStatusResponse); i { case 0: return &v.state @@ -2739,7 +2736,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*RunServicesRequest); i { case 0: return &v.state @@ -2751,7 +2748,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*RunServicesResponse); i { case 0: return &v.state @@ -2763,7 +2760,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*SetServicesConfigRequest); i { case 0: return &v.state @@ -2775,7 +2772,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*SetServicesConfigResponse); i { case 0: return &v.state @@ -2787,7 +2784,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*GetEventFeedStatusRequest); i { case 0: return &v.state @@ -2799,7 +2796,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*GetEventFeedStatusResponse); i { case 0: return &v.state @@ -2811,7 +2808,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*RunEventFeedRequest); i { case 0: return &v.state @@ -2823,7 +2820,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*RunEventFeedResponse); i { case 0: return &v.state @@ -2835,7 +2832,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*SetEventFeedConfigRequest); i { case 0: return &v.state @@ -2847,7 +2844,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*SetEventFeedConfigResponse); i { case 0: return &v.state @@ -2859,7 +2856,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*GetComplianceStatusRequest); i { case 0: return &v.state @@ -2871,7 +2868,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*GetComplianceStatusResponse); i { case 0: return &v.state @@ -2883,7 +2880,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*RunComplianceRequest); i { case 0: return &v.state @@ -2895,7 +2892,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*RunComplianceResponse); i { case 0: return &v.state @@ -2907,7 +2904,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*SetComplianceConfigRequest); i { case 0: return &v.state @@ -2919,7 +2916,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*SetComplianceConfigResponse); i { case 0: return &v.state diff --git a/api/external/data_lifecycle/data_lifecycle.pb.gw.go b/api/external/data_lifecycle/data_lifecycle.pb.gw.go index 9923e983a4d..36c68223115 100644 --- a/api/external/data_lifecycle/data_lifecycle.pb.gw.go +++ b/api/external/data_lifecycle/data_lifecycle.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_DataLifecycle_GetStatus_0(ctx context.Context, marshaler runtime.Marshaler, client DataLifecycleClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq GetStatusRequest @@ -464,11 +466,14 @@ func local_request_DataLifecycle_SetComplianceConfig_0(ctx context.Context, mars // RegisterDataLifecycleHandlerServer registers the http handlers for service DataLifecycle to "mux". // UnaryRPC :call DataLifecycleServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDataLifecycleHandlerFromEndpoint instead. func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataLifecycleServer) error { mux.Handle("GET", pattern_DataLifecycle_GetStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -476,6 +481,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -489,6 +495,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -496,6 +504,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -509,6 +518,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_Run_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -516,6 +527,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_Run_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -529,6 +541,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetInfraStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -536,6 +550,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetInfraStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -549,6 +564,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunInfra_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -556,6 +573,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunInfra_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -569,6 +587,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetInfraConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -576,6 +596,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetInfraConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -589,6 +610,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetServicesStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -596,6 +619,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetServicesStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -609,6 +633,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -616,6 +642,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunServices_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -629,6 +656,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -636,6 +665,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -649,6 +679,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetEventFeedStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -656,6 +688,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetEventFeedStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -669,6 +702,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunEventFeed_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -676,6 +711,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunEventFeed_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -689,6 +725,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetEventFeedConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -696,6 +734,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetEventFeedConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -709,6 +748,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetComplianceStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -716,6 +757,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetComplianceStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -729,6 +771,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunCompliance_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -736,6 +780,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunCompliance_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -749,6 +794,8 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetComplianceConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -756,6 +803,7 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetComplianceConfig_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/data_lifecycle/data_lifecycle.swagger.json b/api/external/data_lifecycle/data_lifecycle.swagger.json index a13994be399..4bf8f9a568a 100644 --- a/api/external/data_lifecycle/data_lifecycle.swagger.json +++ b/api/external/data_lifecycle/data_lifecycle.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -56,7 +56,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -112,7 +112,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -145,7 +145,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -178,7 +178,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -211,7 +211,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -234,7 +234,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -267,7 +267,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -300,7 +300,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -323,7 +323,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -355,7 +355,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -387,7 +387,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -420,7 +420,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -443,7 +443,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -473,8 +473,7 @@ "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -485,8 +484,7 @@ "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "older_than_days": { "type": "integer", @@ -562,8 +560,7 @@ "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "recurrence": { "type": "string" @@ -584,8 +581,7 @@ "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "recurrence": { "type": "string" @@ -625,8 +621,7 @@ "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -637,8 +632,7 @@ "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/api/external/event_feed/event_feed.pb.go b/api/external/event_feed/event_feed.pb.go index e7d4af6f4a6..b7bb0f63ea9 100644 --- a/api/external/event_feed/event_feed.pb.go +++ b/api/external/event_feed/event_feed.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/event_feed/event_feed.proto @@ -57,8 +57,8 @@ var file_external_event_feed_event_feed_proto_rawDesc = []byte{ 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x32, 0xc5, 0x09, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xdf, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x32, 0xb1, 0x09, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xdb, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x12, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, @@ -66,61 +66,60 @@ var file_external_event_feed_event_feed_proto_rawDesc = []byte{ 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x13, 0x12, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x66, 0x65, 0x65, 0x64, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, - 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xf9, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3f, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, - 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, - 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x12, 0xf9, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3f, 0x2e, 0x63, 0x68, 0x65, + 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, + 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, + 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x13, + 0x12, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x66, + 0x65, 0x65, 0x64, 0x12, 0xf5, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, + 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, - 0xfd, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, 0x69, - 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x12, 0x42, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x42, - 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, + 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, + 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, + 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, + 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, + 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xf5, 0x01, 0x0a, 0x12, + 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, + 0x74, 0x73, 0x12, 0x3f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, + 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, + 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, 0x18, + 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x73, 0x12, 0xf9, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x12, 0x42, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, - 0x72, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x5a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, - 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, - 0xd6, 0x01, 0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, + 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, + 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, + 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x56, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, + 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x73, 0x12, + 0xd2, 0x01, 0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, @@ -128,19 +127,18 @@ var file_external_event_feed_event_feed_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, + 0x65, 0x6e, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x65, 0x78, 0x70, 0x6f, - 0x72, 0x74, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, - 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x30, 0x01, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, - 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, - 0x6c, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, + 0x72, 0x74, 0x30, 0x01, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_event_feed_event_feed_proto_goTypes = []interface{}{ +var file_external_event_feed_event_feed_proto_goTypes = []any{ (*request.GetEventFeedRequest)(nil), // 0: chef.automate.api.event_feed.request.GetEventFeedRequest (*request.GetEventTypeCountsRequest)(nil), // 1: chef.automate.api.event_feed.request.GetEventTypeCountsRequest (*request.GetEventTaskCountsRequest)(nil), // 2: chef.automate.api.event_feed.request.GetEventTaskCountsRequest diff --git a/api/external/event_feed/event_feed.pb.gw.go b/api/external/event_feed/event_feed.pb.gw.go index 6b96bafb683..f3f9e98998d 100644 --- a/api/external/event_feed/event_feed.pb.gw.go +++ b/api/external/event_feed/event_feed.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join var ( filter_EventFeedService_GetEventFeed_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} @@ -207,11 +209,14 @@ func request_EventFeedService_EventExport_0(ctx context.Context, marshaler runti // RegisterEventFeedServiceHandlerServer registers the http handlers for service EventFeedService to "mux". // UnaryRPC :call EventFeedServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterEventFeedServiceHandlerFromEndpoint instead. func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server EventFeedServiceServer) error { mux.Handle("GET", pattern_EventFeedService_GetEventFeed_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -219,6 +224,7 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventFeed_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -232,6 +238,8 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_EventFeedService_GetEventTypeCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -239,6 +247,7 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventTypeCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -252,6 +261,8 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_EventFeedService_GetEventTaskCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -259,6 +270,7 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventTaskCounts_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -272,6 +284,8 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_EventFeedService_GetEventStringBuckets_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -279,6 +293,7 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventStringBuckets_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/event_feed/event_feed.swagger.json b/api/external/event_feed/event_feed.swagger.json index e0abb94d721..df79dffd9fe 100644 --- a/api/external/event_feed/event_feed.swagger.json +++ b/api/external/event_feed/event_feed.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -209,7 +209,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -279,8 +279,7 @@ "description": "Used to group similar events together.", "in": "query", "required": false, - "type": "boolean", - "format": "boolean" + "type": "boolean" } ], "tags": [ @@ -301,7 +300,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/event_feed/request/event.pb.go b/api/external/event_feed/request/event.pb.go index a6b4c9357fa..fc9c9980a04 100644 --- a/api/external/event_feed/request/event.pb.go +++ b/api/external/event_feed/request/event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/event_feed/request/event.proto @@ -415,7 +415,7 @@ func file_external_event_feed_request_event_proto_rawDescGZIP() []byte { } var file_external_event_feed_request_event_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_event_feed_request_event_proto_goTypes = []interface{}{ +var file_external_event_feed_request_event_proto_goTypes = []any{ (*GetEventTypeCountsRequest)(nil), // 0: chef.automate.api.event_feed.request.GetEventTypeCountsRequest (*GetEventFeedRequest)(nil), // 1: chef.automate.api.event_feed.request.GetEventFeedRequest (*GetEventTaskCountsRequest)(nil), // 2: chef.automate.api.event_feed.request.GetEventTaskCountsRequest @@ -437,7 +437,7 @@ func file_external_event_feed_request_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_event_feed_request_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_request_event_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetEventTypeCountsRequest); i { case 0: return &v.state @@ -449,7 +449,7 @@ func file_external_event_feed_request_event_proto_init() { return nil } } - file_external_event_feed_request_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_request_event_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetEventFeedRequest); i { case 0: return &v.state @@ -461,7 +461,7 @@ func file_external_event_feed_request_event_proto_init() { return nil } } - file_external_event_feed_request_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_request_event_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*GetEventTaskCountsRequest); i { case 0: return &v.state @@ -473,7 +473,7 @@ func file_external_event_feed_request_event_proto_init() { return nil } } - file_external_event_feed_request_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_request_event_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*EventExportRequest); i { case 0: return &v.state diff --git a/api/external/event_feed/request/eventstrings.pb.go b/api/external/event_feed/request/eventstrings.pb.go index b8f0b0087db..f3b46207b8c 100644 --- a/api/external/event_feed/request/eventstrings.pb.go +++ b/api/external/event_feed/request/eventstrings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/event_feed/request/eventstrings.proto @@ -142,7 +142,7 @@ func file_external_event_feed_request_eventstrings_proto_rawDescGZIP() []byte { } var file_external_event_feed_request_eventstrings_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_event_feed_request_eventstrings_proto_goTypes = []interface{}{ +var file_external_event_feed_request_eventstrings_proto_goTypes = []any{ (*GetEventStringBucketsRequest)(nil), // 0: chef.automate.api.event_feed.request.GetEventStringBucketsRequest } var file_external_event_feed_request_eventstrings_proto_depIdxs = []int32{ @@ -159,7 +159,7 @@ func file_external_event_feed_request_eventstrings_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_event_feed_request_eventstrings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_request_eventstrings_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetEventStringBucketsRequest); i { case 0: return &v.state diff --git a/api/external/event_feed/response/event.pb.go b/api/external/event_feed/response/event.pb.go index 74dd43705d9..c6cb65e3cb9 100644 --- a/api/external/event_feed/response/event.pb.go +++ b/api/external/event_feed/response/event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/event_feed/response/event.proto @@ -566,7 +566,7 @@ func file_external_event_feed_response_event_proto_rawDescGZIP() []byte { } var file_external_event_feed_response_event_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_event_feed_response_event_proto_goTypes = []interface{}{ +var file_external_event_feed_response_event_proto_goTypes = []any{ (*GetEventFeedResponse)(nil), // 0: chef.automate.api.event_feed.response.GetEventFeedResponse (*Event)(nil), // 1: chef.automate.api.event_feed.response.Event (*GetEventTypeCountsResponse)(nil), // 2: chef.automate.api.event_feed.response.GetEventTypeCountsResponse @@ -594,7 +594,7 @@ func file_external_event_feed_response_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_event_feed_response_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_event_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetEventFeedResponse); i { case 0: return &v.state @@ -606,7 +606,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_event_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Event); i { case 0: return &v.state @@ -618,7 +618,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_event_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*GetEventTypeCountsResponse); i { case 0: return &v.state @@ -630,7 +630,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_event_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetEventTaskCountsResponse); i { case 0: return &v.state @@ -642,7 +642,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_event_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*EventCount); i { case 0: return &v.state @@ -654,7 +654,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_event_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*EventExportResponse); i { case 0: return &v.state diff --git a/api/external/event_feed/response/eventstrings.pb.go b/api/external/event_feed/response/eventstrings.pb.go index 97a041dbde8..a0a8e3096c3 100644 --- a/api/external/event_feed/response/eventstrings.pb.go +++ b/api/external/event_feed/response/eventstrings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/event_feed/response/eventstrings.proto @@ -251,7 +251,7 @@ func file_external_event_feed_response_eventstrings_proto_rawDescGZIP() []byte { } var file_external_event_feed_response_eventstrings_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_event_feed_response_eventstrings_proto_goTypes = []interface{}{ +var file_external_event_feed_response_eventstrings_proto_goTypes = []any{ (*GetEventStringBucketsResponse)(nil), // 0: chef.automate.api.event_feed.response.GetEventStringBucketsResponse (*EventString)(nil), // 1: chef.automate.api.event_feed.response.EventString (*EventCollection)(nil), // 2: chef.automate.api.event_feed.response.EventCollection @@ -275,7 +275,7 @@ func file_external_event_feed_response_eventstrings_proto_init() { } file_external_event_feed_response_event_proto_init() if !protoimpl.UnsafeEnabled { - file_external_event_feed_response_eventstrings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_eventstrings_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetEventStringBucketsResponse); i { case 0: return &v.state @@ -287,7 +287,7 @@ func file_external_event_feed_response_eventstrings_proto_init() { return nil } } - file_external_event_feed_response_eventstrings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_eventstrings_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*EventString); i { case 0: return &v.state @@ -299,7 +299,7 @@ func file_external_event_feed_response_eventstrings_proto_init() { return nil } } - file_external_event_feed_response_eventstrings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_event_feed_response_eventstrings_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*EventCollection); i { case 0: return &v.state diff --git a/api/external/habitat/event.pb.go b/api/external/habitat/event.pb.go index 22c7fb82e7e..5df4cdbbf62 100644 --- a/api/external/habitat/event.pb.go +++ b/api/external/habitat/event.pb.go @@ -5,7 +5,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/habitat/event.proto @@ -810,7 +810,7 @@ func file_external_habitat_event_proto_rawDescGZIP() []byte { var file_external_habitat_event_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_habitat_event_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_habitat_event_proto_goTypes = []interface{}{ +var file_external_habitat_event_proto_goTypes = []any{ (UpdateStrategy)(0), // 0: chef.habitat.supervisor.event.UpdateStrategy (HealthCheckResult)(0), // 1: chef.habitat.supervisor.event.HealthCheckResult (*EventMetadata)(nil), // 2: chef.habitat.supervisor.event.EventMetadata @@ -857,7 +857,7 @@ func file_external_habitat_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_habitat_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*EventMetadata); i { case 0: return &v.state @@ -869,7 +869,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ServiceMetadata); i { case 0: return &v.state @@ -881,7 +881,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateConfig); i { case 0: return &v.state @@ -893,7 +893,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ServiceStartedEvent); i { case 0: return &v.state @@ -905,7 +905,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ServiceStoppedEvent); i { case 0: return &v.state @@ -917,7 +917,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ServiceUpdateStartedEvent); i { case 0: return &v.state @@ -929,7 +929,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_habitat_event_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*HealthCheckEvent); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/policy.pb.go b/api/external/iam/v2/common/policy.pb.go index 2c45e6d1ae3..6340faa0213 100644 --- a/api/external/iam/v2/common/policy.pb.go +++ b/api/external/iam/v2/common/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/common/policy.proto @@ -646,7 +646,7 @@ func file_external_iam_v2_common_policy_proto_rawDescGZIP() []byte { var file_external_iam_v2_common_policy_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_external_iam_v2_common_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_iam_v2_common_policy_proto_goTypes = []interface{}{ +var file_external_iam_v2_common_policy_proto_goTypes = []any{ (Type)(0), // 0: chef.automate.api.iam.v2.Type (Statement_Effect)(0), // 1: chef.automate.api.iam.v2.Statement.Effect (Version_VersionNumber)(0), // 2: chef.automate.api.iam.v2.Version.VersionNumber @@ -680,7 +680,7 @@ func file_external_iam_v2_common_policy_proto_init() { } file_external_iam_v2_common_rules_proto_init() if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Policy); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Statement); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Role); i { case 0: return &v.state @@ -716,7 +716,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Project); i { case 0: return &v.state @@ -728,7 +728,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Version); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/rules.pb.go b/api/external/iam/v2/common/rules.pb.go index a06addedefb..556df07c11b 100644 --- a/api/external/iam/v2/common/rules.pb.go +++ b/api/external/iam/v2/common/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/common/rules.proto @@ -531,7 +531,7 @@ func file_external_iam_v2_common_rules_proto_rawDescGZIP() []byte { var file_external_iam_v2_common_rules_proto_enumTypes = make([]protoimpl.EnumInfo, 5) var file_external_iam_v2_common_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_iam_v2_common_rules_proto_goTypes = []interface{}{ +var file_external_iam_v2_common_rules_proto_goTypes = []any{ (RuleType)(0), // 0: chef.automate.api.iam.v2.RuleType (ConditionAttribute)(0), // 1: chef.automate.api.iam.v2.ConditionAttribute (ConditionOperator)(0), // 2: chef.automate.api.iam.v2.ConditionOperator @@ -559,7 +559,7 @@ func file_external_iam_v2_common_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Rule); i { case 0: return &v.state @@ -571,7 +571,7 @@ func file_external_iam_v2_common_rules_proto_init() { return nil } } - file_external_iam_v2_common_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Condition); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/teams.pb.go b/api/external/iam/v2/common/teams.pb.go index d95fb74ab00..67cc333815d 100644 --- a/api/external/iam/v2/common/teams.pb.go +++ b/api/external/iam/v2/common/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/common/teams.proto @@ -118,7 +118,7 @@ func file_external_iam_v2_common_teams_proto_rawDescGZIP() []byte { } var file_external_iam_v2_common_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_iam_v2_common_teams_proto_goTypes = []interface{}{ +var file_external_iam_v2_common_teams_proto_goTypes = []any{ (*Team)(nil), // 0: chef.automate.api.iam.v2.Team } var file_external_iam_v2_common_teams_proto_depIdxs = []int32{ @@ -135,7 +135,7 @@ func file_external_iam_v2_common_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Team); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/tokens.pb.go b/api/external/iam/v2/common/tokens.pb.go index 623f77fd5ab..ca0cbfea19c 100644 --- a/api/external/iam/v2/common/tokens.pb.go +++ b/api/external/iam/v2/common/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/common/tokens.proto @@ -161,7 +161,7 @@ func file_external_iam_v2_common_tokens_proto_rawDescGZIP() []byte { } var file_external_iam_v2_common_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_iam_v2_common_tokens_proto_goTypes = []interface{}{ +var file_external_iam_v2_common_tokens_proto_goTypes = []any{ (*Token)(nil), // 0: chef.automate.api.iam.v2.Token } var file_external_iam_v2_common_tokens_proto_depIdxs = []int32{ @@ -178,7 +178,7 @@ func file_external_iam_v2_common_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Token); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/users.pb.go b/api/external/iam/v2/common/users.pb.go index dd313261a48..d1542c3c1e5 100644 --- a/api/external/iam/v2/common/users.pb.go +++ b/api/external/iam/v2/common/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/common/users.proto @@ -117,7 +117,7 @@ func file_external_iam_v2_common_users_proto_rawDescGZIP() []byte { } var file_external_iam_v2_common_users_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_iam_v2_common_users_proto_goTypes = []interface{}{ +var file_external_iam_v2_common_users_proto_goTypes = []any{ (*User)(nil), // 0: chef.automate.api.iam.v2.User } var file_external_iam_v2_common_users_proto_depIdxs = []int32{ @@ -134,7 +134,7 @@ func file_external_iam_v2_common_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_common_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*User); i { case 0: return &v.state diff --git a/api/external/iam/v2/introspect.pb.go b/api/external/iam/v2/introspect.pb.go index 32fe21d970a..613a3360aba 100644 --- a/api/external/iam/v2/introspect.pb.go +++ b/api/external/iam/v2/introspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/introspect.proto @@ -43,50 +43,49 @@ var file_external_iam_v2_introspect_proto_rawDesc = []byte{ 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xc8, 0x04, 0x0a, 0x0d, - 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xb5, 0x01, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xb0, 0x04, 0x0a, 0x0d, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xb1, 0x01, 0x0a, 0x0d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, - 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, - 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, - 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, - 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, - 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0xc6, 0x01, 0x0a, 0x0e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, - 0x70, 0x65, 0x63, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x53, 0x6f, - 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, - 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, - 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, - 0x5f, 0x73, 0x6f, 0x6d, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, - 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, - 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, - 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x12, 0xb5, - 0x01, 0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x27, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, - 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x22, 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, + 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, + 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, + 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, - 0x18, 0x14, 0x12, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, - 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x74, 0x12, 0xbc, 0x01, 0x0a, 0x0e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x53, 0x6f, 0x6d, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x52, 0x65, + 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, + 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, 0x8a, 0xb5, 0x18, + 0x28, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, + 0x74, 0x12, 0x16, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, + 0x74, 0x3a, 0x67, 0x65, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, + 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, + 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x6f, 0x6d, 0x65, + 0x12, 0xab, 0x01, 0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, + 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, + 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x24, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, + 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, + 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x42, 0x2e, + 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_introspect_proto_goTypes = []interface{}{ +var file_external_iam_v2_introspect_proto_goTypes = []any{ (*request.IntrospectAllReq)(nil), // 0: chef.automate.api.iam.v2.IntrospectAllReq (*request.IntrospectSomeReq)(nil), // 1: chef.automate.api.iam.v2.IntrospectSomeReq (*request.IntrospectReq)(nil), // 2: chef.automate.api.iam.v2.IntrospectReq diff --git a/api/external/iam/v2/introspect.pb.gw.go b/api/external/iam/v2/introspect.pb.gw.go index d92225c6dac..3ea709ae39d 100644 --- a/api/external/iam/v2/introspect.pb.gw.go +++ b/api/external/iam/v2/introspect.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Authorization_IntrospectAll_0(ctx context.Context, marshaler runtime.Marshaler, client AuthorizationClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.IntrospectAllReq @@ -121,11 +123,14 @@ func local_request_Authorization_Introspect_0(ctx context.Context, marshaler run // RegisterAuthorizationHandlerServer registers the http handlers for service Authorization to "mux". // UnaryRPC :call AuthorizationServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthorizationHandlerFromEndpoint instead. func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthorizationServer) error { mux.Handle("GET", pattern_Authorization_IntrospectAll_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -133,6 +138,7 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Authorization_IntrospectAll_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -146,6 +152,8 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_Authorization_IntrospectSome_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -153,6 +161,7 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Authorization_IntrospectSome_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -166,6 +175,8 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_Authorization_Introspect_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -173,6 +184,7 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Authorization_Introspect_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/introspect.swagger.json b/api/external/iam/v2/introspect.swagger.json index 4183e6d9f45..df2a248aff6 100644 --- a/api/external/iam/v2/introspect.swagger.json +++ b/api/external/iam/v2/introspect.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -42,7 +42,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,24 +137,19 @@ "type": "object", "properties": { "get": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "put": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "post": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "delete": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "patch": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/api/external/iam/v2/policy.pb.go b/api/external/iam/v2/policy.pb.go index 2ae0c560424..70e8a8e850d 100644 --- a/api/external/iam/v2/policy.pb.go +++ b/api/external/iam/v2/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/policy.proto @@ -46,15 +46,15 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, - 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xbe, 0x2d, - 0x0a, 0x08, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x84, 0x04, 0x0a, 0x0c, 0x43, + 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xea, 0x2c, + 0x0a, 0x08, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x80, 0x04, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, - 0x73, 0x70, 0x22, 0x9c, 0x03, 0x92, 0x41, 0xcd, 0x02, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x73, 0x70, 0x22, 0x98, 0x03, 0x92, 0x41, 0xcd, 0x02, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0xc0, 0x02, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0xad, 0x02, 0x32, 0xaa, 0x02, 0x0a, 0xa7, 0x02, 0x2a, 0xa4, 0x02, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, @@ -75,54 +75,53 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x63, 0x65, 0x70, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x5d, 0x2c, 0x20, 0x22, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x22, 0x3a, 0x20, 0x22, 0x41, 0x4c, 0x4c, 0x4f, 0x57, 0x22, 0x7d, 0x5d, 0x2c, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, - 0x69, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, - 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x12, 0xba, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, - 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xb6, 0x01, + 0x0a, 0x09, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x26, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, + 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0x58, 0x92, 0x41, + 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, + 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, + 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, + 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, + 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb6, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, - 0x22, 0x5c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, + 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, + 0x21, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, + 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, + 0xc2, 0x01, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5b, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, + 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, - 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x67, 0x65, - 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xba, - 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, - 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, - 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, - 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, - 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, - 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, - 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xc6, 0x01, 0x0a, 0x0c, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x29, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, - 0x65, 0x73, 0x70, 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, - 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, - 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, - 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, - 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x69, 0x65, 0x73, 0x12, 0x94, 0x04, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x90, 0x04, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0xac, 0x03, 0x92, + 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0xa8, 0x03, 0x92, 0x41, 0xd3, 0x02, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0xc6, 0x02, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0xb3, 0x02, 0x32, 0xb0, 0x02, 0x0a, 0xad, 0x02, 0x2a, 0xaa, 0x02, 0x0a, 0x0e, 0x0a, 0x04, @@ -144,70 +143,69 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x63, 0x65, 0x70, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x5d, 0x2c, 0x20, 0x22, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x22, 0x3a, 0x20, 0x22, 0x41, 0x4c, 0x4c, 0x4f, 0x57, 0x22, 0x7d, 0x5d, 0x2c, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x1a, 0x1a, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, - 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x13, 0x0a, - 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x69, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xd0, 0x01, 0x0a, 0x10, - 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, - 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, - 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x76, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x12, 0x12, - 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x67, 0x65, - 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xe7, - 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, - 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, - 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xe5, 0x02, 0x0a, 0x14, 0x52, 0x65, 0x70, - 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x70, - 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x52, 0x65, 0x71, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe5, 0x01, 0x92, 0x41, 0x78, 0x0a, 0x08, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, - 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, 0x32, 0x58, 0x0a, 0x56, - 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, - 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x38, 0x1a, 0x36, - 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x74, 0x65, - 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, - 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x74, - 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x1a, 0x22, 0x2f, 0x61, + 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, + 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x1a, 0x1a, 0x2f, 0x61, 0x70, + 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, + 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xcc, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2d, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x59, 0x92, 0x41, 0x0a, + 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x11, + 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x73, + 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xe3, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x6d, 0x92, + 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x32, + 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, + 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x15, 0x69, 0x61, 0x6d, + 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x67, + 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0xe1, 0x02, 0x0a, + 0x14, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe1, 0x01, 0x92, + 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, + 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, + 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, + 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, + 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, + 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, 0x63, + 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x19, + 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, + 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x1a, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, - 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1a, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0xe9, 0x02, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x12, 0xe5, 0x02, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xec, 0x01, + 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe8, 0x01, 0x92, 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, @@ -215,209 +213,206 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x65, 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, - 0x63, 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2e, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x8a, 0xb5, - 0x18, 0x1a, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xdd, 0x02, 0x0a, - 0x10, 0x41, 0x64, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, - 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, - 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, - 0x22, 0xe9, 0x01, 0x92, 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, - 0x6a, 0x6c, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, - 0x65, 0x73, 0x12, 0x5a, 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, - 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, - 0x3a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, - 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x8a, 0xb5, - 0x18, 0x1a, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xd9, 0x02, 0x0a, - 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, - 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xf7, - 0x01, 0x92, 0x41, 0xb1, 0x01, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x6a, 0xa7, 0x01, 0x0a, - 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, - 0x94, 0x01, 0x32, 0x91, 0x01, 0x0a, 0x8e, 0x01, 0x2a, 0x8b, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, - 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x79, 0x0a, 0x06, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x6f, 0x1a, 0x6d, 0x7b, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, - 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, 0x72, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, - 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, - 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, - 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x22, 0x12, 0x2f, 0x61, + 0x63, 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, + 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, 0x2a, 0x22, 0x29, 0x2f, + 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, + 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x3a, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0xd9, 0x02, 0x0a, 0x10, 0x41, 0x64, 0x64, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2d, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe5, 0x01, 0x92, + 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, + 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, + 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, + 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, + 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, + 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, 0x63, + 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x19, + 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, + 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, + 0x3a, 0x61, 0x64, 0x64, 0x12, 0xd5, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, + 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, + 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xf3, 0x01, 0x92, 0x41, 0xb1, 0x01, 0x0a, 0x05, 0x72, + 0x6f, 0x6c, 0x65, 0x73, 0x6a, 0xa7, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, + 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x94, 0x01, 0x32, 0x91, 0x01, 0x0a, 0x8e, 0x01, + 0x2a, 0x8b, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, + 0x53, 0x4f, 0x4e, 0x0a, 0x79, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x6f, 0x1a, + 0x6d, 0x7b, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, + 0x72, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, + 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, + 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, + 0x18, 0x1d, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x10, 0x69, + 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0xa1, 0x01, 0x0a, + 0x09, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43, 0x92, 0x41, 0x07, + 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x09, 0x69, 0x61, 0x6d, + 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xa5, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, - 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, - 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, - 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, - 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x12, 0xa8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, + 0x12, 0xa4, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, - 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x50, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x0f, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, - 0x74, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0xb4, 0x01, 0x0a, 0x0a, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, - 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x6f, 0x6c, - 0x65, 0x73, 0x12, 0xd5, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, - 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x22, 0xf3, 0x01, 0x92, 0x41, 0xa3, 0x01, 0x0a, 0x05, 0x72, 0x6f, 0x6c, - 0x65, 0x73, 0x6a, 0x99, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, - 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x86, 0x01, 0x32, 0x83, 0x01, 0x0a, 0x80, 0x01, 0x2a, 0x7e, - 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, - 0x0a, 0x6c, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x62, 0x1a, 0x60, 0x7b, 0x22, - 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x64, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, - 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1c, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, - 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, - 0x6c, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc9, 0x02, 0x0a, 0x0d, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, + 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4c, 0x92, 0x41, 0x07, 0x0a, 0x05, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, + 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x72, + 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, + 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, + 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, + 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x07, 0x0a, 0x05, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, + 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, + 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xd1, 0x02, 0x0a, 0x0a, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xef, 0x01, 0x92, + 0x41, 0xa3, 0x01, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x6a, 0x99, 0x01, 0x0a, 0x0e, 0x78, + 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x86, 0x01, + 0x32, 0x83, 0x01, 0x0a, 0x80, 0x01, 0x2a, 0x7e, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, + 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6c, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x12, 0x62, 0x1a, 0x60, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, + 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, + 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, + 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc5, + 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0xde, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x08, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x6a, 0x82, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, - 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x70, 0x32, 0x6e, 0x0a, 0x6c, 0x2a, - 0x6a, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, - 0x4e, 0x0a, 0x58, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x4e, 0x1a, 0x4c, 0x7b, - 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, - 0x6f, 0x6d, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x64, - 0x22, 0x3a, 0x20, 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, 0x70, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, - 0x69, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, - 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, - 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, - 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xaf, 0x02, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0xda, 0x01, 0x92, 0x41, 0x8f, 0x01, + 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x6a, 0x82, 0x01, 0x0a, 0x0e, 0x78, + 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x70, 0x32, + 0x6e, 0x0a, 0x6c, 0x2a, 0x6a, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, + 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x58, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, + 0x4e, 0x1a, 0x4c, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, + 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, + 0x20, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x70, + 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x7d, 0x8a, + 0xb5, 0x18, 0x23, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, + 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x22, + 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xab, 0x02, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x22, 0xc4, 0x01, 0x92, 0x41, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x70, 0x22, 0xc0, 0x01, 0x92, 0x41, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x6a, 0x60, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x4e, 0x32, 0x4c, 0x0a, 0x4a, 0x2a, 0x48, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x36, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x2c, 0x1a, 0x2a, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x4e, 0x61, 0x6d, - 0x65, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x1a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, - 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, - 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, - 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbd, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, - 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, - 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5c, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, - 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xba, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, - 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, - 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xc9, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x65, 0x22, 0x7d, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x1a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb9, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, + 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x58, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, + 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0xb6, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x69, 0x61, 0x6d, + 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, + 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xc5, 0x01, 0x0a, 0x0d, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, - 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x12, 0xda, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x22, 0x5b, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, + 0x7d, 0x12, 0xd6, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, - 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, - 0x65, 0x63, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x10, - 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, - 0x8a, 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, - 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x73, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x42, 0x2e, - 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, - 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x73, 0x70, 0x22, 0x66, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, + 0xb5, 0x18, 0x2f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, + 0x65, 0x63, 0x74, 0x12, 0x1d, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, + 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, + 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } -var file_external_iam_v2_policy_proto_goTypes = []interface{}{ +var file_external_iam_v2_policy_proto_goTypes = []any{ (*request.CreatePolicyReq)(nil), // 0: chef.automate.api.iam.v2.CreatePolicyReq (*request.GetPolicyReq)(nil), // 1: chef.automate.api.iam.v2.GetPolicyReq (*request.ListPoliciesReq)(nil), // 2: chef.automate.api.iam.v2.ListPoliciesReq diff --git a/api/external/iam/v2/policy.pb.gw.go b/api/external/iam/v2/policy.pb.gw.go index e83a196a104..fb5182476b9 100644 --- a/api/external/iam/v2/policy.pb.gw.go +++ b/api/external/iam/v2/policy.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Policies_CreatePolicy_0(ctx context.Context, marshaler runtime.Marshaler, client PoliciesClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreatePolicyReq @@ -1025,11 +1027,14 @@ func local_request_Policies_IntrospectAllProjects_0(ctx context.Context, marshal // RegisterPoliciesHandlerServer registers the http handlers for service Policies to "mux". // UnaryRPC :call PoliciesServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterPoliciesHandlerFromEndpoint instead. func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server PoliciesServer) error { mux.Handle("POST", pattern_Policies_CreatePolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1037,6 +1042,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_CreatePolicy_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1050,6 +1056,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetPolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1057,6 +1065,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetPolicy_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1070,6 +1079,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListPolicies_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1077,6 +1088,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListPolicies_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1090,6 +1102,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("DELETE", pattern_Policies_DeletePolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1097,6 +1111,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_DeletePolicy_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1110,6 +1125,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_UpdatePolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1117,6 +1134,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_UpdatePolicy_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1130,6 +1148,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetPolicyVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1137,6 +1157,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetPolicyVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1150,6 +1171,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListPolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1157,6 +1180,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListPolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1170,6 +1194,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_ReplacePolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1177,6 +1203,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ReplacePolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1190,6 +1217,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_RemovePolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1197,6 +1226,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_RemovePolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1210,6 +1240,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_AddPolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1217,6 +1249,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_AddPolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1230,6 +1263,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_CreateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1237,6 +1272,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_CreateRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1250,6 +1286,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListRoles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1257,6 +1295,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListRoles_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1270,6 +1309,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1277,6 +1318,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1290,6 +1332,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("DELETE", pattern_Policies_DeleteRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1297,6 +1341,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_DeleteRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1310,6 +1355,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_UpdateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1317,6 +1364,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_UpdateRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1330,6 +1378,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_CreateProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1337,6 +1387,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_CreateProject_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1350,6 +1401,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_UpdateProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1357,6 +1410,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_UpdateProject_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1370,6 +1424,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1377,6 +1433,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetProject_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1390,6 +1447,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListProjects_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1397,6 +1456,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListProjects_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1410,6 +1470,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("DELETE", pattern_Policies_DeleteProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1417,6 +1479,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_DeleteProject_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1430,6 +1493,8 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_IntrospectAllProjects_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1437,6 +1502,7 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_IntrospectAllProjects_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/policy.swagger.json b/api/external/iam/v2/policy.swagger.json index b87c4e6487a..b5d75458f0b 100644 --- a/api/external/iam/v2/policy.swagger.json +++ b/api/external/iam/v2/policy.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -68,7 +68,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -108,7 +108,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -139,7 +139,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -170,7 +170,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -217,7 +217,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -248,7 +248,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -295,7 +295,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -342,7 +342,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -389,7 +389,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -413,7 +413,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -435,7 +435,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -475,7 +475,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -506,7 +506,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -537,7 +537,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -584,7 +584,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -606,7 +606,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -646,7 +646,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -677,7 +677,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -708,7 +708,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -903,7 +903,6 @@ }, "skip_policies": { "type": "boolean", - "format": "boolean", "description": "Boolean flag to skip adding policies associated with the project. Set to false by default." } }, diff --git a/api/external/iam/v2/request/introspect.pb.go b/api/external/iam/v2/request/introspect.pb.go index 0c38374583b..a32a74909a3 100644 --- a/api/external/iam/v2/request/introspect.pb.go +++ b/api/external/iam/v2/request/introspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/request/introspect.proto @@ -195,7 +195,7 @@ func file_external_iam_v2_request_introspect_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_introspect_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_iam_v2_request_introspect_proto_goTypes = []interface{}{ +var file_external_iam_v2_request_introspect_proto_goTypes = []any{ (*IntrospectAllReq)(nil), // 0: chef.automate.api.iam.v2.IntrospectAllReq (*IntrospectSomeReq)(nil), // 1: chef.automate.api.iam.v2.IntrospectSomeReq (*IntrospectReq)(nil), // 2: chef.automate.api.iam.v2.IntrospectReq @@ -214,7 +214,7 @@ func file_external_iam_v2_request_introspect_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_introspect_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_introspect_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*IntrospectAllReq); i { case 0: return &v.state @@ -226,7 +226,7 @@ func file_external_iam_v2_request_introspect_proto_init() { return nil } } - file_external_iam_v2_request_introspect_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_introspect_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*IntrospectSomeReq); i { case 0: return &v.state @@ -238,7 +238,7 @@ func file_external_iam_v2_request_introspect_proto_init() { return nil } } - file_external_iam_v2_request_introspect_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_introspect_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*IntrospectReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/policy.pb.go b/api/external/iam/v2/request/policy.pb.go index b092b3aaaa9..25aebd42814 100644 --- a/api/external/iam/v2/request/policy.pb.go +++ b/api/external/iam/v2/request/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/request/policy.proto @@ -1317,7 +1317,7 @@ func file_external_iam_v2_request_policy_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_external_iam_v2_request_policy_proto_goTypes = []interface{}{ +var file_external_iam_v2_request_policy_proto_goTypes = []any{ (*CreatePolicyReq)(nil), // 0: chef.automate.api.iam.v2.CreatePolicyReq (*GetPolicyReq)(nil), // 1: chef.automate.api.iam.v2.GetPolicyReq (*ListPoliciesReq)(nil), // 2: chef.automate.api.iam.v2.ListPoliciesReq @@ -1356,7 +1356,7 @@ func file_external_iam_v2_request_policy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreatePolicyReq); i { case 0: return &v.state @@ -1368,7 +1368,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyReq); i { case 0: return &v.state @@ -1380,7 +1380,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ListPoliciesReq); i { case 0: return &v.state @@ -1392,7 +1392,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyReq); i { case 0: return &v.state @@ -1404,7 +1404,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdatePolicyReq); i { case 0: return &v.state @@ -1416,7 +1416,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyVersionReq); i { case 0: return &v.state @@ -1428,7 +1428,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ListPolicyMembersReq); i { case 0: return &v.state @@ -1440,7 +1440,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ReplacePolicyMembersReq); i { case 0: return &v.state @@ -1452,7 +1452,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*RemovePolicyMembersReq); i { case 0: return &v.state @@ -1464,7 +1464,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*AddPolicyMembersReq); i { case 0: return &v.state @@ -1476,7 +1476,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*CreateRoleReq); i { case 0: return &v.state @@ -1488,7 +1488,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ListRolesReq); i { case 0: return &v.state @@ -1500,7 +1500,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*GetRoleReq); i { case 0: return &v.state @@ -1512,7 +1512,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*DeleteRoleReq); i { case 0: return &v.state @@ -1524,7 +1524,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*UpdateRoleReq); i { case 0: return &v.state @@ -1536,7 +1536,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*CreateProjectReq); i { case 0: return &v.state @@ -1548,7 +1548,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*UpdateProjectReq); i { case 0: return &v.state @@ -1560,7 +1560,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*GetProjectReq); i { case 0: return &v.state @@ -1572,7 +1572,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ListProjectsReq); i { case 0: return &v.state @@ -1584,7 +1584,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_policy_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*DeleteProjectReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/rules.pb.go b/api/external/iam/v2/request/rules.pb.go index 9dbf1a82ddd..e2b3f684656 100644 --- a/api/external/iam/v2/request/rules.pb.go +++ b/api/external/iam/v2/request/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/request/rules.proto @@ -617,7 +617,7 @@ func file_external_iam_v2_request_rules_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_iam_v2_request_rules_proto_goTypes = []interface{}{ +var file_external_iam_v2_request_rules_proto_goTypes = []any{ (*CreateRuleReq)(nil), // 0: chef.automate.api.iam.v2.CreateRuleReq (*UpdateRuleReq)(nil), // 1: chef.automate.api.iam.v2.UpdateRuleReq (*GetRuleReq)(nil), // 2: chef.automate.api.iam.v2.GetRuleReq @@ -648,7 +648,7 @@ func file_external_iam_v2_request_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateRuleReq); i { case 0: return &v.state @@ -660,7 +660,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UpdateRuleReq); i { case 0: return &v.state @@ -672,7 +672,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*GetRuleReq); i { case 0: return &v.state @@ -684,7 +684,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ListRulesReq); i { case 0: return &v.state @@ -696,7 +696,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ListRulesForProjectReq); i { case 0: return &v.state @@ -708,7 +708,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*DeleteRuleReq); i { case 0: return &v.state @@ -720,7 +720,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStartReq); i { case 0: return &v.state @@ -732,7 +732,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesCancelReq); i { case 0: return &v.state @@ -744,7 +744,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_rules_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStatusReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/teams.pb.go b/api/external/iam/v2/request/teams.pb.go index 4de7576df7d..081182c50be 100644 --- a/api/external/iam/v2/request/teams.pb.go +++ b/api/external/iam/v2/request/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/request/teams.proto @@ -664,7 +664,7 @@ func file_external_iam_v2_request_teams_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_iam_v2_request_teams_proto_goTypes = []interface{}{ +var file_external_iam_v2_request_teams_proto_goTypes = []any{ (*ListTeamsReq)(nil), // 0: chef.automate.api.iam.v2.ListTeamsReq (*GetTeamReq)(nil), // 1: chef.automate.api.iam.v2.GetTeamReq (*CreateTeamReq)(nil), // 2: chef.automate.api.iam.v2.CreateTeamReq @@ -691,7 +691,7 @@ func file_external_iam_v2_request_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ListTeamsReq); i { case 0: return &v.state @@ -703,7 +703,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetTeamReq); i { case 0: return &v.state @@ -715,7 +715,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateTeamReq); i { case 0: return &v.state @@ -727,7 +727,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateTeamReq); i { case 0: return &v.state @@ -739,7 +739,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DeleteTeamReq); i { case 0: return &v.state @@ -751,7 +751,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*AddTeamMembersReq); i { case 0: return &v.state @@ -763,7 +763,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetTeamMembershipReq); i { case 0: return &v.state @@ -775,7 +775,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*RemoveTeamMembersReq); i { case 0: return &v.state @@ -787,7 +787,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*GetTeamsForMemberReq); i { case 0: return &v.state @@ -799,7 +799,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ApplyV2DataMigrationsReq); i { case 0: return &v.state @@ -811,7 +811,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_teams_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ResetAllTeamProjectsReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/tokens.pb.go b/api/external/iam/v2/request/tokens.pb.go index df0ffa6ca52..e76b4c7a8b7 100644 --- a/api/external/iam/v2/request/tokens.pb.go +++ b/api/external/iam/v2/request/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/request/tokens.proto @@ -386,7 +386,7 @@ func file_external_iam_v2_request_tokens_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_iam_v2_request_tokens_proto_goTypes = []interface{}{ +var file_external_iam_v2_request_tokens_proto_goTypes = []any{ (*CreateTokenReq)(nil), // 0: chef.automate.api.iam.v2.CreateTokenReq (*GetTokenReq)(nil), // 1: chef.automate.api.iam.v2.GetTokenReq (*UpdateTokenReq)(nil), // 2: chef.automate.api.iam.v2.UpdateTokenReq @@ -410,7 +410,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateTokenReq); i { case 0: return &v.state @@ -422,7 +422,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_tokens_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetTokenReq); i { case 0: return &v.state @@ -434,7 +434,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_tokens_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateTokenReq); i { case 0: return &v.state @@ -446,7 +446,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_tokens_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeleteTokenReq); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_tokens_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ListTokensReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/users.pb.go b/api/external/iam/v2/request/users.pb.go index e2ffd02114d..cb0d1713083 100644 --- a/api/external/iam/v2/request/users.pb.go +++ b/api/external/iam/v2/request/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/request/users.proto @@ -435,7 +435,7 @@ func file_external_iam_v2_request_users_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_users_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_iam_v2_request_users_proto_goTypes = []interface{}{ +var file_external_iam_v2_request_users_proto_goTypes = []any{ (*CreateUserReq)(nil), // 0: chef.automate.api.iam.v2.CreateUserReq (*ListUsersReq)(nil), // 1: chef.automate.api.iam.v2.ListUsersReq (*DeleteUserReq)(nil), // 2: chef.automate.api.iam.v2.DeleteUserReq @@ -457,7 +457,7 @@ func file_external_iam_v2_request_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateUserReq); i { case 0: return &v.state @@ -469,7 +469,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ListUsersReq); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_users_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteUserReq); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_users_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetUserReq); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_users_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateUserReq); i { case 0: return &v.state @@ -517,7 +517,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_request_users_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateSelfReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/introspect.pb.go b/api/external/iam/v2/response/introspect.pb.go index 82a0f41615f..cda6e864258 100644 --- a/api/external/iam/v2/response/introspect.pb.go +++ b/api/external/iam/v2/response/introspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/response/introspect.proto @@ -193,7 +193,7 @@ func file_external_iam_v2_response_introspect_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_introspect_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_iam_v2_response_introspect_proto_goTypes = []interface{}{ +var file_external_iam_v2_response_introspect_proto_goTypes = []any{ (*MethodsAllowed)(nil), // 0: chef.automate.api.iam.v2.MethodsAllowed (*IntrospectResp)(nil), // 1: chef.automate.api.iam.v2.IntrospectResp nil, // 2: chef.automate.api.iam.v2.IntrospectResp.EndpointsEntry @@ -214,7 +214,7 @@ func file_external_iam_v2_response_introspect_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_introspect_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_introspect_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*MethodsAllowed); i { case 0: return &v.state @@ -226,7 +226,7 @@ func file_external_iam_v2_response_introspect_proto_init() { return nil } } - file_external_iam_v2_response_introspect_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_introspect_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*IntrospectResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/policy.pb.go b/api/external/iam/v2/response/policy.pb.go index 402cc67cfad..0c39ced1553 100644 --- a/api/external/iam/v2/response/policy.pb.go +++ b/api/external/iam/v2/response/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/response/policy.proto @@ -1322,7 +1322,7 @@ func file_external_iam_v2_response_policy_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 22) -var file_external_iam_v2_response_policy_proto_goTypes = []interface{}{ +var file_external_iam_v2_response_policy_proto_goTypes = []any{ (*CreatePolicyResp)(nil), // 0: chef.automate.api.iam.v2.CreatePolicyResp (*GetPolicyResp)(nil), // 1: chef.automate.api.iam.v2.GetPolicyResp (*ListPoliciesResp)(nil), // 2: chef.automate.api.iam.v2.ListPoliciesResp @@ -1377,7 +1377,7 @@ func file_external_iam_v2_response_policy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreatePolicyResp); i { case 0: return &v.state @@ -1389,7 +1389,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyResp); i { case 0: return &v.state @@ -1401,7 +1401,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ListPoliciesResp); i { case 0: return &v.state @@ -1413,7 +1413,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyResp); i { case 0: return &v.state @@ -1425,7 +1425,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdatePolicyResp); i { case 0: return &v.state @@ -1437,7 +1437,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyVersionResp); i { case 0: return &v.state @@ -1449,7 +1449,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ListPolicyMembersResp); i { case 0: return &v.state @@ -1461,7 +1461,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ReplacePolicyMembersResp); i { case 0: return &v.state @@ -1473,7 +1473,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*RemovePolicyMembersResp); i { case 0: return &v.state @@ -1485,7 +1485,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*AddPolicyMembersResp); i { case 0: return &v.state @@ -1497,7 +1497,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*CreateRoleResp); i { case 0: return &v.state @@ -1509,7 +1509,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ListRolesResp); i { case 0: return &v.state @@ -1521,7 +1521,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*GetRoleResp); i { case 0: return &v.state @@ -1533,7 +1533,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*DeleteRoleResp); i { case 0: return &v.state @@ -1545,7 +1545,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*UpdateRoleResp); i { case 0: return &v.state @@ -1557,7 +1557,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*CreateProjectResp); i { case 0: return &v.state @@ -1569,7 +1569,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*UpdateProjectResp); i { case 0: return &v.state @@ -1581,7 +1581,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*GetProjectResp); i { case 0: return &v.state @@ -1593,7 +1593,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ListProjectsResp); i { case 0: return &v.state @@ -1605,7 +1605,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*DeleteProjectResp); i { case 0: return &v.state @@ -1617,7 +1617,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*UpgradeToV2Resp); i { case 0: return &v.state @@ -1629,7 +1629,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_policy_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ResetToV1Resp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/rules.pb.go b/api/external/iam/v2/response/rules.pb.go index 334527e9400..e279415db09 100644 --- a/api/external/iam/v2/response/rules.pb.go +++ b/api/external/iam/v2/response/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/response/rules.proto @@ -589,7 +589,7 @@ func file_external_iam_v2_response_rules_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_iam_v2_response_rules_proto_goTypes = []interface{}{ +var file_external_iam_v2_response_rules_proto_goTypes = []any{ (*CreateRuleResp)(nil), // 0: chef.automate.api.iam.v2.CreateRuleResp (*UpdateRuleResp)(nil), // 1: chef.automate.api.iam.v2.UpdateRuleResp (*GetRuleResp)(nil), // 2: chef.automate.api.iam.v2.GetRuleResp @@ -622,7 +622,7 @@ func file_external_iam_v2_response_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateRuleResp); i { case 0: return &v.state @@ -634,7 +634,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UpdateRuleResp); i { case 0: return &v.state @@ -646,7 +646,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*GetRuleResp); i { case 0: return &v.state @@ -658,7 +658,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ListRulesForProjectResp); i { case 0: return &v.state @@ -670,7 +670,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DeleteRuleResp); i { case 0: return &v.state @@ -682,7 +682,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStartResp); i { case 0: return &v.state @@ -694,7 +694,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesCancelResp); i { case 0: return &v.state @@ -706,7 +706,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStatusResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/teams.pb.go b/api/external/iam/v2/response/teams.pb.go index 0f92944c6ee..3819f7300d5 100644 --- a/api/external/iam/v2/response/teams.pb.go +++ b/api/external/iam/v2/response/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/response/teams.proto @@ -662,7 +662,7 @@ func file_external_iam_v2_response_teams_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_iam_v2_response_teams_proto_goTypes = []interface{}{ +var file_external_iam_v2_response_teams_proto_goTypes = []any{ (*GetTeamResp)(nil), // 0: chef.automate.api.iam.v2.GetTeamResp (*ListTeamsResp)(nil), // 1: chef.automate.api.iam.v2.ListTeamsResp (*CreateTeamResp)(nil), // 2: chef.automate.api.iam.v2.CreateTeamResp @@ -696,7 +696,7 @@ func file_external_iam_v2_response_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetTeamResp); i { case 0: return &v.state @@ -708,7 +708,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ListTeamsResp); i { case 0: return &v.state @@ -720,7 +720,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateTeamResp); i { case 0: return &v.state @@ -732,7 +732,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateTeamResp); i { case 0: return &v.state @@ -744,7 +744,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DeleteTeamResp); i { case 0: return &v.state @@ -756,7 +756,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*AddTeamMembersResp); i { case 0: return &v.state @@ -768,7 +768,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetTeamMembershipResp); i { case 0: return &v.state @@ -780,7 +780,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*RemoveTeamMembersResp); i { case 0: return &v.state @@ -792,7 +792,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*GetTeamsForMemberResp); i { case 0: return &v.state @@ -804,7 +804,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ApplyV2DataMigrationsResp); i { case 0: return &v.state @@ -816,7 +816,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_teams_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ResetAllTeamProjectsResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/tokens.pb.go b/api/external/iam/v2/response/tokens.pb.go index c725d2d3422..9a92ee2a671 100644 --- a/api/external/iam/v2/response/tokens.pb.go +++ b/api/external/iam/v2/response/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/response/tokens.proto @@ -333,7 +333,7 @@ func file_external_iam_v2_response_tokens_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_iam_v2_response_tokens_proto_goTypes = []interface{}{ +var file_external_iam_v2_response_tokens_proto_goTypes = []any{ (*CreateTokenResp)(nil), // 0: chef.automate.api.iam.v2.CreateTokenResp (*GetTokenResp)(nil), // 1: chef.automate.api.iam.v2.GetTokenResp (*UpdateTokenResp)(nil), // 2: chef.automate.api.iam.v2.UpdateTokenResp @@ -359,7 +359,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateTokenResp); i { case 0: return &v.state @@ -371,7 +371,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_tokens_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetTokenResp); i { case 0: return &v.state @@ -383,7 +383,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_tokens_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateTokenResp); i { case 0: return &v.state @@ -395,7 +395,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_tokens_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeleteTokenResp); i { case 0: return &v.state @@ -407,7 +407,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_tokens_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ListTokensResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/users.pb.go b/api/external/iam/v2/response/users.pb.go index ad165d29074..71f3e1c70b0 100644 --- a/api/external/iam/v2/response/users.pb.go +++ b/api/external/iam/v2/response/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/response/users.proto @@ -346,7 +346,7 @@ func file_external_iam_v2_response_users_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_users_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_iam_v2_response_users_proto_goTypes = []interface{}{ +var file_external_iam_v2_response_users_proto_goTypes = []any{ (*CreateUserResp)(nil), // 0: chef.automate.api.iam.v2.CreateUserResp (*ListUsersResp)(nil), // 1: chef.automate.api.iam.v2.ListUsersResp (*DeleteUserResp)(nil), // 2: chef.automate.api.iam.v2.DeleteUserResp @@ -374,7 +374,7 @@ func file_external_iam_v2_response_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateUserResp); i { case 0: return &v.state @@ -386,7 +386,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ListUsersResp); i { case 0: return &v.state @@ -398,7 +398,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_users_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteUserResp); i { case 0: return &v.state @@ -410,7 +410,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_users_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetUserResp); i { case 0: return &v.state @@ -422,7 +422,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_users_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateUserResp); i { case 0: return &v.state @@ -434,7 +434,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_iam_v2_response_users_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateSelfResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/rules.pb.go b/api/external/iam/v2/rules.pb.go index 0f540a66309..6208b37e8bb 100644 --- a/api/external/iam/v2/rules.pb.go +++ b/api/external/iam/v2/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/rules.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_rules_proto_rawDesc = []byte{ 0x73, 0x65, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa6, 0x11, 0x0a, 0x05, 0x52, - 0x75, 0x6c, 0x65, 0x73, 0x12, 0xe9, 0x03, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x86, 0x11, 0x0a, 0x05, 0x52, + 0x75, 0x6c, 0x65, 0x73, 0x12, 0xe5, 0x03, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x75, - 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x87, 0x03, 0x92, 0x41, 0x98, 0x02, 0x0a, 0x05, 0x72, + 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x83, 0x03, 0x92, 0x41, 0x98, 0x02, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x6a, 0x8e, 0x02, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0xfb, 0x01, 0x32, 0xf8, 0x01, 0x0a, 0xf5, 0x01, 0x2a, 0xf2, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, @@ -71,127 +71,125 @@ var file_external_iam_v2_rules_proto_rawDesc = []byte{ 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x4f, 0x46, 0x22, 0x2c, 0x20, 0x22, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x22, 0x2c, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x69, 0x6f, - 0x22, 0x5d, 0x7d, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x22, 0x28, 0x2f, 0x61, 0x70, - 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, - 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, - 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, - 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0xdd, 0x03, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, - 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x22, 0xfb, 0x02, 0x92, 0x41, 0x87, 0x02, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, - 0x6a, 0xfd, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, - 0x6c, 0x65, 0x73, 0x12, 0xea, 0x01, 0x32, 0xe7, 0x01, 0x0a, 0xe4, 0x01, 0x2a, 0xe1, 0x01, 0x0a, - 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, - 0xce, 0x01, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0xc3, 0x01, 0x1a, 0xc0, 0x01, - 0x7b, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, - 0x72, 0x75, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2d, - 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, - 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x52, 0x75, 0x6c, 0x65, - 0x22, 0x2c, 0x20, 0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4e, 0x4f, 0x44, 0x45, - 0x22, 0x2c, 0x20, 0x22, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, - 0x20, 0x5b, 0x7b, 0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x3a, 0x20, - 0x22, 0x43, 0x48, 0x45, 0x46, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x22, 0x2c, 0x20, 0x22, - 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x3a, 0x20, 0x22, 0x45, 0x51, 0x55, 0x41, - 0x4c, 0x53, 0x22, 0x2c, 0x20, 0x22, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, - 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x22, 0x5d, 0x7d, 0x5d, 0x7d, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x1a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, - 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, - 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, + 0x22, 0x5d, 0x7d, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, + 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, + 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xd9, 0x03, 0x0a, + 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, + 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xf7, + 0x02, 0x92, 0x41, 0x87, 0x02, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x6a, 0xfd, 0x01, 0x0a, + 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, + 0xea, 0x01, 0x32, 0xe7, 0x01, 0x0a, 0xe4, 0x01, 0x2a, 0xe1, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, + 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0xce, 0x01, 0x0a, 0x06, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0xc3, 0x01, 0x1a, 0xc0, 0x01, 0x7b, 0x22, 0x69, 0x64, + 0x22, 0x3a, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, 0x72, 0x75, 0x6c, 0x65, + 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2d, 0x69, 0x64, 0x22, 0x3a, + 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x22, 0x2c, 0x20, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, + 0x74, 0x79, 0x70, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4e, 0x4f, 0x44, 0x45, 0x22, 0x2c, 0x20, 0x22, + 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x7b, 0x22, + 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x43, 0x48, 0x45, + 0x46, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x22, 0x2c, 0x20, 0x22, 0x6f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x6f, 0x72, 0x22, 0x3a, 0x20, 0x22, 0x45, 0x51, 0x55, 0x41, 0x4c, 0x53, 0x22, 0x2c, + 0x20, 0x22, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x78, 0x61, + 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x22, 0x5d, 0x7d, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x30, + 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0xcc, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, - 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x74, 0x92, 0x41, 0x07, 0x0a, 0x05, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x3a, 0x01, 0x2a, 0x1a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, + 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, + 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, + 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, + 0x52, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x22, 0x70, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, + 0x2d, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, + 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, + 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, + 0x69, 0x64, 0x7d, 0x12, 0xd7, 0x01, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, + 0x73, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, + 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, + 0x65, 0x73, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, + 0x22, 0x5b, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x25, + 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, + 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, - 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, - 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, - 0xdb, 0x01, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x46, 0x6f, 0x72, - 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x50, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x46, 0x6f, - 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5f, 0x92, 0x41, - 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, - 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, - 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, - 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xd8, 0x01, + 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x77, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2f, 0x2a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, - 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbe, 0x01, 0x0a, 0x0f, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x2c, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, - 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, - 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4e, 0x92, 0x41, 0x07, 0x0a, 0x05, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x18, 0x2f, 0x61, 0x70, - 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, - 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x11, 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, - 0x6c, 0x65, 0x73, 0x3a, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0xc2, 0x01, 0x0a, 0x10, 0x41, 0x70, - 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x2d, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, - 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, - 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, - 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x2a, - 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, - 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, - 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, - 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0xc2, - 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, - 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, - 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, - 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, - 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x73, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x30, 0x0a, + 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x2a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xba, 0x01, 0x0a, 0x0f, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, + 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, + 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, + 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4a, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, + 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, + 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x61, 0x70, 0x70, 0x6c, + 0x79, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, + 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, 0x65, + 0x73, 0x12, 0xbe, 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, + 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, + 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, + 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, + 0x6c, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, + 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, + 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x61, 0x6e, 0x63, + 0x65, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x2a, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, + 0x65, 0x73, 0x12, 0xbe, 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, + 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, + 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, + 0x73, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, + 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, + 0x6c, 0x65, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_rules_proto_goTypes = []interface{}{ +var file_external_iam_v2_rules_proto_goTypes = []any{ (*request.CreateRuleReq)(nil), // 0: chef.automate.api.iam.v2.CreateRuleReq (*request.UpdateRuleReq)(nil), // 1: chef.automate.api.iam.v2.UpdateRuleReq (*request.GetRuleReq)(nil), // 2: chef.automate.api.iam.v2.GetRuleReq diff --git a/api/external/iam/v2/rules.pb.gw.go b/api/external/iam/v2/rules.pb.gw.go index ae78b2d9da6..176fba5bacb 100644 --- a/api/external/iam/v2/rules.pb.gw.go +++ b/api/external/iam/v2/rules.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Rules_CreateRule_0(ctx context.Context, marshaler runtime.Marshaler, client RulesClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateRuleReq @@ -457,11 +459,14 @@ func local_request_Rules_ApplyRulesStatus_0(ctx context.Context, marshaler runti // RegisterRulesHandlerServer registers the http handlers for service Rules to "mux". // UnaryRPC :call RulesServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRulesHandlerFromEndpoint instead. func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RulesServer) error { mux.Handle("POST", pattern_Rules_CreateRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -469,6 +474,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_CreateRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -482,6 +488,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Rules_UpdateRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -489,6 +497,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_UpdateRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -502,6 +511,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Rules_GetRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -509,6 +520,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_GetRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -522,6 +534,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Rules_ListRulesForProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -529,6 +543,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ListRulesForProject_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -542,6 +557,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Rules_DeleteRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -549,6 +566,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_DeleteRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -562,6 +580,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("POST", pattern_Rules_ApplyRulesStart_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -569,6 +589,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ApplyRulesStart_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -582,6 +603,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Rules_ApplyRulesCancel_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -589,6 +612,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ApplyRulesCancel_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -602,6 +626,8 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Rules_ApplyRulesStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -609,6 +635,7 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ApplyRulesStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/rules.swagger.json b/api/external/iam/v2/rules.swagger.json index 6b7236b1930..085f3a057f3 100644 --- a/api/external/iam/v2/rules.swagger.json +++ b/api/external/iam/v2/rules.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -68,7 +68,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -125,7 +125,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -172,7 +172,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -210,7 +210,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -248,7 +248,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -324,7 +324,6 @@ }, "failed": { "type": "boolean", - "format": "boolean", "description": "Whether or not the project update has failed." }, "failure_message": { @@ -333,7 +332,6 @@ }, "cancelled": { "type": "boolean", - "format": "boolean", "description": "Whether or not the project update was canceled." } } diff --git a/api/external/iam/v2/teams.pb.go b/api/external/iam/v2/teams.pb.go index c609e75bac7..9078d020c76 100644 --- a/api/external/iam/v2/teams.pb.go +++ b/api/external/iam/v2/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/teams.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_teams_proto_rawDesc = []byte{ 0x73, 0x65, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xc5, 0x12, 0x0a, 0x05, 0x54, - 0x65, 0x61, 0x6d, 0x73, 0x12, 0xb7, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa1, 0x12, 0x0a, 0x05, 0x54, + 0x65, 0x61, 0x6d, 0x73, 0x12, 0xb3, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x65, - 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd5, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x74, + 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd1, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x85, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x73, 0x32, 0x71, 0x0a, 0x6f, 0x2a, 0x6d, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, @@ -62,146 +62,144 @@ var file_external_iam_v2_teams_proto_rawDesc = []byte{ 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x54, 0x65, 0x61, 0x6d, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x31, 0x22, 0x2c, 0x20, - 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x17, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, - 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, - 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, - 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xa5, - 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x26, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, - 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x92, - 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, - 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, - 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, - 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x54, 0x65, - 0x61, 0x6d, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, - 0x74, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x1d, + 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x10, 0x69, 0x61, 0x6d, + 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0xa1, 0x01, 0x0a, 0x09, 0x4c, + 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x50, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x0f, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x67, 0x65, - 0x74, 0x12, 0xb8, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, - 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, - 0x65, 0x73, 0x70, 0x22, 0xd6, 0x01, 0x92, 0x41, 0x86, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, - 0x73, 0x6a, 0x7d, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, - 0x6c, 0x65, 0x73, 0x12, 0x6b, 0x32, 0x69, 0x0a, 0x67, 0x2a, 0x65, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, - 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x53, 0x0a, 0x06, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x49, 0x1a, 0x47, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, - 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x20, 0x54, 0x65, 0x73, - 0x74, 0x20, 0x54, 0x65, 0x61, 0x6d, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x31, 0x22, - 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x6e, 0x65, 0x77, 0x22, 0x5d, 0x7d, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, - 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xb4, 0x01, 0x0a, + 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, + 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, + 0x54, 0x65, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43, 0x92, 0x41, 0x07, 0x0a, 0x05, + 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x74, + 0x65, 0x61, 0x6d, 0x73, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, 0x12, 0x2f, 0x61, 0x70, 0x69, + 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0xa4, + 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, + 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, + 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4c, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, + 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, + 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, + 0x6d, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb4, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x54, 0x65, 0x61, 0x6d, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, + 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd2, 0x01, 0x92, 0x41, 0x86, 0x01, 0x0a, 0x05, + 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x7d, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, + 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x6b, 0x32, 0x69, 0x0a, 0x67, 0x2a, 0x65, 0x0a, + 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, + 0x53, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x49, 0x1a, 0x47, 0x7b, 0x22, 0x6e, + 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x54, 0x65, 0x61, 0x6d, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x31, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x6e, 0x65, + 0x77, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, + 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, + 0x61, 0x6d, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, + 0x3a, 0x01, 0x2a, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, + 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, - 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, - 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, - 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, - 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, - 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x22, 0x61, 0x92, 0x41, 0x07, 0x0a, - 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x16, 0x0a, - 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x12, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x74, - 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xf2, 0x02, - 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x54, - 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x84, 0x02, 0x92, 0x41, - 0xa6, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, 0x78, 0x2d, - 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, 0x01, 0x32, - 0x86, 0x01, 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, - 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x5f, 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, 0x39, 0x36, - 0x66, 0x2d, 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, 0x64, 0x37, - 0x2d, 0x30, 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, 0x2c, 0x20, - 0x22, 0x39, 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, 0x2d, 0x34, - 0x66, 0x39, 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, 0x37, 0x33, - 0x39, 0x36, 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, - 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, - 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x61, 0x64, - 0x64, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, - 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x16, 0x12, 0x14, 0x69, 0x61, - 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x12, 0xfe, 0x02, 0x0a, 0x11, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, 0x61, - 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, + 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, + 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, + 0xd3, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, + 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, + 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, + 0x69, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, + 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, + 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5d, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, + 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x12, 0x69, 0x61, + 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xee, 0x02, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, + 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x87, 0x02, 0x92, 0x41, 0xa6, 0x01, - 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, - 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, 0x01, 0x32, 0x86, 0x01, - 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, - 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, - 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, 0x39, 0x36, 0x66, 0x2d, - 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, 0x64, 0x37, 0x2d, 0x30, - 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, 0x2c, 0x20, 0x22, 0x39, - 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, 0x2d, 0x34, 0x66, 0x39, - 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, 0x37, 0x33, 0x39, 0x36, - 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x22, 0x24, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, - 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x16, 0x12, 0x14, 0x69, - 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x12, 0xec, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, + 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, + 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, + 0x2e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x22, 0x80, 0x02, 0x92, 0x41, 0xa6, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, + 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, + 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, 0x01, 0x32, 0x86, 0x01, 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, + 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, + 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, + 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, + 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, 0x39, 0x36, 0x66, 0x2d, 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, + 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, 0x64, 0x37, 0x2d, 0x30, 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, + 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, 0x2c, 0x20, 0x22, 0x39, 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, + 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, 0x2d, 0x34, 0x66, 0x39, 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, + 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, 0x37, 0x33, 0x39, 0x36, 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, + 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, + 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, + 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, + 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x12, 0xfa, 0x02, 0x0a, 0x11, 0x52, 0x65, 0x6d, 0x6f, 0x76, + 0x65, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, + 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, + 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x83, 0x02, + 0x92, 0x41, 0xa6, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, + 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, + 0x01, 0x32, 0x86, 0x01, 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, + 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, + 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, + 0x39, 0x36, 0x66, 0x2d, 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, + 0x64, 0x37, 0x2d, 0x30, 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, + 0x2c, 0x20, 0x22, 0x39, 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, + 0x2d, 0x34, 0x66, 0x39, 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, + 0x37, 0x33, 0x39, 0x36, 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x14, + 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x3a, 0x01, 0x2a, 0x22, 0x24, 0x2f, + 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, + 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x6d, + 0x6f, 0x76, 0x65, 0x12, 0xe8, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x46, 0x6f, 0x72, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x46, 0x6f, 0x72, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x46, 0x6f, 0x72, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x76, 0x92, 0x41, 0x07, 0x0a, - 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, - 0x2f, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x69, 0x61, 0x6d, 0x3a, + 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x72, 0x92, 0x41, 0x07, 0x0a, + 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x1f, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, - 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x67, - 0x65, 0x74, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_external_iam_v2_teams_proto_goTypes = []interface{}{ + 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x11, 0x69, 0x61, 0x6d, + 0x3a, 0x75, 0x73, 0x65, 0x72, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x42, 0x2e, + 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_external_iam_v2_teams_proto_goTypes = []any{ (*request.CreateTeamReq)(nil), // 0: chef.automate.api.iam.v2.CreateTeamReq (*request.ListTeamsReq)(nil), // 1: chef.automate.api.iam.v2.ListTeamsReq (*request.GetTeamReq)(nil), // 2: chef.automate.api.iam.v2.GetTeamReq diff --git a/api/external/iam/v2/teams.pb.gw.go b/api/external/iam/v2/teams.pb.gw.go index 36f42296a57..870124a5e66 100644 --- a/api/external/iam/v2/teams.pb.gw.go +++ b/api/external/iam/v2/teams.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Teams_CreateTeam_0(ctx context.Context, marshaler runtime.Marshaler, client TeamsClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateTeamReq @@ -513,11 +515,14 @@ func local_request_Teams_GetTeamsForMember_0(ctx context.Context, marshaler runt // RegisterTeamsHandlerServer registers the http handlers for service Teams to "mux". // UnaryRPC :call TeamsServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTeamsHandlerFromEndpoint instead. func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TeamsServer) error { mux.Handle("POST", pattern_Teams_CreateTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -525,6 +530,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_CreateTeam_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -538,6 +544,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_ListTeams_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -545,6 +553,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_ListTeams_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -558,6 +567,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_GetTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -565,6 +576,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_GetTeam_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -578,6 +590,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Teams_UpdateTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -585,6 +599,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_UpdateTeam_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -598,6 +613,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Teams_DeleteTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -605,6 +622,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_DeleteTeam_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -618,6 +636,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_GetTeamMembership_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -625,6 +645,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_GetTeamMembership_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -638,6 +659,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("POST", pattern_Teams_AddTeamMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -645,6 +668,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_AddTeamMembers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -658,6 +682,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("POST", pattern_Teams_RemoveTeamMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -665,6 +691,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_RemoveTeamMembers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -678,6 +705,8 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_GetTeamsForMember_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -685,6 +714,7 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_GetTeamsForMember_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/teams.swagger.json b/api/external/iam/v2/teams.swagger.json index 059c3943b0a..d59d8f575da 100644 --- a/api/external/iam/v2/teams.swagger.json +++ b/api/external/iam/v2/teams.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -146,7 +146,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -192,7 +192,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -224,7 +224,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -270,7 +270,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -316,7 +316,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/iam/v2/tokens.pb.go b/api/external/iam/v2/tokens.pb.go index 376d24f5892..769ad068a43 100644 --- a/api/external/iam/v2/tokens.pb.go +++ b/api/external/iam/v2/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/tokens.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_tokens_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, - 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd3, 0x09, - 0x0a, 0x06, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xd2, 0x02, 0x0a, 0x0b, 0x43, 0x72, 0x65, + 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xbf, 0x09, + 0x0a, 0x06, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xce, 0x02, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0xed, 0x01, + 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe9, 0x01, 0x92, 0x41, 0xa4, 0x01, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x6a, 0x99, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x86, 0x01, 0x32, 0x83, 0x01, 0x0a, 0x80, 0x01, 0x2a, 0x7e, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, @@ -64,73 +64,72 @@ var file_external_iam_v2_tokens_proto_rawDesc = []byte{ 0x74, 0x69, 0x76, 0x65, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x61, 0x73, 0x74, 0x2d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x2c, 0x20, 0x22, 0x77, 0x65, 0x73, 0x74, 0x2d, 0x72, - 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x22, 0x13, - 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0c, 0x0a, 0x0a, 0x69, 0x61, 0x6d, 0x3a, - 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, - 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xaf, 0x01, - 0x0a, 0x08, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, - 0x71, 0x1a, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, - 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x11, 0x0a, - 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, - 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, - 0xd4, 0x02, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, - 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x22, 0xef, 0x01, 0x92, 0x41, 0x9c, 0x01, 0x0a, 0x06, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x6a, 0x91, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, - 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x7f, 0x32, 0x7d, 0x0a, 0x7b, 0x2a, 0x79, 0x0a, 0x0e, - 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x67, - 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x5d, 0x1a, 0x5b, 0x7b, 0x22, 0x6e, 0x61, - 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, - 0x76, 0x65, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, - 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x61, 0x73, 0x74, 0x2d, 0x72, 0x65, - 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x2c, 0x20, 0x22, 0x73, 0x6f, 0x75, 0x74, 0x68, 0x2d, 0x72, 0x65, - 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x1a, 0x18, 0x2f, - 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x11, 0x0a, 0x0f, - 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, - 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbb, 0x01, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0a, 0x69, 0x61, + 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, + 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x18, 0x3a, 0x01, 0x2a, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xab, 0x01, 0x0a, 0x08, 0x47, 0x65, + 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, - 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x57, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x1a, 0x2a, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, - 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, - 0x11, 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xac, 0x01, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, + 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x26, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x50, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, + 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xd0, 0x02, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, + 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, + 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0xeb, 0x01, 0x92, + 0x41, 0x9c, 0x01, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x6a, 0x91, 0x01, 0x0a, 0x0e, + 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x7f, + 0x32, 0x7d, 0x0a, 0x7b, 0x2a, 0x79, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, + 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x67, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x5d, 0x1a, 0x5b, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x20, 0x6e, 0x61, 0x6d, 0x65, + 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, + 0x65, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, + 0x22, 0x65, 0x61, 0x73, 0x74, 0x2d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x2c, 0x20, 0x22, + 0x73, 0x6f, 0x75, 0x74, 0x68, 0x2d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x8a, + 0xb5, 0x18, 0x24, 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, + 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x3a, 0x01, 0x2a, + 0x1a, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, + 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb7, 0x01, 0x0a, 0x0b, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, + 0x53, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x24, + 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, + 0x7d, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x2a, 0x18, 0x2f, 0x61, 0x70, 0x69, + 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa8, 0x01, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, - 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0c, 0x0a, 0x0a, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x11, 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x0a, 0x0a, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x61, 0x70, 0x69, + 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x42, + 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_tokens_proto_goTypes = []interface{}{ +var file_external_iam_v2_tokens_proto_goTypes = []any{ (*request.CreateTokenReq)(nil), // 0: chef.automate.api.iam.v2.CreateTokenReq (*request.GetTokenReq)(nil), // 1: chef.automate.api.iam.v2.GetTokenReq (*request.UpdateTokenReq)(nil), // 2: chef.automate.api.iam.v2.UpdateTokenReq diff --git a/api/external/iam/v2/tokens.pb.gw.go b/api/external/iam/v2/tokens.pb.gw.go index 302898d734a..0d3a5193964 100644 --- a/api/external/iam/v2/tokens.pb.gw.go +++ b/api/external/iam/v2/tokens.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Tokens_CreateToken_0(ctx context.Context, marshaler runtime.Marshaler, client TokensClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateTokenReq @@ -265,11 +267,14 @@ func local_request_Tokens_ListTokens_0(ctx context.Context, marshaler runtime.Ma // RegisterTokensHandlerServer registers the http handlers for service Tokens to "mux". // UnaryRPC :call TokensServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTokensHandlerFromEndpoint instead. func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TokensServer) error { mux.Handle("POST", pattern_Tokens_CreateToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -277,6 +282,7 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_CreateToken_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -290,6 +296,8 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("GET", pattern_Tokens_GetToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -297,6 +305,7 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_GetToken_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -310,6 +319,8 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("PUT", pattern_Tokens_UpdateToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -317,6 +328,7 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_UpdateToken_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -330,6 +342,8 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("DELETE", pattern_Tokens_DeleteToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -337,6 +351,7 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_DeleteToken_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -350,6 +365,8 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("GET", pattern_Tokens_ListTokens_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -357,6 +374,7 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_ListTokens_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/tokens.swagger.json b/api/external/iam/v2/tokens.swagger.json index 2a8e98096b7..77ae6643887 100644 --- a/api/external/iam/v2/tokens.swagger.json +++ b/api/external/iam/v2/tokens.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -117,7 +117,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -148,7 +148,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -206,7 +206,6 @@ }, "active": { "type": "boolean", - "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "value": { @@ -313,7 +312,6 @@ }, "active": { "type": "boolean", - "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not authenticate." }, "created_at": { @@ -354,7 +352,6 @@ }, "active": { "type": "boolean", - "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "projects": { diff --git a/api/external/iam/v2/users.pb.go b/api/external/iam/v2/users.pb.go index 949573395bc..027047964f5 100644 --- a/api/external/iam/v2/users.pb.go +++ b/api/external/iam/v2/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/iam/v2/users.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_users_proto_rawDesc = []byte{ 0x73, 0x65, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd4, 0x0b, 0x0a, 0x05, 0x55, - 0x73, 0x65, 0x72, 0x73, 0x12, 0xb7, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xbc, 0x0b, 0x0a, 0x05, 0x55, + 0x73, 0x65, 0x72, 0x73, 0x12, 0xb3, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd5, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x75, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd1, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x85, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x73, 0x32, 0x71, 0x0a, 0x6f, 0x2a, 0x6d, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, @@ -62,50 +62,49 @@ var file_external_iam_v2_users_proto_rawDesc = []byte{ 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x30, 0x30, 0x31, 0x72, 0x75, 0x6c, 0x65, 0x7a, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x53, 0x61, - 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x17, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, - 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, - 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, - 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xa5, - 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x26, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, - 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x92, - 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, - 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, - 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x55, 0x73, - 0x65, 0x72, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, - 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x8a, 0xb5, 0x18, 0x1d, + 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x10, 0x69, 0x61, 0x6d, + 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xa1, 0x01, 0x0a, 0x09, 0x4c, + 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x50, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x0f, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, - 0x74, 0x12, 0xb4, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, - 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, - 0x65, 0x73, 0x70, 0x22, 0x53, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xa1, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, + 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, + 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, + 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43, 0x92, 0x41, 0x07, 0x0a, 0x05, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x75, + 0x73, 0x65, 0x72, 0x73, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, 0x12, 0x2f, 0x61, 0x70, 0x69, + 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xa4, + 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x55, + 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4c, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, + 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, + 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x9d, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xbf, 0x01, 0x92, 0x41, 0x70, + 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xbb, 0x01, 0x92, 0x41, 0x70, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x67, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x55, 0x32, 0x53, 0x0a, 0x51, 0x2a, 0x4f, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, @@ -113,40 +112,40 @@ var file_external_iam_v2_users_proto_rawDesc = []byte{ 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4e, 0x65, 0x77, 0x20, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x53, 0x61, 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xe2, 0x02, 0x0a, - 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x12, 0x27, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, - 0x66, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x73, 0x70, 0x22, 0x80, - 0x02, 0x92, 0x41, 0xa9, 0x01, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x9f, 0x01, 0x0a, - 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, - 0x8c, 0x01, 0x32, 0x89, 0x01, 0x0a, 0x86, 0x01, 0x2a, 0x83, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, - 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x71, 0x0a, 0x06, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x67, 0x1a, 0x65, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, - 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x4e, 0x65, 0x77, 0x20, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2c, - 0x20, 0x22, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x4e, - 0x65, 0x77, 0x53, 0x61, 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x2c, - 0x20, 0x22, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, - 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x50, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, - 0x53, 0x61, 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1b, 0x1a, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x73, 0x65, 0x6c, 0x66, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x14, 0x0a, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, - 0x6c, 0x66, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x16, 0x12, 0x14, 0x69, 0x61, 0x6d, - 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, - 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, - 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x1a, + 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xde, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, + 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x71, + 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x73, 0x70, 0x22, 0xfc, 0x01, 0x92, 0x41, 0xa9, + 0x01, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x9f, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, + 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x8c, 0x01, 0x32, 0x89, + 0x01, 0x0a, 0x86, 0x01, 0x2a, 0x83, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, + 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x71, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x12, 0x67, 0x1a, 0x65, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, + 0x79, 0x20, 0x4e, 0x65, 0x77, 0x20, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x61, + 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x4e, 0x65, 0x77, 0x53, 0x61, + 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, + 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, + 0x3a, 0x20, 0x22, 0x61, 0x50, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x53, 0x61, 0x66, 0x65, + 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x12, + 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, 0x6c, + 0x66, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x3a, 0x01, + 0x2a, 0x1a, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x73, 0x65, 0x6c, 0x66, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, + 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, + 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x33, } -var file_external_iam_v2_users_proto_goTypes = []interface{}{ +var file_external_iam_v2_users_proto_goTypes = []any{ (*request.CreateUserReq)(nil), // 0: chef.automate.api.iam.v2.CreateUserReq (*request.ListUsersReq)(nil), // 1: chef.automate.api.iam.v2.ListUsersReq (*request.GetUserReq)(nil), // 2: chef.automate.api.iam.v2.GetUserReq diff --git a/api/external/iam/v2/users.pb.gw.go b/api/external/iam/v2/users.pb.gw.go index c969dc08ab2..65ae5dc3e72 100644 --- a/api/external/iam/v2/users.pb.gw.go +++ b/api/external/iam/v2/users.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Users_CreateUser_0(ctx context.Context, marshaler runtime.Marshaler, client UsersClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateUserReq @@ -335,11 +337,14 @@ func local_request_Users_UpdateSelf_0(ctx context.Context, marshaler runtime.Mar // RegisterUsersHandlerServer registers the http handlers for service Users to "mux". // UnaryRPC :call UsersServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUsersHandlerFromEndpoint instead. func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServer) error { mux.Handle("POST", pattern_Users_CreateUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -347,6 +352,7 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_CreateUser_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -360,6 +366,8 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Users_ListUsers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -367,6 +375,7 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_ListUsers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -380,6 +389,8 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Users_GetUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -387,6 +398,7 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_GetUser_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -400,6 +412,8 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Users_DeleteUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -407,6 +421,7 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_DeleteUser_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -420,6 +435,8 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Users_UpdateUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -427,6 +444,7 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_UpdateUser_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -440,6 +458,8 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Users_UpdateSelf_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -447,6 +467,7 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_UpdateSelf_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/users.swagger.json b/api/external/iam/v2/users.swagger.json index 9e28d45953c..cfc9a8e16d7 100644 --- a/api/external/iam/v2/users.swagger.json +++ b/api/external/iam/v2/users.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -93,7 +93,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -133,7 +133,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -164,7 +164,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -195,7 +195,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/infra_proxy/infra_proxy.pb.go b/api/external/infra_proxy/infra_proxy.pb.go index b2c4001a3cf..aeb2b0b73b1 100644 --- a/api/external/infra_proxy/infra_proxy.pb.go +++ b/api/external/infra_proxy/infra_proxy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/infra_proxy.proto @@ -95,182 +95,177 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x32, 0x81, 0x7c, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x12, 0xc7, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, + 0x6f, 0x32, 0xa9, 0x79, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x50, 0x72, 0x6f, 0x78, 0x79, + 0x12, 0xc3, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, - 0x19, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xe3, 0x01, 0x0a, 0x0f, 0x47, - 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x22, 0x4e, 0x8a, 0xb5, 0x18, 0x2d, 0x0a, 0x12, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, + 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0xdf, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x5b, 0x8a, 0xb5, 0x18, + 0x2c, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0xc9, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, - 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x14, - 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x12, 0xcd, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x30, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x22, 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x12, 0xd8, 0x01, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, + 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x57, 0x8a, 0xb5, 0x18, + 0x31, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, + 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x22, 0x53, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x63, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x22, 0x15, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0xd8, 0x01, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x5d, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x17, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x14, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1b, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xe2, 0x01, 0x0a, 0x0c, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x1a, - 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, - 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0xd9, 0x01, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1f, 0x3a, 0x01, 0x2a, 0x1a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0xd5, 0x01, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x5e, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, - 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xdf, 0x01, 0x0a, - 0x07, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x73, 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x28, 0x12, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x23, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xe6, - 0x01, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x5a, 0x8a, 0xb5, + 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xdb, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, + 0x4f, 0x72, 0x67, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, + 0x4f, 0x72, 0x67, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, + 0x74, 0x4f, 0x72, 0x67, 0x73, 0x22, 0x6f, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x23, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, + 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x12, 0xe2, 0x01, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4f, 0x72, + 0x67, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, + 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, + 0x22, 0x79, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x12, 0x2b, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe7, 0x01, 0x0a, 0x09, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, - 0x12, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, - 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x18, 0x12, - 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xf1, 0x01, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x75, + 0x8a, 0xb5, 0x18, 0x40, 0x0a, 0x23, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x12, 0xf1, 0x01, 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x7f, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x28, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, + 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x1a, 0x2b, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xee, 0x01, 0x0a, 0x09, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x7f, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x28, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x23, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, - 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xfc, 0x01, 0x0a, 0x09, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x89, - 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x1a, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x7c, 0x8a, 0xb5, + 0x18, 0x45, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x2a, 0x2b, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x91, 0x02, 0x0a, 0x10, 0x52, + 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x12, + 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, + 0x65, 0x79, 0x22, 0x89, 0x01, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, + 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x12, - 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xf3, 0x01, 0x0a, 0x09, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x80, 0x01, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x2a, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, - 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, - 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0x9b, 0x02, 0x0a, 0x10, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, - 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, - 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x1a, 0x38, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, - 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x22, 0x93, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x37, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, - 0x65, 0x73, 0x65, 0x74, 0x2d, 0x6b, 0x65, 0x79, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, - 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x8f, + 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2d, 0x6b, 0x65, 0x79, 0x12, 0x8b, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, @@ -278,228 +273,224 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x73, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, - 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x99, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, - 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, - 0x6f, 0x6f, 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x12, 0xab, 0x02, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x73, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, - 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xa0, 0x01, 0x82, 0xd3, + 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x95, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, + 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, + 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0xa7, 0x02, 0x0a, + 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6f, + 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x38, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x9c, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, + 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, + 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x12, 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, - 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x9d, - 0x02, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x12, 0x2f, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x1a, - 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, - 0x6b, 0x22, 0xaa, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x12, 0x4a, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, - 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, - 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, - 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xcb, - 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, - 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x99, 0x02, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x43, 0x6f, + 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, + 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x22, 0xa6, 0x01, 0x8a, 0xb5, 0x18, 0x50, + 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, + 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x12, 0x4a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x7d, 0x12, 0xc7, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, + 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x3a, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, + 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, - 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x22, 0xb7, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x59, 0x12, 0x57, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, - 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, - 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x2f, 0x66, 0x69, 0x6c, 0x65, 0x2d, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, - 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfb, 0x01, 0x0a, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0xb3, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, + 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x59, 0x12, 0x57, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, 0x7b, + 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x2f, + 0x66, 0x69, 0x6c, 0x65, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0xf7, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, + 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x22, 0x8d, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, - 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xff, 0x01, 0x0a, 0x07, 0x47, - 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, - 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, - 0x65, 0x22, 0x98, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, - 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xba, 0x02, 0x0a, - 0x16, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, - 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, - 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0xfb, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x6f, + 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x1a, + 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, - 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xae, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x54, 0x12, 0x52, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, - 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x7b, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, - 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, - 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa4, 0x02, 0x0a, 0x13, 0x47, 0x65, - 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x38, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x6e, 0x76, 0x69, - 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0xa5, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x4b, 0x12, 0x49, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, - 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x34, - 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, - 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x94, 0x01, + 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x12, 0x8d, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, + 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xb6, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, + 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, + 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0xaa, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x54, 0x12, 0x52, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, + 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, + 0x7b, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x12, 0xa0, 0x02, + 0x0a, 0x13, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, + 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, + 0x6c, 0x65, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, + 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0xa1, 0x01, 0x8a, + 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x12, 0x49, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x83, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, - 0x22, 0x9d, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x22, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x22, 0x93, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x22, + 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x81, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, + 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, + 0x22, 0x97, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, + 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x8a, 0x02, 0x0a, 0x0a, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x9a, 0x01, 0x8a, 0xb5, 0x18, + 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x1a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0x85, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, - 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x9b, 0x01, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x94, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0xa4, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x3e, 0x1a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, - 0x85, 0x02, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2e, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x2f, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x22, - 0x95, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, - 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x73, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x34, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, - 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x84, 0x02, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x43, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6c, - 0x69, 0x65, 0x6e, 0x74, 0x22, 0x97, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, - 0x31, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x98, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x81, 0x02, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x43, + 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, + 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x91, 0x01, 0x8a, 0xb5, 0x18, 0x4e, 0x0a, 0x34, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, + 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x39, 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x80, 0x02, 0x0a, 0x09, + 0x47, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x93, 0x01, 0x8a, 0xb5, 0x18, 0x49, 0x0a, + 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x8e, 0x02, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, @@ -507,87 +498,85 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x9c, 0x01, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x39, 0x22, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x8a, 0x02, 0x0a, 0x0c, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x9a, 0x01, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x40, 0x2a, 0x3e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, + 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x92, 0x01, 0x8a, 0xb5, 0x18, + 0x4c, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x3c, 0x3a, 0x01, 0x2a, 0x22, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x86, 0x02, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, + 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x1a, + 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, + 0x96, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa3, 0x02, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x65, 0x74, - 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x1a, 0x33, 0x2e, 0x63, 0x68, + 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x2a, 0x3e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, + 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x99, 0x02, 0x0a, 0x0e, 0x52, 0x65, 0x73, + 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x22, 0xa9, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x1a, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, - 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, - 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x8c, 0x02, 0x0a, - 0x0b, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x12, 0x2f, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x1a, 0x30, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x22, - 0x99, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, - 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, - 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, - 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x9f, 0x02, 0x0a, 0x0f, - 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, - 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, - 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, + 0x6e, 0x74, 0x22, 0x9f, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, + 0x65, 0x73, 0x65, 0x74, 0x12, 0x88, 0x02, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, + 0x42, 0x61, 0x67, 0x73, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, - 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xa0, 0x01, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x42, 0x12, 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, - 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, - 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa3, 0x02, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, + 0x61, 0x42, 0x61, 0x67, 0x73, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, + 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x22, 0x95, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, + 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, + 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, + 0x9b, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, + 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x9c, + 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x16, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x12, 0x40, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, + 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, + 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x9f, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, @@ -595,92 +584,90 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, - 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xa7, 0x01, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x49, 0x12, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, - 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x12, 0xa4, 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, - 0x74, 0x61, 0x42, 0x61, 0x67, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x35, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, - 0x61, 0x67, 0x22, 0xa5, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x22, 0x39, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, - 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, - 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xb7, 0x02, 0x0a, 0x11, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, - 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, - 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, - 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xac, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x22, 0x40, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, + 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xa3, 0x01, 0x8a, 0xb5, 0x18, 0x50, + 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x12, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x12, + 0x9a, 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, + 0x67, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x22, 0x9b, + 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x12, 0x96, 0x02, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, - 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, - 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x22, 0xa3, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, - 0x2a, 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x3a, 0x01, + 0x2a, 0x22, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0xad, 0x02, 0x0a, + 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, + 0x65, 0x6d, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x39, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, + 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xa2, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, + 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, + 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x3a, 0x01, 0x2a, 0x22, 0x40, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, + 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, + 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x92, 0x02, 0x0a, + 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x12, 0x2e, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x2f, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x22, + 0x9f, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, - 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa9, 0x02, - 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, - 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, - 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xaa, 0x01, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x2a, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x8a, 0xb5, - 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc1, 0x02, 0x0a, 0x11, 0x55, 0x70, + 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x2a, + 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x7d, 0x12, 0xa5, 0x02, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, + 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x33, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, + 0x22, 0xa6, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, + 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, + 0x2a, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x12, 0xb7, 0x02, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, @@ -689,93 +676,91 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, - 0x49, 0x74, 0x65, 0x6d, 0x22, 0xb6, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x1a, 0x4a, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, - 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, - 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x9e, 0x02, - 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x73, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, - 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x9f, 0x01, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, - 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa2, - 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, - 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, - 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa6, 0x01, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x12, 0xb0, 0x02, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, - 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, - 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xab, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x3e, 0x22, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x49, 0x74, 0x65, 0x6d, 0x22, 0xac, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa8, 0x02, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, 0x63, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, + 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, + 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x4f, 0x3a, 0x01, 0x2a, 0x1a, 0x4a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, + 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x5f, + 0x69, 0x64, 0x7d, 0x12, 0x9a, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, + 0x74, 0x73, 0x22, 0x9b, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x9e, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, + 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, + 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa2, 0x01, 0x8a, + 0xb5, 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x7d, 0x12, 0xa6, 0x02, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, + 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, + 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa1, 0x01, 0x8a, 0xb5, 0x18, 0x56, 0x0a, 0x39, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, + 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x22, 0x3c, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0xa4, 0x02, 0x0a, 0x11, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, - 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa9, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x2a, 0x43, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x12, 0xb7, 0x02, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, + 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa5, 0x01, 0x8a, 0xb5, 0x18, 0x56, + 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, + 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x2a, 0x43, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x7d, 0x12, 0xad, 0x02, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, @@ -783,88 +768,86 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xb2, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x1a, - 0x43, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa8, 0x01, 0x8a, 0xb5, 0x18, 0x56, 0x0a, 0x39, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, + 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x3a, 0x01, 0x2a, 0x1a, 0x43, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x7d, 0x12, 0xb8, 0x02, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, + 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0xaa, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x12, + 0x4b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, - 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbc, 0x02, 0x0a, 0x15, - 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, - 0x63, 0x69, 0x70, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x12, 0xf7, 0x01, 0x0a, + 0x08, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, - 0x63, 0x69, 0x70, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xae, 0x01, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x4d, 0x12, 0x4b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x8a, - 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, - 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfb, 0x01, 0x0a, 0x08, 0x47, - 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x8d, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, + 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x87, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, - 0x6f, 0x64, 0x65, 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, + 0x64, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x97, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, + 0x12, 0x8b, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, + 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x74, 0x61, + 0x69, 0x6c, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, + 0x65, 0x22, 0x9a, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, - 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x8b, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x9b, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x3e, 0x2a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, - 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x95, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, - 0x64, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0xa4, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x1a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, - 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, - 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc3, + 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xb9, 0x02, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, @@ -874,227 +857,222 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x22, 0xaf, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x1a, 0x47, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, - 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x65, 0x73, 0x22, 0xa5, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x3a, 0x01, + 0x2a, 0x1a, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, + 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0xfb, 0x01, 0x0a, 0x07, 0x47, + 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, + 0x6f, 0x64, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, + 0x65, 0x22, 0x94, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, + 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xbd, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, + 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, + 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, + 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, + 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xa9, 0x01, 0x8a, + 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x12, 0x51, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x7b, 0x65, 0x6e, 0x76, 0x69, + 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x12, 0xa1, 0x02, 0x0a, 0x0e, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x12, 0x35, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, + 0x67, 0x73, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x22, 0x9f, 0x01, 0x8a, 0xb5, 0x18, + 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x12, 0xff, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, - 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x2c, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x98, 0x01, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xc1, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4e, 0x6f, - 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, - 0x74, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, - 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x3b, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, - 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xad, 0x01, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x53, 0x12, 0x51, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, - 0x2f, 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x7b, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, - 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, - 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xab, 0x02, 0x0a, 0x0e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x12, 0x35, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, - 0x54, 0x61, 0x67, 0x73, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x3a, 0x01, 0x2a, 0x1a, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, + 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x74, 0x61, 0x67, 0x73, 0x12, 0xbd, 0x02, 0x0a, + 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, + 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x22, 0xa9, 0x01, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x43, 0x1a, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x7d, 0x2f, 0x74, 0x61, 0x67, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc7, 0x02, 0x0a, 0x15, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, - 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, - 0xb0, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4a, 0x1a, 0x48, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, - 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, - 0x6e, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, - 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, + 0x65, 0x6e, 0x74, 0x22, 0xa6, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x3a, + 0x01, 0x2a, 0x1a, 0x48, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, + 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x95, 0x02, 0x0a, + 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, + 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x99, 0x01, 0x8a, 0xb5, 0x18, 0x52, 0x0a, + 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x12, 0x99, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, - 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x9d, - 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3d, 0x12, 0x3b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, + 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3d, 0x12, 0x3b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, - 0x69, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x9d, - 0x02, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, - 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, - 0x69, 0x6c, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, - 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa4, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, - 0x12, 0x42, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xaf, - 0x02, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, - 0x69, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x38, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa7, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x2a, - 0x42, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, - 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0xc2, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, - 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, - 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, - 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xae, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4e, 0x12, 0x4c, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x7d, 0x2f, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, + 0x69, 0x6c, 0x65, 0x73, 0x12, 0x99, 0x02, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa0, 0x01, + 0x8a, 0xb5, 0x18, 0x52, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x16, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x12, 0x42, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, + 0x12, 0xab, 0x02, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x38, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa3, 0x01, 0x8a, 0xb5, 0x18, 0x55, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa2, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, - 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x1a, 0x33, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x22, 0xa6, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, 0x70, 0x69, + 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x2a, 0x42, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, - 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, - 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x88, 0x02, 0x0a, 0x0f, 0x47, - 0x65, 0x74, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, + 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xbe, + 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, + 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x22, 0xaa, 0x01, 0x8a, 0xb5, 0x18, 0x52, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x4e, 0x12, 0x4c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, + 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x9e, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0xa2, 0x01, 0x8a, 0xb5, + 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, + 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x16, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, + 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, + 0x12, 0x84, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, + 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4f, 0x72, 0x67, + 0x55, 0x73, 0x65, 0x72, 0x73, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4f, + 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x8d, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, + 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, + 0x12, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xf3, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, 0x1a, - 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, - 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, - 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, - 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfd, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, - 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x22, 0x27, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x26, 0x0a, 0x24, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, + 0x72, 0x73, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x74, 0x8a, 0xb5, 0x18, 0x3e, 0x0a, 0x24, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, - 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x2c, 0x3a, 0x01, 0x2a, 0x22, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x42, 0x33, 0x5a, + 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, + 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_infra_proxy_infra_proxy_proto_goTypes = []interface{}{ +var file_external_infra_proxy_infra_proxy_proto_goTypes = []any{ (*request.GetServers)(nil), // 0: chef.automate.api.infra_proxy.request.GetServers (*request.GetServerStatus)(nil), // 1: chef.automate.api.infra_proxy.request.GetServerStatus (*request.GetServer)(nil), // 2: chef.automate.api.infra_proxy.request.GetServer diff --git a/api/external/infra_proxy/infra_proxy.pb.gw.go b/api/external/infra_proxy/infra_proxy.pb.gw.go index 759b967dfba..a93df88e53b 100644 --- a/api/external/infra_proxy/infra_proxy.pb.gw.go +++ b/api/external/infra_proxy/infra_proxy.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_InfraProxy_GetServers_0(ctx context.Context, marshaler runtime.Marshaler, client InfraProxyClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.GetServers @@ -5367,11 +5369,14 @@ func local_request_InfraProxy_GetServerUsersList_0(ctx context.Context, marshale // RegisterInfraProxyHandlerServer registers the http handlers for service InfraProxy to "mux". // UnaryRPC :call InfraProxyServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterInfraProxyHandlerFromEndpoint instead. func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, server InfraProxyServer) error { mux.Handle("GET", pattern_InfraProxy_GetServers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5379,6 +5384,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServers_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5392,6 +5398,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetServerStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5399,6 +5407,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServerStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5412,6 +5421,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5419,6 +5430,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServer_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5432,6 +5444,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5439,6 +5453,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateServer_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5452,6 +5467,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5459,6 +5476,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateServer_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5472,6 +5490,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5479,6 +5499,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteServer_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5492,6 +5513,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetOrgs_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5499,6 +5522,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetOrgs_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5512,6 +5536,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5519,6 +5545,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetOrg_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5532,6 +5559,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5539,6 +5568,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateOrg_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5552,6 +5582,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5559,6 +5591,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateOrg_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5572,6 +5605,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5579,6 +5614,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteOrg_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5592,6 +5628,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_ResetOrgAdminKey_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5599,6 +5637,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_ResetOrgAdminKey_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5612,6 +5651,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbooks_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5619,6 +5660,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbooks_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5632,6 +5674,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbookVersions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5639,6 +5683,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbookVersions_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5652,6 +5697,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbook_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5659,6 +5706,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbook_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5672,6 +5720,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbookFileContent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5679,6 +5729,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbookFileContent_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5692,6 +5743,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRoles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5699,6 +5752,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRoles_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5712,6 +5766,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5719,6 +5775,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5732,6 +5789,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRoleExpandedRunList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5739,6 +5798,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRoleExpandedRunList_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5752,6 +5812,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRoleEnvironments_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5759,6 +5821,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRoleEnvironments_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5772,6 +5835,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5779,6 +5844,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5792,6 +5858,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5799,6 +5867,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5812,6 +5881,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5819,6 +5890,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateRole_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5832,6 +5904,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetClients_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5839,6 +5913,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetClients_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5852,6 +5927,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetClient_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5859,6 +5936,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetClient_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5872,6 +5950,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateClient_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5879,6 +5959,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateClient_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5892,6 +5973,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteClient_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5899,6 +5982,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteClient_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5912,6 +5996,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_ResetClientKey_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5919,6 +6005,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_ResetClientKey_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5932,6 +6019,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetDataBags_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5939,6 +6028,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetDataBags_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5952,6 +6042,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetDataBagItems_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5959,6 +6051,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetDataBagItems_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5972,6 +6065,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5979,6 +6074,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5992,6 +6088,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateDataBag_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5999,6 +6097,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateDataBag_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6012,6 +6111,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6019,6 +6120,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6032,6 +6134,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteDataBag_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6039,6 +6143,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteDataBag_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6052,6 +6157,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6059,6 +6166,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6072,6 +6180,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6079,6 +6189,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6092,6 +6203,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetEnvironments_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6099,6 +6212,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetEnvironments_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6112,6 +6226,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6119,6 +6235,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6132,6 +6249,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6139,6 +6258,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6152,6 +6272,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6159,6 +6281,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6172,6 +6295,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6179,6 +6304,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6192,6 +6318,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetEnvironmentRecipes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6199,6 +6327,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetEnvironmentRecipes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6212,6 +6341,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6219,6 +6350,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetNodes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6232,6 +6364,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6239,6 +6373,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteNode_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6252,6 +6387,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6259,6 +6396,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNode_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6272,6 +6410,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNodeAttributes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6279,6 +6419,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNodeAttributes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6292,6 +6433,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6299,6 +6442,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetNode_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6312,6 +6456,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetNodeExpandedRunList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6319,6 +6465,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetNodeExpandedRunList_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6332,6 +6479,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNodeTags_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6339,6 +6488,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNodeTags_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6352,6 +6502,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNodeEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6359,6 +6511,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNodeEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6372,6 +6525,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicyfiles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6379,6 +6534,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicyfiles_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6392,6 +6548,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicyfile_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6399,6 +6557,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicyfile_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6412,6 +6571,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeletePolicyfile_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6419,6 +6580,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeletePolicyfile_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6432,6 +6594,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicyfileRevisions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6439,6 +6603,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicyfileRevisions_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6452,6 +6617,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicygroup_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6459,6 +6626,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicygroup_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6472,6 +6640,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetOrgUsersList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6479,6 +6649,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetOrgUsersList_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6492,6 +6663,8 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_GetServerUsersList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6499,6 +6672,7 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServerUsersList_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/infra_proxy/infra_proxy.swagger.json b/api/external/infra_proxy/infra_proxy.swagger.json index 5f907a055b8..d7e268a85b6 100644 --- a/api/external/infra_proxy/infra_proxy.swagger.json +++ b/api/external/infra_proxy/infra_proxy.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -42,7 +42,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -134,7 +134,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -163,7 +163,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -202,7 +202,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -231,7 +231,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -270,7 +270,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -306,7 +306,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -342,7 +342,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -388,7 +388,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -434,7 +434,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -493,7 +493,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -539,7 +539,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -582,7 +582,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -627,7 +627,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -680,7 +680,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -718,7 +718,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -763,7 +763,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -815,7 +815,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -874,7 +874,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -910,7 +910,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -956,7 +956,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1022,7 +1022,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1065,7 +1065,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1118,7 +1118,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1178,7 +1178,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1228,7 +1228,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1280,7 +1280,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1339,7 +1339,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1385,7 +1385,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1428,7 +1428,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1471,7 +1471,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1524,7 +1524,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1569,7 +1569,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1621,7 +1621,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1682,7 +1682,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1725,7 +1725,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1768,7 +1768,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1821,7 +1821,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1874,7 +1874,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1927,7 +1927,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1980,7 +1980,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2018,7 +2018,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2068,7 +2068,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2113,7 +2113,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2158,7 +2158,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2203,7 +2203,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2262,7 +2262,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2308,7 +2308,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2351,7 +2351,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2394,7 +2394,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2447,7 +2447,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2492,7 +2492,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2544,7 +2544,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2582,7 +2582,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2650,12 +2650,10 @@ }, "validator": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "create_key": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates whether it's required to create a key or not." } } @@ -3199,7 +3197,6 @@ }, "validator": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "json_class": { @@ -3263,7 +3260,6 @@ }, "validator": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates client type is validator or not." } } @@ -3306,8 +3302,7 @@ "type": "string" }, "frozen": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "json_class": { "type": "string" @@ -3378,24 +3373,19 @@ "type": "object", "properties": { "read": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "create": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "grant": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "update": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "delete": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -4362,7 +4352,6 @@ }, "skipped": { "type": "boolean", - "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "position": { @@ -4400,12 +4389,10 @@ }, "working_tree_clean": { "type": "boolean", - "format": "boolean", "description": "Boolean that denotes if the working tree is clean or not." }, "published": { "type": "boolean", - "format": "boolean", "description": "Source's published information." }, "synchronized_remote_branches": { diff --git a/api/external/infra_proxy/request/clients.pb.go b/api/external/infra_proxy/request/clients.pb.go index 62d7b51ec7e..51df4ec5f57 100644 --- a/api/external/infra_proxy/request/clients.pb.go +++ b/api/external/infra_proxy/request/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/clients.proto @@ -372,7 +372,7 @@ func file_external_infra_proxy_request_clients_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_infra_proxy_request_clients_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_clients_proto_goTypes = []any{ (*Clients)(nil), // 0: chef.automate.api.infra_proxy.request.Clients (*Client)(nil), // 1: chef.automate.api.infra_proxy.request.Client (*CreateClient)(nil), // 2: chef.automate.api.infra_proxy.request.CreateClient @@ -395,7 +395,7 @@ func file_external_infra_proxy_request_clients_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Clients); i { case 0: return &v.state @@ -407,7 +407,7 @@ func file_external_infra_proxy_request_clients_proto_init() { return nil } } - file_external_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Client); i { case 0: return &v.state @@ -419,7 +419,7 @@ func file_external_infra_proxy_request_clients_proto_init() { return nil } } - file_external_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -431,7 +431,7 @@ func file_external_infra_proxy_request_clients_proto_init() { return nil } } - file_external_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ClientKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/common.pb.go b/api/external/infra_proxy/request/common.pb.go index 5b7c3097002..2fd547aa8d4 100644 --- a/api/external/infra_proxy/request/common.pb.go +++ b/api/external/infra_proxy/request/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/common.proto @@ -119,7 +119,7 @@ func file_external_infra_proxy_request_common_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_infra_proxy_request_common_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_common_proto_goTypes = []any{ (*SearchQuery)(nil), // 0: chef.automate.api.infra_proxy.request.SearchQuery } var file_external_infra_proxy_request_common_proto_depIdxs = []int32{ @@ -136,7 +136,7 @@ func file_external_infra_proxy_request_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*SearchQuery); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/cookbooks.pb.go b/api/external/infra_proxy/request/cookbooks.pb.go index 1a565743eb8..317f0de2eb7 100644 --- a/api/external/infra_proxy/request/cookbooks.pb.go +++ b/api/external/infra_proxy/request/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/cookbooks.proto @@ -356,7 +356,7 @@ func file_external_infra_proxy_request_cookbooks_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_infra_proxy_request_cookbooks_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_cookbooks_proto_goTypes = []any{ (*Cookbooks)(nil), // 0: chef.automate.api.infra_proxy.request.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.api.infra_proxy.request.CookbookVersions (*Cookbook)(nil), // 2: chef.automate.api.infra_proxy.request.Cookbook @@ -376,7 +376,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -388,7 +388,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -400,7 +400,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -412,7 +412,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CookbookFileContent); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/databags.pb.go b/api/external/infra_proxy/request/databags.pb.go index 86bb0a49fbe..147e5f0b521 100644 --- a/api/external/infra_proxy/request/databags.pb.go +++ b/api/external/infra_proxy/request/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/databags.proto @@ -603,7 +603,7 @@ func file_external_infra_proxy_request_databags_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_request_databags_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_databags_proto_goTypes = []any{ (*DataBags)(nil), // 0: chef.automate.api.infra_proxy.request.DataBags (*DataBag)(nil), // 1: chef.automate.api.infra_proxy.request.DataBag (*DataBagItems)(nil), // 2: chef.automate.api.infra_proxy.request.DataBagItems @@ -632,7 +632,7 @@ func file_external_infra_proxy_request_databags_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*DataBags); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DataBag); i { case 0: return &v.state @@ -656,7 +656,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -680,7 +680,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/environments.pb.go b/api/external/infra_proxy/request/environments.pb.go index d44bb6311fb..08457fe50ce 100644 --- a/api/external/infra_proxy/request/environments.pb.go +++ b/api/external/infra_proxy/request/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/environments.proto @@ -485,7 +485,7 @@ func file_external_infra_proxy_request_environments_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_environments_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_environments_proto_goTypes = []any{ (*Environments)(nil), // 0: chef.automate.api.infra_proxy.request.Environments (*Environment)(nil), // 1: chef.automate.api.infra_proxy.request.Environment (*CreateEnvironment)(nil), // 2: chef.automate.api.infra_proxy.request.CreateEnvironment @@ -517,7 +517,7 @@ func file_external_infra_proxy_request_environments_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Environments); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_external_infra_proxy_request_environments_proto_init() { return nil } } - file_external_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Environment); i { case 0: return &v.state @@ -541,7 +541,7 @@ func file_external_infra_proxy_request_environments_proto_init() { return nil } } - file_external_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateEnvironment); i { case 0: return &v.state @@ -553,7 +553,7 @@ func file_external_infra_proxy_request_environments_proto_init() { return nil } } - file_external_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateEnvironment); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/nodes.pb.go b/api/external/infra_proxy/request/nodes.pb.go index cb902f78af9..446bbbd94c0 100644 --- a/api/external/infra_proxy/request/nodes.pb.go +++ b/api/external/infra_proxy/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/nodes.proto @@ -713,7 +713,7 @@ func file_external_infra_proxy_request_nodes_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_request_nodes_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_nodes_proto_goTypes = []any{ (*Nodes)(nil), // 0: chef.automate.api.infra_proxy.request.Nodes (*Node)(nil), // 1: chef.automate.api.infra_proxy.request.Node (*NodeDetails)(nil), // 2: chef.automate.api.infra_proxy.request.NodeDetails @@ -745,7 +745,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -757,7 +757,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -769,7 +769,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*NodeDetails); i { case 0: return &v.state @@ -781,7 +781,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -793,7 +793,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -805,7 +805,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -817,7 +817,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/orgs.pb.go b/api/external/infra_proxy/request/orgs.pb.go index 06cc8783881..36d74f9a330 100644 --- a/api/external/infra_proxy/request/orgs.pb.go +++ b/api/external/infra_proxy/request/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/orgs.proto @@ -487,7 +487,7 @@ func file_external_infra_proxy_request_orgs_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_orgs_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_orgs_proto_goTypes = []any{ (*CreateOrg)(nil), // 0: chef.automate.api.infra_proxy.request.CreateOrg (*UpdateOrg)(nil), // 1: chef.automate.api.infra_proxy.request.UpdateOrg (*DeleteOrg)(nil), // 2: chef.automate.api.infra_proxy.request.DeleteOrg @@ -509,7 +509,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -521,7 +521,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -533,7 +533,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -557,7 +557,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/policyfiles.pb.go b/api/external/infra_proxy/request/policyfiles.pb.go index c8bce13b2e0..fff2987e73d 100644 --- a/api/external/infra_proxy/request/policyfiles.pb.go +++ b/api/external/infra_proxy/request/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/policyfiles.proto @@ -407,7 +407,7 @@ func file_external_infra_proxy_request_policyfiles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_infra_proxy_request_policyfiles_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_policyfiles_proto_goTypes = []any{ (*Policyfiles)(nil), // 0: chef.automate.api.infra_proxy.request.Policyfiles (*Policyfile)(nil), // 1: chef.automate.api.infra_proxy.request.Policyfile (*DeletePolicyfile)(nil), // 2: chef.automate.api.infra_proxy.request.DeletePolicyfile @@ -428,7 +428,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -440,7 +440,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -452,7 +452,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -464,7 +464,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -476,7 +476,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Policygroup); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/roles.pb.go b/api/external/infra_proxy/request/roles.pb.go index 327918baa5b..ca4c3e74b0d 100644 --- a/api/external/infra_proxy/request/roles.pb.go +++ b/api/external/infra_proxy/request/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/roles.proto @@ -613,7 +613,7 @@ func file_external_infra_proxy_request_roles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_roles_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_roles_proto_goTypes = []any{ (*Roles)(nil), // 0: chef.automate.api.infra_proxy.request.Roles (*Role)(nil), // 1: chef.automate.api.infra_proxy.request.Role (*CreateRole)(nil), // 2: chef.automate.api.infra_proxy.request.CreateRole @@ -645,7 +645,7 @@ func file_external_infra_proxy_request_roles_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Roles); i { case 0: return &v.state @@ -657,7 +657,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Role); i { case 0: return &v.state @@ -669,7 +669,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateRole); i { case 0: return &v.state @@ -681,7 +681,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateRole); i { case 0: return &v.state @@ -693,7 +693,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*EnvRunList); i { case 0: return &v.state @@ -705,7 +705,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/servers.pb.go b/api/external/infra_proxy/request/servers.pb.go index 835b62e2e7b..3f023eba2e1 100644 --- a/api/external/infra_proxy/request/servers.pb.go +++ b/api/external/infra_proxy/request/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/servers.proto @@ -400,7 +400,7 @@ func file_external_infra_proxy_request_servers_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_servers_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_servers_proto_goTypes = []any{ (*CreateServer)(nil), // 0: chef.automate.api.infra_proxy.request.CreateServer (*UpdateServer)(nil), // 1: chef.automate.api.infra_proxy.request.UpdateServer (*DeleteServer)(nil), // 2: chef.automate.api.infra_proxy.request.DeleteServer @@ -422,7 +422,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -434,7 +434,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -446,7 +446,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetServers); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetServer); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/users.pb.go b/api/external/infra_proxy/request/users.pb.go index ccac59e676e..9e3169c2ab4 100644 --- a/api/external/infra_proxy/request/users.pb.go +++ b/api/external/infra_proxy/request/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/request/users.proto @@ -181,7 +181,7 @@ func file_external_infra_proxy_request_users_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_users_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_infra_proxy_request_users_proto_goTypes = []interface{}{ +var file_external_infra_proxy_request_users_proto_goTypes = []any{ (*OrgUsers)(nil), // 0: chef.automate.api.infra_proxy.request.OrgUsers (*ServerUsers)(nil), // 1: chef.automate.api.infra_proxy.request.ServerUsers } @@ -199,7 +199,7 @@ func file_external_infra_proxy_request_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -211,7 +211,7 @@ func file_external_infra_proxy_request_users_proto_init() { return nil } } - file_external_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/clients.pb.go b/api/external/infra_proxy/response/clients.pb.go index ba264ab619b..35ea8ae58ba 100644 --- a/api/external/infra_proxy/response/clients.pb.go +++ b/api/external/infra_proxy/response/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/clients.proto @@ -588,7 +588,7 @@ func file_external_infra_proxy_response_clients_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_response_clients_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_clients_proto_goTypes = []any{ (*Clients)(nil), // 0: chef.automate.api.infra_proxy.response.Clients (*ClientListItem)(nil), // 1: chef.automate.api.infra_proxy.response.ClientListItem (*Client)(nil), // 2: chef.automate.api.infra_proxy.response.Client @@ -615,7 +615,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Clients); i { case 0: return &v.state @@ -627,7 +627,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ClientListItem); i { case 0: return &v.state @@ -639,7 +639,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Client); i { case 0: return &v.state @@ -651,7 +651,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -663,7 +663,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ResetClient); i { case 0: return &v.state @@ -675,7 +675,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ClientKey); i { case 0: return &v.state @@ -687,7 +687,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ClientAccessKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/common.pb.go b/api/external/infra_proxy/response/common.pb.go index 3a750c590c2..9c94d2f29a9 100644 --- a/api/external/infra_proxy/response/common.pb.go +++ b/api/external/infra_proxy/response/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/common.proto @@ -165,7 +165,7 @@ func file_external_infra_proxy_response_common_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_infra_proxy_response_common_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_common_proto_goTypes = []any{ (*RunList)(nil), // 0: chef.automate.api.infra_proxy.response.RunList } var file_external_infra_proxy_response_common_proto_depIdxs = []int32{ @@ -183,7 +183,7 @@ func file_external_infra_proxy_response_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/cookbooks.pb.go b/api/external/infra_proxy/response/cookbooks.pb.go index 29af69d2aac..4ee0d45b21c 100644 --- a/api/external/infra_proxy/response/cookbooks.pb.go +++ b/api/external/infra_proxy/response/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/cookbooks.proto @@ -804,7 +804,7 @@ func file_external_infra_proxy_response_cookbooks_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_infra_proxy_response_cookbooks_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_cookbooks_proto_goTypes = []any{ (*Cookbooks)(nil), // 0: chef.automate.api.infra_proxy.response.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.api.infra_proxy.response.CookbookVersions (*CookbookFileContent)(nil), // 2: chef.automate.api.infra_proxy.response.CookbookFileContent @@ -840,7 +840,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -852,7 +852,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -864,7 +864,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CookbookFileContent); i { case 0: return &v.state @@ -876,7 +876,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CookbookVersion); i { case 0: return &v.state @@ -888,7 +888,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -900,7 +900,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CookbookItem); i { case 0: return &v.state @@ -912,7 +912,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CookbookMeta); i { case 0: return &v.state @@ -924,7 +924,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*CookbookAccess); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/databags.pb.go b/api/external/infra_proxy/response/databags.pb.go index f047492115e..841b88755ad 100644 --- a/api/external/infra_proxy/response/databags.pb.go +++ b/api/external/infra_proxy/response/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/databags.proto @@ -530,7 +530,7 @@ func file_external_infra_proxy_response_databags_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_infra_proxy_response_databags_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_databags_proto_goTypes = []any{ (*DataBags)(nil), // 0: chef.automate.api.infra_proxy.response.DataBags (*DataBagItems)(nil), // 1: chef.automate.api.infra_proxy.response.DataBagItems (*DataBagListItem)(nil), // 2: chef.automate.api.infra_proxy.response.DataBagListItem @@ -556,7 +556,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*DataBags); i { case 0: return &v.state @@ -568,7 +568,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -580,7 +580,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DataBagListItem); i { case 0: return &v.state @@ -592,7 +592,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -604,7 +604,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DataBag); i { case 0: return &v.state @@ -616,7 +616,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -628,7 +628,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -640,7 +640,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/environments.pb.go b/api/external/infra_proxy/response/environments.pb.go index 2727f41a4d4..2e87fc9a064 100644 --- a/api/external/infra_proxy/response/environments.pb.go +++ b/api/external/infra_proxy/response/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/environments.proto @@ -365,7 +365,7 @@ func file_external_infra_proxy_response_environments_proto_rawDescGZIP() []byte } var file_external_infra_proxy_response_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_infra_proxy_response_environments_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_environments_proto_goTypes = []any{ (*Environments)(nil), // 0: chef.automate.api.infra_proxy.response.Environments (*EnvironmentListItem)(nil), // 1: chef.automate.api.infra_proxy.response.EnvironmentListItem (*Environment)(nil), // 2: chef.automate.api.infra_proxy.response.Environment @@ -388,7 +388,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Environments); i { case 0: return &v.state @@ -400,7 +400,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return nil } } - file_external_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*EnvironmentListItem); i { case 0: return &v.state @@ -412,7 +412,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return nil } } - file_external_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Environment); i { case 0: return &v.state @@ -424,7 +424,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return nil } } - file_external_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*EnvironmentRecipesList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/nodes.pb.go b/api/external/infra_proxy/response/nodes.pb.go index 75fbd40676e..c8ecb16c84f 100644 --- a/api/external/infra_proxy/response/nodes.pb.go +++ b/api/external/infra_proxy/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/nodes.proto @@ -712,7 +712,7 @@ func file_external_infra_proxy_response_nodes_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_infra_proxy_response_nodes_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_nodes_proto_goTypes = []any{ (*Nodes)(nil), // 0: chef.automate.api.infra_proxy.response.Nodes (*NodeAttribute)(nil), // 1: chef.automate.api.infra_proxy.response.NodeAttribute (*DeleteNode)(nil), // 2: chef.automate.api.infra_proxy.response.DeleteNode @@ -740,7 +740,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { } file_external_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -752,7 +752,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -764,7 +764,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteNode); i { case 0: return &v.state @@ -776,7 +776,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -788,7 +788,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -800,7 +800,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -812,7 +812,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -824,7 +824,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/orgs.pb.go b/api/external/infra_proxy/response/orgs.pb.go index 915b7287a1d..8f3749c6fc2 100644 --- a/api/external/infra_proxy/response/orgs.pb.go +++ b/api/external/infra_proxy/response/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/orgs.proto @@ -468,7 +468,7 @@ func file_external_infra_proxy_response_orgs_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_response_orgs_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_orgs_proto_goTypes = []any{ (*CreateOrg)(nil), // 0: chef.automate.api.infra_proxy.response.CreateOrg (*DeleteOrg)(nil), // 1: chef.automate.api.infra_proxy.response.DeleteOrg (*UpdateOrg)(nil), // 2: chef.automate.api.infra_proxy.response.UpdateOrg @@ -497,7 +497,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -509,7 +509,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -521,7 +521,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -533,7 +533,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -557,7 +557,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Org); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/policyfiles.pb.go b/api/external/infra_proxy/response/policyfiles.pb.go index ebe3554b5a0..de99a4044ac 100644 --- a/api/external/infra_proxy/response/policyfiles.pb.go +++ b/api/external/infra_proxy/response/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/policyfiles.proto @@ -1222,7 +1222,7 @@ func file_external_infra_proxy_response_policyfiles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_external_infra_proxy_response_policyfiles_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_policyfiles_proto_goTypes = []any{ (*Policyfiles)(nil), // 0: chef.automate.api.infra_proxy.response.Policyfiles (*PolicyfileListItem)(nil), // 1: chef.automate.api.infra_proxy.response.PolicyfileListItem (*Policyfile)(nil), // 2: chef.automate.api.infra_proxy.response.Policyfile @@ -1267,7 +1267,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { } file_external_infra_proxy_response_roles_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -1279,7 +1279,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileListItem); i { case 0: return &v.state @@ -1291,7 +1291,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -1303,7 +1303,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SolutionDependencies); i { case 0: return &v.state @@ -1315,7 +1315,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DepedenciesData); i { case 0: return &v.state @@ -1327,7 +1327,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*IncludedPolicyLock); i { case 0: return &v.state @@ -1339,7 +1339,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CookbookLock); i { case 0: return &v.state @@ -1351,7 +1351,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*SCMDetail); i { case 0: return &v.state @@ -1363,7 +1363,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*SourceOptions); i { case 0: return &v.state @@ -1375,7 +1375,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*NamedRunList); i { case 0: return &v.state @@ -1387,7 +1387,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -1399,7 +1399,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -1411,7 +1411,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileRevision); i { case 0: return &v.state @@ -1423,7 +1423,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*Policygroup); i { case 0: return &v.state @@ -1435,7 +1435,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*GroupPolicy); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/roles.pb.go b/api/external/infra_proxy/response/roles.pb.go index e5da9a774fa..040d5ded361 100644 --- a/api/external/infra_proxy/response/roles.pb.go +++ b/api/external/infra_proxy/response/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/roles.proto @@ -430,7 +430,7 @@ func file_external_infra_proxy_response_roles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_infra_proxy_response_roles_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_roles_proto_goTypes = []any{ (*Roles)(nil), // 0: chef.automate.api.infra_proxy.response.Roles (*RoleListItem)(nil), // 1: chef.automate.api.infra_proxy.response.RoleListItem (*Role)(nil), // 2: chef.automate.api.infra_proxy.response.Role @@ -455,7 +455,7 @@ func file_external_infra_proxy_response_roles_proto_init() { } file_external_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Roles); i { case 0: return &v.state @@ -467,7 +467,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RoleListItem); i { case 0: return &v.state @@ -479,7 +479,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Role); i { case 0: return &v.state @@ -491,7 +491,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -503,7 +503,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*RoleEnvironments); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/servers.pb.go b/api/external/infra_proxy/response/servers.pb.go index 1e59be0cd1f..8da9160e32f 100644 --- a/api/external/infra_proxy/response/servers.pb.go +++ b/api/external/infra_proxy/response/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/servers.proto @@ -496,7 +496,7 @@ func file_external_infra_proxy_response_servers_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_infra_proxy_response_servers_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_servers_proto_goTypes = []any{ (*CreateServer)(nil), // 0: chef.automate.api.infra_proxy.response.CreateServer (*DeleteServer)(nil), // 1: chef.automate.api.infra_proxy.response.DeleteServer (*UpdateServer)(nil), // 2: chef.automate.api.infra_proxy.response.UpdateServer @@ -528,7 +528,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -540,7 +540,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -552,7 +552,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -564,7 +564,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetServers); i { case 0: return &v.state @@ -576,7 +576,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetServer); i { case 0: return &v.state @@ -588,7 +588,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Server); i { case 0: return &v.state @@ -600,7 +600,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/users.pb.go b/api/external/infra_proxy/response/users.pb.go index 6b4b7ac2772..0db86e1fc4f 100644 --- a/api/external/infra_proxy/response/users.pb.go +++ b/api/external/infra_proxy/response/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/infra_proxy/response/users.proto @@ -238,7 +238,7 @@ func file_external_infra_proxy_response_users_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_users_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_infra_proxy_response_users_proto_goTypes = []interface{}{ +var file_external_infra_proxy_response_users_proto_goTypes = []any{ (*OrgUsers)(nil), // 0: chef.automate.api.infra_proxy.response.OrgUsers (*UsersListItem)(nil), // 1: chef.automate.api.infra_proxy.response.UsersListItem (*ServerUsers)(nil), // 2: chef.automate.api.infra_proxy.response.ServerUsers @@ -259,7 +259,7 @@ func file_external_infra_proxy_response_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -271,7 +271,7 @@ func file_external_infra_proxy_response_users_proto_init() { return nil } } - file_external_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UsersListItem); i { case 0: return &v.state @@ -283,7 +283,7 @@ func file_external_infra_proxy_response_users_proto_init() { return nil } } - file_external_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/external/ingest/chef.pb.go b/api/external/ingest/chef.pb.go index 97a7a92c216..3c94904a086 100644 --- a/api/external/ingest/chef.pb.go +++ b/api/external/ingest/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/chef.proto @@ -55,66 +55,65 @@ var file_external_ingest_chef_proto_rawDesc = []byte{ 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, - 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xed, + 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd5, 0x0a, 0x0a, 0x0c, 0x43, 0x68, 0x65, 0x66, 0x49, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x65, 0x72, 0x12, - 0xdb, 0x01, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, + 0xd7, 0x01, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x75, 0x6e, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, - 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, - 0x72, 0x75, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xd8, 0x01, - 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x1f, 0x69, 0x6e, 0x67, 0x65, + 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, + 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x75, 0x6e, 0x73, 0x12, 0x13, 0x69, 0x6e, 0x67, + 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x3a, 0x01, 0x2a, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xd4, 0x01, 0x0a, 0x11, 0x50, 0x72, + 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, + 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x15, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x63, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0xd4, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, + 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, + 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x0c, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, + 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, + 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x83, 0x02, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, + 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, + 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, + 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x3c, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, - 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, - 0x17, 0x12, 0x15, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xd8, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, - 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x28, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, - 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, - 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x22, 0x25, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x64, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x6e, - 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, - 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x12, 0x87, 0x02, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, - 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x22, 0x30, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x6d, - 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xef, 0x01, + 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x62, 0x8a, 0xb5, 0x18, 0x23, 0x0a, + 0x0c, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x13, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x3a, 0x01, 0x2a, 0x22, 0x30, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x6d, 0x75, 0x6c, + 0x74, 0x69, 0x70, 0x6c, 0x65, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x12, 0xeb, 0x01, 0x0a, 0x13, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, @@ -122,34 +121,33 @@ var file_external_ingest_chef_proto_rawDesc = []byte{ 0x73, 0x1a, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, - 0x65, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x70, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x22, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x25, 0x0a, 0x23, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, 0x6c, 0x69, - 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, - 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, - 0xcc, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, - 0x6e, 0x66, 0x6f, 0x22, 0x59, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, - 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x2e, - 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, - 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x8a, + 0xb5, 0x18, 0x3a, 0x0a, 0x23, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, + 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x22, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x12, 0xc8, 0x01, 0x0a, 0x0a, + 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, + 0x55, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, + 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_ingest_chef_proto_goTypes = []interface{}{ +var file_external_ingest_chef_proto_goTypes = []any{ (*request.Run)(nil), // 0: chef.automate.api.ingest.request.Run (*request.Action)(nil), // 1: chef.automate.api.ingest.request.Action (*request.Delete)(nil), // 2: chef.automate.api.ingest.request.Delete diff --git a/api/external/ingest/chef.pb.gw.go b/api/external/ingest/chef.pb.gw.go index c9ae2cf8ae3..220ce894db5 100644 --- a/api/external/ingest/chef.pb.gw.go +++ b/api/external/ingest/chef.pb.gw.go @@ -22,6 +22,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,6 +33,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_ChefIngester_ProcessChefRun_0(ctx context.Context, marshaler runtime.Marshaler, client ChefIngesterClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.Run @@ -224,11 +226,14 @@ func local_request_ChefIngester_GetVersion_0(ctx context.Context, marshaler runt // RegisterChefIngesterHandlerServer registers the http handlers for service ChefIngester to "mux". // UnaryRPC :call ChefIngesterServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterChefIngesterHandlerFromEndpoint instead. func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChefIngesterServer) error { mux.Handle("POST", pattern_ChefIngester_ProcessChefRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -236,6 +241,7 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessChefRun_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -249,6 +255,8 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessChefAction_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -256,6 +264,7 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessChefAction_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -269,6 +278,8 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessNodeDelete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -276,6 +287,7 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessNodeDelete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -289,6 +301,8 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessMultipleNodeDeletes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -296,6 +310,7 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessMultipleNodeDeletes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -309,6 +324,8 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessLivenessPing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -316,6 +333,7 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessLivenessPing_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -329,6 +347,8 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_ChefIngester_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -336,6 +356,7 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/ingest/chef.swagger.json b/api/external/ingest/chef.swagger.json index 27c7eb45846..d0140e830a1 100644 --- a/api/external/ingest/chef.swagger.json +++ b/api/external/ingest/chef.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -118,7 +118,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -182,7 +182,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -563,8 +563,7 @@ "type": "string" }, "skipped": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "children": { "type": "array", diff --git a/api/external/ingest/job_scheduler.pb.go b/api/external/ingest/job_scheduler.pb.go index 787209653bf..89d7b468e01 100644 --- a/api/external/ingest/job_scheduler.pb.go +++ b/api/external/ingest/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/job_scheduler.proto @@ -44,8 +44,8 @@ var file_external_ingest_job_scheduler_proto_rawDesc = []byte{ 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x6a, 0x6f, 0x62, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa5, 0x08, 0x0a, 0x0c, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0xdd, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x83, 0x08, 0x0a, 0x0c, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0xd9, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, @@ -54,70 +54,68 @@ var file_external_ingest_job_scheduler_proto_rawDesc = []byte{ 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, - 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x11, 0x0a, 0x0f, 0x72, 0x65, 0x74, - 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, - 0x12, 0x13, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x86, 0x02, 0x0a, 0x1e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x75, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x53, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, - 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x41, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, - 0x73, 0x73, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x6e, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, - 0x11, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x83, - 0x02, 0x0a, 0x1d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, - 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x1a, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, - 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x6d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x22, 0x2b, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, - 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2d, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x11, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, - 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x72, 0x65, - 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x12, 0xa5, 0x02, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, - 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x6f, - 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x50, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x13, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0xfc, 0x01, 0x0a, 0x1e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4e, + 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, + 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, + 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, + 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x64, 0x8a, 0xb5, 0x18, 0x29, + 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, + 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, + 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x12, 0xf9, 0x01, 0x0a, 0x1d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x4c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x75, 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, - 0x6f, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x72, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x22, 0x35, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x11, 0x0a, - 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x2e, 0x5a, 0x2c, - 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, - 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, + 0x75, 0x72, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x29, 0x0a, 0x0f, 0x72, + 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x16, + 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, + 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2d, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x9b, 0x02, 0x0a, + 0x29, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, + 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, + 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x4c, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, + 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, + 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x6d, 0x8a, 0xb5, 0x18, + 0x29, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, + 0x3a, 0x01, 0x2a, 0x22, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, + 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, + 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } -var file_external_ingest_job_scheduler_proto_goTypes = []interface{}{ +var file_external_ingest_job_scheduler_proto_goTypes = []any{ (*request.GetStatusJobScheduler)(nil), // 0: chef.automate.api.ingest.request.GetStatusJobScheduler (*request.SchedulerConfig)(nil), // 1: chef.automate.api.ingest.request.SchedulerConfig (*response.JobSchedulerStatus)(nil), // 2: chef.automate.api.ingest.response.JobSchedulerStatus diff --git a/api/external/ingest/job_scheduler.pb.gw.go b/api/external/ingest/job_scheduler.pb.gw.go index 9dbbaeb85d5..57f910fd7f6 100644 --- a/api/external/ingest/job_scheduler.pb.gw.go +++ b/api/external/ingest/job_scheduler.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_JobScheduler_GetStatusJobScheduler_0(ctx context.Context, marshaler runtime.Marshaler, client JobSchedulerClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.GetStatusJobScheduler @@ -155,11 +157,14 @@ func local_request_JobScheduler_ConfigureMissingNodesForDeletionScheduler_0(ctx // RegisterJobSchedulerHandlerServer registers the http handlers for service JobScheduler to "mux". // UnaryRPC :call JobSchedulerServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobSchedulerHandlerFromEndpoint instead. func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobSchedulerServer) error { mux.Handle("GET", pattern_JobScheduler_GetStatusJobScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -167,6 +172,7 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_GetStatusJobScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -180,6 +186,8 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_JobScheduler_ConfigureNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -187,6 +195,7 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_ConfigureNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -200,6 +209,8 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_JobScheduler_ConfigureDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -207,6 +218,7 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_ConfigureDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -220,6 +232,8 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_JobScheduler_ConfigureMissingNodesForDeletionScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -227,6 +241,7 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_ConfigureMissingNodesForDeletionScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/ingest/job_scheduler.swagger.json b/api/external/ingest/job_scheduler.swagger.json index 08038b63ae9..fe14e46a955 100644 --- a/api/external/ingest/job_scheduler.swagger.json +++ b/api/external/ingest/job_scheduler.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -118,7 +118,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -141,8 +141,7 @@ "type": "string" }, "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } }, "description": "SchedulerConfig\nThe job message to configure the Delete Node Job\nevery - It accepts '1h30m', '1m', '2h30m', ..." @@ -160,8 +159,7 @@ "type": "object", "properties": { "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "name": { "type": "string" @@ -190,8 +188,7 @@ "type": "object", "properties": { "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "jobs": { "type": "array", diff --git a/api/external/ingest/request/action.pb.go b/api/external/ingest/request/action.pb.go index c45bc92c7c3..5a0ffd197ba 100644 --- a/api/external/ingest/request/action.pb.go +++ b/api/external/ingest/request/action.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/request/action.proto @@ -457,7 +457,7 @@ func file_external_ingest_request_action_proto_rawDescGZIP() []byte { } var file_external_ingest_request_action_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_ingest_request_action_proto_goTypes = []interface{}{ +var file_external_ingest_request_action_proto_goTypes = []any{ (*Action)(nil), // 0: chef.automate.api.ingest.request.Action (*Delete)(nil), // 1: chef.automate.api.ingest.request.Delete (*MultipleNodeDeleteRequest)(nil), // 2: chef.automate.api.ingest.request.MultipleNodeDeleteRequest @@ -476,7 +476,7 @@ func file_external_ingest_request_action_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_action_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_action_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Action); i { case 0: return &v.state @@ -488,7 +488,7 @@ func file_external_ingest_request_action_proto_init() { return nil } } - file_external_ingest_request_action_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_action_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Delete); i { case 0: return &v.state @@ -500,7 +500,7 @@ func file_external_ingest_request_action_proto_init() { return nil } } - file_external_ingest_request_action_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_action_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*MultipleNodeDeleteRequest); i { case 0: return &v.state diff --git a/api/external/ingest/request/chef.pb.go b/api/external/ingest/request/chef.pb.go index a19691b5e7c..48e8a271a8f 100644 --- a/api/external/ingest/request/chef.pb.go +++ b/api/external/ingest/request/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/request/chef.proto @@ -905,7 +905,7 @@ func file_external_ingest_request_chef_proto_rawDescGZIP() []byte { } var file_external_ingest_request_chef_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_ingest_request_chef_proto_goTypes = []interface{}{ +var file_external_ingest_request_chef_proto_goTypes = []any{ (*Run)(nil), // 0: chef.automate.api.ingest.request.Run (*Deprecation)(nil), // 1: chef.automate.api.ingest.request.Deprecation (*ExpandedRunList)(nil), // 2: chef.automate.api.ingest.request.ExpandedRunList @@ -943,7 +943,7 @@ func file_external_ingest_request_chef_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_chef_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Run); i { case 0: return &v.state @@ -955,7 +955,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Deprecation); i { case 0: return &v.state @@ -967,7 +967,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -979,7 +979,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*RunList); i { case 0: return &v.state @@ -991,7 +991,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Resource); i { case 0: return &v.state @@ -1003,7 +1003,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Error); i { case 0: return &v.state @@ -1015,7 +1015,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_chef_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Description); i { case 0: return &v.state diff --git a/api/external/ingest/request/job_scheduler.pb.go b/api/external/ingest/request/job_scheduler.pb.go index 673fa4b8f3e..73b4740974e 100644 --- a/api/external/ingest/request/job_scheduler.pb.go +++ b/api/external/ingest/request/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/request/job_scheduler.proto @@ -521,7 +521,7 @@ func file_external_ingest_request_job_scheduler_proto_rawDescGZIP() []byte { } var file_external_ingest_request_job_scheduler_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_ingest_request_job_scheduler_proto_goTypes = []interface{}{ +var file_external_ingest_request_job_scheduler_proto_goTypes = []any{ (*SchedulerConfig)(nil), // 0: chef.automate.api.ingest.request.SchedulerConfig (*GetStatusJobScheduler)(nil), // 1: chef.automate.api.ingest.request.GetStatusJobScheduler (*DeleteMarkedNodes)(nil), // 2: chef.automate.api.ingest.request.DeleteMarkedNodes @@ -548,7 +548,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_job_scheduler_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*SchedulerConfig); i { case 0: return &v.state @@ -560,7 +560,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetStatusJobScheduler); i { case 0: return &v.state @@ -572,7 +572,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteMarkedNodes); i { case 0: return &v.state @@ -584,7 +584,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*StartDeleteNodesScheduler); i { case 0: return &v.state @@ -596,7 +596,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*StopDeleteNodesScheduler); i { case 0: return &v.state @@ -608,7 +608,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*MarkMissingNodesForDeletion); i { case 0: return &v.state @@ -620,7 +620,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*StartMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -632,7 +632,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*StopMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*MarkNodesMissing); i { case 0: return &v.state @@ -656,7 +656,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*StartNodesMissingScheduler); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_job_scheduler_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*StopNodesMissingScheduler); i { case 0: return &v.state diff --git a/api/external/ingest/request/liveness.pb.go b/api/external/ingest/request/liveness.pb.go index 1681e629de6..9b327925cc1 100644 --- a/api/external/ingest/request/liveness.pb.go +++ b/api/external/ingest/request/liveness.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/request/liveness.proto @@ -158,7 +158,7 @@ func file_external_ingest_request_liveness_proto_rawDescGZIP() []byte { } var file_external_ingest_request_liveness_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_ingest_request_liveness_proto_goTypes = []interface{}{ +var file_external_ingest_request_liveness_proto_goTypes = []any{ (*Liveness)(nil), // 0: chef.automate.api.ingest.request.Liveness } var file_external_ingest_request_liveness_proto_depIdxs = []int32{ @@ -175,7 +175,7 @@ func file_external_ingest_request_liveness_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_liveness_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_request_liveness_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Liveness); i { case 0: return &v.state diff --git a/api/external/ingest/response/action.pb.go b/api/external/ingest/response/action.pb.go index 8f8d0232225..5b2673bdb7b 100644 --- a/api/external/ingest/response/action.pb.go +++ b/api/external/ingest/response/action.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/response/action.proto @@ -167,7 +167,7 @@ func file_external_ingest_response_action_proto_rawDescGZIP() []byte { } var file_external_ingest_response_action_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_ingest_response_action_proto_goTypes = []interface{}{ +var file_external_ingest_response_action_proto_goTypes = []any{ (*ProcessChefActionResponse)(nil), // 0: chef.automate.api.ingest.response.ProcessChefActionResponse (*ProcessNodeDeleteResponse)(nil), // 1: chef.automate.api.ingest.response.ProcessNodeDeleteResponse (*ProcessMultipleNodeDeleteResponse)(nil), // 2: chef.automate.api.ingest.response.ProcessMultipleNodeDeleteResponse @@ -186,7 +186,7 @@ func file_external_ingest_response_action_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_action_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_action_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ProcessChefActionResponse); i { case 0: return &v.state @@ -198,7 +198,7 @@ func file_external_ingest_response_action_proto_init() { return nil } } - file_external_ingest_response_action_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_action_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ProcessNodeDeleteResponse); i { case 0: return &v.state @@ -210,7 +210,7 @@ func file_external_ingest_response_action_proto_init() { return nil } } - file_external_ingest_response_action_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_action_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ProcessMultipleNodeDeleteResponse); i { case 0: return &v.state diff --git a/api/external/ingest/response/chef.pb.go b/api/external/ingest/response/chef.pb.go index 656b9dade41..66d1b174d41 100644 --- a/api/external/ingest/response/chef.pb.go +++ b/api/external/ingest/response/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/response/chef.proto @@ -87,7 +87,7 @@ func file_external_ingest_response_chef_proto_rawDescGZIP() []byte { } var file_external_ingest_response_chef_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_ingest_response_chef_proto_goTypes = []interface{}{ +var file_external_ingest_response_chef_proto_goTypes = []any{ (*ProcessChefRunResponse)(nil), // 0: chef.automate.api.ingest.response.ProcessChefRunResponse } var file_external_ingest_response_chef_proto_depIdxs = []int32{ @@ -104,7 +104,7 @@ func file_external_ingest_response_chef_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_chef_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_chef_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ProcessChefRunResponse); i { case 0: return &v.state diff --git a/api/external/ingest/response/job_scheduler.pb.go b/api/external/ingest/response/job_scheduler.pb.go index 6b2509143a0..8f1725ca76c 100644 --- a/api/external/ingest/response/job_scheduler.pb.go +++ b/api/external/ingest/response/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/response/job_scheduler.proto @@ -709,7 +709,7 @@ func file_external_ingest_response_job_scheduler_proto_rawDescGZIP() []byte { } var file_external_ingest_response_job_scheduler_proto_msgTypes = make([]protoimpl.MessageInfo, 14) -var file_external_ingest_response_job_scheduler_proto_goTypes = []interface{}{ +var file_external_ingest_response_job_scheduler_proto_goTypes = []any{ (*JobSchedulerStatus)(nil), // 0: chef.automate.api.ingest.response.JobSchedulerStatus (*Job)(nil), // 1: chef.automate.api.ingest.response.Job (*DeleteMarkedNodes)(nil), // 2: chef.automate.api.ingest.response.DeleteMarkedNodes @@ -740,7 +740,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_job_scheduler_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*JobSchedulerStatus); i { case 0: return &v.state @@ -752,7 +752,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Job); i { case 0: return &v.state @@ -764,7 +764,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteMarkedNodes); i { case 0: return &v.state @@ -776,7 +776,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*StartDeleteNodesScheduler); i { case 0: return &v.state @@ -788,7 +788,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*StopDeleteNodesScheduler); i { case 0: return &v.state @@ -800,7 +800,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConfigureDeleteNodesScheduler); i { case 0: return &v.state @@ -812,7 +812,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*MarkMissingNodesForDeletion); i { case 0: return &v.state @@ -824,7 +824,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*StartMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -836,7 +836,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*StopMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -848,7 +848,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ConfigureMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -860,7 +860,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*MarkNodesMissing); i { case 0: return &v.state @@ -872,7 +872,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*StartNodesMissingScheduler); i { case 0: return &v.state @@ -884,7 +884,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*StopNodesMissingScheduler); i { case 0: return &v.state @@ -896,7 +896,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_job_scheduler_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ConfigureNodesMissingScheduler); i { case 0: return &v.state diff --git a/api/external/ingest/response/liveness.pb.go b/api/external/ingest/response/liveness.pb.go index 7a73fd34886..89247285a54 100644 --- a/api/external/ingest/response/liveness.pb.go +++ b/api/external/ingest/response/liveness.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/ingest/response/liveness.proto @@ -87,7 +87,7 @@ func file_external_ingest_response_liveness_proto_rawDescGZIP() []byte { } var file_external_ingest_response_liveness_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_ingest_response_liveness_proto_goTypes = []interface{}{ +var file_external_ingest_response_liveness_proto_goTypes = []any{ (*ProcessLivenessResponse)(nil), // 0: chef.automate.api.ingest.response.ProcessLivenessResponse } var file_external_ingest_response_liveness_proto_depIdxs = []int32{ @@ -104,7 +104,7 @@ func file_external_ingest_response_liveness_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_liveness_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_ingest_response_liveness_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ProcessLivenessResponse); i { case 0: return &v.state diff --git a/api/external/nodes/manager/manager.pb.go b/api/external/nodes/manager/manager.pb.go index 3d2293efd0a..b127116a84c 100644 --- a/api/external/nodes/manager/manager.pb.go +++ b/api/external/nodes/manager/manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/nodes/manager/manager.proto @@ -938,142 +938,142 @@ var file_external_nodes_manager_manager_proto_rawDesc = []byte{ 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, - 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x12, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, - 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, - 0x67, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xba, 0x01, 0x0a, 0x04, + 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x52, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x12, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x12, 0xba, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x22, 0x59, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, - 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, - 0x67, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xb2, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, + 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x22, 0x59, 0x8a, + 0xb5, 0x18, 0x31, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, + 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, + 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb2, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5f, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x21, 0x1a, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, - 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, - 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa6, 0x01, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5f, 0x8a, 0xb5, + 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x1a, + 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa6, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, - 0x2a, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, - 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, - 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, - 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xcb, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5c, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x2a, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, + 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xcb, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x67, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, - 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x34, - 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, - 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd2, 0x01, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, + 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x67, 0x8a, 0xb5, 0x18, + 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x12, 0xd2, 0x01, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, - 0x70, 0x74, 0x79, 0x22, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x2a, 0x34, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, - 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x70, 0x70, 0x65, - 0x64, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, - 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd8, 0x01, 0x0a, 0x1d, 0x44, 0x65, + 0x70, 0x74, 0x79, 0x22, 0x74, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x36, 0x2a, 0x34, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, + 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, + 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x12, 0xd8, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x77, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x39, 0x2a, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, - 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, - 0x65, 0x2f, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x8a, 0xb5, 0x18, 0x34, - 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, - 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x12, 0xbc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x77, 0x8a, 0xb5, 0x18, + 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x2a, 0x37, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, + 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2f, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, + 0x61, 0x74, 0x65, 0x64, 0x12, 0xbc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x22, 0x57, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, - 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2d, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0xfd, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, + 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x22, 0x57, 0x8a, 0xb5, 0x18, 0x2d, + 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x20, 0x3a, 0x01, 0x2a, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x73, 0x65, 0x61, + 0x72, 0x63, 0x68, 0x12, 0xfd, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, - 0x65, 0x6c, 0x64, 0x73, 0x22, 0x8c, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3c, 0x22, 0x37, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, - 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2d, - 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x46, 0x0a, 0x2b, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0xf4, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, + 0x65, 0x6c, 0x64, 0x73, 0x22, 0x8c, 0x01, 0x8a, 0xb5, 0x18, 0x46, 0x0a, 0x2b, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, + 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, + 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3c, 0x3a, 0x01, 0x2a, 0x22, 0x37, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, + 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x73, 0x12, 0xf4, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x8a, 0x01, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x22, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x01, - 0x2a, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x2a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, - 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xd2, 0x01, 0x0a, 0x07, 0x43, + 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x2a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, + 0x01, 0x2a, 0x22, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, + 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, + 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, + 0x61, 0x72, 0x63, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0xd2, 0x01, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, 0x22, 0x2f, 0x61, 0x70, + 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1d, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x18, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x72, + 0x75, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1d, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x18, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x42, + 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, @@ -1094,7 +1094,7 @@ func file_external_nodes_manager_manager_proto_rawDescGZIP() []byte { var file_external_nodes_manager_manager_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_nodes_manager_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_nodes_manager_manager_proto_goTypes = []interface{}{ +var file_external_nodes_manager_manager_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.nodes.manager.v1.Query.OrderType (*ConnectResponse)(nil), // 1: chef.automate.api.nodes.manager.v1.ConnectResponse (*Id)(nil), // 2: chef.automate.api.nodes.manager.v1.Id @@ -1157,7 +1157,7 @@ func file_external_nodes_manager_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_nodes_manager_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ConnectResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Ids); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Fields); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*FieldQuery); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*NodeQuery); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*NodeManager); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*CredentialsByTags); i { case 0: return &v.state @@ -1277,7 +1277,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_manager_manager_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*NodeManagers); i { case 0: return &v.state diff --git a/api/external/nodes/manager/manager.pb.gw.go b/api/external/nodes/manager/manager.pb.gw.go index a774ee6e430..43198a74c82 100644 --- a/api/external/nodes/manager/manager.pb.gw.go +++ b/api/external/nodes/manager/manager.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_NodeManagerService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client NodeManagerServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq NodeManager @@ -652,11 +654,14 @@ func local_request_NodeManagerService_Connect_0(ctx context.Context, marshaler r // RegisterNodeManagerServiceHandlerServer registers the http handlers for service NodeManagerService to "mux". // UnaryRPC :call NodeManagerServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNodeManagerServiceHandlerFromEndpoint instead. func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NodeManagerServiceServer) error { mux.Handle("POST", pattern_NodeManagerService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -664,6 +669,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Create_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -677,6 +683,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("GET", pattern_NodeManagerService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -684,6 +692,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Read_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -697,6 +706,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("PUT", pattern_NodeManagerService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -704,6 +715,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Update_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -717,6 +729,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -724,6 +738,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -737,6 +752,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_DeleteWithNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -744,6 +761,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_DeleteWithNodes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -757,6 +775,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_DeleteWithNodeStateStopped_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -764,6 +784,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_DeleteWithNodeStateStopped_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -777,6 +798,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_DeleteWithNodeStateTerminated_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -784,6 +807,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_DeleteWithNodeStateTerminated_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -797,6 +821,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -804,6 +830,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_List_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -817,6 +844,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_SearchNodeFields_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -824,6 +853,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_SearchNodeFields_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -837,6 +867,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_SearchNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -844,6 +876,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_SearchNodes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -857,6 +890,8 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_Connect_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -864,6 +899,7 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Connect_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/nodes/manager/manager.swagger.json b/api/external/nodes/manager/manager.swagger.json index 7a913f6adbb..3e464b582a8 100644 --- a/api/external/nodes/manager/manager.swagger.json +++ b/api/external/nodes/manager/manager.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -120,7 +120,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -161,7 +161,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -194,7 +194,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -227,7 +227,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -260,7 +260,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -301,7 +301,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -342,7 +342,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -383,7 +383,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -415,7 +415,6 @@ }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { diff --git a/api/external/nodes/nodes.pb.go b/api/external/nodes/nodes.pb.go index 3543ca30030..10c235b562a 100644 --- a/api/external/nodes/nodes.pb.go +++ b/api/external/nodes/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/nodes/nodes.proto @@ -1135,88 +1135,88 @@ var file_external_nodes_nodes_proto_rawDesc = []byte{ 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x3d, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x12, 0x22, 0x0d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x8e, 0x01, 0x0a, 0x04, + 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x3d, 0x8a, 0xb5, + 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, + 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x12, 0x3a, 0x01, 0x2a, 0x22, 0x0d, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x8e, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x20, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x44, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x8e, 0x01, 0x0a, + 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x44, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x10, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0f, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x8e, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x20, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, - 0x79, 0x22, 0x4a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x1a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x79, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x89, 0x01, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x1a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x89, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, - 0x22, 0x47, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x2a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, - 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xab, 0x01, 0x0a, 0x0e, 0x42, 0x75, + 0x22, 0x47, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x17, 0x2a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xab, 0x01, 0x0a, 0x0e, 0x42, 0x75, 0x6c, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x75, 0x6c, 0x6b, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2f, 0x69, 0x64, 0x73, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x90, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0x8a, + 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x3a, 0x01, 0x2a, 0x22, 0x18, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x2f, 0x69, 0x64, 0x73, 0x12, 0x90, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, - 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x42, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, - 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa0, 0x01, 0x0a, 0x05, 0x52, + 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x42, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0xa0, 0x01, 0x0a, 0x05, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x12, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x11, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x12, 0xa5, 0x01, + 0x4c, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x11, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, + 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, + 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa5, 0x01, 0x0a, 0x0a, 0x42, 0x75, 0x6c, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x75, 0x6c, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x44, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, - 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, + 0x44, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, + 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x9b, 0x01, 0x0a, 0x0a, 0x42, 0x75, 0x6c, 0x6b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x1f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x49, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, - 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, - 0x62, 0x75, 0x6c, 0x6b, 0x2d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, - 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, - 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, + 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x49, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x3a, 0x01, 0x2a, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x62, 0x75, 0x6c, 0x6b, 0x2d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x2d, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6e, 0x6f, 0x64, @@ -1237,7 +1237,7 @@ func file_external_nodes_nodes_proto_rawDescGZIP() []byte { var file_external_nodes_nodes_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_nodes_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_external_nodes_nodes_proto_goTypes = []interface{}{ +var file_external_nodes_nodes_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.nodes.v1.Query.OrderType (LastContactData_Status)(0), // 1: chef.automate.api.nodes.v1.LastContactData.Status (*Id)(nil), // 2: chef.automate.api.nodes.v1.Id @@ -1301,7 +1301,7 @@ func file_external_nodes_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_nodes_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -1313,7 +1313,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Ids); i { case 0: return &v.state @@ -1325,7 +1325,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -1337,7 +1337,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -1349,7 +1349,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*TargetConfig); i { case 0: return &v.state @@ -1361,7 +1361,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -1373,7 +1373,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*LastContactData); i { case 0: return &v.state @@ -1385,7 +1385,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -1397,7 +1397,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ResultsRow); i { case 0: return &v.state @@ -1409,7 +1409,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_external_nodes_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*BulkDeleteResponse); i { case 0: return &v.state diff --git a/api/external/nodes/nodes.pb.gw.go b/api/external/nodes/nodes.pb.gw.go index 33c41034949..fb50b89751a 100644 --- a/api/external/nodes/nodes.pb.gw.go +++ b/api/external/nodes/nodes.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_NodesService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client NodesServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Node @@ -436,11 +438,14 @@ func local_request_NodesService_BulkCreate_0(ctx context.Context, marshaler runt // RegisterNodesServiceHandlerServer registers the http handlers for service NodesService to "mux". // UnaryRPC :call NodesServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNodesServiceHandlerFromEndpoint instead. func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NodesServiceServer) error { mux.Handle("POST", pattern_NodesService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -448,6 +453,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Create_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -461,6 +467,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_NodesService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -468,6 +476,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Read_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -481,6 +490,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("PUT", pattern_NodesService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -488,6 +499,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Update_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -501,6 +513,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("DELETE", pattern_NodesService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -508,6 +522,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -521,6 +536,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_BulkDeleteById_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -528,6 +545,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_BulkDeleteById_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -541,6 +559,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -548,6 +568,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_List_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -561,6 +582,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_NodesService_Rerun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -568,6 +591,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Rerun_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -581,6 +605,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_BulkDelete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -588,6 +614,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_BulkDelete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -601,6 +628,8 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_BulkCreate_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -608,6 +637,7 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_BulkCreate_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/nodes/nodes.swagger.json b/api/external/nodes/nodes.swagger.json index e3d18104a45..6a33743d1ca 100644 --- a/api/external/nodes/nodes.swagger.json +++ b/api/external/nodes/nodes.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -126,7 +126,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -160,7 +160,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -191,7 +191,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -222,7 +222,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -263,7 +263,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -296,7 +296,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -328,7 +328,6 @@ }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { @@ -637,17 +636,14 @@ }, "sudo": { "type": "boolean", - "format": "boolean", "description": "Uses `sudo` (boolean)." }, "ssl": { "type": "boolean", - "format": "boolean", "description": "Check ssl (boolean)." }, "self_signed": { "type": "boolean", - "format": "boolean", "description": "Allow self-signed certificate (boolean)." }, "user": { diff --git a/api/external/report_manager/report_manager.pb.go b/api/external/report_manager/report_manager.pb.go index 7c70c44932b..bf73cd1d2ba 100644 --- a/api/external/report_manager/report_manager.pb.go +++ b/api/external/report_manager/report_manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/report_manager/report_manager.proto @@ -285,13 +285,13 @@ var file_external_report_manager_report_manager_proto_rawDesc = []byte{ 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x73, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x16, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x85, 0x01, 0x0a, 0x17, 0x45, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x8a, 0xb5, 0x18, 0x35, 0x0a, + 0x16, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x85, 0x01, 0x0a, 0x17, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -320,7 +320,7 @@ func file_external_report_manager_report_manager_proto_rawDescGZIP() []byte { } var file_external_report_manager_report_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_report_manager_report_manager_proto_goTypes = []interface{}{ +var file_external_report_manager_report_manager_proto_goTypes = []any{ (*ListDownloadReportRequestsResponse)(nil), // 0: chef.automate.api.report_manager.ListDownloadReportRequestsResponse (*DownloadRequestResponse)(nil), // 1: chef.automate.api.report_manager.DownloadRequestResponse (*ExportFromReportManagerRequest)(nil), // 2: chef.automate.api.report_manager.ExportFromReportManagerRequest @@ -349,7 +349,7 @@ func file_external_report_manager_report_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ListDownloadReportRequestsResponse); i { case 0: return &v.state @@ -361,7 +361,7 @@ func file_external_report_manager_report_manager_proto_init() { return nil } } - file_external_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DownloadRequestResponse); i { case 0: return &v.state @@ -373,7 +373,7 @@ func file_external_report_manager_report_manager_proto_init() { return nil } } - file_external_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ExportFromReportManagerRequest); i { case 0: return &v.state diff --git a/api/external/report_manager/report_manager.pb.gw.go b/api/external/report_manager/report_manager.pb.gw.go index 9d8227f1eba..fc356590b50 100644 --- a/api/external/report_manager/report_manager.pb.gw.go +++ b/api/external/report_manager/report_manager.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_ReportManagerService_ListDownloadReportRequests_0(ctx context.Context, marshaler runtime.Marshaler, client ReportManagerServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -53,11 +55,14 @@ func local_request_ReportManagerService_ListDownloadReportRequests_0(ctx context // RegisterReportManagerServiceHandlerServer registers the http handlers for service ReportManagerService to "mux". // UnaryRPC :call ReportManagerServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterReportManagerServiceHandlerFromEndpoint instead. func RegisterReportManagerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReportManagerServiceServer) error { mux.Handle("GET", pattern_ReportManagerService_ListDownloadReportRequests_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -65,6 +70,7 @@ func RegisterReportManagerServiceHandlerServer(ctx context.Context, mux *runtime return } resp, md, err := local_request_ReportManagerService_ListDownloadReportRequests_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/report_manager/report_manager.swagger.json b/api/external/report_manager/report_manager.swagger.json index 3902e36d5b1..03760006f99 100644 --- a/api/external/report_manager/report_manager.swagger.json +++ b/api/external/report_manager/report_manager.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/secrets/secrets.pb.go b/api/external/secrets/secrets.pb.go index d9718e9cb0b..b5926a484fc 100644 --- a/api/external/secrets/secrets.pb.go +++ b/api/external/secrets/secrets.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/secrets/secrets.proto @@ -493,53 +493,53 @@ var file_external_secrets_secrets_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x1a, 0x1d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x22, 0x47, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x14, 0x22, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x29, 0x0a, 0x0f, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x16, 0x73, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x63, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x12, 0x98, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1d, 0x2e, + 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x22, 0x47, 0x8a, 0xb5, 0x18, + 0x29, 0x0a, 0x0f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x73, 0x12, 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, + 0x3a, 0x01, 0x2a, 0x22, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x12, 0x98, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x1a, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, - 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x8a, 0xb5, 0x18, 0x2b, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x73, 0x65, 0x63, 0x72, - 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, + 0x4e, 0x8a, 0xb5, 0x18, 0x2b, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xac, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, - 0x32, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2e, - 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa5, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x54, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x14, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x32, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa5, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x51, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, - 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x9a, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x6e, 0x73, 0x65, 0x22, 0x51, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, + 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, + 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, + 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x9a, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x22, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x22, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x73, - 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0f, 0x73, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x14, 0x73, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x22, 0x4c, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x14, 0x73, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x3a, 0x01, 0x2a, 0x22, 0x16, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x73, 0x65, 0x61, + 0x72, 0x63, 0x68, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, @@ -559,7 +559,7 @@ func file_external_secrets_secrets_proto_rawDescGZIP() []byte { var file_external_secrets_secrets_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_secrets_secrets_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_secrets_secrets_proto_goTypes = []interface{}{ +var file_external_secrets_secrets_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.api.secrets.Query.OrderType (*UpdateResponse)(nil), // 1: chef.automate.api.secrets.UpdateResponse (*DeleteResponse)(nil), // 2: chef.automate.api.secrets.DeleteResponse @@ -601,7 +601,7 @@ func file_external_secrets_secrets_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_secrets_secrets_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_secrets_secrets_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*UpdateResponse); i { case 0: return &v.state @@ -613,7 +613,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_secrets_secrets_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DeleteResponse); i { case 0: return &v.state @@ -625,7 +625,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_secrets_secrets_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -637,7 +637,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_secrets_secrets_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -649,7 +649,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_secrets_secrets_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Secret); i { case 0: return &v.state @@ -661,7 +661,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_secrets_secrets_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Secrets); i { case 0: return &v.state diff --git a/api/external/secrets/secrets.pb.gw.go b/api/external/secrets/secrets.pb.gw.go index 28d40c71a12..df87e21bf83 100644 --- a/api/external/secrets/secrets.pb.gw.go +++ b/api/external/secrets/secrets.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_SecretsService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client SecretsServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Secret @@ -280,11 +282,14 @@ func local_request_SecretsService_List_0(ctx context.Context, marshaler runtime. // RegisterSecretsServiceHandlerServer registers the http handlers for service SecretsService to "mux". // UnaryRPC :call SecretsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSecretsServiceHandlerFromEndpoint instead. func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SecretsServiceServer) error { mux.Handle("POST", pattern_SecretsService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -292,6 +297,7 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Create_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -305,6 +311,8 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("GET", pattern_SecretsService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -312,6 +320,7 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Read_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -325,6 +334,8 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("PATCH", pattern_SecretsService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -332,6 +343,7 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Update_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -345,6 +357,8 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("DELETE", pattern_SecretsService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -352,6 +366,7 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -365,6 +380,8 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("POST", pattern_SecretsService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -372,6 +389,7 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_List_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/secrets/secrets.swagger.json b/api/external/secrets/secrets.swagger.json index 73e2b46670f..5453963c20d 100644 --- a/api/external/secrets/secrets.swagger.json +++ b/api/external/secrets/secrets.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -120,7 +120,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -161,7 +161,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -193,7 +193,6 @@ }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { diff --git a/api/external/user_settings/user_settings.pb.go b/api/external/user_settings/user_settings.pb.go index 12dfc824d6c..d86f8ee46e5 100644 --- a/api/external/user_settings/user_settings.pb.go +++ b/api/external/user_settings/user_settings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: external/user_settings/user_settings.proto @@ -492,8 +492,8 @@ var file_external_user_settings_user_settings_proto_rawDesc = []byte{ 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x56, 0x61, 0x6c, 0x75, - 0x65, 0x73, 0x32, 0xf6, 0x05, 0x0a, 0x13, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, - 0x6e, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xef, 0x01, 0x0a, 0x0f, 0x47, + 0x65, 0x73, 0x32, 0xee, 0x05, 0x0a, 0x13, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, + 0x6e, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xeb, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, @@ -502,48 +502,48 @@ var file_external_user_settings_user_settings_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x69, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, - 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, - 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x8a, 0xb5, 0x18, - 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, - 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0xf2, 0x01, 0x0a, - 0x0f, 0x50, 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, - 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x2e, 0x50, 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, - 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x75, 0x74, 0x55, - 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x1a, 0x32, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, - 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, - 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, - 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x12, 0xf7, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, - 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, - 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x8c, 0x01, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x2a, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, + 0x65, 0x22, 0x65, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, + 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, + 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, + 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, + 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, 0xee, 0x01, 0x0a, 0x0f, 0x50, 0x75, 0x74, + 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x37, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, + 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, + 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, + 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x68, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, + 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, + 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x37, 0x3a, 0x01, 0x2a, 0x1a, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, - 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x8a, 0xb5, 0x18, 0x4e, 0x0a, 0x30, 0x67, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, 0xf7, 0x01, 0x0a, 0x12, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, + 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, + 0x67, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, + 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, + 0x6d, 0x70, 0x74, 0x79, 0x22, 0x8c, 0x01, 0x8a, 0xb5, 0x18, 0x4e, 0x0a, 0x30, 0x67, 0x6c, 0x6f, + 0x62, 0x61, 0x6c, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, + 0x3a, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x3a, 0x7b, 0x75, 0x73, + 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, 0x1a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x3a, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x3a, 0x7b, - 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, - 0x1a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, - 0x69, 0x6e, 0x67, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, - 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x67, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x2a, + 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, + 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, + 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x7d, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x75, 0x73, 0x65, + 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } var ( @@ -559,7 +559,7 @@ func file_external_user_settings_user_settings_proto_rawDescGZIP() []byte { } var file_external_user_settings_user_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_user_settings_user_settings_proto_goTypes = []interface{}{ +var file_external_user_settings_user_settings_proto_goTypes = []any{ (*User)(nil), // 0: chef.automate.api.user_settings.User (*GetUserSettingsRequest)(nil), // 1: chef.automate.api.user_settings.GetUserSettingsRequest (*PutUserSettingsRequest)(nil), // 2: chef.automate.api.user_settings.PutUserSettingsRequest @@ -600,7 +600,7 @@ func file_external_user_settings_user_settings_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*User); i { case 0: return &v.state @@ -612,7 +612,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetUserSettingsRequest); i { case 0: return &v.state @@ -624,7 +624,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PutUserSettingsRequest); i { case 0: return &v.state @@ -636,7 +636,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeleteUserSettingsRequest); i { case 0: return &v.state @@ -648,7 +648,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetUserSettingsResponse); i { case 0: return &v.state @@ -660,7 +660,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*PutUserSettingsResponse); i { case 0: return &v.state @@ -672,7 +672,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_external_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UserSettingValue); i { case 0: return &v.state diff --git a/api/external/user_settings/user_settings.pb.gw.go b/api/external/user_settings/user_settings.pb.gw.go index 3281e4f071e..ac04e780cbd 100644 --- a/api/external/user_settings/user_settings.pb.gw.go +++ b/api/external/user_settings/user_settings.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join var ( filter_UserSettingsService_GetUserSettings_0 = &utilities.DoubleArray{Encoding: map[string]int{"user": 0, "name": 1, "connector": 2}, Base: []int{1, 1, 1, 2, 0, 0}, Check: []int{0, 1, 2, 2, 3, 4}} @@ -314,11 +316,14 @@ func local_request_UserSettingsService_DeleteUserSettings_0(ctx context.Context, // RegisterUserSettingsServiceHandlerServer registers the http handlers for service UserSettingsService to "mux". // UnaryRPC :call UserSettingsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUserSettingsServiceHandlerFromEndpoint instead. func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UserSettingsServiceServer) error { mux.Handle("GET", pattern_UserSettingsService_GetUserSettings_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -326,6 +331,7 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_UserSettingsService_GetUserSettings_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -339,6 +345,8 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("PUT", pattern_UserSettingsService_PutUserSettings_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -346,6 +354,7 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_UserSettingsService_PutUserSettings_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -359,6 +368,8 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("DELETE", pattern_UserSettingsService_DeleteUserSettings_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -366,6 +377,7 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_UserSettingsService_DeleteUserSettings_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/user_settings/user_settings.swagger.json b/api/external/user_settings/user_settings.swagger.json index a15b10ea40d..3ba404425e0 100644 --- a/api/external/user_settings/user_settings.swagger.json +++ b/api/external/user_settings/user_settings.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -93,7 +93,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -190,7 +190,6 @@ }, "enabled": { "type": "boolean", - "format": "boolean", "title": "Enabled" }, "valid_values": { diff --git a/api/interservice/authn/authenticate.pb.go b/api/interservice/authn/authenticate.pb.go index 475c55cc856..c1393246f8f 100644 --- a/api/interservice/authn/authenticate.pb.go +++ b/api/interservice/authn/authenticate.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/authn/authenticate.proto @@ -179,7 +179,7 @@ func file_interservice_authn_authenticate_proto_rawDescGZIP() []byte { } var file_interservice_authn_authenticate_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_authn_authenticate_proto_goTypes = []interface{}{ +var file_interservice_authn_authenticate_proto_goTypes = []any{ (*AuthenticateRequest)(nil), // 0: chef.automate.domain.authn.AuthenticateRequest (*AuthenticateResponse)(nil), // 1: chef.automate.domain.authn.AuthenticateResponse } @@ -199,7 +199,7 @@ func file_interservice_authn_authenticate_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_authn_authenticate_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_authenticate_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*AuthenticateRequest); i { case 0: return &v.state @@ -211,7 +211,7 @@ func file_interservice_authn_authenticate_proto_init() { return nil } } - file_interservice_authn_authenticate_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_authenticate_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*AuthenticateResponse); i { case 0: return &v.state diff --git a/api/interservice/authn/authenticate.pb.gw.go b/api/interservice/authn/authenticate.pb.gw.go index 80e11d69b10..c1b25eccd6f 100644 --- a/api/interservice/authn/authenticate.pb.gw.go +++ b/api/interservice/authn/authenticate.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_AuthenticationService_Authenticate_0(ctx context.Context, marshaler runtime.Marshaler, client AuthenticationServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq AuthenticateRequest @@ -52,11 +54,14 @@ func local_request_AuthenticationService_Authenticate_0(ctx context.Context, mar // RegisterAuthenticationServiceHandlerServer registers the http handlers for service AuthenticationService to "mux". // UnaryRPC :call AuthenticationServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthenticationServiceHandlerFromEndpoint instead. func RegisterAuthenticationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthenticationServiceServer) error { mux.Handle("GET", pattern_AuthenticationService_Authenticate_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -64,6 +69,7 @@ func RegisterAuthenticationServiceHandlerServer(ctx context.Context, mux *runtim return } resp, md, err := local_request_AuthenticationService_Authenticate_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/authn/authenticate.pb.validate.go b/api/interservice/authn/authenticate.pb.validate.go index 72f9aae473a..5338a292caf 100644 --- a/api/interservice/authn/authenticate.pb.validate.go +++ b/api/interservice/authn/authenticate.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,23 +31,56 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _authenticate_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on AuthenticateRequest with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *AuthenticateRequest) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on AuthenticateRequest with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// AuthenticateRequestMultiError, or nil if none found. +func (m *AuthenticateRequest) ValidateAll() error { + return m.validate(true) +} + +func (m *AuthenticateRequest) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return AuthenticateRequestMultiError(errors) + } + return nil } +// AuthenticateRequestMultiError is an error wrapping multiple validation +// errors returned by AuthenticateRequest.ValidateAll() if the designated +// constraints aren't met. +type AuthenticateRequestMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m AuthenticateRequestMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m AuthenticateRequestMultiError) AllErrors() []error { return m } + // AuthenticateRequestValidationError is the validation error returned by // AuthenticateRequest.Validate if the designated constraints aren't met. type AuthenticateRequestValidationError struct { @@ -105,19 +139,54 @@ var _ interface { // Validate checks the field values on AuthenticateResponse with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *AuthenticateResponse) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on AuthenticateResponse with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// AuthenticateResponseMultiError, or nil if none found. +func (m *AuthenticateResponse) ValidateAll() error { + return m.validate(true) +} + +func (m *AuthenticateResponse) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Subject // no validation rules for Requestor + if len(errors) > 0 { + return AuthenticateResponseMultiError(errors) + } + return nil } +// AuthenticateResponseMultiError is an error wrapping multiple validation +// errors returned by AuthenticateResponse.ValidateAll() if the designated +// constraints aren't met. +type AuthenticateResponseMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m AuthenticateResponseMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m AuthenticateResponseMultiError) AllErrors() []error { return m } + // AuthenticateResponseValidationError is the validation error returned by // AuthenticateResponse.Validate if the designated constraints aren't met. type AuthenticateResponseValidationError struct { diff --git a/api/interservice/authn/authenticate.swagger.json b/api/interservice/authn/authenticate.swagger.json index bf460e4eba5..68aff0a8d82 100644 --- a/api/interservice/authn/authenticate.swagger.json +++ b/api/interservice/authn/authenticate.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/interservice/authn/tokens.pb.go b/api/interservice/authn/tokens.pb.go index 03fd23c05b2..533515894e3 100644 --- a/api/interservice/authn/tokens.pb.go +++ b/api/interservice/authn/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/authn/tokens.proto @@ -727,7 +727,7 @@ func file_interservice_authn_tokens_proto_rawDescGZIP() []byte { } var file_interservice_authn_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_interservice_authn_tokens_proto_goTypes = []interface{}{ +var file_interservice_authn_tokens_proto_goTypes = []any{ (*CreateTokenReq)(nil), // 0: chef.automate.domain.authn.CreateTokenReq (*CreateTokenWithValueReq)(nil), // 1: chef.automate.domain.authn.CreateTokenWithValueReq (*UpdateTokenReq)(nil), // 2: chef.automate.domain.authn.UpdateTokenReq @@ -766,7 +766,7 @@ func file_interservice_authn_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_authn_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateTokenReq); i { case 0: return &v.state @@ -778,7 +778,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CreateTokenWithValueReq); i { case 0: return &v.state @@ -790,7 +790,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateTokenReq); i { case 0: return &v.state @@ -802,7 +802,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Token); i { case 0: return &v.state @@ -814,7 +814,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Tokens); i { case 0: return &v.state @@ -826,7 +826,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Value); i { case 0: return &v.state @@ -838,7 +838,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetTokenReq); i { case 0: return &v.state @@ -850,7 +850,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*GetTokensReq); i { case 0: return &v.state @@ -862,7 +862,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*DeleteTokenReq); i { case 0: return &v.state @@ -874,7 +874,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authn_tokens_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*DeleteTokenResp); i { case 0: return &v.state diff --git a/api/interservice/authn/tokens.pb.validate.go b/api/interservice/authn/tokens.pb.validate.go index 85d18dac938..b2066c3a29e 100644 --- a/api/interservice/authn/tokens.pb.validate.go +++ b/api/interservice/authn/tokens.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,25 +31,41 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _tokens_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on CreateTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateTokenReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateTokenReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateTokenReqMultiError, +// or nil if none found. +func (m *CreateTokenReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateTokenReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_CreateTokenReq_Id_Pattern.MatchString(m.GetId()) { - return CreateTokenReqValidationError{ + err := CreateTokenReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name @@ -61,26 +78,55 @@ func (m *CreateTokenReq) Validate() error { _, _ = idx, item if _, exists := _CreateTokenReq_Projects_Unique[item]; exists { - return CreateTokenReqValidationError{ + err := CreateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreateTokenReq_Projects_Unique[item] = struct{}{} } if !_CreateTokenReq_Projects_Pattern.MatchString(item) { - return CreateTokenReqValidationError{ + err := CreateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return CreateTokenReqMultiError(errors) + } + return nil } +// CreateTokenReqMultiError is an error wrapping multiple validation errors +// returned by CreateTokenReq.ValidateAll() if the designated constraints +// aren't met. +type CreateTokenReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateTokenReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateTokenReqMultiError) AllErrors() []error { return m } + // CreateTokenReqValidationError is the validation error returned by // CreateTokenReq.Validate if the designated constraints aren't met. type CreateTokenReqValidationError struct { @@ -141,12 +187,26 @@ var _CreateTokenReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on CreateTokenWithValueReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *CreateTokenWithValueReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateTokenWithValueReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CreateTokenWithValueReqMultiError, or nil if none found. +func (m *CreateTokenWithValueReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateTokenWithValueReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Name @@ -161,26 +221,55 @@ func (m *CreateTokenWithValueReq) Validate() error { _, _ = idx, item if _, exists := _CreateTokenWithValueReq_Projects_Unique[item]; exists { - return CreateTokenWithValueReqValidationError{ + err := CreateTokenWithValueReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreateTokenWithValueReq_Projects_Unique[item] = struct{}{} } if !_CreateTokenWithValueReq_Projects_Pattern.MatchString(item) { - return CreateTokenWithValueReqValidationError{ + err := CreateTokenWithValueReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return CreateTokenWithValueReqMultiError(errors) + } + return nil } +// CreateTokenWithValueReqMultiError is an error wrapping multiple validation +// errors returned by CreateTokenWithValueReq.ValidateAll() if the designated +// constraints aren't met. +type CreateTokenWithValueReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateTokenWithValueReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateTokenWithValueReqMultiError) AllErrors() []error { return m } + // CreateTokenWithValueReqValidationError is the validation error returned by // CreateTokenWithValueReq.Validate if the designated constraints aren't met. type CreateTokenWithValueReqValidationError struct { @@ -240,13 +329,27 @@ var _ interface { var _CreateTokenWithValueReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on UpdateTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateTokenReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateTokenReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateTokenReqMultiError, +// or nil if none found. +func (m *UpdateTokenReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateTokenReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Active @@ -259,26 +362,55 @@ func (m *UpdateTokenReq) Validate() error { _, _ = idx, item if _, exists := _UpdateTokenReq_Projects_Unique[item]; exists { - return UpdateTokenReqValidationError{ + err := UpdateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _UpdateTokenReq_Projects_Unique[item] = struct{}{} } if !_UpdateTokenReq_Projects_Pattern.MatchString(item) { - return UpdateTokenReqValidationError{ + err := UpdateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return UpdateTokenReqMultiError(errors) + } + return nil } +// UpdateTokenReqMultiError is an error wrapping multiple validation errors +// returned by UpdateTokenReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateTokenReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateTokenReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateTokenReqMultiError) AllErrors() []error { return m } + // UpdateTokenReqValidationError is the validation error returned by // UpdateTokenReq.Validate if the designated constraints aren't met. type UpdateTokenReqValidationError struct { @@ -336,12 +468,26 @@ var _ interface { var _UpdateTokenReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on Token with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Token) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Token with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in TokenMultiError, or nil if none found. +func (m *Token) ValidateAll() error { + return m.validate(true) +} + +func (m *Token) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Name @@ -354,9 +500,29 @@ func (m *Token) Validate() error { // no validation rules for Updated + if len(errors) > 0 { + return TokenMultiError(errors) + } + return nil } +// TokenMultiError is an error wrapping multiple validation errors returned by +// Token.ValidateAll() if the designated constraints aren't met. +type TokenMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m TokenMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m TokenMultiError) AllErrors() []error { return m } + // TokenValidationError is the validation error returned by Token.Validate if // the designated constraints aren't met. type TokenValidationError struct { @@ -412,16 +578,49 @@ var _ interface { } = TokenValidationError{} // Validate checks the field values on Tokens with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Tokens) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Tokens with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in TokensMultiError, or nil if none found. +func (m *Tokens) ValidateAll() error { + return m.validate(true) +} + +func (m *Tokens) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetTokens() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, TokensValidationError{ + field: fmt.Sprintf("Tokens[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, TokensValidationError{ + field: fmt.Sprintf("Tokens[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return TokensValidationError{ field: fmt.Sprintf("Tokens[%v]", idx), @@ -433,9 +632,29 @@ func (m *Tokens) Validate() error { } + if len(errors) > 0 { + return TokensMultiError(errors) + } + return nil } +// TokensMultiError is an error wrapping multiple validation errors returned by +// Tokens.ValidateAll() if the designated constraints aren't met. +type TokensMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m TokensMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m TokensMultiError) AllErrors() []error { return m } + // TokensValidationError is the validation error returned by Tokens.Validate if // the designated constraints aren't met. type TokensValidationError struct { @@ -491,17 +710,51 @@ var _ interface { } = TokensValidationError{} // Validate checks the field values on Value with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Value) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Value with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in ValueMultiError, or nil if none found. +func (m *Value) ValidateAll() error { + return m.validate(true) +} + +func (m *Value) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Value + if len(errors) > 0 { + return ValueMultiError(errors) + } + return nil } +// ValueMultiError is an error wrapping multiple validation errors returned by +// Value.ValidateAll() if the designated constraints aren't met. +type ValueMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ValueMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ValueMultiError) AllErrors() []error { return m } + // ValueValidationError is the validation error returned by Value.Validate if // the designated constraints aren't met. type ValueValidationError struct { @@ -557,18 +810,52 @@ var _ interface { } = ValueValidationError{} // Validate checks the field values on GetTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetTokenReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTokenReq with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetTokenReqMultiError, or +// nil if none found. +func (m *GetTokenReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTokenReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return GetTokenReqMultiError(errors) + } + return nil } +// GetTokenReqMultiError is an error wrapping multiple validation errors +// returned by GetTokenReq.ValidateAll() if the designated constraints aren't met. +type GetTokenReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTokenReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTokenReqMultiError) AllErrors() []error { return m } + // GetTokenReqValidationError is the validation error returned by // GetTokenReq.Validate if the designated constraints aren't met. type GetTokenReqValidationError struct { @@ -624,16 +911,50 @@ var _ interface { } = GetTokenReqValidationError{} // Validate checks the field values on GetTokensReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetTokensReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTokensReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetTokensReqMultiError, or +// nil if none found. +func (m *GetTokensReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTokensReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return GetTokensReqMultiError(errors) + } + return nil } +// GetTokensReqMultiError is an error wrapping multiple validation errors +// returned by GetTokensReq.ValidateAll() if the designated constraints aren't met. +type GetTokensReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTokensReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTokensReqMultiError) AllErrors() []error { return m } + // GetTokensReqValidationError is the validation error returned by // GetTokensReq.Validate if the designated constraints aren't met. type GetTokensReqValidationError struct { @@ -689,18 +1010,53 @@ var _ interface { } = GetTokensReqValidationError{} // Validate checks the field values on DeleteTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteTokenReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteTokenReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteTokenReqMultiError, +// or nil if none found. +func (m *DeleteTokenReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteTokenReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return DeleteTokenReqMultiError(errors) + } + return nil } +// DeleteTokenReqMultiError is an error wrapping multiple validation errors +// returned by DeleteTokenReq.ValidateAll() if the designated constraints +// aren't met. +type DeleteTokenReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteTokenReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteTokenReqMultiError) AllErrors() []error { return m } + // DeleteTokenReqValidationError is the validation error returned by // DeleteTokenReq.Validate if the designated constraints aren't met. type DeleteTokenReqValidationError struct { @@ -756,16 +1112,51 @@ var _ interface { } = DeleteTokenReqValidationError{} // Validate checks the field values on DeleteTokenResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *DeleteTokenResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteTokenResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// DeleteTokenRespMultiError, or nil if none found. +func (m *DeleteTokenResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteTokenResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return DeleteTokenRespMultiError(errors) + } + return nil } +// DeleteTokenRespMultiError is an error wrapping multiple validation errors +// returned by DeleteTokenResp.ValidateAll() if the designated constraints +// aren't met. +type DeleteTokenRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteTokenRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteTokenRespMultiError) AllErrors() []error { return m } + // DeleteTokenRespValidationError is the validation error returned by // DeleteTokenResp.Validate if the designated constraints aren't met. type DeleteTokenRespValidationError struct { diff --git a/api/interservice/authn/tokens.swagger.json b/api/interservice/authn/tokens.swagger.json index f7e4bd18d04..bed9931cead 100644 --- a/api/interservice/authn/tokens.swagger.json +++ b/api/interservice/authn/tokens.swagger.json @@ -28,8 +28,7 @@ "type": "string" }, "active": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "created": { "type": "string" diff --git a/api/interservice/authz/authz.pb.go b/api/interservice/authz/authz.pb.go index 144975e09f1..b3ff8397bdb 100644 --- a/api/interservice/authz/authz.pb.go +++ b/api/interservice/authz/authz.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/authz/authz.proto @@ -783,7 +783,7 @@ func file_interservice_authz_authz_proto_rawDescGZIP() []byte { } var file_interservice_authz_authz_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_interservice_authz_authz_proto_goTypes = []interface{}{ +var file_interservice_authz_authz_proto_goTypes = []any{ (*IsAuthorizedReq)(nil), // 0: chef.automate.domain.authz.IsAuthorizedReq (*GetVersionReq)(nil), // 1: chef.automate.domain.authz.GetVersionReq (*ProjectsAuthorizedReq)(nil), // 2: chef.automate.domain.authz.ProjectsAuthorizedReq @@ -824,7 +824,7 @@ func file_interservice_authz_authz_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_authz_authz_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*IsAuthorizedReq); i { case 0: return &v.state @@ -836,7 +836,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetVersionReq); i { case 0: return &v.state @@ -848,7 +848,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ProjectsAuthorizedReq); i { case 0: return &v.state @@ -860,7 +860,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ProjectsAuthorizedResp); i { case 0: return &v.state @@ -872,7 +872,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*FilterAuthorizedPairsReq); i { case 0: return &v.state @@ -884,7 +884,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*FilterAuthorizedPairsResp); i { case 0: return &v.state @@ -896,7 +896,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Pair); i { case 0: return &v.state @@ -908,7 +908,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*FilterAuthorizedProjectsReq); i { case 0: return &v.state @@ -920,7 +920,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*FilterAuthorizedProjectsResp); i { case 0: return &v.state @@ -932,7 +932,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ValidateProjectAssignmentReq); i { case 0: return &v.state @@ -944,7 +944,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_authz_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ValidateProjectAssignmentResp); i { case 0: return &v.state diff --git a/api/interservice/authz/authz.pb.validate.go b/api/interservice/authz/authz.pb.validate.go index fe4cf4ad13a..ea5523ed2cf 100644 --- a/api/interservice/authz/authz.pb.validate.go +++ b/api/interservice/authz/authz.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,56 +31,105 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _authz_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on IsAuthorizedReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *IsAuthorizedReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on IsAuthorizedReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// IsAuthorizedReqMultiError, or nil if none found. +func (m *IsAuthorizedReq) ValidateAll() error { + return m.validate(true) +} + +func (m *IsAuthorizedReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if len(m.GetSubjects()) < 1 { - return IsAuthorizedReqValidationError{ + err := IsAuthorizedReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_IsAuthorizedReq_Subjects_Pattern.MatchString(item) { - return IsAuthorizedReqValidationError{ + err := IsAuthorizedReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):[^:*]+$|^token:[^:*]+$|^tls:service:[^:*]+:[^:*]+$\"", } + if !all { + return err + } + errors = append(errors, err) } } if !_IsAuthorizedReq_Resource_Pattern.MatchString(m.GetResource()) { - return IsAuthorizedReqValidationError{ + err := IsAuthorizedReqValidationError{ field: "Resource", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } + if !all { + return err + } + errors = append(errors, err) } if !_IsAuthorizedReq_Action_Pattern.MatchString(m.GetAction()) { - return IsAuthorizedReqValidationError{ + err := IsAuthorizedReqValidationError{ field: "Action", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return IsAuthorizedReqMultiError(errors) } return nil } +// IsAuthorizedReqMultiError is an error wrapping multiple validation errors +// returned by IsAuthorizedReq.ValidateAll() if the designated constraints +// aren't met. +type IsAuthorizedReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m IsAuthorizedReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m IsAuthorizedReqMultiError) AllErrors() []error { return m } + // IsAuthorizedReqValidationError is the validation error returned by // IsAuthorizedReq.Validate if the designated constraints aren't met. type IsAuthorizedReqValidationError struct { @@ -141,16 +191,51 @@ var _IsAuthorizedReq_Resource_Pattern = regexp.MustCompile("^[a-z][^:*]*(?::[^:* var _IsAuthorizedReq_Action_Pattern = regexp.MustCompile("^[a-z][^:*]*(?::[^:*]+)*$") // Validate checks the field values on GetVersionReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetVersionReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetVersionReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetVersionReqMultiError, or +// nil if none found. +func (m *GetVersionReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetVersionReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return GetVersionReqMultiError(errors) + } + return nil } +// GetVersionReqMultiError is an error wrapping multiple validation errors +// returned by GetVersionReq.ValidateAll() if the designated constraints +// aren't met. +type GetVersionReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetVersionReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetVersionReqMultiError) AllErrors() []error { return m } + // GetVersionReqValidationError is the validation error returned by // GetVersionReq.Validate if the designated constraints aren't met. type GetVersionReqValidationError struct { @@ -207,43 +292,73 @@ var _ interface { // Validate checks the field values on ProjectsAuthorizedReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ProjectsAuthorizedReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ProjectsAuthorizedReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ProjectsAuthorizedReqMultiError, or nil if none found. +func (m *ProjectsAuthorizedReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ProjectsAuthorizedReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if len(m.GetSubjects()) < 1 { - return ProjectsAuthorizedReqValidationError{ + err := ProjectsAuthorizedReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_ProjectsAuthorizedReq_Subjects_Pattern.MatchString(item) { - return ProjectsAuthorizedReqValidationError{ + err := ProjectsAuthorizedReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):[^:*]+$|^token:[^:*]+$|^tls:service:[^:*]+:[^:*]+$\"", } + if !all { + return err + } + errors = append(errors, err) } } if !_ProjectsAuthorizedReq_Resource_Pattern.MatchString(m.GetResource()) { - return ProjectsAuthorizedReqValidationError{ + err := ProjectsAuthorizedReqValidationError{ field: "Resource", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } + if !all { + return err + } + errors = append(errors, err) } if !_ProjectsAuthorizedReq_Action_Pattern.MatchString(m.GetAction()) { - return ProjectsAuthorizedReqValidationError{ + err := ProjectsAuthorizedReqValidationError{ field: "Action", reason: "value does not match regex pattern \"^[a-z][a-zA-Z]*(?::[a-z][a-zA-Z]*){2}$\"", } + if !all { + return err + } + errors = append(errors, err) } _ProjectsAuthorizedReq_ProjectsFilter_Unique := make(map[string]struct{}, len(m.GetProjectsFilter())) @@ -252,26 +367,55 @@ func (m *ProjectsAuthorizedReq) Validate() error { _, _ = idx, item if _, exists := _ProjectsAuthorizedReq_ProjectsFilter_Unique[item]; exists { - return ProjectsAuthorizedReqValidationError{ + err := ProjectsAuthorizedReqValidationError{ field: fmt.Sprintf("ProjectsFilter[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _ProjectsAuthorizedReq_ProjectsFilter_Unique[item] = struct{}{} } if !_ProjectsAuthorizedReq_ProjectsFilter_Pattern.MatchString(item) { - return ProjectsAuthorizedReqValidationError{ + err := ProjectsAuthorizedReqValidationError{ field: fmt.Sprintf("ProjectsFilter[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9()-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return ProjectsAuthorizedReqMultiError(errors) + } + return nil } +// ProjectsAuthorizedReqMultiError is an error wrapping multiple validation +// errors returned by ProjectsAuthorizedReq.ValidateAll() if the designated +// constraints aren't met. +type ProjectsAuthorizedReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ProjectsAuthorizedReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ProjectsAuthorizedReqMultiError) AllErrors() []error { return m } + // ProjectsAuthorizedReqValidationError is the validation error returned by // ProjectsAuthorizedReq.Validate if the designated constraints aren't met. type ProjectsAuthorizedReqValidationError struct { @@ -338,38 +482,81 @@ var _ProjectsAuthorizedReq_ProjectsFilter_Pattern = regexp.MustCompile("^[a-z0-9 // Validate checks the field values on ProjectsAuthorizedResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ProjectsAuthorizedResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ProjectsAuthorizedResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ProjectsAuthorizedRespMultiError, or nil if none found. +func (m *ProjectsAuthorizedResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ProjectsAuthorizedResp) validate(all bool) error { if m == nil { return nil } + var errors []error + _ProjectsAuthorizedResp_Projects_Unique := make(map[string]struct{}, len(m.GetProjects())) for idx, item := range m.GetProjects() { _, _ = idx, item if _, exists := _ProjectsAuthorizedResp_Projects_Unique[item]; exists { - return ProjectsAuthorizedRespValidationError{ + err := ProjectsAuthorizedRespValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _ProjectsAuthorizedResp_Projects_Unique[item] = struct{}{} } if !_ProjectsAuthorizedResp_Projects_Pattern.MatchString(item) { - return ProjectsAuthorizedRespValidationError{ + err := ProjectsAuthorizedRespValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return ProjectsAuthorizedRespMultiError(errors) + } + return nil } +// ProjectsAuthorizedRespMultiError is an error wrapping multiple validation +// errors returned by ProjectsAuthorizedResp.ValidateAll() if the designated +// constraints aren't met. +type ProjectsAuthorizedRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ProjectsAuthorizedRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ProjectsAuthorizedRespMultiError) AllErrors() []error { return m } + // ProjectsAuthorizedRespValidationError is the validation error returned by // ProjectsAuthorizedResp.Validate if the designated constraints aren't met. type ProjectsAuthorizedRespValidationError struct { @@ -430,27 +617,49 @@ var _ProjectsAuthorizedResp_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1 // Validate checks the field values on FilterAuthorizedPairsReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *FilterAuthorizedPairsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on FilterAuthorizedPairsReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// FilterAuthorizedPairsReqMultiError, or nil if none found. +func (m *FilterAuthorizedPairsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *FilterAuthorizedPairsReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if len(m.GetSubjects()) < 1 { - return FilterAuthorizedPairsReqValidationError{ + err := FilterAuthorizedPairsReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_FilterAuthorizedPairsReq_Subjects_Pattern.MatchString(item) { - return FilterAuthorizedPairsReqValidationError{ + err := FilterAuthorizedPairsReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:(?:team|user):(?:local|ldap|saml)|token|tls:service:[^:*]+):[^:*]+$\"", } + if !all { + return err + } + errors = append(errors, err) } } @@ -458,7 +667,26 @@ func (m *FilterAuthorizedPairsReq) Validate() error { for idx, item := range m.GetPairs() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, FilterAuthorizedPairsReqValidationError{ + field: fmt.Sprintf("Pairs[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, FilterAuthorizedPairsReqValidationError{ + field: fmt.Sprintf("Pairs[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return FilterAuthorizedPairsReqValidationError{ field: fmt.Sprintf("Pairs[%v]", idx), @@ -470,9 +698,30 @@ func (m *FilterAuthorizedPairsReq) Validate() error { } + if len(errors) > 0 { + return FilterAuthorizedPairsReqMultiError(errors) + } + return nil } +// FilterAuthorizedPairsReqMultiError is an error wrapping multiple validation +// errors returned by FilterAuthorizedPairsReq.ValidateAll() if the designated +// constraints aren't met. +type FilterAuthorizedPairsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m FilterAuthorizedPairsReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m FilterAuthorizedPairsReqMultiError) AllErrors() []error { return m } + // FilterAuthorizedPairsReqValidationError is the validation error returned by // FilterAuthorizedPairsReq.Validate if the designated constraints aren't met. type FilterAuthorizedPairsReqValidationError struct { @@ -533,16 +782,49 @@ var _FilterAuthorizedPairsReq_Subjects_Pattern = regexp.MustCompile("^(?:(?:team // Validate checks the field values on FilterAuthorizedPairsResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *FilterAuthorizedPairsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on FilterAuthorizedPairsResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// FilterAuthorizedPairsRespMultiError, or nil if none found. +func (m *FilterAuthorizedPairsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *FilterAuthorizedPairsResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetPairs() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, FilterAuthorizedPairsRespValidationError{ + field: fmt.Sprintf("Pairs[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, FilterAuthorizedPairsRespValidationError{ + field: fmt.Sprintf("Pairs[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return FilterAuthorizedPairsRespValidationError{ field: fmt.Sprintf("Pairs[%v]", idx), @@ -554,9 +836,30 @@ func (m *FilterAuthorizedPairsResp) Validate() error { } + if len(errors) > 0 { + return FilterAuthorizedPairsRespMultiError(errors) + } + return nil } +// FilterAuthorizedPairsRespMultiError is an error wrapping multiple validation +// errors returned by FilterAuthorizedPairsResp.ValidateAll() if the +// designated constraints aren't met. +type FilterAuthorizedPairsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m FilterAuthorizedPairsRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m FilterAuthorizedPairsRespMultiError) AllErrors() []error { return m } + // FilterAuthorizedPairsRespValidationError is the validation error returned by // FilterAuthorizedPairsResp.Validate if the designated constraints aren't met. type FilterAuthorizedPairsRespValidationError struct { @@ -614,29 +917,71 @@ var _ interface { } = FilterAuthorizedPairsRespValidationError{} // Validate checks the field values on Pair with the rules defined in the proto -// definition for this message. If any rules are violated, an error is returned. +// definition for this message. If any rules are violated, the first error +// encountered is returned, or nil if there are no violations. func (m *Pair) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Pair with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in PairMultiError, or nil if none found. +func (m *Pair) ValidateAll() error { + return m.validate(true) +} + +func (m *Pair) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_Pair_Resource_Pattern.MatchString(m.GetResource()) { - return PairValidationError{ + err := PairValidationError{ field: "Resource", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } + if !all { + return err + } + errors = append(errors, err) } if !_Pair_Action_Pattern.MatchString(m.GetAction()) { - return PairValidationError{ + err := PairValidationError{ field: "Action", reason: "value does not match regex pattern \"^[a-z][a-zA-Z]*(?::[a-z][a-zA-Z]*){2}$\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return PairMultiError(errors) } return nil } +// PairMultiError is an error wrapping multiple validation errors returned by +// Pair.ValidateAll() if the designated constraints aren't met. +type PairMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m PairMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m PairMultiError) AllErrors() []error { return m } + // PairValidationError is the validation error returned by Pair.Validate if the // designated constraints aren't met. type PairValidationError struct { @@ -697,34 +1042,77 @@ var _Pair_Action_Pattern = regexp.MustCompile("^[a-z][a-zA-Z]*(?::[a-z][a-zA-Z]* // Validate checks the field values on FilterAuthorizedProjectsReq with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *FilterAuthorizedProjectsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on FilterAuthorizedProjectsReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// FilterAuthorizedProjectsReqMultiError, or nil if none found. +func (m *FilterAuthorizedProjectsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *FilterAuthorizedProjectsReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if len(m.GetSubjects()) < 1 { - return FilterAuthorizedProjectsReqValidationError{ + err := FilterAuthorizedProjectsReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_FilterAuthorizedProjectsReq_Subjects_Pattern.MatchString(item) { - return FilterAuthorizedProjectsReqValidationError{ + err := FilterAuthorizedProjectsReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:(?:team|user):(?:local|ldap|saml)|token|tls:service:[^:*]+):[^:*]+$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return FilterAuthorizedProjectsReqMultiError(errors) + } + return nil } +// FilterAuthorizedProjectsReqMultiError is an error wrapping multiple +// validation errors returned by FilterAuthorizedProjectsReq.ValidateAll() if +// the designated constraints aren't met. +type FilterAuthorizedProjectsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m FilterAuthorizedProjectsReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m FilterAuthorizedProjectsReqMultiError) AllErrors() []error { return m } + // FilterAuthorizedProjectsReqValidationError is the validation error returned // by FilterAuthorizedProjectsReq.Validate if the designated constraints // aren't met. @@ -786,15 +1174,50 @@ var _FilterAuthorizedProjectsReq_Subjects_Pattern = regexp.MustCompile("^(?:(?:t // Validate checks the field values on FilterAuthorizedProjectsResp with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *FilterAuthorizedProjectsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on FilterAuthorizedProjectsResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// FilterAuthorizedProjectsRespMultiError, or nil if none found. +func (m *FilterAuthorizedProjectsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *FilterAuthorizedProjectsResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return FilterAuthorizedProjectsRespMultiError(errors) + } + return nil } +// FilterAuthorizedProjectsRespMultiError is an error wrapping multiple +// validation errors returned by FilterAuthorizedProjectsResp.ValidateAll() if +// the designated constraints aren't met. +type FilterAuthorizedProjectsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m FilterAuthorizedProjectsRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m FilterAuthorizedProjectsRespMultiError) AllErrors() []error { return m } + // FilterAuthorizedProjectsRespValidationError is the validation error returned // by FilterAuthorizedProjectsResp.Validate if the designated constraints // aren't met. @@ -854,31 +1277,53 @@ var _ interface { // Validate checks the field values on ValidateProjectAssignmentReq with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ValidateProjectAssignmentReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ValidateProjectAssignmentReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ValidateProjectAssignmentReqMultiError, or nil if none found. +func (m *ValidateProjectAssignmentReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ValidateProjectAssignmentReq) validate(all bool) error { if m == nil { return nil } + var errors []error + _ValidateProjectAssignmentReq_OldProjects_Unique := make(map[string]struct{}, len(m.GetOldProjects())) for idx, item := range m.GetOldProjects() { _, _ = idx, item if _, exists := _ValidateProjectAssignmentReq_OldProjects_Unique[item]; exists { - return ValidateProjectAssignmentReqValidationError{ + err := ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("OldProjects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _ValidateProjectAssignmentReq_OldProjects_Unique[item] = struct{}{} } if !_ValidateProjectAssignmentReq_OldProjects_Pattern.MatchString(item) { - return ValidateProjectAssignmentReqValidationError{ + err := ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("OldProjects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9()-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } @@ -889,28 +1334,57 @@ func (m *ValidateProjectAssignmentReq) Validate() error { _, _ = idx, item if _, exists := _ValidateProjectAssignmentReq_NewProjects_Unique[item]; exists { - return ValidateProjectAssignmentReqValidationError{ + err := ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("NewProjects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _ValidateProjectAssignmentReq_NewProjects_Unique[item] = struct{}{} } if !_ValidateProjectAssignmentReq_NewProjects_Pattern.MatchString(item) { - return ValidateProjectAssignmentReqValidationError{ + err := ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("NewProjects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9()-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } // no validation rules for IsUpdateRequest + if len(errors) > 0 { + return ValidateProjectAssignmentReqMultiError(errors) + } + return nil } +// ValidateProjectAssignmentReqMultiError is an error wrapping multiple +// validation errors returned by ValidateProjectAssignmentReq.ValidateAll() if +// the designated constraints aren't met. +type ValidateProjectAssignmentReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ValidateProjectAssignmentReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ValidateProjectAssignmentReqMultiError) AllErrors() []error { return m } + // ValidateProjectAssignmentReqValidationError is the validation error returned // by ValidateProjectAssignmentReq.Validate if the designated constraints // aren't met. @@ -974,15 +1448,50 @@ var _ValidateProjectAssignmentReq_NewProjects_Pattern = regexp.MustCompile("^[a- // Validate checks the field values on ValidateProjectAssignmentResp with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ValidateProjectAssignmentResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ValidateProjectAssignmentResp with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// ValidateProjectAssignmentRespMultiError, or nil if none found. +func (m *ValidateProjectAssignmentResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ValidateProjectAssignmentResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ValidateProjectAssignmentRespMultiError(errors) + } + return nil } +// ValidateProjectAssignmentRespMultiError is an error wrapping multiple +// validation errors returned by ValidateProjectAssignmentResp.ValidateAll() +// if the designated constraints aren't met. +type ValidateProjectAssignmentRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ValidateProjectAssignmentRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ValidateProjectAssignmentRespMultiError) AllErrors() []error { return m } + // ValidateProjectAssignmentRespValidationError is the validation error // returned by ValidateProjectAssignmentResp.Validate if the designated // constraints aren't met. diff --git a/api/interservice/authz/policy.pb.go b/api/interservice/authz/policy.pb.go index 776f704a164..22b7160e91c 100644 --- a/api/interservice/authz/policy.pb.go +++ b/api/interservice/authz/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/authz/policy.proto @@ -2382,7 +2382,7 @@ func file_interservice_authz_policy_proto_rawDescGZIP() []byte { var file_interservice_authz_policy_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_interservice_authz_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 34) -var file_interservice_authz_policy_proto_goTypes = []interface{}{ +var file_interservice_authz_policy_proto_goTypes = []any{ (Flag)(0), // 0: chef.automate.domain.authz.Flag (Statement_Effect)(0), // 1: chef.automate.domain.authz.Statement.Effect (Version_VersionNumber)(0), // 2: chef.automate.domain.authz.Version.VersionNumber @@ -2481,7 +2481,7 @@ func file_interservice_authz_policy_proto_init() { } file_interservice_authz_type_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_authz_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Policy); i { case 0: return &v.state @@ -2493,7 +2493,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Role); i { case 0: return &v.state @@ -2505,7 +2505,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreatePolicyReq); i { case 0: return &v.state @@ -2517,7 +2517,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyReq); i { case 0: return &v.state @@ -2529,7 +2529,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyResp); i { case 0: return &v.state @@ -2541,7 +2541,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Statement); i { case 0: return &v.state @@ -2553,7 +2553,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ListPoliciesReq); i { case 0: return &v.state @@ -2565,7 +2565,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ListPoliciesResp); i { case 0: return &v.state @@ -2577,7 +2577,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyReq); i { case 0: return &v.state @@ -2589,7 +2589,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*UpdatePolicyReq); i { case 0: return &v.state @@ -2601,7 +2601,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ReplacePolicyMembersReq); i { case 0: return &v.state @@ -2613,7 +2613,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ReplacePolicyMembersResp); i { case 0: return &v.state @@ -2625,7 +2625,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*AddPolicyMembersReq); i { case 0: return &v.state @@ -2637,7 +2637,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*AddPolicyMembersResp); i { case 0: return &v.state @@ -2649,7 +2649,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Version); i { case 0: return &v.state @@ -2661,7 +2661,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyVersionReq); i { case 0: return &v.state @@ -2673,7 +2673,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*GetPolicyVersionResp); i { case 0: return &v.state @@ -2685,7 +2685,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ListRolesReq); i { case 0: return &v.state @@ -2697,7 +2697,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ListRolesResp); i { case 0: return &v.state @@ -2709,7 +2709,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*DeleteRoleReq); i { case 0: return &v.state @@ -2721,7 +2721,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*DeleteRoleResp); i { case 0: return &v.state @@ -2733,7 +2733,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*UpdateRoleReq); i { case 0: return &v.state @@ -2745,7 +2745,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ListPolicyMembersReq); i { case 0: return &v.state @@ -2757,7 +2757,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*ListPolicyMembersResp); i { case 0: return &v.state @@ -2769,7 +2769,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*RemovePolicyMembersReq); i { case 0: return &v.state @@ -2781,7 +2781,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*RemovePolicyMembersResp); i { case 0: return &v.state @@ -2793,7 +2793,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*MigrateToV2Req); i { case 0: return &v.state @@ -2805,7 +2805,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*MigrateToV2Resp); i { case 0: return &v.state @@ -2817,7 +2817,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*ResetToV1Req); i { case 0: return &v.state @@ -2829,7 +2829,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*ResetToV1Resp); i { case 0: return &v.state @@ -2841,7 +2841,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*GetRoleReq); i { case 0: return &v.state @@ -2853,7 +2853,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*CreateRoleReq); i { case 0: return &v.state @@ -2865,7 +2865,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*PurgeSubjectFromPoliciesReq); i { case 0: return &v.state @@ -2877,7 +2877,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_policy_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*PurgeSubjectFromPoliciesResp); i { case 0: return &v.state diff --git a/api/interservice/authz/policy.pb.validate.go b/api/interservice/authz/policy.pb.validate.go index 78dae20a51e..a6eee9d7b7e 100644 --- a/api/interservice/authz/policy.pb.validate.go +++ b/api/interservice/authz/policy.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,19 +31,31 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _policy_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on Policy with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Policy) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Policy with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in PolicyMultiError, or nil if none found. +func (m *Policy) ValidateAll() error { + return m.validate(true) +} + +func (m *Policy) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Name // no validation rules for Id @@ -52,7 +65,26 @@ func (m *Policy) Validate() error { for idx, item := range m.GetStatements() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, PolicyValidationError{ + field: fmt.Sprintf("Statements[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, PolicyValidationError{ + field: fmt.Sprintf("Statements[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return PolicyValidationError{ field: fmt.Sprintf("Statements[%v]", idx), @@ -64,9 +96,29 @@ func (m *Policy) Validate() error { } + if len(errors) > 0 { + return PolicyMultiError(errors) + } + return nil } +// PolicyMultiError is an error wrapping multiple validation errors returned by +// Policy.ValidateAll() if the designated constraints aren't met. +type PolicyMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m PolicyMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m PolicyMultiError) AllErrors() []error { return m } + // PolicyValidationError is the validation error returned by Policy.Validate if // the designated constraints aren't met. type PolicyValidationError struct { @@ -122,21 +174,55 @@ var _ interface { } = PolicyValidationError{} // Validate checks the field values on Role with the rules defined in the proto -// definition for this message. If any rules are violated, an error is returned. +// definition for this message. If any rules are violated, the first error +// encountered is returned, or nil if there are no violations. func (m *Role) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Role with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in RoleMultiError, or nil if none found. +func (m *Role) ValidateAll() error { + return m.validate(true) +} + +func (m *Role) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Name // no validation rules for Id // no validation rules for Type + if len(errors) > 0 { + return RoleMultiError(errors) + } + return nil } +// RoleMultiError is an error wrapping multiple validation errors returned by +// Role.ValidateAll() if the designated constraints aren't met. +type RoleMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m RoleMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m RoleMultiError) AllErrors() []error { return m } + // RoleValidationError is the validation error returned by Role.Validate if the // designated constraints aren't met. type RoleValidationError struct { @@ -192,18 +278,36 @@ var _ interface { } = RoleValidationError{} // Validate checks the field values on CreatePolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *CreatePolicyReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreatePolicyReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CreatePolicyReqMultiError, or nil if none found. +func (m *CreatePolicyReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreatePolicyReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_CreatePolicyReq_Id_Pattern.MatchString(m.GetId()) { - return CreatePolicyReqValidationError{ + err := CreatePolicyReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name @@ -214,34 +318,65 @@ func (m *CreatePolicyReq) Validate() error { _, _ = idx, item if _, exists := _CreatePolicyReq_Members_Unique[item]; exists { - return CreatePolicyReqValidationError{ + err := CreatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreatePolicyReq_Members_Unique[item] = struct{}{} } if !_CreatePolicyReq_Members_Pattern.MatchString(item) { - return CreatePolicyReqValidationError{ + err := CreatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } + if !all { + return err + } + errors = append(errors, err) } } if len(m.GetStatements()) < 1 { - return CreatePolicyReqValidationError{ + err := CreatePolicyReqValidationError{ field: "Statements", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetStatements() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, CreatePolicyReqValidationError{ + field: fmt.Sprintf("Statements[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, CreatePolicyReqValidationError{ + field: fmt.Sprintf("Statements[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreatePolicyReqValidationError{ field: fmt.Sprintf("Statements[%v]", idx), @@ -259,10 +394,14 @@ func (m *CreatePolicyReq) Validate() error { _, _ = idx, item if _, exists := _CreatePolicyReq_Projects_Unique[item]; exists { - return CreatePolicyReqValidationError{ + err := CreatePolicyReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreatePolicyReq_Projects_Unique[item] = struct{}{} } @@ -270,9 +409,30 @@ func (m *CreatePolicyReq) Validate() error { // no validation rules for Projects[idx] } + if len(errors) > 0 { + return CreatePolicyReqMultiError(errors) + } + return nil } +// CreatePolicyReqMultiError is an error wrapping multiple validation errors +// returned by CreatePolicyReq.ValidateAll() if the designated constraints +// aren't met. +type CreatePolicyReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreatePolicyReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreatePolicyReqMultiError) AllErrors() []error { return m } + // CreatePolicyReqValidationError is the validation error returned by // CreatePolicyReq.Validate if the designated constraints aren't met. type CreatePolicyReqValidationError struct { @@ -332,18 +492,53 @@ var _CreatePolicyReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") var _CreatePolicyReq_Members_Pattern = regexp.MustCompile("^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$") // Validate checks the field values on DeletePolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *DeletePolicyReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeletePolicyReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// DeletePolicyReqMultiError, or nil if none found. +func (m *DeletePolicyReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeletePolicyReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return DeletePolicyReqMultiError(errors) + } + return nil } +// DeletePolicyReqMultiError is an error wrapping multiple validation errors +// returned by DeletePolicyReq.ValidateAll() if the designated constraints +// aren't met. +type DeletePolicyReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeletePolicyReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeletePolicyReqMultiError) AllErrors() []error { return m } + // DeletePolicyReqValidationError is the validation error returned by // DeletePolicyReq.Validate if the designated constraints aren't met. type DeletePolicyReqValidationError struct { @@ -399,16 +594,51 @@ var _ interface { } = DeletePolicyReqValidationError{} // Validate checks the field values on DeletePolicyResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *DeletePolicyResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeletePolicyResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// DeletePolicyRespMultiError, or nil if none found. +func (m *DeletePolicyResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeletePolicyResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return DeletePolicyRespMultiError(errors) + } + return nil } +// DeletePolicyRespMultiError is an error wrapping multiple validation errors +// returned by DeletePolicyResp.ValidateAll() if the designated constraints +// aren't met. +type DeletePolicyRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeletePolicyRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeletePolicyRespMultiError) AllErrors() []error { return m } + // DeletePolicyRespValidationError is the validation error returned by // DeletePolicyResp.Validate if the designated constraints aren't met. type DeletePolicyRespValidationError struct { @@ -464,12 +694,27 @@ var _ interface { } = DeletePolicyRespValidationError{} // Validate checks the field values on Statement with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Statement) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Statement with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in StatementMultiError, or nil +// if none found. +func (m *Statement) ValidateAll() error { + return m.validate(true) +} + +func (m *Statement) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Effect _Statement_Resources_Unique := make(map[string]struct{}, len(m.GetResources())) @@ -478,19 +723,27 @@ func (m *Statement) Validate() error { _, _ = idx, item if _, exists := _Statement_Resources_Unique[item]; exists { - return StatementValidationError{ + err := StatementValidationError{ field: fmt.Sprintf("Resources[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _Statement_Resources_Unique[item] = struct{}{} } if !_Statement_Resources_Pattern.MatchString(item) { - return StatementValidationError{ + err := StatementValidationError{ field: fmt.Sprintf("Resources[%v]", idx), reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*(?::[*])?$|^[*]$\"", } + if !all { + return err + } + errors = append(errors, err) } } @@ -501,28 +754,40 @@ func (m *Statement) Validate() error { _, _ = idx, item if _, exists := _Statement_Actions_Unique[item]; exists { - return StatementValidationError{ + err := StatementValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _Statement_Actions_Unique[item] = struct{}{} } if !_Statement_Actions_Pattern.MatchString(item) { - return StatementValidationError{ + err := StatementValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "value does not match regex pattern \"^[*]$|^[*]:[a-z][-a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[*]$|^[a-z][a-zA-Z]*:[*]:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[*]$\"", } + if !all { + return err + } + errors = append(errors, err) } } if !_Statement_Role_Pattern.MatchString(m.GetRole()) { - return StatementValidationError{ + err := StatementValidationError{ field: "Role", reason: "value does not match regex pattern \"^$|^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } _Statement_Projects_Unique := make(map[string]struct{}, len(m.GetProjects())) @@ -531,10 +796,14 @@ func (m *Statement) Validate() error { _, _ = idx, item if _, exists := _Statement_Projects_Unique[item]; exists { - return StatementValidationError{ + err := StatementValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _Statement_Projects_Unique[item] = struct{}{} } @@ -542,9 +811,29 @@ func (m *Statement) Validate() error { // no validation rules for Projects[idx] } + if len(errors) > 0 { + return StatementMultiError(errors) + } + return nil } +// StatementMultiError is an error wrapping multiple validation errors returned +// by Statement.ValidateAll() if the designated constraints aren't met. +type StatementMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m StatementMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m StatementMultiError) AllErrors() []error { return m } + // StatementValidationError is the validation error returned by // Statement.Validate if the designated constraints aren't met. type StatementValidationError struct { @@ -606,16 +895,51 @@ var _Statement_Actions_Pattern = regexp.MustCompile("^[*]$|^[*]:[a-z][-a-zA-Z]*$ var _Statement_Role_Pattern = regexp.MustCompile("^$|^[a-z0-9-_]{1,64}$") // Validate checks the field values on ListPoliciesReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *ListPoliciesReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListPoliciesReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListPoliciesReqMultiError, or nil if none found. +func (m *ListPoliciesReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListPoliciesReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ListPoliciesReqMultiError(errors) + } + return nil } +// ListPoliciesReqMultiError is an error wrapping multiple validation errors +// returned by ListPoliciesReq.ValidateAll() if the designated constraints +// aren't met. +type ListPoliciesReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListPoliciesReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListPoliciesReqMultiError) AllErrors() []error { return m } + // ListPoliciesReqValidationError is the validation error returned by // ListPoliciesReq.Validate if the designated constraints aren't met. type ListPoliciesReqValidationError struct { @@ -671,17 +995,50 @@ var _ interface { } = ListPoliciesReqValidationError{} // Validate checks the field values on ListPoliciesResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *ListPoliciesResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListPoliciesResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListPoliciesRespMultiError, or nil if none found. +func (m *ListPoliciesResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListPoliciesResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetPolicies() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListPoliciesRespValidationError{ + field: fmt.Sprintf("Policies[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListPoliciesRespValidationError{ + field: fmt.Sprintf("Policies[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListPoliciesRespValidationError{ field: fmt.Sprintf("Policies[%v]", idx), @@ -693,9 +1050,30 @@ func (m *ListPoliciesResp) Validate() error { } + if len(errors) > 0 { + return ListPoliciesRespMultiError(errors) + } + return nil } +// ListPoliciesRespMultiError is an error wrapping multiple validation errors +// returned by ListPoliciesResp.ValidateAll() if the designated constraints +// aren't met. +type ListPoliciesRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListPoliciesRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListPoliciesRespMultiError) AllErrors() []error { return m } + // ListPoliciesRespValidationError is the validation error returned by // ListPoliciesResp.Validate if the designated constraints aren't met. type ListPoliciesRespValidationError struct { @@ -751,18 +1129,52 @@ var _ interface { } = ListPoliciesRespValidationError{} // Validate checks the field values on GetPolicyReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetPolicyReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetPolicyReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetPolicyReqMultiError, or +// nil if none found. +func (m *GetPolicyReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetPolicyReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return GetPolicyReqMultiError(errors) + } + return nil } +// GetPolicyReqMultiError is an error wrapping multiple validation errors +// returned by GetPolicyReq.ValidateAll() if the designated constraints aren't met. +type GetPolicyReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetPolicyReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetPolicyReqMultiError) AllErrors() []error { return m } + // GetPolicyReqValidationError is the validation error returned by // GetPolicyReq.Validate if the designated constraints aren't met. type GetPolicyReqValidationError struct { @@ -818,13 +1230,27 @@ var _ interface { } = GetPolicyReqValidationError{} // Validate checks the field values on UpdatePolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *UpdatePolicyReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdatePolicyReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// UpdatePolicyReqMultiError, or nil if none found. +func (m *UpdatePolicyReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdatePolicyReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id _UpdatePolicyReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -833,34 +1259,65 @@ func (m *UpdatePolicyReq) Validate() error { _, _ = idx, item if _, exists := _UpdatePolicyReq_Members_Unique[item]; exists { - return UpdatePolicyReqValidationError{ + err := UpdatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _UpdatePolicyReq_Members_Unique[item] = struct{}{} } if !_UpdatePolicyReq_Members_Pattern.MatchString(item) { - return UpdatePolicyReqValidationError{ + err := UpdatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } + if !all { + return err + } + errors = append(errors, err) } } if len(m.GetStatements()) < 1 { - return UpdatePolicyReqValidationError{ + err := UpdatePolicyReqValidationError{ field: "Statements", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetStatements() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, UpdatePolicyReqValidationError{ + field: fmt.Sprintf("Statements[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, UpdatePolicyReqValidationError{ + field: fmt.Sprintf("Statements[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdatePolicyReqValidationError{ field: fmt.Sprintf("Statements[%v]", idx), @@ -880,10 +1337,14 @@ func (m *UpdatePolicyReq) Validate() error { _, _ = idx, item if _, exists := _UpdatePolicyReq_Projects_Unique[item]; exists { - return UpdatePolicyReqValidationError{ + err := UpdatePolicyReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _UpdatePolicyReq_Projects_Unique[item] = struct{}{} } @@ -891,9 +1352,30 @@ func (m *UpdatePolicyReq) Validate() error { // no validation rules for Projects[idx] } + if len(errors) > 0 { + return UpdatePolicyReqMultiError(errors) + } + return nil } +// UpdatePolicyReqMultiError is an error wrapping multiple validation errors +// returned by UpdatePolicyReq.ValidateAll() if the designated constraints +// aren't met. +type UpdatePolicyReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdatePolicyReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdatePolicyReqMultiError) AllErrors() []error { return m } + // UpdatePolicyReqValidationError is the validation error returned by // UpdatePolicyReq.Validate if the designated constraints aren't met. type UpdatePolicyReqValidationError struct { @@ -952,12 +1434,26 @@ var _UpdatePolicyReq_Members_Pattern = regexp.MustCompile("^(?:team|user):(?:loc // Validate checks the field values on ReplacePolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ReplacePolicyMembersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ReplacePolicyMembersReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ReplacePolicyMembersReqMultiError, or nil if none found. +func (m *ReplacePolicyMembersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ReplacePolicyMembersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id _ReplacePolicyMembersReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -966,26 +1462,55 @@ func (m *ReplacePolicyMembersReq) Validate() error { _, _ = idx, item if _, exists := _ReplacePolicyMembersReq_Members_Unique[item]; exists { - return ReplacePolicyMembersReqValidationError{ + err := ReplacePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _ReplacePolicyMembersReq_Members_Unique[item] = struct{}{} } if !_ReplacePolicyMembersReq_Members_Pattern.MatchString(item) { - return ReplacePolicyMembersReqValidationError{ + err := ReplacePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return ReplacePolicyMembersReqMultiError(errors) + } + return nil } +// ReplacePolicyMembersReqMultiError is an error wrapping multiple validation +// errors returned by ReplacePolicyMembersReq.ValidateAll() if the designated +// constraints aren't met. +type ReplacePolicyMembersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ReplacePolicyMembersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ReplacePolicyMembersReqMultiError) AllErrors() []error { return m } + // ReplacePolicyMembersReqValidationError is the validation error returned by // ReplacePolicyMembersReq.Validate if the designated constraints aren't met. type ReplacePolicyMembersReqValidationError struct { @@ -1046,15 +1571,50 @@ var _ReplacePolicyMembersReq_Members_Pattern = regexp.MustCompile("^(?:team|user // Validate checks the field values on ReplacePolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ReplacePolicyMembersResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ReplacePolicyMembersResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ReplacePolicyMembersRespMultiError, or nil if none found. +func (m *ReplacePolicyMembersResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ReplacePolicyMembersResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ReplacePolicyMembersRespMultiError(errors) + } + return nil } +// ReplacePolicyMembersRespMultiError is an error wrapping multiple validation +// errors returned by ReplacePolicyMembersResp.ValidateAll() if the designated +// constraints aren't met. +type ReplacePolicyMembersRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ReplacePolicyMembersRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ReplacePolicyMembersRespMultiError) AllErrors() []error { return m } + // ReplacePolicyMembersRespValidationError is the validation error returned by // ReplacePolicyMembersResp.Validate if the designated constraints aren't met. type ReplacePolicyMembersRespValidationError struct { @@ -1113,19 +1673,37 @@ var _ interface { // Validate checks the field values on AddPolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *AddPolicyMembersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on AddPolicyMembersReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// AddPolicyMembersReqMultiError, or nil if none found. +func (m *AddPolicyMembersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *AddPolicyMembersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id if len(m.GetMembers()) < 1 { - return AddPolicyMembersReqValidationError{ + err := AddPolicyMembersReqValidationError{ field: "Members", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } _AddPolicyMembersReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -1134,26 +1712,55 @@ func (m *AddPolicyMembersReq) Validate() error { _, _ = idx, item if _, exists := _AddPolicyMembersReq_Members_Unique[item]; exists { - return AddPolicyMembersReqValidationError{ + err := AddPolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _AddPolicyMembersReq_Members_Unique[item] = struct{}{} } if !_AddPolicyMembersReq_Members_Pattern.MatchString(item) { - return AddPolicyMembersReqValidationError{ + err := AddPolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return AddPolicyMembersReqMultiError(errors) + } + return nil } +// AddPolicyMembersReqMultiError is an error wrapping multiple validation +// errors returned by AddPolicyMembersReq.ValidateAll() if the designated +// constraints aren't met. +type AddPolicyMembersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m AddPolicyMembersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m AddPolicyMembersReqMultiError) AllErrors() []error { return m } + // AddPolicyMembersReqValidationError is the validation error returned by // AddPolicyMembersReq.Validate if the designated constraints aren't met. type AddPolicyMembersReqValidationError struct { @@ -1214,15 +1821,50 @@ var _AddPolicyMembersReq_Members_Pattern = regexp.MustCompile("^(?:team|user):(? // Validate checks the field values on AddPolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *AddPolicyMembersResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on AddPolicyMembersResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// AddPolicyMembersRespMultiError, or nil if none found. +func (m *AddPolicyMembersResp) ValidateAll() error { + return m.validate(true) +} + +func (m *AddPolicyMembersResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return AddPolicyMembersRespMultiError(errors) + } + return nil } +// AddPolicyMembersRespMultiError is an error wrapping multiple validation +// errors returned by AddPolicyMembersResp.ValidateAll() if the designated +// constraints aren't met. +type AddPolicyMembersRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m AddPolicyMembersRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m AddPolicyMembersRespMultiError) AllErrors() []error { return m } + // AddPolicyMembersRespValidationError is the validation error returned by // AddPolicyMembersResp.Validate if the designated constraints aren't met. type AddPolicyMembersRespValidationError struct { @@ -1280,19 +1922,53 @@ var _ interface { } = AddPolicyMembersRespValidationError{} // Validate checks the field values on Version with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Version) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Version with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in VersionMultiError, or nil if none found. +func (m *Version) ValidateAll() error { + return m.validate(true) +} + +func (m *Version) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Major // no validation rules for Minor + if len(errors) > 0 { + return VersionMultiError(errors) + } + return nil } +// VersionMultiError is an error wrapping multiple validation errors returned +// by Version.ValidateAll() if the designated constraints aren't met. +type VersionMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m VersionMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m VersionMultiError) AllErrors() []error { return m } + // VersionValidationError is the validation error returned by Version.Validate // if the designated constraints aren't met. type VersionValidationError struct { @@ -1349,15 +2025,50 @@ var _ interface { // Validate checks the field values on GetPolicyVersionReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *GetPolicyVersionReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetPolicyVersionReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// GetPolicyVersionReqMultiError, or nil if none found. +func (m *GetPolicyVersionReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetPolicyVersionReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return GetPolicyVersionReqMultiError(errors) + } + return nil } +// GetPolicyVersionReqMultiError is an error wrapping multiple validation +// errors returned by GetPolicyVersionReq.ValidateAll() if the designated +// constraints aren't met. +type GetPolicyVersionReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetPolicyVersionReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetPolicyVersionReqMultiError) AllErrors() []error { return m } + // GetPolicyVersionReqValidationError is the validation error returned by // GetPolicyVersionReq.Validate if the designated constraints aren't met. type GetPolicyVersionReqValidationError struct { @@ -1416,13 +2127,46 @@ var _ interface { // Validate checks the field values on GetPolicyVersionResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *GetPolicyVersionResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetPolicyVersionResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// GetPolicyVersionRespMultiError, or nil if none found. +func (m *GetPolicyVersionResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetPolicyVersionResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetVersion()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetVersion()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetPolicyVersionRespValidationError{ + field: "Version", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetPolicyVersionRespValidationError{ + field: "Version", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetVersion()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetPolicyVersionRespValidationError{ field: "Version", @@ -1432,9 +2176,30 @@ func (m *GetPolicyVersionResp) Validate() error { } } + if len(errors) > 0 { + return GetPolicyVersionRespMultiError(errors) + } + return nil } +// GetPolicyVersionRespMultiError is an error wrapping multiple validation +// errors returned by GetPolicyVersionResp.ValidateAll() if the designated +// constraints aren't met. +type GetPolicyVersionRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetPolicyVersionRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetPolicyVersionRespMultiError) AllErrors() []error { return m } + // GetPolicyVersionRespValidationError is the validation error returned by // GetPolicyVersionResp.Validate if the designated constraints aren't met. type GetPolicyVersionRespValidationError struct { @@ -1492,16 +2257,50 @@ var _ interface { } = GetPolicyVersionRespValidationError{} // Validate checks the field values on ListRolesReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ListRolesReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRolesReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ListRolesReqMultiError, or +// nil if none found. +func (m *ListRolesReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRolesReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ListRolesReqMultiError(errors) + } + return nil } +// ListRolesReqMultiError is an error wrapping multiple validation errors +// returned by ListRolesReq.ValidateAll() if the designated constraints aren't met. +type ListRolesReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRolesReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRolesReqMultiError) AllErrors() []error { return m } + // ListRolesReqValidationError is the validation error returned by // ListRolesReq.Validate if the designated constraints aren't met. type ListRolesReqValidationError struct { @@ -1557,17 +2356,50 @@ var _ interface { } = ListRolesReqValidationError{} // Validate checks the field values on ListRolesResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ListRolesResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRolesResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ListRolesRespMultiError, or +// nil if none found. +func (m *ListRolesResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRolesResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetRoles() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListRolesRespValidationError{ + field: fmt.Sprintf("Roles[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListRolesRespValidationError{ + field: fmt.Sprintf("Roles[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListRolesRespValidationError{ field: fmt.Sprintf("Roles[%v]", idx), @@ -1579,9 +2411,30 @@ func (m *ListRolesResp) Validate() error { } + if len(errors) > 0 { + return ListRolesRespMultiError(errors) + } + return nil } +// ListRolesRespMultiError is an error wrapping multiple validation errors +// returned by ListRolesResp.ValidateAll() if the designated constraints +// aren't met. +type ListRolesRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRolesRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRolesRespMultiError) AllErrors() []error { return m } + // ListRolesRespValidationError is the validation error returned by // ListRolesResp.Validate if the designated constraints aren't met. type ListRolesRespValidationError struct { @@ -1637,18 +2490,53 @@ var _ interface { } = ListRolesRespValidationError{} // Validate checks the field values on DeleteRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteRoleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteRoleReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteRoleReqMultiError, or +// nil if none found. +func (m *DeleteRoleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteRoleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return DeleteRoleReqMultiError(errors) + } + return nil } +// DeleteRoleReqMultiError is an error wrapping multiple validation errors +// returned by DeleteRoleReq.ValidateAll() if the designated constraints +// aren't met. +type DeleteRoleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteRoleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteRoleReqMultiError) AllErrors() []error { return m } + // DeleteRoleReqValidationError is the validation error returned by // DeleteRoleReq.Validate if the designated constraints aren't met. type DeleteRoleReqValidationError struct { @@ -1704,16 +2592,51 @@ var _ interface { } = DeleteRoleReqValidationError{} // Validate checks the field values on DeleteRoleResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteRoleResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteRoleResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteRoleRespMultiError, +// or nil if none found. +func (m *DeleteRoleResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteRoleResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return DeleteRoleRespMultiError(errors) + } + return nil } +// DeleteRoleRespMultiError is an error wrapping multiple validation errors +// returned by DeleteRoleResp.ValidateAll() if the designated constraints +// aren't met. +type DeleteRoleRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteRoleRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteRoleRespMultiError) AllErrors() []error { return m } + // DeleteRoleRespValidationError is the validation error returned by // DeleteRoleResp.Validate if the designated constraints aren't met. type DeleteRoleRespValidationError struct { @@ -1769,22 +2692,40 @@ var _ interface { } = DeleteRoleRespValidationError{} // Validate checks the field values on UpdateRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateRoleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateRoleReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateRoleReqMultiError, or +// nil if none found. +func (m *UpdateRoleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateRoleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Name if len(m.GetActions()) < 1 { - return UpdateRoleReqValidationError{ + err := UpdateRoleReqValidationError{ field: "Actions", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } _UpdateRoleReq_Actions_Unique := make(map[string]struct{}, len(m.GetActions())) @@ -1793,19 +2734,27 @@ func (m *UpdateRoleReq) Validate() error { _, _ = idx, item if _, exists := _UpdateRoleReq_Actions_Unique[item]; exists { - return UpdateRoleReqValidationError{ + err := UpdateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _UpdateRoleReq_Actions_Unique[item] = struct{}{} } if !_UpdateRoleReq_Actions_Pattern.MatchString(item) { - return UpdateRoleReqValidationError{ + err := UpdateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "value does not match regex pattern \"^[*]$|^[*]:[a-z][-a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[*]$|^[a-z][a-zA-Z]*:[*]:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[*]$\"", } + if !all { + return err + } + errors = append(errors, err) } } @@ -1816,10 +2765,14 @@ func (m *UpdateRoleReq) Validate() error { _, _ = idx, item if _, exists := _UpdateRoleReq_Projects_Unique[item]; exists { - return UpdateRoleReqValidationError{ + err := UpdateRoleReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _UpdateRoleReq_Projects_Unique[item] = struct{}{} } @@ -1827,9 +2780,30 @@ func (m *UpdateRoleReq) Validate() error { // no validation rules for Projects[idx] } + if len(errors) > 0 { + return UpdateRoleReqMultiError(errors) + } + return nil } +// UpdateRoleReqMultiError is an error wrapping multiple validation errors +// returned by UpdateRoleReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateRoleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateRoleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateRoleReqMultiError) AllErrors() []error { return m } + // UpdateRoleReqValidationError is the validation error returned by // UpdateRoleReq.Validate if the designated constraints aren't met. type UpdateRoleReqValidationError struct { @@ -1888,17 +2862,52 @@ var _UpdateRoleReq_Actions_Pattern = regexp.MustCompile("^[*]$|^[*]:[a-z][-a-zA- // Validate checks the field values on ListPolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ListPolicyMembersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListPolicyMembersReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListPolicyMembersReqMultiError, or nil if none found. +func (m *ListPolicyMembersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListPolicyMembersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return ListPolicyMembersReqMultiError(errors) + } + return nil } +// ListPolicyMembersReqMultiError is an error wrapping multiple validation +// errors returned by ListPolicyMembersReq.ValidateAll() if the designated +// constraints aren't met. +type ListPolicyMembersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListPolicyMembersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListPolicyMembersReqMultiError) AllErrors() []error { return m } + // ListPolicyMembersReqValidationError is the validation error returned by // ListPolicyMembersReq.Validate if the designated constraints aren't met. type ListPolicyMembersReqValidationError struct { @@ -1957,15 +2966,50 @@ var _ interface { // Validate checks the field values on ListPolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ListPolicyMembersResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListPolicyMembersResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListPolicyMembersRespMultiError, or nil if none found. +func (m *ListPolicyMembersResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListPolicyMembersResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ListPolicyMembersRespMultiError(errors) + } + return nil } +// ListPolicyMembersRespMultiError is an error wrapping multiple validation +// errors returned by ListPolicyMembersResp.ValidateAll() if the designated +// constraints aren't met. +type ListPolicyMembersRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListPolicyMembersRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListPolicyMembersRespMultiError) AllErrors() []error { return m } + // ListPolicyMembersRespValidationError is the validation error returned by // ListPolicyMembersResp.Validate if the designated constraints aren't met. type ListPolicyMembersRespValidationError struct { @@ -2024,19 +3068,37 @@ var _ interface { // Validate checks the field values on RemovePolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *RemovePolicyMembersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on RemovePolicyMembersReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// RemovePolicyMembersReqMultiError, or nil if none found. +func (m *RemovePolicyMembersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *RemovePolicyMembersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id if len(m.GetMembers()) < 1 { - return RemovePolicyMembersReqValidationError{ + err := RemovePolicyMembersReqValidationError{ field: "Members", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } _RemovePolicyMembersReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -2045,26 +3107,55 @@ func (m *RemovePolicyMembersReq) Validate() error { _, _ = idx, item if _, exists := _RemovePolicyMembersReq_Members_Unique[item]; exists { - return RemovePolicyMembersReqValidationError{ + err := RemovePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _RemovePolicyMembersReq_Members_Unique[item] = struct{}{} } if !_RemovePolicyMembersReq_Members_Pattern.MatchString(item) { - return RemovePolicyMembersReqValidationError{ + err := RemovePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return RemovePolicyMembersReqMultiError(errors) + } + return nil } +// RemovePolicyMembersReqMultiError is an error wrapping multiple validation +// errors returned by RemovePolicyMembersReq.ValidateAll() if the designated +// constraints aren't met. +type RemovePolicyMembersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m RemovePolicyMembersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m RemovePolicyMembersReqMultiError) AllErrors() []error { return m } + // RemovePolicyMembersReqValidationError is the validation error returned by // RemovePolicyMembersReq.Validate if the designated constraints aren't met. type RemovePolicyMembersReqValidationError struct { @@ -2125,15 +3216,50 @@ var _RemovePolicyMembersReq_Members_Pattern = regexp.MustCompile("^(?:team|user) // Validate checks the field values on RemovePolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *RemovePolicyMembersResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on RemovePolicyMembersResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// RemovePolicyMembersRespMultiError, or nil if none found. +func (m *RemovePolicyMembersResp) ValidateAll() error { + return m.validate(true) +} + +func (m *RemovePolicyMembersResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return RemovePolicyMembersRespMultiError(errors) + } + return nil } +// RemovePolicyMembersRespMultiError is an error wrapping multiple validation +// errors returned by RemovePolicyMembersResp.ValidateAll() if the designated +// constraints aren't met. +type RemovePolicyMembersRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m RemovePolicyMembersRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m RemovePolicyMembersRespMultiError) AllErrors() []error { return m } + // RemovePolicyMembersRespValidationError is the validation error returned by // RemovePolicyMembersResp.Validate if the designated constraints aren't met. type RemovePolicyMembersRespValidationError struct { @@ -2191,20 +3317,55 @@ var _ interface { } = RemovePolicyMembersRespValidationError{} // Validate checks the field values on MigrateToV2Req with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *MigrateToV2Req) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on MigrateToV2Req with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in MigrateToV2ReqMultiError, +// or nil if none found. +func (m *MigrateToV2Req) ValidateAll() error { + return m.validate(true) +} + +func (m *MigrateToV2Req) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Flag // no validation rules for SkipV1Policies + if len(errors) > 0 { + return MigrateToV2ReqMultiError(errors) + } + return nil } +// MigrateToV2ReqMultiError is an error wrapping multiple validation errors +// returned by MigrateToV2Req.ValidateAll() if the designated constraints +// aren't met. +type MigrateToV2ReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m MigrateToV2ReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m MigrateToV2ReqMultiError) AllErrors() []error { return m } + // MigrateToV2ReqValidationError is the validation error returned by // MigrateToV2Req.Validate if the designated constraints aren't met. type MigrateToV2ReqValidationError struct { @@ -2260,16 +3421,51 @@ var _ interface { } = MigrateToV2ReqValidationError{} // Validate checks the field values on MigrateToV2Resp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *MigrateToV2Resp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on MigrateToV2Resp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// MigrateToV2RespMultiError, or nil if none found. +func (m *MigrateToV2Resp) ValidateAll() error { + return m.validate(true) +} + +func (m *MigrateToV2Resp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return MigrateToV2RespMultiError(errors) + } + return nil } +// MigrateToV2RespMultiError is an error wrapping multiple validation errors +// returned by MigrateToV2Resp.ValidateAll() if the designated constraints +// aren't met. +type MigrateToV2RespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m MigrateToV2RespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m MigrateToV2RespMultiError) AllErrors() []error { return m } + // MigrateToV2RespValidationError is the validation error returned by // MigrateToV2Resp.Validate if the designated constraints aren't met. type MigrateToV2RespValidationError struct { @@ -2325,16 +3521,50 @@ var _ interface { } = MigrateToV2RespValidationError{} // Validate checks the field values on ResetToV1Req with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ResetToV1Req) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ResetToV1Req with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ResetToV1ReqMultiError, or +// nil if none found. +func (m *ResetToV1Req) ValidateAll() error { + return m.validate(true) +} + +func (m *ResetToV1Req) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ResetToV1ReqMultiError(errors) + } + return nil } +// ResetToV1ReqMultiError is an error wrapping multiple validation errors +// returned by ResetToV1Req.ValidateAll() if the designated constraints aren't met. +type ResetToV1ReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ResetToV1ReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ResetToV1ReqMultiError) AllErrors() []error { return m } + // ResetToV1ReqValidationError is the validation error returned by // ResetToV1Req.Validate if the designated constraints aren't met. type ResetToV1ReqValidationError struct { @@ -2390,16 +3620,51 @@ var _ interface { } = ResetToV1ReqValidationError{} // Validate checks the field values on ResetToV1Resp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ResetToV1Resp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ResetToV1Resp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ResetToV1RespMultiError, or +// nil if none found. +func (m *ResetToV1Resp) ValidateAll() error { + return m.validate(true) +} + +func (m *ResetToV1Resp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ResetToV1RespMultiError(errors) + } + return nil } +// ResetToV1RespMultiError is an error wrapping multiple validation errors +// returned by ResetToV1Resp.ValidateAll() if the designated constraints +// aren't met. +type ResetToV1RespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ResetToV1RespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ResetToV1RespMultiError) AllErrors() []error { return m } + // ResetToV1RespValidationError is the validation error returned by // ResetToV1Resp.Validate if the designated constraints aren't met. type ResetToV1RespValidationError struct { @@ -2455,17 +3720,52 @@ var _ interface { } = ResetToV1RespValidationError{} // Validate checks the field values on GetRoleReq with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetRoleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetRoleReq with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetRoleReqMultiError, or +// nil if none found. +func (m *GetRoleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetRoleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return GetRoleReqMultiError(errors) + } + return nil } +// GetRoleReqMultiError is an error wrapping multiple validation errors +// returned by GetRoleReq.ValidateAll() if the designated constraints aren't met. +type GetRoleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetRoleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetRoleReqMultiError) AllErrors() []error { return m } + // GetRoleReqValidationError is the validation error returned by // GetRoleReq.Validate if the designated constraints aren't met. type GetRoleReqValidationError struct { @@ -2521,27 +3821,49 @@ var _ interface { } = GetRoleReqValidationError{} // Validate checks the field values on CreateRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateRoleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateRoleReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateRoleReqMultiError, or +// nil if none found. +func (m *CreateRoleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateRoleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_CreateRoleReq_Id_Pattern.MatchString(m.GetId()) { - return CreateRoleReqValidationError{ + err := CreateRoleReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name if len(m.GetActions()) < 1 { - return CreateRoleReqValidationError{ + err := CreateRoleReqValidationError{ field: "Actions", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } _CreateRoleReq_Actions_Unique := make(map[string]struct{}, len(m.GetActions())) @@ -2550,19 +3872,27 @@ func (m *CreateRoleReq) Validate() error { _, _ = idx, item if _, exists := _CreateRoleReq_Actions_Unique[item]; exists { - return CreateRoleReqValidationError{ + err := CreateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreateRoleReq_Actions_Unique[item] = struct{}{} } if !_CreateRoleReq_Actions_Pattern.MatchString(item) { - return CreateRoleReqValidationError{ + err := CreateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "value does not match regex pattern \"^[*]$|^[*]:[a-z][-a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[*]$|^[a-z][a-zA-Z]*:[*]:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[*]$\"", } + if !all { + return err + } + errors = append(errors, err) } } @@ -2573,10 +3903,14 @@ func (m *CreateRoleReq) Validate() error { _, _ = idx, item if _, exists := _CreateRoleReq_Projects_Unique[item]; exists { - return CreateRoleReqValidationError{ + err := CreateRoleReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreateRoleReq_Projects_Unique[item] = struct{}{} } @@ -2584,9 +3918,30 @@ func (m *CreateRoleReq) Validate() error { // no validation rules for Projects[idx] } + if len(errors) > 0 { + return CreateRoleReqMultiError(errors) + } + return nil } +// CreateRoleReqMultiError is an error wrapping multiple validation errors +// returned by CreateRoleReq.ValidateAll() if the designated constraints +// aren't met. +type CreateRoleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateRoleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateRoleReqMultiError) AllErrors() []error { return m } + // CreateRoleReqValidationError is the validation error returned by // CreateRoleReq.Validate if the designated constraints aren't met. type CreateRoleReqValidationError struct { @@ -2647,22 +4002,61 @@ var _CreateRoleReq_Actions_Pattern = regexp.MustCompile("^[*]$|^[*]:[a-z][-a-zA- // Validate checks the field values on PurgeSubjectFromPoliciesReq with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *PurgeSubjectFromPoliciesReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on PurgeSubjectFromPoliciesReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// PurgeSubjectFromPoliciesReqMultiError, or nil if none found. +func (m *PurgeSubjectFromPoliciesReq) ValidateAll() error { + return m.validate(true) +} + +func (m *PurgeSubjectFromPoliciesReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_PurgeSubjectFromPoliciesReq_Subject_Pattern.MatchString(m.GetSubject()) { - return PurgeSubjectFromPoliciesReqValidationError{ + err := PurgeSubjectFromPoliciesReqValidationError{ field: "Subject", reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|service):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return PurgeSubjectFromPoliciesReqMultiError(errors) } return nil } +// PurgeSubjectFromPoliciesReqMultiError is an error wrapping multiple +// validation errors returned by PurgeSubjectFromPoliciesReq.ValidateAll() if +// the designated constraints aren't met. +type PurgeSubjectFromPoliciesReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m PurgeSubjectFromPoliciesReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m PurgeSubjectFromPoliciesReqMultiError) AllErrors() []error { return m } + // PurgeSubjectFromPoliciesReqValidationError is the validation error returned // by PurgeSubjectFromPoliciesReq.Validate if the designated constraints // aren't met. @@ -2724,15 +4118,50 @@ var _PurgeSubjectFromPoliciesReq_Subject_Pattern = regexp.MustCompile("^(?:team| // Validate checks the field values on PurgeSubjectFromPoliciesResp with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *PurgeSubjectFromPoliciesResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on PurgeSubjectFromPoliciesResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// PurgeSubjectFromPoliciesRespMultiError, or nil if none found. +func (m *PurgeSubjectFromPoliciesResp) ValidateAll() error { + return m.validate(true) +} + +func (m *PurgeSubjectFromPoliciesResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return PurgeSubjectFromPoliciesRespMultiError(errors) + } + return nil } +// PurgeSubjectFromPoliciesRespMultiError is an error wrapping multiple +// validation errors returned by PurgeSubjectFromPoliciesResp.ValidateAll() if +// the designated constraints aren't met. +type PurgeSubjectFromPoliciesRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m PurgeSubjectFromPoliciesRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m PurgeSubjectFromPoliciesRespMultiError) AllErrors() []error { return m } + // PurgeSubjectFromPoliciesRespValidationError is the validation error returned // by PurgeSubjectFromPoliciesResp.Validate if the designated constraints // aren't met. diff --git a/api/interservice/authz/project.pb.go b/api/interservice/authz/project.pb.go index 853a33bd567..bcbc2ed183b 100644 --- a/api/interservice/authz/project.pb.go +++ b/api/interservice/authz/project.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/authz/project.proto @@ -2300,7 +2300,7 @@ func file_interservice_authz_project_proto_rawDescGZIP() []byte { var file_interservice_authz_project_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_interservice_authz_project_proto_msgTypes = make([]protoimpl.MessageInfo, 35) -var file_interservice_authz_project_proto_goTypes = []interface{}{ +var file_interservice_authz_project_proto_goTypes = []any{ (ProjectRuleTypes)(0), // 0: chef.automate.domain.authz.ProjectRuleTypes (ProjectRuleConditionAttributes)(0), // 1: chef.automate.domain.authz.ProjectRuleConditionAttributes (ProjectRuleConditionOperators)(0), // 2: chef.automate.domain.authz.ProjectRuleConditionOperators @@ -2411,7 +2411,7 @@ func file_interservice_authz_project_proto_init() { } file_interservice_authz_type_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_authz_project_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Project); i { case 0: return &v.state @@ -2423,7 +2423,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CreateProjectReq); i { case 0: return &v.state @@ -2435,7 +2435,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateProjectResp); i { case 0: return &v.state @@ -2447,7 +2447,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetProjectReq); i { case 0: return &v.state @@ -2459,7 +2459,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetProjectResp); i { case 0: return &v.state @@ -2471,7 +2471,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ListProjectsReq); i { case 0: return &v.state @@ -2483,7 +2483,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ListProjectsResp); i { case 0: return &v.state @@ -2495,7 +2495,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*UpdateProjectReq); i { case 0: return &v.state @@ -2507,7 +2507,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*UpdateProjectResp); i { case 0: return &v.state @@ -2519,7 +2519,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*DeleteProjectReq); i { case 0: return &v.state @@ -2531,7 +2531,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*DeleteProjectResp); i { case 0: return &v.state @@ -2543,7 +2543,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStartReq); i { case 0: return &v.state @@ -2555,7 +2555,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStartResp); i { case 0: return &v.state @@ -2567,7 +2567,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesCancelReq); i { case 0: return &v.state @@ -2579,7 +2579,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesCancelResp); i { case 0: return &v.state @@ -2591,7 +2591,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStatusReq); i { case 0: return &v.state @@ -2603,7 +2603,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ApplyRulesStatusResp); i { case 0: return &v.state @@ -2615,7 +2615,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ListRulesForAllProjectsReq); i { case 0: return &v.state @@ -2627,7 +2627,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ListRulesForAllProjectsResp); i { case 0: return &v.state @@ -2639,7 +2639,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ProjectRules); i { case 0: return &v.state @@ -2651,7 +2651,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*ProjectRule); i { case 0: return &v.state @@ -2663,7 +2663,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*Condition); i { case 0: return &v.state @@ -2675,7 +2675,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*CreateRuleReq); i { case 0: return &v.state @@ -2687,7 +2687,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*CreateRuleResp); i { case 0: return &v.state @@ -2699,7 +2699,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*UpdateRuleReq); i { case 0: return &v.state @@ -2711,7 +2711,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*UpdateRuleResp); i { case 0: return &v.state @@ -2723,7 +2723,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*GetRuleReq); i { case 0: return &v.state @@ -2735,7 +2735,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*GetRuleResp); i { case 0: return &v.state @@ -2747,7 +2747,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*ListRulesReq); i { case 0: return &v.state @@ -2759,7 +2759,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*ListRulesResp); i { case 0: return &v.state @@ -2771,7 +2771,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*ListRulesForProjectReq); i { case 0: return &v.state @@ -2783,7 +2783,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*ListRulesForProjectResp); i { case 0: return &v.state @@ -2795,7 +2795,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*DeleteRuleReq); i { case 0: return &v.state @@ -2807,7 +2807,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_interservice_authz_project_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*DeleteRuleResp); i { case 0: return &v.state diff --git a/api/interservice/authz/project.pb.validate.go b/api/interservice/authz/project.pb.validate.go index bb9ae89f8b5..a180428f076 100644 --- a/api/interservice/authz/project.pb.validate.go +++ b/api/interservice/authz/project.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,19 +31,31 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _project_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on Project with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Project) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Project with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in ProjectMultiError, or nil if none found. +func (m *Project) ValidateAll() error { + return m.validate(true) +} + +func (m *Project) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Name // no validation rules for Id @@ -51,9 +64,29 @@ func (m *Project) Validate() error { // no validation rules for Status + if len(errors) > 0 { + return ProjectMultiError(errors) + } + return nil } +// ProjectMultiError is an error wrapping multiple validation errors returned +// by Project.ValidateAll() if the designated constraints aren't met. +type ProjectMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ProjectMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ProjectMultiError) AllErrors() []error { return m } + // ProjectValidationError is the validation error returned by Project.Validate // if the designated constraints aren't met. type ProjectValidationError struct { @@ -109,27 +142,66 @@ var _ interface { } = ProjectValidationError{} // Validate checks the field values on CreateProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *CreateProjectReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateProjectReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CreateProjectReqMultiError, or nil if none found. +func (m *CreateProjectReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateProjectReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Name if !_CreateProjectReq_Id_Pattern.MatchString(m.GetId()) { - return CreateProjectReqValidationError{ + err := CreateProjectReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,48}$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for SkipPolicies + if len(errors) > 0 { + return CreateProjectReqMultiError(errors) + } + return nil } +// CreateProjectReqMultiError is an error wrapping multiple validation errors +// returned by CreateProjectReq.ValidateAll() if the designated constraints +// aren't met. +type CreateProjectReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateProjectReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateProjectReqMultiError) AllErrors() []error { return m } + // CreateProjectReqValidationError is the validation error returned by // CreateProjectReq.Validate if the designated constraints aren't met. type CreateProjectReqValidationError struct { @@ -187,14 +259,47 @@ var _ interface { var _CreateProjectReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,48}$") // Validate checks the field values on CreateProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *CreateProjectResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateProjectResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CreateProjectRespMultiError, or nil if none found. +func (m *CreateProjectResp) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateProjectResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetProject()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, CreateProjectRespValidationError{ + field: "Project", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, CreateProjectRespValidationError{ + field: "Project", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateProjectRespValidationError{ field: "Project", @@ -204,9 +309,30 @@ func (m *CreateProjectResp) Validate() error { } } + if len(errors) > 0 { + return CreateProjectRespMultiError(errors) + } + return nil } +// CreateProjectRespMultiError is an error wrapping multiple validation errors +// returned by CreateProjectResp.ValidateAll() if the designated constraints +// aren't met. +type CreateProjectRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateProjectRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateProjectRespMultiError) AllErrors() []error { return m } + // CreateProjectRespValidationError is the validation error returned by // CreateProjectResp.Validate if the designated constraints aren't met. type CreateProjectRespValidationError struct { @@ -264,18 +390,53 @@ var _ interface { } = CreateProjectRespValidationError{} // Validate checks the field values on GetProjectReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetProjectReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetProjectReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetProjectReqMultiError, or +// nil if none found. +func (m *GetProjectReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetProjectReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return GetProjectReqMultiError(errors) + } + return nil } +// GetProjectReqMultiError is an error wrapping multiple validation errors +// returned by GetProjectReq.ValidateAll() if the designated constraints +// aren't met. +type GetProjectReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetProjectReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetProjectReqMultiError) AllErrors() []error { return m } + // GetProjectReqValidationError is the validation error returned by // GetProjectReq.Validate if the designated constraints aren't met. type GetProjectReqValidationError struct { @@ -331,14 +492,47 @@ var _ interface { } = GetProjectReqValidationError{} // Validate checks the field values on GetProjectResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetProjectResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetProjectResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetProjectRespMultiError, +// or nil if none found. +func (m *GetProjectResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetProjectResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetProject()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetProjectRespValidationError{ + field: "Project", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetProjectRespValidationError{ + field: "Project", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetProjectRespValidationError{ field: "Project", @@ -348,9 +542,30 @@ func (m *GetProjectResp) Validate() error { } } + if len(errors) > 0 { + return GetProjectRespMultiError(errors) + } + return nil } +// GetProjectRespMultiError is an error wrapping multiple validation errors +// returned by GetProjectResp.ValidateAll() if the designated constraints +// aren't met. +type GetProjectRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetProjectRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetProjectRespMultiError) AllErrors() []error { return m } + // GetProjectRespValidationError is the validation error returned by // GetProjectResp.Validate if the designated constraints aren't met. type GetProjectRespValidationError struct { @@ -406,16 +621,51 @@ var _ interface { } = GetProjectRespValidationError{} // Validate checks the field values on ListProjectsReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *ListProjectsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListProjectsReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListProjectsReqMultiError, or nil if none found. +func (m *ListProjectsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListProjectsReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ListProjectsReqMultiError(errors) + } + return nil } +// ListProjectsReqMultiError is an error wrapping multiple validation errors +// returned by ListProjectsReq.ValidateAll() if the designated constraints +// aren't met. +type ListProjectsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListProjectsReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListProjectsReqMultiError) AllErrors() []error { return m } + // ListProjectsReqValidationError is the validation error returned by // ListProjectsReq.Validate if the designated constraints aren't met. type ListProjectsReqValidationError struct { @@ -471,17 +721,50 @@ var _ interface { } = ListProjectsReqValidationError{} // Validate checks the field values on ListProjectsResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *ListProjectsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListProjectsResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListProjectsRespMultiError, or nil if none found. +func (m *ListProjectsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListProjectsResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetProjects() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListProjectsRespValidationError{ + field: fmt.Sprintf("Projects[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListProjectsRespValidationError{ + field: fmt.Sprintf("Projects[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListProjectsRespValidationError{ field: fmt.Sprintf("Projects[%v]", idx), @@ -493,9 +776,30 @@ func (m *ListProjectsResp) Validate() error { } + if len(errors) > 0 { + return ListProjectsRespMultiError(errors) + } + return nil } +// ListProjectsRespMultiError is an error wrapping multiple validation errors +// returned by ListProjectsResp.ValidateAll() if the designated constraints +// aren't met. +type ListProjectsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListProjectsRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListProjectsRespMultiError) AllErrors() []error { return m } + // ListProjectsRespValidationError is the validation error returned by // ListProjectsResp.Validate if the designated constraints aren't met. type ListProjectsRespValidationError struct { @@ -551,20 +855,55 @@ var _ interface { } = ListProjectsRespValidationError{} // Validate checks the field values on UpdateProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *UpdateProjectReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateProjectReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// UpdateProjectReqMultiError, or nil if none found. +func (m *UpdateProjectReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateProjectReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Name // no validation rules for Id + if len(errors) > 0 { + return UpdateProjectReqMultiError(errors) + } + return nil } +// UpdateProjectReqMultiError is an error wrapping multiple validation errors +// returned by UpdateProjectReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateProjectReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateProjectReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateProjectReqMultiError) AllErrors() []error { return m } + // UpdateProjectReqValidationError is the validation error returned by // UpdateProjectReq.Validate if the designated constraints aren't met. type UpdateProjectReqValidationError struct { @@ -620,14 +959,47 @@ var _ interface { } = UpdateProjectReqValidationError{} // Validate checks the field values on UpdateProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *UpdateProjectResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateProjectResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// UpdateProjectRespMultiError, or nil if none found. +func (m *UpdateProjectResp) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateProjectResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetProject()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, UpdateProjectRespValidationError{ + field: "Project", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, UpdateProjectRespValidationError{ + field: "Project", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateProjectRespValidationError{ field: "Project", @@ -637,9 +1009,30 @@ func (m *UpdateProjectResp) Validate() error { } } + if len(errors) > 0 { + return UpdateProjectRespMultiError(errors) + } + return nil } +// UpdateProjectRespMultiError is an error wrapping multiple validation errors +// returned by UpdateProjectResp.ValidateAll() if the designated constraints +// aren't met. +type UpdateProjectRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateProjectRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateProjectRespMultiError) AllErrors() []error { return m } + // UpdateProjectRespValidationError is the validation error returned by // UpdateProjectResp.Validate if the designated constraints aren't met. type UpdateProjectRespValidationError struct { @@ -697,18 +1090,53 @@ var _ interface { } = UpdateProjectRespValidationError{} // Validate checks the field values on DeleteProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *DeleteProjectReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteProjectReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// DeleteProjectReqMultiError, or nil if none found. +func (m *DeleteProjectReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteProjectReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return DeleteProjectReqMultiError(errors) + } + return nil } +// DeleteProjectReqMultiError is an error wrapping multiple validation errors +// returned by DeleteProjectReq.ValidateAll() if the designated constraints +// aren't met. +type DeleteProjectReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteProjectReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteProjectReqMultiError) AllErrors() []error { return m } + // DeleteProjectReqValidationError is the validation error returned by // DeleteProjectReq.Validate if the designated constraints aren't met. type DeleteProjectReqValidationError struct { @@ -764,16 +1192,51 @@ var _ interface { } = DeleteProjectReqValidationError{} // Validate checks the field values on DeleteProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *DeleteProjectResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteProjectResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// DeleteProjectRespMultiError, or nil if none found. +func (m *DeleteProjectResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteProjectResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return DeleteProjectRespMultiError(errors) + } + return nil } +// DeleteProjectRespMultiError is an error wrapping multiple validation errors +// returned by DeleteProjectResp.ValidateAll() if the designated constraints +// aren't met. +type DeleteProjectRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteProjectRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteProjectRespMultiError) AllErrors() []error { return m } + // DeleteProjectRespValidationError is the validation error returned by // DeleteProjectResp.Validate if the designated constraints aren't met. type DeleteProjectRespValidationError struct { @@ -832,15 +1295,50 @@ var _ interface { // Validate checks the field values on ApplyRulesStartReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ApplyRulesStartReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ApplyRulesStartReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ApplyRulesStartReqMultiError, or nil if none found. +func (m *ApplyRulesStartReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ApplyRulesStartReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ApplyRulesStartReqMultiError(errors) + } + return nil } +// ApplyRulesStartReqMultiError is an error wrapping multiple validation errors +// returned by ApplyRulesStartReq.ValidateAll() if the designated constraints +// aren't met. +type ApplyRulesStartReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ApplyRulesStartReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ApplyRulesStartReqMultiError) AllErrors() []error { return m } + // ApplyRulesStartReqValidationError is the validation error returned by // ApplyRulesStartReq.Validate if the designated constraints aren't met. type ApplyRulesStartReqValidationError struct { @@ -899,15 +1397,50 @@ var _ interface { // Validate checks the field values on ApplyRulesStartResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ApplyRulesStartResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ApplyRulesStartResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ApplyRulesStartRespMultiError, or nil if none found. +func (m *ApplyRulesStartResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ApplyRulesStartResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ApplyRulesStartRespMultiError(errors) + } + return nil } +// ApplyRulesStartRespMultiError is an error wrapping multiple validation +// errors returned by ApplyRulesStartResp.ValidateAll() if the designated +// constraints aren't met. +type ApplyRulesStartRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ApplyRulesStartRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ApplyRulesStartRespMultiError) AllErrors() []error { return m } + // ApplyRulesStartRespValidationError is the validation error returned by // ApplyRulesStartResp.Validate if the designated constraints aren't met. type ApplyRulesStartRespValidationError struct { @@ -966,15 +1499,50 @@ var _ interface { // Validate checks the field values on ApplyRulesCancelReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ApplyRulesCancelReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ApplyRulesCancelReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ApplyRulesCancelReqMultiError, or nil if none found. +func (m *ApplyRulesCancelReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ApplyRulesCancelReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ApplyRulesCancelReqMultiError(errors) + } + return nil } +// ApplyRulesCancelReqMultiError is an error wrapping multiple validation +// errors returned by ApplyRulesCancelReq.ValidateAll() if the designated +// constraints aren't met. +type ApplyRulesCancelReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ApplyRulesCancelReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ApplyRulesCancelReqMultiError) AllErrors() []error { return m } + // ApplyRulesCancelReqValidationError is the validation error returned by // ApplyRulesCancelReq.Validate if the designated constraints aren't met. type ApplyRulesCancelReqValidationError struct { @@ -1033,15 +1601,50 @@ var _ interface { // Validate checks the field values on ApplyRulesCancelResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ApplyRulesCancelResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ApplyRulesCancelResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ApplyRulesCancelRespMultiError, or nil if none found. +func (m *ApplyRulesCancelResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ApplyRulesCancelResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ApplyRulesCancelRespMultiError(errors) + } + return nil } +// ApplyRulesCancelRespMultiError is an error wrapping multiple validation +// errors returned by ApplyRulesCancelResp.ValidateAll() if the designated +// constraints aren't met. +type ApplyRulesCancelRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ApplyRulesCancelRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ApplyRulesCancelRespMultiError) AllErrors() []error { return m } + // ApplyRulesCancelRespValidationError is the validation error returned by // ApplyRulesCancelResp.Validate if the designated constraints aren't met. type ApplyRulesCancelRespValidationError struct { @@ -1100,15 +1703,50 @@ var _ interface { // Validate checks the field values on ApplyRulesStatusReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ApplyRulesStatusReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ApplyRulesStatusReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ApplyRulesStatusReqMultiError, or nil if none found. +func (m *ApplyRulesStatusReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ApplyRulesStatusReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ApplyRulesStatusReqMultiError(errors) + } + return nil } +// ApplyRulesStatusReqMultiError is an error wrapping multiple validation +// errors returned by ApplyRulesStatusReq.ValidateAll() if the designated +// constraints aren't met. +type ApplyRulesStatusReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ApplyRulesStatusReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ApplyRulesStatusReqMultiError) AllErrors() []error { return m } + // ApplyRulesStatusReqValidationError is the validation error returned by // ApplyRulesStatusReq.Validate if the designated constraints aren't met. type ApplyRulesStatusReqValidationError struct { @@ -1167,15 +1805,48 @@ var _ interface { // Validate checks the field values on ApplyRulesStatusResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ApplyRulesStatusResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ApplyRulesStatusResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ApplyRulesStatusRespMultiError, or nil if none found. +func (m *ApplyRulesStatusResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ApplyRulesStatusResp) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for State - if v, ok := interface{}(m.GetEstimatedTimeComplete()).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(m.GetEstimatedTimeComplete()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ApplyRulesStatusRespValidationError{ + field: "EstimatedTimeComplete", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ApplyRulesStatusRespValidationError{ + field: "EstimatedTimeComplete", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetEstimatedTimeComplete()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ApplyRulesStatusRespValidationError{ field: "EstimatedTimeComplete", @@ -1193,9 +1864,30 @@ func (m *ApplyRulesStatusResp) Validate() error { // no validation rules for Cancelled + if len(errors) > 0 { + return ApplyRulesStatusRespMultiError(errors) + } + return nil } +// ApplyRulesStatusRespMultiError is an error wrapping multiple validation +// errors returned by ApplyRulesStatusResp.ValidateAll() if the designated +// constraints aren't met. +type ApplyRulesStatusRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ApplyRulesStatusRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ApplyRulesStatusRespMultiError) AllErrors() []error { return m } + // ApplyRulesStatusRespValidationError is the validation error returned by // ApplyRulesStatusResp.Validate if the designated constraints aren't met. type ApplyRulesStatusRespValidationError struct { @@ -1254,15 +1946,50 @@ var _ interface { // Validate checks the field values on ListRulesForAllProjectsReq with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ListRulesForAllProjectsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRulesForAllProjectsReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListRulesForAllProjectsReqMultiError, or nil if none found. +func (m *ListRulesForAllProjectsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRulesForAllProjectsReq) validate(all bool) error { if m == nil { return nil } - return nil + var errors []error + + if len(errors) > 0 { + return ListRulesForAllProjectsReqMultiError(errors) + } + + return nil +} + +// ListRulesForAllProjectsReqMultiError is an error wrapping multiple +// validation errors returned by ListRulesForAllProjectsReq.ValidateAll() if +// the designated constraints aren't met. +type ListRulesForAllProjectsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRulesForAllProjectsReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") } +// AllErrors returns a list of validation violation errors. +func (m ListRulesForAllProjectsReqMultiError) AllErrors() []error { return m } + // ListRulesForAllProjectsReqValidationError is the validation error returned // by ListRulesForAllProjectsReq.Validate if the designated constraints aren't met. type ListRulesForAllProjectsReqValidationError struct { @@ -1321,32 +2048,96 @@ var _ interface { // Validate checks the field values on ListRulesForAllProjectsResp with the // rules defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ListRulesForAllProjectsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRulesForAllProjectsResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListRulesForAllProjectsRespMultiError, or nil if none found. +func (m *ListRulesForAllProjectsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRulesForAllProjectsResp) validate(all bool) error { if m == nil { return nil } - for key, val := range m.GetProjectRules() { - _ = val - - // no validation rules for ProjectRules[key] + var errors []error - if v, ok := interface{}(val).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return ListRulesForAllProjectsRespValidationError{ - field: fmt.Sprintf("ProjectRules[%v]", key), - reason: "embedded message failed validation", - cause: err, + { + sorted_keys := make([]string, len(m.GetProjectRules())) + i := 0 + for key := range m.GetProjectRules() { + sorted_keys[i] = key + i++ + } + sort.Slice(sorted_keys, func(i, j int) bool { return sorted_keys[i] < sorted_keys[j] }) + for _, key := range sorted_keys { + val := m.GetProjectRules()[key] + _ = val + + // no validation rules for ProjectRules[key] + + if all { + switch v := interface{}(val).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListRulesForAllProjectsRespValidationError{ + field: fmt.Sprintf("ProjectRules[%v]", key), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListRulesForAllProjectsRespValidationError{ + field: fmt.Sprintf("ProjectRules[%v]", key), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(val).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ListRulesForAllProjectsRespValidationError{ + field: fmt.Sprintf("ProjectRules[%v]", key), + reason: "embedded message failed validation", + cause: err, + } } } + } + } + if len(errors) > 0 { + return ListRulesForAllProjectsRespMultiError(errors) } return nil } +// ListRulesForAllProjectsRespMultiError is an error wrapping multiple +// validation errors returned by ListRulesForAllProjectsResp.ValidateAll() if +// the designated constraints aren't met. +type ListRulesForAllProjectsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRulesForAllProjectsRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRulesForAllProjectsRespMultiError) AllErrors() []error { return m } + // ListRulesForAllProjectsRespValidationError is the validation error returned // by ListRulesForAllProjectsResp.Validate if the designated constraints // aren't met. @@ -1405,17 +2196,50 @@ var _ interface { } = ListRulesForAllProjectsRespValidationError{} // Validate checks the field values on ProjectRules with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ProjectRules) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ProjectRules with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ProjectRulesMultiError, or +// nil if none found. +func (m *ProjectRules) ValidateAll() error { + return m.validate(true) +} + +func (m *ProjectRules) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetRules() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ProjectRulesValidationError{ + field: fmt.Sprintf("Rules[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ProjectRulesValidationError{ + field: fmt.Sprintf("Rules[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ProjectRulesValidationError{ field: fmt.Sprintf("Rules[%v]", idx), @@ -1427,9 +2251,29 @@ func (m *ProjectRules) Validate() error { } + if len(errors) > 0 { + return ProjectRulesMultiError(errors) + } + return nil } +// ProjectRulesMultiError is an error wrapping multiple validation errors +// returned by ProjectRules.ValidateAll() if the designated constraints aren't met. +type ProjectRulesMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ProjectRulesMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ProjectRulesMultiError) AllErrors() []error { return m } + // ProjectRulesValidationError is the validation error returned by // ProjectRules.Validate if the designated constraints aren't met. type ProjectRulesValidationError struct { @@ -1485,13 +2329,27 @@ var _ interface { } = ProjectRulesValidationError{} // Validate checks the field values on ProjectRule with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ProjectRule) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ProjectRule with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ProjectRuleMultiError, or +// nil if none found. +func (m *ProjectRule) ValidateAll() error { + return m.validate(true) +} + +func (m *ProjectRule) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for ProjectId @@ -1503,7 +2361,26 @@ func (m *ProjectRule) Validate() error { for idx, item := range m.GetConditions() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ProjectRuleValidationError{ + field: fmt.Sprintf("Conditions[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ProjectRuleValidationError{ + field: fmt.Sprintf("Conditions[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ProjectRuleValidationError{ field: fmt.Sprintf("Conditions[%v]", idx), @@ -1519,9 +2396,29 @@ func (m *ProjectRule) Validate() error { // no validation rules for Status + if len(errors) > 0 { + return ProjectRuleMultiError(errors) + } + return nil } +// ProjectRuleMultiError is an error wrapping multiple validation errors +// returned by ProjectRule.ValidateAll() if the designated constraints aren't met. +type ProjectRuleMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ProjectRuleMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ProjectRuleMultiError) AllErrors() []error { return m } + // ProjectRuleValidationError is the validation error returned by // ProjectRule.Validate if the designated constraints aren't met. type ProjectRuleValidationError struct { @@ -1577,19 +2474,54 @@ var _ interface { } = ProjectRuleValidationError{} // Validate checks the field values on Condition with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Condition) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Condition with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ConditionMultiError, or nil +// if none found. +func (m *Condition) ValidateAll() error { + return m.validate(true) +} + +func (m *Condition) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Attribute // no validation rules for Operator + if len(errors) > 0 { + return ConditionMultiError(errors) + } + return nil } +// ConditionMultiError is an error wrapping multiple validation errors returned +// by Condition.ValidateAll() if the designated constraints aren't met. +type ConditionMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ConditionMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ConditionMultiError) AllErrors() []error { return m } + // ConditionValidationError is the validation error returned by // Condition.Validate if the designated constraints aren't met. type ConditionValidationError struct { @@ -1645,18 +2577,36 @@ var _ interface { } = ConditionValidationError{} // Validate checks the field values on CreateRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateRuleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateRuleReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateRuleReqMultiError, or +// nil if none found. +func (m *CreateRuleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateRuleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_CreateRuleReq_Id_Pattern.MatchString(m.GetId()) { - return CreateRuleReqValidationError{ + err := CreateRuleReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for ProjectId @@ -1666,16 +2616,39 @@ func (m *CreateRuleReq) Validate() error { // no validation rules for Type if len(m.GetConditions()) < 1 { - return CreateRuleReqValidationError{ + err := CreateRuleReqValidationError{ field: "Conditions", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetConditions() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, CreateRuleReqValidationError{ + field: fmt.Sprintf("Conditions[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, CreateRuleReqValidationError{ + field: fmt.Sprintf("Conditions[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateRuleReqValidationError{ field: fmt.Sprintf("Conditions[%v]", idx), @@ -1687,9 +2660,30 @@ func (m *CreateRuleReq) Validate() error { } + if len(errors) > 0 { + return CreateRuleReqMultiError(errors) + } + return nil } +// CreateRuleReqMultiError is an error wrapping multiple validation errors +// returned by CreateRuleReq.ValidateAll() if the designated constraints +// aren't met. +type CreateRuleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateRuleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateRuleReqMultiError) AllErrors() []error { return m } + // CreateRuleReqValidationError is the validation error returned by // CreateRuleReq.Validate if the designated constraints aren't met. type CreateRuleReqValidationError struct { @@ -1747,14 +2741,47 @@ var _ interface { var _CreateRuleReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on CreateRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateRuleResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateRuleResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateRuleRespMultiError, +// or nil if none found. +func (m *CreateRuleResp) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateRuleResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetRule()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, CreateRuleRespValidationError{ + field: "Rule", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, CreateRuleRespValidationError{ + field: "Rule", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateRuleRespValidationError{ field: "Rule", @@ -1764,9 +2791,30 @@ func (m *CreateRuleResp) Validate() error { } } + if len(errors) > 0 { + return CreateRuleRespMultiError(errors) + } + return nil } +// CreateRuleRespMultiError is an error wrapping multiple validation errors +// returned by CreateRuleResp.ValidateAll() if the designated constraints +// aren't met. +type CreateRuleRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateRuleRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateRuleRespMultiError) AllErrors() []error { return m } + // CreateRuleRespValidationError is the validation error returned by // CreateRuleResp.Validate if the designated constraints aren't met. type CreateRuleRespValidationError struct { @@ -1822,13 +2870,27 @@ var _ interface { } = CreateRuleRespValidationError{} // Validate checks the field values on UpdateRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateRuleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateRuleReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateRuleReqMultiError, or +// nil if none found. +func (m *UpdateRuleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateRuleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for ProjectId @@ -1838,16 +2900,39 @@ func (m *UpdateRuleReq) Validate() error { // no validation rules for Type if len(m.GetConditions()) < 1 { - return UpdateRuleReqValidationError{ + err := UpdateRuleReqValidationError{ field: "Conditions", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } for idx, item := range m.GetConditions() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, UpdateRuleReqValidationError{ + field: fmt.Sprintf("Conditions[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, UpdateRuleReqValidationError{ + field: fmt.Sprintf("Conditions[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateRuleReqValidationError{ field: fmt.Sprintf("Conditions[%v]", idx), @@ -1859,9 +2944,30 @@ func (m *UpdateRuleReq) Validate() error { } + if len(errors) > 0 { + return UpdateRuleReqMultiError(errors) + } + return nil } +// UpdateRuleReqMultiError is an error wrapping multiple validation errors +// returned by UpdateRuleReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateRuleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateRuleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateRuleReqMultiError) AllErrors() []error { return m } + // UpdateRuleReqValidationError is the validation error returned by // UpdateRuleReq.Validate if the designated constraints aren't met. type UpdateRuleReqValidationError struct { @@ -1917,14 +3023,47 @@ var _ interface { } = UpdateRuleReqValidationError{} // Validate checks the field values on UpdateRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateRuleResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateRuleResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateRuleRespMultiError, +// or nil if none found. +func (m *UpdateRuleResp) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateRuleResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetRule()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, UpdateRuleRespValidationError{ + field: "Rule", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, UpdateRuleRespValidationError{ + field: "Rule", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateRuleRespValidationError{ field: "Rule", @@ -1934,9 +3073,30 @@ func (m *UpdateRuleResp) Validate() error { } } + if len(errors) > 0 { + return UpdateRuleRespMultiError(errors) + } + return nil } +// UpdateRuleRespMultiError is an error wrapping multiple validation errors +// returned by UpdateRuleResp.ValidateAll() if the designated constraints +// aren't met. +type UpdateRuleRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateRuleRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateRuleRespMultiError) AllErrors() []error { return m } + // UpdateRuleRespValidationError is the validation error returned by // UpdateRuleResp.Validate if the designated constraints aren't met. type UpdateRuleRespValidationError struct { @@ -1992,19 +3152,54 @@ var _ interface { } = UpdateRuleRespValidationError{} // Validate checks the field values on GetRuleReq with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetRuleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetRuleReq with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetRuleReqMultiError, or +// nil if none found. +func (m *GetRuleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetRuleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for ProjectId + if len(errors) > 0 { + return GetRuleReqMultiError(errors) + } + return nil } +// GetRuleReqMultiError is an error wrapping multiple validation errors +// returned by GetRuleReq.ValidateAll() if the designated constraints aren't met. +type GetRuleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetRuleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetRuleReqMultiError) AllErrors() []error { return m } + // GetRuleReqValidationError is the validation error returned by // GetRuleReq.Validate if the designated constraints aren't met. type GetRuleReqValidationError struct { @@ -2060,14 +3255,47 @@ var _ interface { } = GetRuleReqValidationError{} // Validate checks the field values on GetRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetRuleResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetRuleResp with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetRuleRespMultiError, or +// nil if none found. +func (m *GetRuleResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetRuleResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetRule()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetRuleRespValidationError{ + field: "Rule", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetRuleRespValidationError{ + field: "Rule", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetRuleRespValidationError{ field: "Rule", @@ -2077,9 +3305,29 @@ func (m *GetRuleResp) Validate() error { } } + if len(errors) > 0 { + return GetRuleRespMultiError(errors) + } + return nil } +// GetRuleRespMultiError is an error wrapping multiple validation errors +// returned by GetRuleResp.ValidateAll() if the designated constraints aren't met. +type GetRuleRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetRuleRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetRuleRespMultiError) AllErrors() []error { return m } + // GetRuleRespValidationError is the validation error returned by // GetRuleResp.Validate if the designated constraints aren't met. type GetRuleRespValidationError struct { @@ -2135,18 +3383,52 @@ var _ interface { } = GetRuleRespValidationError{} // Validate checks the field values on ListRulesReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ListRulesReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRulesReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ListRulesReqMultiError, or +// nil if none found. +func (m *ListRulesReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRulesReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for IncludeStaged + if len(errors) > 0 { + return ListRulesReqMultiError(errors) + } + return nil } +// ListRulesReqMultiError is an error wrapping multiple validation errors +// returned by ListRulesReq.ValidateAll() if the designated constraints aren't met. +type ListRulesReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRulesReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRulesReqMultiError) AllErrors() []error { return m } + // ListRulesReqValidationError is the validation error returned by // ListRulesReq.Validate if the designated constraints aren't met. type ListRulesReqValidationError struct { @@ -2202,17 +3484,50 @@ var _ interface { } = ListRulesReqValidationError{} // Validate checks the field values on ListRulesResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ListRulesResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRulesResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ListRulesRespMultiError, or +// nil if none found. +func (m *ListRulesResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRulesResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetRules() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListRulesRespValidationError{ + field: fmt.Sprintf("Rules[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListRulesRespValidationError{ + field: fmt.Sprintf("Rules[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListRulesRespValidationError{ field: fmt.Sprintf("Rules[%v]", idx), @@ -2224,9 +3539,30 @@ func (m *ListRulesResp) Validate() error { } + if len(errors) > 0 { + return ListRulesRespMultiError(errors) + } + return nil } +// ListRulesRespMultiError is an error wrapping multiple validation errors +// returned by ListRulesResp.ValidateAll() if the designated constraints +// aren't met. +type ListRulesRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRulesRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRulesRespMultiError) AllErrors() []error { return m } + // ListRulesRespValidationError is the validation error returned by // ListRulesResp.Validate if the designated constraints aren't met. type ListRulesRespValidationError struct { @@ -2283,17 +3619,52 @@ var _ interface { // Validate checks the field values on ListRulesForProjectReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ListRulesForProjectReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRulesForProjectReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListRulesForProjectReqMultiError, or nil if none found. +func (m *ListRulesForProjectReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRulesForProjectReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id + if len(errors) > 0 { + return ListRulesForProjectReqMultiError(errors) + } + return nil } +// ListRulesForProjectReqMultiError is an error wrapping multiple validation +// errors returned by ListRulesForProjectReq.ValidateAll() if the designated +// constraints aren't met. +type ListRulesForProjectReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRulesForProjectReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRulesForProjectReqMultiError) AllErrors() []error { return m } + // ListRulesForProjectReqValidationError is the validation error returned by // ListRulesForProjectReq.Validate if the designated constraints aren't met. type ListRulesForProjectReqValidationError struct { @@ -2352,16 +3723,49 @@ var _ interface { // Validate checks the field values on ListRulesForProjectResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *ListRulesForProjectResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListRulesForProjectResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListRulesForProjectRespMultiError, or nil if none found. +func (m *ListRulesForProjectResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListRulesForProjectResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetRules() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListRulesForProjectRespValidationError{ + field: fmt.Sprintf("Rules[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListRulesForProjectRespValidationError{ + field: fmt.Sprintf("Rules[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListRulesForProjectRespValidationError{ field: fmt.Sprintf("Rules[%v]", idx), @@ -2375,9 +3779,30 @@ func (m *ListRulesForProjectResp) Validate() error { // no validation rules for Status + if len(errors) > 0 { + return ListRulesForProjectRespMultiError(errors) + } + return nil } +// ListRulesForProjectRespMultiError is an error wrapping multiple validation +// errors returned by ListRulesForProjectResp.ValidateAll() if the designated +// constraints aren't met. +type ListRulesForProjectRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListRulesForProjectRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListRulesForProjectRespMultiError) AllErrors() []error { return m } + // ListRulesForProjectRespValidationError is the validation error returned by // ListRulesForProjectResp.Validate if the designated constraints aren't met. type ListRulesForProjectRespValidationError struct { @@ -2435,20 +3860,55 @@ var _ interface { } = ListRulesForProjectRespValidationError{} // Validate checks the field values on DeleteRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteRuleReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteRuleReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteRuleReqMultiError, or +// nil if none found. +func (m *DeleteRuleReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteRuleReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for ProjectId + if len(errors) > 0 { + return DeleteRuleReqMultiError(errors) + } + return nil } +// DeleteRuleReqMultiError is an error wrapping multiple validation errors +// returned by DeleteRuleReq.ValidateAll() if the designated constraints +// aren't met. +type DeleteRuleReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteRuleReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteRuleReqMultiError) AllErrors() []error { return m } + // DeleteRuleReqValidationError is the validation error returned by // DeleteRuleReq.Validate if the designated constraints aren't met. type DeleteRuleReqValidationError struct { @@ -2504,16 +3964,51 @@ var _ interface { } = DeleteRuleReqValidationError{} // Validate checks the field values on DeleteRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteRuleResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteRuleResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteRuleRespMultiError, +// or nil if none found. +func (m *DeleteRuleResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteRuleResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return DeleteRuleRespMultiError(errors) + } + return nil } +// DeleteRuleRespMultiError is an error wrapping multiple validation errors +// returned by DeleteRuleResp.ValidateAll() if the designated constraints +// aren't met. +type DeleteRuleRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteRuleRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteRuleRespMultiError) AllErrors() []error { return m } + // DeleteRuleRespValidationError is the validation error returned by // DeleteRuleResp.Validate if the designated constraints aren't met. type DeleteRuleRespValidationError struct { diff --git a/api/interservice/authz/type.pb.go b/api/interservice/authz/type.pb.go index d08c45d1ac6..fca9e53c157 100644 --- a/api/interservice/authz/type.pb.go +++ b/api/interservice/authz/type.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/authz/type.proto @@ -94,7 +94,7 @@ func file_interservice_authz_type_proto_rawDescGZIP() []byte { } var file_interservice_authz_type_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_interservice_authz_type_proto_goTypes = []interface{}{ +var file_interservice_authz_type_proto_goTypes = []any{ (Type)(0), // 0: chef.automate.domain.authz.Type } var file_interservice_authz_type_proto_depIdxs = []int32{ diff --git a/api/interservice/authz/type.pb.validate.go b/api/interservice/authz/type.pb.validate.go index c213aaaf4b5..ceaa5c58d90 100644 --- a/api/interservice/authz/type.pb.validate.go +++ b/api/interservice/authz/type.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,8 +31,6 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) - -// define the regex for a UUID once up-front -var _type_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") diff --git a/api/interservice/cds/service/cds.pb.go b/api/interservice/cds/service/cds.pb.go index bd0b4c498c3..1bd2f5753a4 100644 --- a/api/interservice/cds/service/cds.pb.go +++ b/api/interservice/cds/service/cds.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cds/service/cds.proto @@ -95,7 +95,7 @@ var file_interservice_cds_service_cds_proto_rawDesc = []byte{ 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_cds_service_cds_proto_goTypes = []interface{}{ +var file_interservice_cds_service_cds_proto_goTypes = []any{ (*version.VersionInfoRequest)(nil), // 0: chef.automate.api.common.version.VersionInfoRequest (*request.ContentItems)(nil), // 1: chef.automate.api.cds.request.ContentItems (*request.InstallContentItem)(nil), // 2: chef.automate.api.cds.request.InstallContentItem diff --git a/api/interservice/cereal/cereal.pb.go b/api/interservice/cereal/cereal.pb.go index 5289f2a3b07..f40bb286ce3 100644 --- a/api/interservice/cereal/cereal.pb.go +++ b/api/interservice/cereal/cereal.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cereal/cereal.proto @@ -3454,7 +3454,7 @@ func file_interservice_cereal_cereal_proto_rawDescGZIP() []byte { } var file_interservice_cereal_cereal_proto_msgTypes = make([]protoimpl.MessageInfo, 47) -var file_interservice_cereal_cereal_proto_goTypes = []interface{}{ +var file_interservice_cereal_cereal_proto_goTypes = []any{ (*Task)(nil), // 0: chef.automate.infra.cereal.Task (*TaskMetadata)(nil), // 1: chef.automate.infra.cereal.TaskMetadata (*WorkflowInstance)(nil), // 2: chef.automate.infra.cereal.WorkflowInstance @@ -3588,7 +3588,7 @@ func file_interservice_cereal_cereal_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cereal_cereal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Task); i { case 0: return &v.state @@ -3600,7 +3600,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*TaskMetadata); i { case 0: return &v.state @@ -3612,7 +3612,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*WorkflowInstance); i { case 0: return &v.state @@ -3624,7 +3624,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*TaskResult); i { case 0: return &v.state @@ -3636,7 +3636,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*WorkflowEvent); i { case 0: return &v.state @@ -3648,7 +3648,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowRequest); i { case 0: return &v.state @@ -3660,7 +3660,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowChunkRequest); i { case 0: return &v.state @@ -3672,7 +3672,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowResponse); i { case 0: return &v.state @@ -3684,7 +3684,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowChunkResponse); i { case 0: return &v.state @@ -3696,7 +3696,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*EnqueueWorkflowRequest); i { case 0: return &v.state @@ -3708,7 +3708,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*EnqueueWorkflowResponse); i { case 0: return &v.state @@ -3720,7 +3720,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*CancelWorkflowRequest); i { case 0: return &v.state @@ -3732,7 +3732,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*CancelWorkflowResponse); i { case 0: return &v.state @@ -3744,7 +3744,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*KillWorkflowRequest); i { case 0: return &v.state @@ -3756,7 +3756,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*KillWorkflowResponse); i { case 0: return &v.state @@ -3768,7 +3768,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskRequest); i { case 0: return &v.state @@ -3780,7 +3780,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskResponse); i { case 0: return &v.state @@ -3792,7 +3792,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*CreateWorkflowScheduleRequest); i { case 0: return &v.state @@ -3804,7 +3804,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*CreateWorkflowScheduleResponse); i { case 0: return &v.state @@ -3816,7 +3816,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ListWorkflowSchedulesRequest); i { case 0: return &v.state @@ -3828,7 +3828,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*Schedule); i { case 0: return &v.state @@ -3840,7 +3840,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ListWorkflowSchedulesResponse); i { case 0: return &v.state @@ -3852,7 +3852,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*GetWorkflowScheduleByNameRequest); i { case 0: return &v.state @@ -3864,7 +3864,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*GetWorkflowScheduleByNameResponse); i { case 0: return &v.state @@ -3876,7 +3876,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*UpdateWorkflowScheduleByNameRequest); i { case 0: return &v.state @@ -3888,7 +3888,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*UpdateWorkflowScheduleByNameResponse); i { case 0: return &v.state @@ -3900,7 +3900,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*GetWorkflowInstanceByNameRequest); i { case 0: return &v.state @@ -3912,7 +3912,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*GetWorkflowInstanceByNameResponse); i { case 0: return &v.state @@ -3924,7 +3924,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*ListWorkflowInstancesRequest); i { case 0: return &v.state @@ -3936,7 +3936,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*ListWorkflowInstancesResponse); i { case 0: return &v.state @@ -3948,7 +3948,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowRequest_Dequeue); i { case 0: return &v.state @@ -3960,7 +3960,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowRequest_Continue); i { case 0: return &v.state @@ -3972,7 +3972,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowRequest_Fail); i { case 0: return &v.state @@ -3984,7 +3984,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowRequest_Done); i { case 0: return &v.state @@ -3996,7 +3996,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowChunkRequest_Dequeue); i { case 0: return &v.state @@ -4008,7 +4008,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowChunkRequest_Continue); i { case 0: return &v.state @@ -4020,7 +4020,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowChunkRequest_Fail); i { case 0: return &v.state @@ -4032,7 +4032,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowChunkRequest_Done); i { case 0: return &v.state @@ -4044,7 +4044,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[38].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowResponse_Dequeue); i { case 0: return &v.state @@ -4056,7 +4056,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[39].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowResponse_Status); i { case 0: return &v.state @@ -4068,7 +4068,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[40].Exporter = func(v any, i int) any { switch v := v.(*DequeueWorkflowResponse_Committed); i { case 0: return &v.state @@ -4080,7 +4080,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[41].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskRequest_Dequeue); i { case 0: return &v.state @@ -4092,7 +4092,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[42].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskRequest_Fail); i { case 0: return &v.state @@ -4104,7 +4104,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[43].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskRequest_Succeed); i { case 0: return &v.state @@ -4116,7 +4116,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[44].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskResponse_Dequeue); i { case 0: return &v.state @@ -4128,7 +4128,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[45].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskResponse_Cancel); i { case 0: return &v.state @@ -4140,7 +4140,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cereal_cereal_proto_msgTypes[46].Exporter = func(v any, i int) any { switch v := v.(*DequeueTaskResponse_Committed); i { case 0: return &v.state @@ -4153,29 +4153,29 @@ func file_interservice_cereal_cereal_proto_init() { } } } - file_interservice_cereal_cereal_proto_msgTypes[5].OneofWrappers = []interface{}{ + file_interservice_cereal_cereal_proto_msgTypes[5].OneofWrappers = []any{ (*DequeueWorkflowRequest_Dequeue_)(nil), (*DequeueWorkflowRequest_Continue_)(nil), (*DequeueWorkflowRequest_Done_)(nil), (*DequeueWorkflowRequest_Fail_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[6].OneofWrappers = []interface{}{ + file_interservice_cereal_cereal_proto_msgTypes[6].OneofWrappers = []any{ (*DequeueWorkflowChunkRequest_Dequeue_)(nil), (*DequeueWorkflowChunkRequest_Continue_)(nil), (*DequeueWorkflowChunkRequest_Done_)(nil), (*DequeueWorkflowChunkRequest_Fail_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[7].OneofWrappers = []interface{}{ + file_interservice_cereal_cereal_proto_msgTypes[7].OneofWrappers = []any{ (*DequeueWorkflowResponse_Dequeue_)(nil), (*DequeueWorkflowResponse_Status_)(nil), (*DequeueWorkflowResponse_Committed_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[15].OneofWrappers = []interface{}{ + file_interservice_cereal_cereal_proto_msgTypes[15].OneofWrappers = []any{ (*DequeueTaskRequest_Dequeue_)(nil), (*DequeueTaskRequest_Succeed_)(nil), (*DequeueTaskRequest_Fail_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[16].OneofWrappers = []interface{}{ + file_interservice_cereal_cereal_proto_msgTypes[16].OneofWrappers = []any{ (*DequeueTaskResponse_Dequeue_)(nil), (*DequeueTaskResponse_Cancel_)(nil), (*DequeueTaskResponse_Committed_)(nil), diff --git a/api/interservice/cfgmgmt/request/actions.pb.go b/api/interservice/cfgmgmt/request/actions.pb.go index 068afebdaf6..e46c316c3c2 100644 --- a/api/interservice/cfgmgmt/request/actions.pb.go +++ b/api/interservice/cfgmgmt/request/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/actions.proto @@ -287,7 +287,7 @@ func file_interservice_cfgmgmt_request_actions_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_request_actions_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_actions_proto_goTypes = []any{ (*PolicyRevision)(nil), // 0: chef.automate.domain.cfgmgmt.request.PolicyRevision (*PolicyUpdateAction)(nil), // 1: chef.automate.domain.cfgmgmt.request.PolicyUpdateAction (*PolicyCookbookLock)(nil), // 2: chef.automate.domain.cfgmgmt.request.PolicyCookbookLock @@ -307,7 +307,7 @@ func file_interservice_cfgmgmt_request_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PolicyRevision); i { case 0: return &v.state @@ -319,7 +319,7 @@ func file_interservice_cfgmgmt_request_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_request_actions_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_actions_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*PolicyUpdateAction); i { case 0: return &v.state @@ -331,7 +331,7 @@ func file_interservice_cfgmgmt_request_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_request_actions_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_actions_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PolicyCookbookLock); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/inventory_nodes.pb.go b/api/interservice/cfgmgmt/request/inventory_nodes.pb.go index b6e0fb73a1d..5846bd11e83 100644 --- a/api/interservice/cfgmgmt/request/inventory_nodes.pb.go +++ b/api/interservice/cfgmgmt/request/inventory_nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/inventory_nodes.proto @@ -170,7 +170,7 @@ func file_interservice_cfgmgmt_request_inventory_nodes_proto_rawDescGZIP() []byt } var file_interservice_cfgmgmt_request_inventory_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_cfgmgmt_request_inventory_nodes_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_inventory_nodes_proto_goTypes = []any{ (*InventoryNodes)(nil), // 0: chef.automate.domain.cfgmgmt.request.InventoryNodes (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp (*Sorting)(nil), // 2: chef.automate.domain.cfgmgmt.request.Sorting @@ -194,7 +194,7 @@ func file_interservice_cfgmgmt_request_inventory_nodes_proto_init() { } file_interservice_cfgmgmt_request_parameters_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_inventory_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_inventory_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*InventoryNodes); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/node_export.pb.go b/api/interservice/cfgmgmt/request/node_export.pb.go index 54521457d7c..ea8dcd15e9a 100644 --- a/api/interservice/cfgmgmt/request/node_export.pb.go +++ b/api/interservice/cfgmgmt/request/node_export.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/node_export.proto @@ -217,7 +217,7 @@ func file_interservice_cfgmgmt_request_node_export_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_node_export_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_request_node_export_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_node_export_proto_goTypes = []any{ (*NodeExport)(nil), // 0: chef.automate.domain.cfgmgmt.request.NodeExport (*ReportExport)(nil), // 1: chef.automate.domain.cfgmgmt.request.ReportExport (*Sorting)(nil), // 2: chef.automate.domain.cfgmgmt.request.Sorting @@ -241,7 +241,7 @@ func file_interservice_cfgmgmt_request_node_export_proto_init() { } file_interservice_cfgmgmt_request_parameters_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_node_export_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_node_export_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*NodeExport); i { case 0: return &v.state @@ -253,7 +253,7 @@ func file_interservice_cfgmgmt_request_node_export_proto_init() { return nil } } - file_interservice_cfgmgmt_request_node_export_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_node_export_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ReportExport); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/nodes.pb.go b/api/interservice/cfgmgmt/request/nodes.pb.go index 1545bcead90..cc427d30f4a 100644 --- a/api/interservice/cfgmgmt/request/nodes.pb.go +++ b/api/interservice/cfgmgmt/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/nodes.proto @@ -547,7 +547,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_cfgmgmt_request_nodes_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_nodes_proto_goTypes = []any{ (*NodeRun)(nil), // 0: chef.automate.domain.cfgmgmt.request.NodeRun (*Nodes)(nil), // 1: chef.automate.domain.cfgmgmt.request.Nodes (*Node)(nil), // 2: chef.automate.domain.cfgmgmt.request.Node @@ -578,7 +578,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { } file_interservice_cfgmgmt_request_parameters_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*NodeRun); i { case 0: return &v.state @@ -590,7 +590,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -602,7 +602,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -614,7 +614,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Runs); i { case 0: return &v.state @@ -626,7 +626,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -638,7 +638,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -650,7 +650,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/parameters.pb.go b/api/interservice/cfgmgmt/request/parameters.pb.go index fcf000c9e02..fc91bed3aaf 100644 --- a/api/interservice/cfgmgmt/request/parameters.pb.go +++ b/api/interservice/cfgmgmt/request/parameters.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/parameters.proto @@ -284,7 +284,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_rawDescGZIP() []byte { var file_interservice_cfgmgmt_request_parameters_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_cfgmgmt_request_parameters_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_request_parameters_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_parameters_proto_goTypes = []any{ (Order)(0), // 0: chef.automate.domain.cfgmgmt.request.Order (*Pagination)(nil), // 1: chef.automate.domain.cfgmgmt.request.Pagination (*Sorting)(nil), // 2: chef.automate.domain.cfgmgmt.request.Sorting @@ -305,7 +305,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_parameters_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_parameters_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Pagination); i { case 0: return &v.state @@ -317,7 +317,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_init() { return nil } } - file_interservice_cfgmgmt_request_parameters_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_parameters_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Sorting); i { case 0: return &v.state @@ -329,7 +329,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_init() { return nil } } - file_interservice_cfgmgmt_request_parameters_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_parameters_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Suggestion); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/root.pb.go b/api/interservice/cfgmgmt/request/root.pb.go index 394e2a7271f..d78efbfc893 100644 --- a/api/interservice/cfgmgmt/request/root.pb.go +++ b/api/interservice/cfgmgmt/request/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/root.proto @@ -203,7 +203,7 @@ func file_interservice_cfgmgmt_request_root_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_root_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_cfgmgmt_request_root_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_root_proto_goTypes = []any{ (*VersionInfo)(nil), // 0: chef.automate.domain.cfgmgmt.request.VersionInfo (*Health)(nil), // 1: chef.automate.domain.cfgmgmt.request.Health (*Organizations)(nil), // 2: chef.automate.domain.cfgmgmt.request.Organizations @@ -223,7 +223,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*VersionInfo); i { case 0: return &v.state @@ -235,7 +235,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return nil } } - file_interservice_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Health); i { case 0: return &v.state @@ -247,7 +247,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return nil } } - file_interservice_cfgmgmt_request_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_root_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Organizations); i { case 0: return &v.state @@ -259,7 +259,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return nil } } - file_interservice_cfgmgmt_request_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_root_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SourceFQDNS); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/stats.pb.go b/api/interservice/cfgmgmt/request/stats.pb.go index 1caac1af47d..b992e223fc8 100644 --- a/api/interservice/cfgmgmt/request/stats.pb.go +++ b/api/interservice/cfgmgmt/request/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/stats.proto @@ -255,7 +255,7 @@ func file_interservice_cfgmgmt_request_stats_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_request_stats_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_stats_proto_goTypes = []any{ (*NodesCounts)(nil), // 0: chef.automate.domain.cfgmgmt.request.NodesCounts (*RunsCounts)(nil), // 1: chef.automate.domain.cfgmgmt.request.RunsCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.domain.cfgmgmt.request.CheckInCountsTimeSeries @@ -274,7 +274,7 @@ func file_interservice_cfgmgmt_request_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -286,7 +286,7 @@ func file_interservice_cfgmgmt_request_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -298,7 +298,7 @@ func file_interservice_cfgmgmt_request_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/telemetry.pb.go b/api/interservice/cfgmgmt/request/telemetry.pb.go index e16e0b7a02d..538a810b7bb 100644 --- a/api/interservice/cfgmgmt/request/telemetry.pb.go +++ b/api/interservice/cfgmgmt/request/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/request/telemetry.proto @@ -142,7 +142,7 @@ func file_interservice_cfgmgmt_request_telemetry_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_request_telemetry_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_request_telemetry_proto_goTypes = []any{ (*UpdateTelemetryReportedRequest)(nil), // 0: chef.automate.domain.cfgmgmt.request.UpdateTelemetryReportedRequest (*GetNodesUsageCountRequest)(nil), // 1: chef.automate.domain.cfgmgmt.request.GetNodesUsageCountRequest } @@ -160,7 +160,7 @@ func file_interservice_cfgmgmt_request_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -172,7 +172,7 @@ func file_interservice_cfgmgmt_request_telemetry_proto_init() { return nil } } - file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/actions.pb.go b/api/interservice/cfgmgmt/response/actions.pb.go index 938123697c8..6f96465543d 100644 --- a/api/interservice/cfgmgmt/response/actions.pb.go +++ b/api/interservice/cfgmgmt/response/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/actions.proto @@ -212,7 +212,7 @@ func file_interservice_cfgmgmt_response_actions_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_response_actions_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_actions_proto_goTypes = []any{ (*PolicyCookbooks)(nil), // 0: chef.automate.domain.cfgmgmt.response.PolicyCookbooks (*CookbookLock)(nil), // 1: chef.automate.domain.cfgmgmt.response.CookbookLock (*PolicyUpdateAction)(nil), // 2: chef.automate.domain.cfgmgmt.response.PolicyUpdateAction @@ -232,7 +232,7 @@ func file_interservice_cfgmgmt_response_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PolicyCookbooks); i { case 0: return &v.state @@ -244,7 +244,7 @@ func file_interservice_cfgmgmt_response_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CookbookLock); i { case 0: return &v.state @@ -256,7 +256,7 @@ func file_interservice_cfgmgmt_response_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_response_actions_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_actions_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PolicyUpdateAction); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/inventory_nodes.pb.go b/api/interservice/cfgmgmt/response/inventory_nodes.pb.go index 46e8dbfb877..18bb4a114c9 100644 --- a/api/interservice/cfgmgmt/response/inventory_nodes.pb.go +++ b/api/interservice/cfgmgmt/response/inventory_nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/inventory_nodes.proto @@ -279,7 +279,7 @@ func file_interservice_cfgmgmt_response_inventory_nodes_proto_rawDescGZIP() []by } var file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_response_inventory_nodes_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_inventory_nodes_proto_goTypes = []any{ (*InventoryNodes)(nil), // 0: chef.automate.domain.cfgmgmt.response.InventoryNodes (*InventoryNode)(nil), // 1: chef.automate.domain.cfgmgmt.response.InventoryNode (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp @@ -301,7 +301,7 @@ func file_interservice_cfgmgmt_response_inventory_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*InventoryNodes); i { case 0: return &v.state @@ -313,7 +313,7 @@ func file_interservice_cfgmgmt_response_inventory_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*InventoryNode); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/nodes.pb.go b/api/interservice/cfgmgmt/response/nodes.pb.go index 9fd5ac707ab..af312524d30 100644 --- a/api/interservice/cfgmgmt/response/nodes.pb.go +++ b/api/interservice/cfgmgmt/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/nodes.proto @@ -1866,7 +1866,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_interservice_cfgmgmt_response_nodes_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_nodes_proto_goTypes = []any{ (*NodeAttribute)(nil), // 0: chef.automate.domain.cfgmgmt.response.NodeAttribute (*AbridgedConverge)(nil), // 1: chef.automate.domain.cfgmgmt.response.AbridgedConverge (*Run)(nil), // 2: chef.automate.domain.cfgmgmt.response.Run @@ -1917,7 +1917,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -1929,7 +1929,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*AbridgedConverge); i { case 0: return &v.state @@ -1941,7 +1941,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Run); i { case 0: return &v.state @@ -1953,7 +1953,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -1965,7 +1965,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Resource); i { case 0: return &v.state @@ -1977,7 +1977,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ChefError); i { case 0: return &v.state @@ -1989,7 +1989,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*RunList); i { case 0: return &v.state @@ -2001,7 +2001,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Description); i { case 0: return &v.state @@ -2013,7 +2013,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Deprecation); i { case 0: return &v.state @@ -2025,7 +2025,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*VersionedCookbook); i { case 0: return &v.state @@ -2037,7 +2037,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -2049,7 +2049,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*CountedDuration); i { case 0: return &v.state @@ -2061,7 +2061,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -2073,7 +2073,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*TypeCount); i { case 0: return &v.state @@ -2085,7 +2085,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ValueCount); i { case 0: return &v.state @@ -2097,7 +2097,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state @@ -2109,7 +2109,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*RunDurationStatus); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/root.pb.go b/api/interservice/cfgmgmt/response/root.pb.go index 820f356fe98..46bdd714b6d 100644 --- a/api/interservice/cfgmgmt/response/root.pb.go +++ b/api/interservice/cfgmgmt/response/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/root.proto @@ -384,7 +384,7 @@ func file_interservice_cfgmgmt_response_root_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_root_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_cfgmgmt_response_root_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_root_proto_goTypes = []any{ (*VersionInfo)(nil), // 0: chef.automate.domain.cfgmgmt.response.VersionInfo (*Health)(nil), // 1: chef.automate.domain.cfgmgmt.response.Health (*Organizations)(nil), // 2: chef.automate.domain.cfgmgmt.response.Organizations @@ -406,7 +406,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_root_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*VersionInfo); i { case 0: return &v.state @@ -418,7 +418,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_root_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Health); i { case 0: return &v.state @@ -430,7 +430,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_root_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Organizations); i { case 0: return &v.state @@ -442,7 +442,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_root_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SourceFQDNS); i { case 0: return &v.state @@ -454,7 +454,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_root_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ExportData); i { case 0: return &v.state @@ -466,7 +466,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_root_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ReportExportData); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/stats.pb.go b/api/interservice/cfgmgmt/response/stats.pb.go index fec2ac3c802..2b7b6a43d1d 100644 --- a/api/interservice/cfgmgmt/response/stats.pb.go +++ b/api/interservice/cfgmgmt/response/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/stats.proto @@ -327,7 +327,7 @@ func file_interservice_cfgmgmt_response_stats_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_cfgmgmt_response_stats_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_stats_proto_goTypes = []any{ (*RunsCounts)(nil), // 0: chef.automate.domain.cfgmgmt.response.RunsCounts (*NodesCounts)(nil), // 1: chef.automate.domain.cfgmgmt.response.NodesCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.domain.cfgmgmt.response.CheckInCountsTimeSeries @@ -348,7 +348,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -360,7 +360,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -372,7 +372,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state @@ -384,7 +384,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CheckInCounts); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/suggestions.pb.go b/api/interservice/cfgmgmt/response/suggestions.pb.go index d0f4aefce85..9ebc01d8ac2 100644 --- a/api/interservice/cfgmgmt/response/suggestions.pb.go +++ b/api/interservice/cfgmgmt/response/suggestions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/suggestions.proto @@ -107,7 +107,7 @@ func file_interservice_cfgmgmt_response_suggestions_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_suggestions_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_cfgmgmt_response_suggestions_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_suggestions_proto_goTypes = []any{ (*Suggestion)(nil), // 0: chef.automate.domain.cfgmgmt.response.Suggestion } var file_interservice_cfgmgmt_response_suggestions_proto_depIdxs = []int32{ @@ -124,7 +124,7 @@ func file_interservice_cfgmgmt_response_suggestions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Suggestion); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/telemetry.pb.go b/api/interservice/cfgmgmt/response/telemetry.pb.go index d9a967b0815..94324f5b6c5 100644 --- a/api/interservice/cfgmgmt/response/telemetry.pb.go +++ b/api/interservice/cfgmgmt/response/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/response/telemetry.proto @@ -152,7 +152,7 @@ func file_interservice_cfgmgmt_response_telemetry_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_response_telemetry_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_response_telemetry_proto_goTypes = []any{ (*UpdateTelemetryReportedResponse)(nil), // 0: chef.automate.domain.cfgmgmt.response.UpdateTelemetryReportedResponse (*GetNodesUsageCountResponse)(nil), // 1: chef.automate.domain.cfgmgmt.response.GetNodesUsageCountResponse } @@ -170,7 +170,7 @@ func file_interservice_cfgmgmt_response_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -182,7 +182,7 @@ func file_interservice_cfgmgmt_response_telemetry_proto_init() { return nil } } - file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/service/cfgmgmt.pb.go b/api/interservice/cfgmgmt/service/cfgmgmt.pb.go index 4fd4b874288..0363bb3f5a1 100644 --- a/api/interservice/cfgmgmt/service/cfgmgmt.pb.go +++ b/api/interservice/cfgmgmt/service/cfgmgmt.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/cfgmgmt/service/cfgmgmt.proto @@ -315,7 +315,7 @@ var file_interservice_cfgmgmt_service_cfgmgmt_proto_rawDesc = []byte{ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_cfgmgmt_service_cfgmgmt_proto_goTypes = []interface{}{ +var file_interservice_cfgmgmt_service_cfgmgmt_proto_goTypes = []any{ (*request.VersionInfo)(nil), // 0: chef.automate.domain.cfgmgmt.request.VersionInfo (*request.Health)(nil), // 1: chef.automate.domain.cfgmgmt.request.Health (*request.NodesCounts)(nil), // 2: chef.automate.domain.cfgmgmt.request.NodesCounts diff --git a/api/interservice/compliance/common/common.pb.go b/api/interservice/compliance/common/common.pb.go index ec9ba72321c..6130eed3bb7 100644 --- a/api/interservice/compliance/common/common.pb.go +++ b/api/interservice/compliance/common/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/common/common.proto @@ -181,7 +181,7 @@ func file_interservice_compliance_common_common_proto_rawDescGZIP() []byte { } var file_interservice_compliance_common_common_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_compliance_common_common_proto_goTypes = []interface{}{ +var file_interservice_compliance_common_common_proto_goTypes = []any{ (*Filter)(nil), // 0: chef.automate.domain.compliance.common.Filter (*Kv)(nil), // 1: chef.automate.domain.compliance.common.Kv } @@ -199,7 +199,7 @@ func file_interservice_compliance_common_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_common_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_common_common_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Filter); i { case 0: return &v.state @@ -211,7 +211,7 @@ func file_interservice_compliance_common_common_proto_init() { return nil } } - file_interservice_compliance_common_common_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_common_common_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Kv); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/events/compliance/compliance.pb.go b/api/interservice/compliance/ingest/events/compliance/compliance.pb.go index b422ebc2d03..612917a9f27 100644 --- a/api/interservice/compliance/ingest/events/compliance/compliance.pb.go +++ b/api/interservice/compliance/ingest/events/compliance/compliance.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/ingest/events/compliance/compliance.proto @@ -416,7 +416,7 @@ func file_interservice_compliance_ingest_events_compliance_compliance_proto_rawD } var file_interservice_compliance_ingest_events_compliance_compliance_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_compliance_ingest_events_compliance_compliance_proto_goTypes = []interface{}{ +var file_interservice_compliance_ingest_events_compliance_compliance_proto_goTypes = []any{ (*Report)(nil), // 0: chef.automate.domain.compliance.ingest.events.compliance.Report (*inspec.Platform)(nil), // 1: chef.automate.domain.compliance.ingest.events.inspec.Platform (*inspec.Statistics)(nil), // 2: chef.automate.domain.compliance.ingest.events.inspec.Statistics @@ -441,7 +441,7 @@ func file_interservice_compliance_ingest_events_compliance_compliance_proto_init return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_ingest_events_compliance_compliance_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_compliance_compliance_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Report); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/events/inspec/inspec.pb.go b/api/interservice/compliance/ingest/events/inspec/inspec.pb.go index c0bc86aaedb..f4c3b03999d 100644 --- a/api/interservice/compliance/ingest/events/inspec/inspec.pb.go +++ b/api/interservice/compliance/ingest/events/inspec/inspec.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/ingest/events/inspec/inspec.proto @@ -1407,7 +1407,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_rawDescGZIP( } var file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_interservice_compliance_ingest_events_inspec_inspec_proto_goTypes = []interface{}{ +var file_interservice_compliance_ingest_events_inspec_inspec_proto_goTypes = []any{ (*Report)(nil), // 0: chef.automate.domain.compliance.ingest.events.inspec.Report (*Platform)(nil), // 1: chef.automate.domain.compliance.ingest.events.inspec.Platform (*Statistics)(nil), // 2: chef.automate.domain.compliance.ingest.events.inspec.Statistics @@ -1452,7 +1452,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Report); i { case 0: return &v.state @@ -1464,7 +1464,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Platform); i { case 0: return &v.state @@ -1476,7 +1476,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Statistics); i { case 0: return &v.state @@ -1488,7 +1488,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -1500,7 +1500,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Control); i { case 0: return &v.state @@ -1512,7 +1512,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*WaiverData); i { case 0: return &v.state @@ -1524,7 +1524,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*RemovedResultsCounts); i { case 0: return &v.state @@ -1536,7 +1536,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Result); i { case 0: return &v.state @@ -1548,7 +1548,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -1560,7 +1560,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -1572,7 +1572,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Attribute); i { case 0: return &v.state @@ -1584,7 +1584,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Dependency); i { case 0: return &v.state @@ -1596,7 +1596,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*Group); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/ingest/compliance.pb.go b/api/interservice/compliance/ingest/ingest/compliance.pb.go index 8d9915d9c90..acc81b95595 100644 --- a/api/interservice/compliance/ingest/ingest/compliance.pb.go +++ b/api/interservice/compliance/ingest/ingest/compliance.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/ingest/ingest/compliance.proto @@ -240,9 +240,9 @@ var file_interservice_compliance_ingest_ingest_compliance_proto_rawDesc = []byte 0x74, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2b, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x25, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x3a, 0x01, 0x2a, 0x28, 0x01, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, + 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x28, 0x01, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, @@ -263,7 +263,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_rawDescGZIP() [ } var file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_compliance_ingest_ingest_compliance_proto_goTypes = []interface{}{ +var file_interservice_compliance_ingest_ingest_compliance_proto_goTypes = []any{ (*ProjectUpdateStatusReq)(nil), // 0: chef.automate.domain.compliance.ingest.ingest.ProjectUpdateStatusReq (*ProjectUpdateStatusResp)(nil), // 1: chef.automate.domain.compliance.ingest.ingest.ProjectUpdateStatusResp (*ReportData)(nil), // 2: chef.automate.domain.compliance.ingest.ingest.ReportData @@ -293,7 +293,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ProjectUpdateStatusReq); i { case 0: return &v.state @@ -305,7 +305,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_init() { return nil } } - file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ProjectUpdateStatusResp); i { case 0: return &v.state @@ -317,7 +317,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_init() { return nil } } - file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ReportData); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go b/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go index 285b384f912..97917a8e59c 100644 --- a/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go +++ b/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_ComplianceIngesterService_ProcessComplianceReport_0(ctx context.Context, marshaler runtime.Marshaler, client ComplianceIngesterServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var metadata runtime.ServerMetadata @@ -78,6 +80,7 @@ func request_ComplianceIngesterService_ProcessComplianceReport_0(ctx context.Con // RegisterComplianceIngesterServiceHandlerServer registers the http handlers for service ComplianceIngesterService to "mux". // UnaryRPC :call ComplianceIngesterServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterComplianceIngesterServiceHandlerFromEndpoint instead. func RegisterComplianceIngesterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ComplianceIngesterServiceServer) error { mux.Handle("POST", pattern_ComplianceIngesterService_ProcessComplianceReport_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { diff --git a/api/interservice/compliance/ingest/ingest/compliance.swagger.json b/api/interservice/compliance/ingest/ingest/compliance.swagger.json index 87798d26a98..5431f459bce 100644 --- a/api/interservice/compliance/ingest/ingest/compliance.swagger.json +++ b/api/interservice/compliance/ingest/ingest/compliance.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,8 +89,7 @@ "type": "object", "properties": { "success": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/api/interservice/compliance/jobs/jobs.pb.go b/api/interservice/compliance/jobs/jobs.pb.go index 720f2effd68..10760bf8534 100644 --- a/api/interservice/compliance/jobs/jobs.pb.go +++ b/api/interservice/compliance/jobs/jobs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/jobs/jobs.proto @@ -1082,7 +1082,7 @@ func file_interservice_compliance_jobs_jobs_proto_rawDescGZIP() []byte { var file_interservice_compliance_jobs_jobs_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_jobs_jobs_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_interservice_compliance_jobs_jobs_proto_goTypes = []interface{}{ +var file_interservice_compliance_jobs_jobs_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.jobs.Query.OrderType (*GetJobResultByNodeIdRequest)(nil), // 1: chef.automate.domain.compliance.jobs.GetJobResultByNodeIdRequest (*RerunResponse)(nil), // 2: chef.automate.domain.compliance.jobs.RerunResponse @@ -1145,7 +1145,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_jobs_jobs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetJobResultByNodeIdRequest); i { case 0: return &v.state @@ -1157,7 +1157,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Ids); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*IdsWithTime); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*TimeQuery); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ManagerFilter); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Job); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Jobs); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_jobs_jobs_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ResultsRow); i { case 0: return &v.state diff --git a/api/interservice/compliance/profiles/profiles.pb.go b/api/interservice/compliance/profiles/profiles.pb.go index 5d6f985c2ed..ca55fbd8592 100644 --- a/api/interservice/compliance/profiles/profiles.pb.go +++ b/api/interservice/compliance/profiles/profiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/profiles/profiles.proto @@ -2091,7 +2091,7 @@ func file_interservice_compliance_profiles_profiles_proto_rawDescGZIP() []byte { var file_interservice_compliance_profiles_profiles_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_profiles_profiles_proto_msgTypes = make([]protoimpl.MessageInfo, 24) -var file_interservice_compliance_profiles_profiles_proto_goTypes = []interface{}{ +var file_interservice_compliance_profiles_profiles_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.profiles.Query.OrderType (*Sha256)(nil), // 1: chef.automate.domain.compliance.profiles.Sha256 (*Missing)(nil), // 2: chef.automate.domain.compliance.profiles.Missing @@ -2167,7 +2167,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Sha256); i { case 0: return &v.state @@ -2179,7 +2179,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Missing); i { case 0: return &v.state @@ -2191,7 +2191,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ProfilePostRequest); i { case 0: return &v.state @@ -2203,7 +2203,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Metadata); i { case 0: return &v.state @@ -2215,7 +2215,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Chunk); i { case 0: return &v.state @@ -2227,7 +2227,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ProfileData); i { case 0: return &v.state @@ -2239,7 +2239,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Profiles); i { case 0: return &v.state @@ -2251,7 +2251,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -2263,7 +2263,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Group); i { case 0: return &v.state @@ -2275,7 +2275,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Control); i { case 0: return &v.state @@ -2287,7 +2287,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Ref); i { case 0: return &v.state @@ -2299,7 +2299,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Result); i { case 0: return &v.state @@ -2311,7 +2311,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -2323,7 +2323,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*Attribute); i { case 0: return &v.state @@ -2335,7 +2335,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Option); i { case 0: return &v.state @@ -2347,7 +2347,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -2359,7 +2359,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*Dependency); i { case 0: return &v.state @@ -2371,7 +2371,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ProfileDetails); i { case 0: return &v.state @@ -2383,7 +2383,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*CheckResult); i { case 0: return &v.state @@ -2395,7 +2395,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ResultSummary); i { case 0: return &v.state @@ -2407,7 +2407,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*CheckMessage); i { case 0: return &v.state @@ -2419,7 +2419,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2431,7 +2431,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state diff --git a/api/interservice/compliance/reporting/reporting.pb.go b/api/interservice/compliance/reporting/reporting.pb.go index cf51073efca..356244a9744 100644 --- a/api/interservice/compliance/reporting/reporting.pb.go +++ b/api/interservice/compliance/reporting/reporting.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/reporting/reporting.proto @@ -5453,7 +5453,7 @@ func file_interservice_compliance_reporting_reporting_proto_rawDescGZIP() []byte var file_interservice_compliance_reporting_reporting_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_reporting_reporting_proto_msgTypes = make([]protoimpl.MessageInfo, 64) -var file_interservice_compliance_reporting_reporting_proto_goTypes = []interface{}{ +var file_interservice_compliance_reporting_reporting_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.reporting.Query.OrderType (*ReportContentRequest)(nil), // 1: chef.automate.domain.compliance.reporting.ReportContentRequest (*ReportContentResponse)(nil), // 2: chef.automate.domain.compliance.reporting.ReportContentResponse @@ -5636,7 +5636,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ReportContentRequest); i { case 0: return &v.state @@ -5648,7 +5648,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ReportContentResponse); i { case 0: return &v.state @@ -5660,7 +5660,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ExportData); i { case 0: return &v.state @@ -5672,7 +5672,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -5684,7 +5684,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -5696,7 +5696,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -5708,7 +5708,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ListFilters); i { case 0: return &v.state @@ -5720,7 +5720,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Total); i { case 0: return &v.state @@ -5732,7 +5732,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Failed); i { case 0: return &v.state @@ -5744,7 +5744,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ControlSummary); i { case 0: return &v.state @@ -5756,7 +5756,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ControlItemRequest); i { case 0: return &v.state @@ -5768,7 +5768,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*WaiverData); i { case 0: return &v.state @@ -5780,7 +5780,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ControlItem); i { case 0: return &v.state @@ -5792,7 +5792,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ControlItems); i { case 0: return &v.state @@ -5804,7 +5804,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*ReportsSummaryLevelOne); i { case 0: return &v.state @@ -5816,7 +5816,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ReportSummaryLevelOne); i { case 0: return &v.state @@ -5828,7 +5828,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*Reports); i { case 0: return &v.state @@ -5840,7 +5840,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*Report); i { case 0: return &v.state @@ -5852,7 +5852,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*NodeHeaderInfo); i { case 0: return &v.state @@ -5864,7 +5864,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ReportIds); i { case 0: return &v.state @@ -5876,7 +5876,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*ReportData); i { case 0: return &v.state @@ -5888,7 +5888,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -5900,7 +5900,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*NodeHeaderProfileInfo); i { case 0: return &v.state @@ -5912,7 +5912,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*Ref); i { case 0: return &v.state @@ -5924,7 +5924,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*Result); i { case 0: return &v.state @@ -5936,7 +5936,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -5948,7 +5948,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*Option); i { case 0: return &v.state @@ -5960,7 +5960,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -5972,7 +5972,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*Dependency); i { case 0: return &v.state @@ -5984,7 +5984,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*Group); i { case 0: return &v.state @@ -5996,7 +5996,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*Control); i { case 0: return &v.state @@ -6008,7 +6008,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*OrigWaiverData); i { case 0: return &v.state @@ -6020,7 +6020,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*RemovedResultsCounts); i { case 0: return &v.state @@ -6032,7 +6032,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*TagValues); i { case 0: return &v.state @@ -6044,7 +6044,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*Attribute); i { case 0: return &v.state @@ -6056,7 +6056,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*Platform); i { case 0: return &v.state @@ -6068,7 +6068,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*Statistics); i { case 0: return &v.state @@ -6080,7 +6080,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*SuggestionRequest); i { case 0: return &v.state @@ -6092,7 +6092,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v any, i int) any { switch v := v.(*Suggestion); i { case 0: return &v.state @@ -6104,7 +6104,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v any, i int) any { switch v := v.(*Suggestions); i { case 0: return &v.state @@ -6116,7 +6116,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v any, i int) any { switch v := v.(*ProfileMins); i { case 0: return &v.state @@ -6128,7 +6128,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v any, i int) any { switch v := v.(*ProfileCounts); i { case 0: return &v.state @@ -6140,7 +6140,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v any, i int) any { switch v := v.(*ProfileMin); i { case 0: return &v.state @@ -6152,7 +6152,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -6164,7 +6164,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -6176,7 +6176,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v any, i int) any { switch v := v.(*Kv); i { case 0: return &v.state @@ -6188,7 +6188,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v any, i int) any { switch v := v.(*LatestReportSummary); i { case 0: return &v.state @@ -6200,7 +6200,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v any, i int) any { switch v := v.(*ProfileMeta); i { case 0: return &v.state @@ -6212,7 +6212,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v any, i int) any { switch v := v.(*ControlElement); i { case 0: return &v.state @@ -6224,7 +6224,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v any, i int) any { switch v := v.(*ControlElements); i { case 0: return &v.state @@ -6236,7 +6236,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v any, i int) any { switch v := v.(*CustomReportResponse); i { case 0: return &v.state @@ -6248,7 +6248,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v any, i int) any { switch v := v.(*ReportListForReportManagerResponse); i { case 0: return &v.state @@ -6260,7 +6260,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v any, i int) any { switch v := v.(*ReportResponse); i { case 0: return &v.state @@ -6272,7 +6272,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v any, i int) any { switch v := v.(*ProfileResponse); i { case 0: return &v.state @@ -6284,7 +6284,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v any, i int) any { switch v := v.(*AssetSummary); i { case 0: return &v.state @@ -6296,7 +6296,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v any, i int) any { switch v := v.(*Collected); i { case 0: return &v.state @@ -6308,7 +6308,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v any, i int) any { switch v := v.(*Uncollected); i { case 0: return &v.state @@ -6320,7 +6320,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[57].Exporter = func(v any, i int) any { switch v := v.(*Assets); i { case 0: return &v.state @@ -6332,7 +6332,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[58].Exporter = func(v any, i int) any { switch v := v.(*AssetListRequest); i { case 0: return &v.state @@ -6344,7 +6344,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[59].Exporter = func(v any, i int) any { switch v := v.(*AssetListResponse); i { case 0: return &v.state @@ -6356,7 +6356,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[60].Exporter = func(v any, i int) any { switch v := v.(*ComplianceConfigRequest); i { case 0: return &v.state @@ -6368,7 +6368,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[61].Exporter = func(v any, i int) any { switch v := v.(*ComplianceConfigResponse); i { case 0: return &v.state @@ -6380,7 +6380,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_reporting_reporting_proto_msgTypes[62].Exporter = func(v any, i int) any { switch v := v.(*GetAssetConfigRequest); i { case 0: return &v.state diff --git a/api/interservice/compliance/stats/stats.pb.go b/api/interservice/compliance/stats/stats.pb.go index 8dfb348fcef..dfa7945d346 100644 --- a/api/interservice/compliance/stats/stats.pb.go +++ b/api/interservice/compliance/stats/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/stats/stats.proto @@ -501,7 +501,7 @@ type Stats struct { // we don't really need for nodes counts to be int64 as int32 limits us to 2billion nodes which is plenty for now // we are therefore deprecating nodes and favor nodesCnt // - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in interservice/compliance/stats/stats.proto. Nodes int64 `protobuf:"varint,1,opt,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"` Platforms int32 `protobuf:"varint,2,opt,name=platforms,proto3" json:"platforms,omitempty" toml:"platforms,omitempty" mapstructure:"platforms,omitempty"` Environments int32 `protobuf:"varint,3,opt,name=environments,proto3" json:"environments,omitempty" toml:"environments,omitempty" mapstructure:"environments,omitempty"` @@ -542,7 +542,7 @@ func (*Stats) Descriptor() ([]byte, []int) { return file_interservice_compliance_stats_stats_proto_rawDescGZIP(), []int{5} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in interservice/compliance/stats/stats.proto. func (x *Stats) GetNodes() int64 { if x != nil { return x.Nodes @@ -2018,7 +2018,7 @@ func file_interservice_compliance_stats_stats_proto_rawDescGZIP() []byte { var file_interservice_compliance_stats_stats_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_stats_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 21) -var file_interservice_compliance_stats_stats_proto_goTypes = []interface{}{ +var file_interservice_compliance_stats_stats_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.stats.Query.OrderType (*ListFilter)(nil), // 1: chef.automate.domain.compliance.stats.ListFilter (*Query)(nil), // 2: chef.automate.domain.compliance.stats.Query @@ -2086,7 +2086,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_stats_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2098,7 +2098,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -2110,7 +2110,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Summary); i { case 0: return &v.state @@ -2122,7 +2122,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ControlsSummary); i { case 0: return &v.state @@ -2134,7 +2134,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*NodeSummary); i { case 0: return &v.state @@ -2146,7 +2146,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Stats); i { case 0: return &v.state @@ -2158,7 +2158,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ReportSummary); i { case 0: return &v.state @@ -2170,7 +2170,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Trend); i { case 0: return &v.state @@ -2182,7 +2182,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Trends); i { case 0: return &v.state @@ -2194,7 +2194,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -2206,7 +2206,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ProfileList); i { case 0: return &v.state @@ -2218,7 +2218,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*ProfileSummary); i { case 0: return &v.state @@ -2230,7 +2230,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*ProfileSummaryStats); i { case 0: return &v.state @@ -2242,7 +2242,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ControlStats); i { case 0: return &v.state @@ -2254,7 +2254,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Support); i { case 0: return &v.state @@ -2266,7 +2266,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Failures); i { case 0: return &v.state @@ -2278,7 +2278,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*FailureSummary); i { case 0: return &v.state @@ -2290,7 +2290,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -2302,7 +2302,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -2314,7 +2314,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state @@ -2326,7 +2326,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_stats_stats_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/interservice/compliance/status/status.pb.go b/api/interservice/compliance/status/status.pb.go index fdabd479f1d..0a344580e38 100644 --- a/api/interservice/compliance/status/status.pb.go +++ b/api/interservice/compliance/status/status.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/status/status.proto @@ -405,7 +405,7 @@ func file_interservice_compliance_status_status_proto_rawDescGZIP() []byte { var file_interservice_compliance_status_status_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_interservice_compliance_status_status_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_compliance_status_status_proto_goTypes = []interface{}{ +var file_interservice_compliance_status_status_proto_goTypes = []any{ (MigrationStatus_Status)(0), // 0: chef.automate.domain.compliance.status.MigrationStatus.Status (ControlIndexMigrationStatus_Status)(0), // 1: chef.automate.domain.compliance.status.ControlIndexMigrationStatus.Status (*MigrationStatus)(nil), // 2: chef.automate.domain.compliance.status.MigrationStatus @@ -436,7 +436,7 @@ func file_interservice_compliance_status_status_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_status_status_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_status_status_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*MigrationStatus); i { case 0: return &v.state @@ -448,7 +448,7 @@ func file_interservice_compliance_status_status_proto_init() { return nil } } - file_interservice_compliance_status_status_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_status_status_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ControlIndexMigrationStatus); i { case 0: return &v.state @@ -460,7 +460,7 @@ func file_interservice_compliance_status_status_proto_init() { return nil } } - file_interservice_compliance_status_status_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_status_status_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*LogEntry); i { case 0: return &v.state diff --git a/api/interservice/compliance/version/version.pb.go b/api/interservice/compliance/version/version.pb.go index b83e2be4931..535f5b8a17e 100644 --- a/api/interservice/compliance/version/version.pb.go +++ b/api/interservice/compliance/version/version.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/compliance/version/version.proto @@ -151,7 +151,7 @@ func file_interservice_compliance_version_version_proto_rawDescGZIP() []byte { } var file_interservice_compliance_version_version_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_compliance_version_version_proto_goTypes = []interface{}{ +var file_interservice_compliance_version_version_proto_goTypes = []any{ (*VersionInfo)(nil), // 0: chef.automate.domain.compliance.version.VersionInfo (*emptypb.Empty)(nil), // 1: google.protobuf.Empty } @@ -171,7 +171,7 @@ func file_interservice_compliance_version_version_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_version_version_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_compliance_version_version_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*VersionInfo); i { case 0: return &v.state diff --git a/api/interservice/data_lifecycle/purge.pb.go b/api/interservice/data_lifecycle/purge.pb.go index 88020899f0e..d2ff2abb657 100644 --- a/api/interservice/data_lifecycle/purge.pb.go +++ b/api/interservice/data_lifecycle/purge.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/data_lifecycle/purge.proto @@ -529,7 +529,7 @@ func file_interservice_data_lifecycle_purge_proto_rawDescGZIP() []byte { } var file_interservice_data_lifecycle_purge_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_data_lifecycle_purge_proto_goTypes = []interface{}{ +var file_interservice_data_lifecycle_purge_proto_goTypes = []any{ (*RunRequest)(nil), // 0: chef.automate.infra.data_lifecycle.api.RunRequest (*RunResponse)(nil), // 1: chef.automate.infra.data_lifecycle.api.RunResponse (*ConfigureRequest)(nil), // 2: chef.automate.infra.data_lifecycle.api.ConfigureRequest @@ -572,7 +572,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_data_lifecycle_purge_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RunRequest); i { case 0: return &v.state @@ -584,7 +584,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RunResponse); i { case 0: return &v.state @@ -596,7 +596,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ConfigureRequest); i { case 0: return &v.state @@ -608,7 +608,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ConfigureResponse); i { case 0: return &v.state @@ -620,7 +620,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ShowRequest); i { case 0: return &v.state @@ -632,7 +632,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ShowResponse); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_data_lifecycle_purge_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*PolicyUpdate); i { case 0: return &v.state diff --git a/api/interservice/deployment/automate_deployment.pb.go b/api/interservice/deployment/automate_deployment.pb.go index 33c568d6e24..f117ac8abe4 100644 --- a/api/interservice/deployment/automate_deployment.pb.go +++ b/api/interservice/deployment/automate_deployment.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/deployment/automate_deployment.proto @@ -7688,7 +7688,7 @@ func file_interservice_deployment_automate_deployment_proto_rawDescGZIP() []byte var file_interservice_deployment_automate_deployment_proto_enumTypes = make([]protoimpl.EnumInfo, 8) var file_interservice_deployment_automate_deployment_proto_msgTypes = make([]protoimpl.MessageInfo, 113) -var file_interservice_deployment_automate_deployment_proto_goTypes = []interface{}{ +var file_interservice_deployment_automate_deployment_proto_goTypes = []any{ (UpgradeStatusResponse_UpgradeState)(0), // 0: chef.automate.domain.deployment.UpgradeStatusResponse.UpgradeState (DeployEvent_Status)(0), // 1: chef.automate.domain.deployment.DeployEvent.Status (DeployEvent_PhaseID)(0), // 2: chef.automate.domain.deployment.DeployEvent.PhaseID @@ -7997,7 +7997,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_deployment_automate_deployment_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ControlIndexUpgradeStatusResponse); i { case 0: return &v.state @@ -8009,7 +8009,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*BootstrapBundleRequest); i { case 0: return &v.state @@ -8021,7 +8021,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*BootstrapBundleResponse); i { case 0: return &v.state @@ -8033,7 +8033,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetCLIExecutableRequest); i { case 0: return &v.state @@ -8045,7 +8045,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetCLIExecutableResponse); i { case 0: return &v.state @@ -8057,7 +8057,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*NodeInventoryRequest); i { case 0: return &v.state @@ -8069,7 +8069,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*NodeInventoryResponse); i { case 0: return &v.state @@ -8081,7 +8081,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*InfrastructureNodeDeleteRequest); i { case 0: return &v.state @@ -8093,7 +8093,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*InfrastructureNodeDeleteResponse); i { case 0: return &v.state @@ -8105,7 +8105,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*InventoryNode); i { case 0: return &v.state @@ -8117,7 +8117,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*UsageRequest); i { case 0: return &v.state @@ -8129,7 +8129,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*UsageResponse); i { case 0: return &v.state @@ -8141,7 +8141,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*NodeUsage); i { case 0: return &v.state @@ -8153,7 +8153,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*GenerateAdminTokenRequest); i { case 0: return &v.state @@ -8165,7 +8165,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*GenerateAdminTokenResponse); i { case 0: return &v.state @@ -8177,7 +8177,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*NewDeploymentRequest); i { case 0: return &v.state @@ -8189,7 +8189,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ConfigureDeploymentRequest); i { case 0: return &v.state @@ -8201,7 +8201,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*ConfigureDeploymentResponse); i { case 0: return &v.state @@ -8213,7 +8213,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*DeployRequest); i { case 0: return &v.state @@ -8225,7 +8225,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*DeployResponse); i { case 0: return &v.state @@ -8237,7 +8237,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*DeployStatusRequest); i { case 0: return &v.state @@ -8249,7 +8249,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*RemoveRequest); i { case 0: return &v.state @@ -8261,7 +8261,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ManifestVersionRequest); i { case 0: return &v.state @@ -8273,7 +8273,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*PingRequest); i { case 0: return &v.state @@ -8285,7 +8285,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*PingResponse); i { case 0: return &v.state @@ -8297,7 +8297,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*DeployIDRequest); i { case 0: return &v.state @@ -8309,7 +8309,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*RemoveResponse); i { case 0: return &v.state @@ -8321,7 +8321,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*StopRequest); i { case 0: return &v.state @@ -8333,7 +8333,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*StopResponse); i { case 0: return &v.state @@ -8345,7 +8345,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*StopConvergeRequest); i { case 0: return &v.state @@ -8357,7 +8357,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*StopConvergeResponse); i { case 0: return &v.state @@ -8369,7 +8369,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*StartConvergeRequest); i { case 0: return &v.state @@ -8381,7 +8381,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*StartConvergeResponse); i { case 0: return &v.state @@ -8393,7 +8393,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*ServiceVersionsRequest); i { case 0: return &v.state @@ -8405,7 +8405,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*SystemLogsRequest); i { case 0: return &v.state @@ -8417,7 +8417,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*UpgradeStatusRequest); i { case 0: return &v.state @@ -8429,7 +8429,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*UpgradeStatusResponse); i { case 0: return &v.state @@ -8441,7 +8441,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*SetLogLevelRequest); i { case 0: return &v.state @@ -8453,7 +8453,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[38].Exporter = func(v any, i int) any { switch v := v.(*SetLogLevelResponse); i { case 0: return &v.state @@ -8465,7 +8465,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[39].Exporter = func(v any, i int) any { switch v := v.(*UpgradingService); i { case 0: return &v.state @@ -8477,7 +8477,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[40].Exporter = func(v any, i int) any { switch v := v.(*PackageOptions); i { case 0: return &v.state @@ -8489,7 +8489,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[41].Exporter = func(v any, i int) any { switch v := v.(*ConfigureRequest); i { case 0: return &v.state @@ -8501,7 +8501,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[42].Exporter = func(v any, i int) any { switch v := v.(*DeploymentID); i { case 0: return &v.state @@ -8513,7 +8513,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[43].Exporter = func(v any, i int) any { switch v := v.(*DeploymentStatus); i { case 0: return &v.state @@ -8525,7 +8525,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[44].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent); i { case 0: return &v.state @@ -8537,7 +8537,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[45].Exporter = func(v any, i int) any { switch v := v.(*LogLine); i { case 0: return &v.state @@ -8549,7 +8549,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[46].Exporter = func(v any, i int) any { switch v := v.(*SupportBundleConfig); i { case 0: return &v.state @@ -8561,7 +8561,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[47].Exporter = func(v any, i int) any { switch v := v.(*StatusRequest); i { case 0: return &v.state @@ -8573,7 +8573,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[48].Exporter = func(v any, i int) any { switch v := v.(*StatusResponse); i { case 0: return &v.state @@ -8585,7 +8585,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[49].Exporter = func(v any, i int) any { switch v := v.(*ServiceVersionsResponse); i { case 0: return &v.state @@ -8597,7 +8597,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[50].Exporter = func(v any, i int) any { switch v := v.(*ServiceVersion); i { case 0: return &v.state @@ -8609,7 +8609,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[51].Exporter = func(v any, i int) any { switch v := v.(*LicenseStatusRequest); i { case 0: return &v.state @@ -8621,7 +8621,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[52].Exporter = func(v any, i int) any { switch v := v.(*LicenseStatusResponse); i { case 0: return &v.state @@ -8633,7 +8633,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[53].Exporter = func(v any, i int) any { switch v := v.(*LicenseApplyRequest); i { case 0: return &v.state @@ -8645,7 +8645,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[54].Exporter = func(v any, i int) any { switch v := v.(*LicenseApplyResponse); i { case 0: return &v.state @@ -8657,7 +8657,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[55].Exporter = func(v any, i int) any { switch v := v.(*ServiceStatus); i { case 0: return &v.state @@ -8669,7 +8669,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[56].Exporter = func(v any, i int) any { switch v := v.(*ServiceState); i { case 0: return &v.state @@ -8681,7 +8681,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[57].Exporter = func(v any, i int) any { switch v := v.(*GatherLogsRequest); i { case 0: return &v.state @@ -8693,7 +8693,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[58].Exporter = func(v any, i int) any { switch v := v.(*GatherLogsResponse); i { case 0: return &v.state @@ -8705,7 +8705,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[59].Exporter = func(v any, i int) any { switch v := v.(*GatherLogsDownloadRequest); i { case 0: return &v.state @@ -8717,7 +8717,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[60].Exporter = func(v any, i int) any { switch v := v.(*GatherLogsDownloadResponse); i { case 0: return &v.state @@ -8729,7 +8729,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[61].Exporter = func(v any, i int) any { switch v := v.(*RestartServicesRequest); i { case 0: return &v.state @@ -8741,7 +8741,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[62].Exporter = func(v any, i int) any { switch v := v.(*RestartServicesResponse); i { case 0: return &v.state @@ -8753,7 +8753,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[63].Exporter = func(v any, i int) any { switch v := v.(*GetAutomateConfigRequest); i { case 0: return &v.state @@ -8765,7 +8765,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[64].Exporter = func(v any, i int) any { switch v := v.(*GetAutomateConfigResponse); i { case 0: return &v.state @@ -8777,7 +8777,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[65].Exporter = func(v any, i int) any { switch v := v.(*PatchAutomateConfigRequest); i { case 0: return &v.state @@ -8789,7 +8789,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[66].Exporter = func(v any, i int) any { switch v := v.(*PatchAutomateConfigResponse); i { case 0: return &v.state @@ -8801,7 +8801,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[67].Exporter = func(v any, i int) any { switch v := v.(*SetAutomateConfigRequest); i { case 0: return &v.state @@ -8813,7 +8813,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[68].Exporter = func(v any, i int) any { switch v := v.(*SetAutomateConfigResponse); i { case 0: return &v.state @@ -8825,7 +8825,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[69].Exporter = func(v any, i int) any { switch v := v.(*DumpDBRequest); i { case 0: return &v.state @@ -8837,7 +8837,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[70].Exporter = func(v any, i int) any { switch v := v.(*DumpDBResponse); i { case 0: return &v.state @@ -8849,7 +8849,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[71].Exporter = func(v any, i int) any { switch v := v.(*ManifestVersionResponse); i { case 0: return &v.state @@ -8861,7 +8861,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[72].Exporter = func(v any, i int) any { switch v := v.(*DeployIDResponse); i { case 0: return &v.state @@ -8873,7 +8873,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[73].Exporter = func(v any, i int) any { switch v := v.(*BackupTask); i { case 0: return &v.state @@ -8885,7 +8885,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[74].Exporter = func(v any, i int) any { switch v := v.(*BackupDescription); i { case 0: return &v.state @@ -8897,7 +8897,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[75].Exporter = func(v any, i int) any { switch v := v.(*S3BackupLocation); i { case 0: return &v.state @@ -8909,7 +8909,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[76].Exporter = func(v any, i int) any { switch v := v.(*GCSBackupLocation); i { case 0: return &v.state @@ -8921,7 +8921,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[77].Exporter = func(v any, i int) any { switch v := v.(*BackupRestoreTask); i { case 0: return &v.state @@ -8933,7 +8933,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[78].Exporter = func(v any, i int) any { switch v := v.(*BackupDeleteTask); i { case 0: return &v.state @@ -8945,7 +8945,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[79].Exporter = func(v any, i int) any { switch v := v.(*CreateBackupRequest); i { case 0: return &v.state @@ -8957,7 +8957,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[80].Exporter = func(v any, i int) any { switch v := v.(*CreateBackupResponse); i { case 0: return &v.state @@ -8969,7 +8969,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[81].Exporter = func(v any, i int) any { switch v := v.(*ListBackupsRequest); i { case 0: return &v.state @@ -8981,7 +8981,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[82].Exporter = func(v any, i int) any { switch v := v.(*ListBackupsResponse); i { case 0: return &v.state @@ -8993,7 +8993,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[83].Exporter = func(v any, i int) any { switch v := v.(*ShowBackupRequest); i { case 0: return &v.state @@ -9005,7 +9005,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[84].Exporter = func(v any, i int) any { switch v := v.(*ShowBackupResponse); i { case 0: return &v.state @@ -9017,7 +9017,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[85].Exporter = func(v any, i int) any { switch v := v.(*DeleteBackupsRequest); i { case 0: return &v.state @@ -9029,7 +9029,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[86].Exporter = func(v any, i int) any { switch v := v.(*DeleteBackupsResponse); i { case 0: return &v.state @@ -9041,7 +9041,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[87].Exporter = func(v any, i int) any { switch v := v.(*BackupIntegrityShowRequest); i { case 0: return &v.state @@ -9053,7 +9053,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[88].Exporter = func(v any, i int) any { switch v := v.(*BackupIntegrityShowResponse); i { case 0: return &v.state @@ -9065,7 +9065,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[89].Exporter = func(v any, i int) any { switch v := v.(*SnapshotIntegrity); i { case 0: return &v.state @@ -9077,7 +9077,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[90].Exporter = func(v any, i int) any { switch v := v.(*ValidateBackupIntegrityRequest); i { case 0: return &v.state @@ -9089,7 +9089,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[91].Exporter = func(v any, i int) any { switch v := v.(*ValidateBackupIntegrityResponse); i { case 0: return &v.state @@ -9101,7 +9101,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[92].Exporter = func(v any, i int) any { switch v := v.(*RestoreBackupRequest); i { case 0: return &v.state @@ -9113,7 +9113,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[93].Exporter = func(v any, i int) any { switch v := v.(*RestoreBackupResponse); i { case 0: return &v.state @@ -9125,7 +9125,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[94].Exporter = func(v any, i int) any { switch v := v.(*BackupStatusRequest); i { case 0: return &v.state @@ -9137,7 +9137,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[95].Exporter = func(v any, i int) any { switch v := v.(*BackupStatusResponse); i { case 0: return &v.state @@ -9149,7 +9149,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[96].Exporter = func(v any, i int) any { switch v := v.(*CancelBackupRequest); i { case 0: return &v.state @@ -9161,7 +9161,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[97].Exporter = func(v any, i int) any { switch v := v.(*CancelBackupResponse); i { case 0: return &v.state @@ -9173,7 +9173,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[98].Exporter = func(v any, i int) any { switch v := v.(*UpgradeRequest); i { case 0: return &v.state @@ -9185,7 +9185,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[99].Exporter = func(v any, i int) any { switch v := v.(*UpgradeResponse); i { case 0: return &v.state @@ -9197,7 +9197,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[100].Exporter = func(v any, i int) any { switch v := v.(*ValidatedUpgradeResponse); i { case 0: return &v.state @@ -9209,7 +9209,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[101].Exporter = func(v any, i int) any { switch v := v.(*CurrentReleaseManifestRequest); i { case 0: return &v.state @@ -9221,7 +9221,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[102].Exporter = func(v any, i int) any { switch v := v.(*ReleaseManifest); i { case 0: return &v.state @@ -9233,7 +9233,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[103].Exporter = func(v any, i int) any { switch v := v.(*A1UpgradeStatusRequest); i { case 0: return &v.state @@ -9245,7 +9245,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[104].Exporter = func(v any, i int) any { switch v := v.(*A1UpgradeStatusResponse); i { case 0: return &v.state @@ -9257,7 +9257,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[106].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent_Deploy); i { case 0: return &v.state @@ -9269,7 +9269,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[107].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent_Phase); i { case 0: return &v.state @@ -9281,7 +9281,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[108].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent_PhaseStep); i { case 0: return &v.state @@ -9293,7 +9293,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[109].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent_Backup); i { case 0: return &v.state @@ -9305,7 +9305,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[110].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent_TaskComplete); i { case 0: return &v.state @@ -9317,7 +9317,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[111].Exporter = func(v any, i int) any { switch v := v.(*DeployEvent_Backup_Operation); i { case 0: return &v.state @@ -9329,7 +9329,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_automate_deployment_proto_msgTypes[112].Exporter = func(v any, i int) any { switch v := v.(*A1UpgradeStatusResponse_ServiceMigrationStatus); i { case 0: return &v.state @@ -9342,7 +9342,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { } } } - file_interservice_deployment_automate_deployment_proto_msgTypes[44].OneofWrappers = []interface{}{ + file_interservice_deployment_automate_deployment_proto_msgTypes[44].OneofWrappers = []any{ (*DeployEvent_Deploy_)(nil), (*DeployEvent_Phase_)(nil), (*DeployEvent_PhaseStep_)(nil), diff --git a/api/interservice/deployment/certificate_authority.pb.go b/api/interservice/deployment/certificate_authority.pb.go index 6346bbe4ba3..ee4ec6c8c99 100644 --- a/api/interservice/deployment/certificate_authority.pb.go +++ b/api/interservice/deployment/certificate_authority.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/deployment/certificate_authority.proto @@ -239,7 +239,7 @@ func file_interservice_deployment_certificate_authority_proto_rawDescGZIP() []by } var file_interservice_deployment_certificate_authority_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_deployment_certificate_authority_proto_goTypes = []interface{}{ +var file_interservice_deployment_certificate_authority_proto_goTypes = []any{ (*RootCertRequest)(nil), // 0: chef.automate.domain.deployment.RootCertRequest (*RootCertResponse)(nil), // 1: chef.automate.domain.deployment.RootCertResponse (*RegenerateRootRequest)(nil), // 2: chef.automate.domain.deployment.RegenerateRootRequest @@ -263,7 +263,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_deployment_certificate_authority_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_certificate_authority_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RootCertRequest); i { case 0: return &v.state @@ -275,7 +275,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return nil } } - file_interservice_deployment_certificate_authority_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_certificate_authority_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RootCertResponse); i { case 0: return &v.state @@ -287,7 +287,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return nil } } - file_interservice_deployment_certificate_authority_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_certificate_authority_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*RegenerateRootRequest); i { case 0: return &v.state @@ -299,7 +299,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return nil } } - file_interservice_deployment_certificate_authority_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_deployment_certificate_authority_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*RegenerateRootResponse); i { case 0: return &v.state diff --git a/api/interservice/es_sidecar/service.pb.go b/api/interservice/es_sidecar/service.pb.go index d82fa2d2267..719abf5a15f 100644 --- a/api/interservice/es_sidecar/service.pb.go +++ b/api/interservice/es_sidecar/service.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/es_sidecar/service.proto @@ -1341,7 +1341,7 @@ func file_interservice_es_sidecar_service_proto_rawDescGZIP() []byte { var file_interservice_es_sidecar_service_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_es_sidecar_service_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_interservice_es_sidecar_service_proto_goTypes = []interface{}{ +var file_interservice_es_sidecar_service_proto_goTypes = []any{ (SnapshotState)(0), // 0: chef.automate.infra.es_sidecar.SnapshotState (*PurgeRequest)(nil), // 1: chef.automate.infra.es_sidecar.PurgeRequest (*PurgeResponse)(nil), // 2: chef.automate.infra.es_sidecar.PurgeResponse @@ -1404,7 +1404,7 @@ func file_interservice_es_sidecar_service_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_es_sidecar_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PurgeRequest); i { case 0: return &v.state @@ -1416,7 +1416,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*PurgeResponse); i { case 0: return &v.state @@ -1428,7 +1428,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*VersionResponse); i { case 0: return &v.state @@ -1440,7 +1440,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CreateRepositoryRequest); i { case 0: return &v.state @@ -1452,7 +1452,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*CreateRepositoryResponse); i { case 0: return &v.state @@ -1464,7 +1464,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ConvergeRepositorySettingsRequest); i { case 0: return &v.state @@ -1476,7 +1476,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ConvergeRepositorySettingsResponse); i { case 0: return &v.state @@ -1488,7 +1488,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*RemoveRepositoryRequest); i { case 0: return &v.state @@ -1500,7 +1500,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*RemoveRepositoryResponse); i { case 0: return &v.state @@ -1512,7 +1512,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*CreateSnapshotRequest); i { case 0: return &v.state @@ -1524,7 +1524,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*CreateSnapshotResponse); i { case 0: return &v.state @@ -1536,7 +1536,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*CreateSnapshotStatusRequest); i { case 0: return &v.state @@ -1548,7 +1548,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*CreateSnapshotStatusResponse); i { case 0: return &v.state @@ -1560,7 +1560,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*RestoreSnapshotRequest); i { case 0: return &v.state @@ -1572,7 +1572,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*RestoreSnapshotResponse); i { case 0: return &v.state @@ -1584,7 +1584,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*RestoreSnapshotStatusRequest); i { case 0: return &v.state @@ -1596,7 +1596,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*RestoreSnapshotStatusResponse); i { case 0: return &v.state @@ -1608,7 +1608,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*DeleteSnapshotRequest); i { case 0: return &v.state @@ -1620,7 +1620,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*DeleteSnapshotResponse); i { case 0: return &v.state @@ -1632,7 +1632,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_es_sidecar_service_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*PurgeResponse_Failure); i { case 0: return &v.state diff --git a/api/interservice/event/event.pb.go b/api/interservice/event/event.pb.go index 7f5de95f280..cc447134307 100644 --- a/api/interservice/event/event.pb.go +++ b/api/interservice/event/event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/event/event.proto @@ -964,7 +964,7 @@ func file_interservice_event_event_proto_rawDescGZIP() []byte { } var file_interservice_event_event_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_event_event_proto_goTypes = []interface{}{ +var file_interservice_event_event_proto_goTypes = []any{ (*EventType)(nil), // 0: chef.automate.domain.event.api.EventType (*Producer)(nil), // 1: chef.automate.domain.event.api.Producer (*Actor)(nil), // 2: chef.automate.domain.event.api.Actor @@ -1013,7 +1013,7 @@ func file_interservice_event_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_event_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*EventType); i { case 0: return &v.state @@ -1025,7 +1025,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Producer); i { case 0: return &v.state @@ -1037,7 +1037,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Actor); i { case 0: return &v.state @@ -1049,7 +1049,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Object); i { case 0: return &v.state @@ -1061,7 +1061,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Target); i { case 0: return &v.state @@ -1073,7 +1073,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*EventMsg); i { case 0: return &v.state @@ -1085,7 +1085,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*EventResponse); i { case 0: return &v.state @@ -1097,7 +1097,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*PublishRequest); i { case 0: return &v.state @@ -1109,7 +1109,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*PublishResponse); i { case 0: return &v.state @@ -1121,7 +1121,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*SubscribeRequest); i { case 0: return &v.state @@ -1133,7 +1133,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*SubscribeResponse); i { case 0: return &v.state @@ -1145,7 +1145,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*StartRequest); i { case 0: return &v.state @@ -1157,7 +1157,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*StartResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*StopRequest); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_event_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*StopResponse); i { case 0: return &v.state diff --git a/api/interservice/event_feed/event_feed.pb.go b/api/interservice/event_feed/event_feed.pb.go index cef6984c5fb..906866eb342 100644 --- a/api/interservice/event_feed/event_feed.pb.go +++ b/api/interservice/event_feed/event_feed.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/event_feed/event_feed.proto @@ -1497,7 +1497,7 @@ func file_interservice_event_feed_event_feed_proto_rawDescGZIP() []byte { } var file_interservice_event_feed_event_feed_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_interservice_event_feed_event_feed_proto_goTypes = []interface{}{ +var file_interservice_event_feed_event_feed_proto_goTypes = []any{ (*FeedRequest)(nil), // 0: chef.automate.domain.event_feed.api.FeedRequest (*FeedResponse)(nil), // 1: chef.automate.domain.event_feed.api.FeedResponse (*FeedEntry)(nil), // 2: chef.automate.domain.event_feed.api.FeedEntry @@ -1557,7 +1557,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_event_feed_event_feed_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*FeedRequest); i { case 0: return &v.state @@ -1569,7 +1569,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*FeedResponse); i { case 0: return &v.state @@ -1581,7 +1581,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*FeedEntry); i { case 0: return &v.state @@ -1593,7 +1593,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Parent); i { case 0: return &v.state @@ -1605,7 +1605,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Producer); i { case 0: return &v.state @@ -1617,7 +1617,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Actor); i { case 0: return &v.state @@ -1629,7 +1629,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*Object); i { case 0: return &v.state @@ -1641,7 +1641,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Target); i { case 0: return &v.state @@ -1653,7 +1653,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*FeedSummaryRequest); i { case 0: return &v.state @@ -1665,7 +1665,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*FeedSummaryResponse); i { case 0: return &v.state @@ -1677,7 +1677,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*EntryCount); i { case 0: return &v.state @@ -1689,7 +1689,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*FeedTimelineRequest); i { case 0: return &v.state @@ -1701,7 +1701,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*FeedTimelineResponse); i { case 0: return &v.state @@ -1713,7 +1713,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ActionLine); i { case 0: return &v.state @@ -1725,7 +1725,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Timeslot); i { case 0: return &v.state @@ -1737,7 +1737,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*EventExportResponse); i { case 0: return &v.state @@ -1749,7 +1749,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_event_feed_event_feed_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*EventExportRequest); i { case 0: return &v.state diff --git a/api/interservice/id_token/id_token.pb.go b/api/interservice/id_token/id_token.pb.go index 7987b9344f5..539db5f869c 100644 --- a/api/interservice/id_token/id_token.pb.go +++ b/api/interservice/id_token/id_token.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/id_token/id_token.proto @@ -162,7 +162,7 @@ func file_interservice_id_token_id_token_proto_rawDescGZIP() []byte { } var file_interservice_id_token_id_token_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_id_token_id_token_proto_goTypes = []interface{}{ +var file_interservice_id_token_id_token_proto_goTypes = []any{ (*ValidateIdTokenRequest)(nil), // 0: chef.automate.domain.id_token.ValidateIdTokenRequest (*ValidateIdTokenResponse)(nil), // 1: chef.automate.domain.id_token.ValidateIdTokenResponse } @@ -182,7 +182,7 @@ func file_interservice_id_token_id_token_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_id_token_id_token_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_id_token_id_token_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ValidateIdTokenRequest); i { case 0: return &v.state @@ -194,7 +194,7 @@ func file_interservice_id_token_id_token_proto_init() { return nil } } - file_interservice_id_token_id_token_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_id_token_id_token_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ValidateIdTokenResponse); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/clients.pb.go b/api/interservice/infra_proxy/request/clients.pb.go index 17389ab7a8a..2c5ae19c074 100644 --- a/api/interservice/infra_proxy/request/clients.pb.go +++ b/api/interservice/infra_proxy/request/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/clients.proto @@ -373,7 +373,7 @@ func file_interservice_infra_proxy_request_clients_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_infra_proxy_request_clients_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_clients_proto_goTypes = []any{ (*Clients)(nil), // 0: chef.automate.domain.infra_proxy.request.Clients (*Client)(nil), // 1: chef.automate.domain.infra_proxy.request.Client (*CreateClient)(nil), // 2: chef.automate.domain.infra_proxy.request.CreateClient @@ -396,7 +396,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Clients); i { case 0: return &v.state @@ -408,7 +408,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { return nil } } - file_interservice_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Client); i { case 0: return &v.state @@ -420,7 +420,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { return nil } } - file_interservice_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -432,7 +432,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { return nil } } - file_interservice_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ClientKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/common.pb.go b/api/interservice/infra_proxy/request/common.pb.go index 1025f880f08..6c2bbba299f 100644 --- a/api/interservice/infra_proxy/request/common.pb.go +++ b/api/interservice/infra_proxy/request/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/common.proto @@ -119,7 +119,7 @@ func file_interservice_infra_proxy_request_common_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_infra_proxy_request_common_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_common_proto_goTypes = []any{ (*SearchQuery)(nil), // 0: chef.automate.domain.infra_proxy.request.SearchQuery } var file_interservice_infra_proxy_request_common_proto_depIdxs = []int32{ @@ -136,7 +136,7 @@ func file_interservice_infra_proxy_request_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*SearchQuery); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/cookbooks.pb.go b/api/interservice/infra_proxy/request/cookbooks.pb.go index d38d5b04fad..fbdef48f31e 100644 --- a/api/interservice/infra_proxy/request/cookbooks.pb.go +++ b/api/interservice/infra_proxy/request/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/cookbooks.proto @@ -356,7 +356,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_rawDescGZIP() []byte } var file_interservice_infra_proxy_request_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_infra_proxy_request_cookbooks_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_cookbooks_proto_goTypes = []any{ (*Cookbooks)(nil), // 0: chef.automate.domain.infra_proxy.request.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.domain.infra_proxy.request.CookbookVersions (*Cookbook)(nil), // 2: chef.automate.domain.infra_proxy.request.Cookbook @@ -376,7 +376,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -388,7 +388,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -400,7 +400,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -412,7 +412,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CookbookFileContent); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/databags.pb.go b/api/interservice/infra_proxy/request/databags.pb.go index 81b09c9c902..0be7bcad2b3 100644 --- a/api/interservice/infra_proxy/request/databags.pb.go +++ b/api/interservice/infra_proxy/request/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/databags.proto @@ -604,7 +604,7 @@ func file_interservice_infra_proxy_request_databags_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_request_databags_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_databags_proto_goTypes = []any{ (*DataBags)(nil), // 0: chef.automate.domain.infra_proxy.request.DataBags (*DataBag)(nil), // 1: chef.automate.domain.infra_proxy.request.DataBag (*DataBagItems)(nil), // 2: chef.automate.domain.infra_proxy.request.DataBagItems @@ -633,7 +633,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*DataBags); i { case 0: return &v.state @@ -645,7 +645,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DataBag); i { case 0: return &v.state @@ -657,7 +657,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -669,7 +669,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -681,7 +681,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -693,7 +693,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -705,7 +705,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/environments.pb.go b/api/interservice/infra_proxy/request/environments.pb.go index 0e56aaaa2ab..6e75f8c65f2 100644 --- a/api/interservice/infra_proxy/request/environments.pb.go +++ b/api/interservice/infra_proxy/request/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/environments.proto @@ -487,7 +487,7 @@ func file_interservice_infra_proxy_request_environments_proto_rawDescGZIP() []by } var file_interservice_infra_proxy_request_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_environments_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_environments_proto_goTypes = []any{ (*Environments)(nil), // 0: chef.automate.domain.infra_proxy.request.Environments (*Environment)(nil), // 1: chef.automate.domain.infra_proxy.request.Environment (*CreateEnvironment)(nil), // 2: chef.automate.domain.infra_proxy.request.CreateEnvironment @@ -519,7 +519,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Environments); i { case 0: return &v.state @@ -531,7 +531,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { return nil } } - file_interservice_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Environment); i { case 0: return &v.state @@ -543,7 +543,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { return nil } } - file_interservice_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateEnvironment); i { case 0: return &v.state @@ -555,7 +555,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { return nil } } - file_interservice_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateEnvironment); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/nodes.pb.go b/api/interservice/infra_proxy/request/nodes.pb.go index e58a67d06b7..77d7a89c009 100644 --- a/api/interservice/infra_proxy/request/nodes.pb.go +++ b/api/interservice/infra_proxy/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/nodes.proto @@ -714,7 +714,7 @@ func file_interservice_infra_proxy_request_nodes_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_request_nodes_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_nodes_proto_goTypes = []any{ (*Nodes)(nil), // 0: chef.automate.domain.infra_proxy.request.Nodes (*Node)(nil), // 1: chef.automate.domain.infra_proxy.request.Node (*NodeDetails)(nil), // 2: chef.automate.domain.infra_proxy.request.NodeDetails @@ -746,7 +746,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -758,7 +758,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -770,7 +770,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*NodeDetails); i { case 0: return &v.state @@ -782,7 +782,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -794,7 +794,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -806,7 +806,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -818,7 +818,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/orgs.pb.go b/api/interservice/infra_proxy/request/orgs.pb.go index 745d50d4202..ff46dd26882 100644 --- a/api/interservice/infra_proxy/request/orgs.pb.go +++ b/api/interservice/infra_proxy/request/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/orgs.proto @@ -488,7 +488,7 @@ func file_interservice_infra_proxy_request_orgs_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_orgs_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_orgs_proto_goTypes = []any{ (*CreateOrg)(nil), // 0: chef.automate.domain.infra_proxy.request.CreateOrg (*UpdateOrg)(nil), // 1: chef.automate.domain.infra_proxy.request.UpdateOrg (*DeleteOrg)(nil), // 2: chef.automate.domain.infra_proxy.request.DeleteOrg @@ -510,7 +510,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -522,7 +522,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -534,7 +534,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -546,7 +546,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -558,7 +558,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -570,7 +570,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/policyfiles.pb.go b/api/interservice/infra_proxy/request/policyfiles.pb.go index 361a0ff77da..a8a1f34f4ce 100644 --- a/api/interservice/infra_proxy/request/policyfiles.pb.go +++ b/api/interservice/infra_proxy/request/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/policyfiles.proto @@ -412,7 +412,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_rawDescGZIP() []byt } var file_interservice_infra_proxy_request_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_interservice_infra_proxy_request_policyfiles_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_policyfiles_proto_goTypes = []any{ (*Policyfiles)(nil), // 0: chef.automate.domain.infra_proxy.request.Policyfiles (*Policyfile)(nil), // 1: chef.automate.domain.infra_proxy.request.Policyfile (*DeletePolicyfile)(nil), // 2: chef.automate.domain.infra_proxy.request.DeletePolicyfile @@ -433,7 +433,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -445,7 +445,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -457,7 +457,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -469,7 +469,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Policygroup); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/roles.pb.go b/api/interservice/infra_proxy/request/roles.pb.go index e4cd05167ee..f705f2ebca8 100644 --- a/api/interservice/infra_proxy/request/roles.pb.go +++ b/api/interservice/infra_proxy/request/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/roles.proto @@ -614,7 +614,7 @@ func file_interservice_infra_proxy_request_roles_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_roles_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_roles_proto_goTypes = []any{ (*Roles)(nil), // 0: chef.automate.domain.infra_proxy.request.Roles (*Role)(nil), // 1: chef.automate.domain.infra_proxy.request.Role (*CreateRole)(nil), // 2: chef.automate.domain.infra_proxy.request.CreateRole @@ -646,7 +646,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Roles); i { case 0: return &v.state @@ -658,7 +658,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Role); i { case 0: return &v.state @@ -670,7 +670,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CreateRole); i { case 0: return &v.state @@ -682,7 +682,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*UpdateRole); i { case 0: return &v.state @@ -694,7 +694,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*EnvRunList); i { case 0: return &v.state @@ -706,7 +706,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/servers.pb.go b/api/interservice/infra_proxy/request/servers.pb.go index 8362079a33f..5b415620b30 100644 --- a/api/interservice/infra_proxy/request/servers.pb.go +++ b/api/interservice/infra_proxy/request/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/servers.proto @@ -412,7 +412,7 @@ func file_interservice_infra_proxy_request_servers_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_servers_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_servers_proto_goTypes = []any{ (*CreateServer)(nil), // 0: chef.automate.domain.infra_proxy.request.CreateServer (*UpdateServer)(nil), // 1: chef.automate.domain.infra_proxy.request.UpdateServer (*DeleteServer)(nil), // 2: chef.automate.domain.infra_proxy.request.DeleteServer @@ -434,7 +434,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -446,7 +446,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetServers); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetServer); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/users.pb.go b/api/interservice/infra_proxy/request/users.pb.go index 9e966dc5f9a..f82a1455d69 100644 --- a/api/interservice/infra_proxy/request/users.pb.go +++ b/api/interservice/infra_proxy/request/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/request/users.proto @@ -182,7 +182,7 @@ func file_interservice_infra_proxy_request_users_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_users_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_infra_proxy_request_users_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_request_users_proto_goTypes = []any{ (*OrgUsers)(nil), // 0: chef.automate.domain.infra_proxy.request.OrgUsers (*ServerUsers)(nil), // 1: chef.automate.domain.infra_proxy.request.ServerUsers } @@ -200,7 +200,7 @@ func file_interservice_infra_proxy_request_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -212,7 +212,7 @@ func file_interservice_infra_proxy_request_users_proto_init() { return nil } } - file_interservice_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/clients.pb.go b/api/interservice/infra_proxy/response/clients.pb.go index 22a1b9014da..5cfd3771796 100644 --- a/api/interservice/infra_proxy/response/clients.pb.go +++ b/api/interservice/infra_proxy/response/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/clients.proto @@ -589,7 +589,7 @@ func file_interservice_infra_proxy_response_clients_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_response_clients_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_clients_proto_goTypes = []any{ (*Clients)(nil), // 0: chef.automate.domain.infra_proxy.response.Clients (*ClientListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.ClientListItem (*Client)(nil), // 2: chef.automate.domain.infra_proxy.response.Client @@ -616,7 +616,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Clients); i { case 0: return &v.state @@ -628,7 +628,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ClientListItem); i { case 0: return &v.state @@ -640,7 +640,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Client); i { case 0: return &v.state @@ -652,7 +652,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -664,7 +664,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ResetClient); i { case 0: return &v.state @@ -676,7 +676,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*ClientKey); i { case 0: return &v.state @@ -688,7 +688,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ClientAccessKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/common.pb.go b/api/interservice/infra_proxy/response/common.pb.go index f819ab3e1cf..60a6908a0af 100644 --- a/api/interservice/infra_proxy/response/common.pb.go +++ b/api/interservice/infra_proxy/response/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/common.proto @@ -165,7 +165,7 @@ func file_interservice_infra_proxy_response_common_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_infra_proxy_response_common_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_common_proto_goTypes = []any{ (*RunList)(nil), // 0: chef.automate.domain.infra_proxy.response.RunList } var file_interservice_infra_proxy_response_common_proto_depIdxs = []int32{ @@ -183,7 +183,7 @@ func file_interservice_infra_proxy_response_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*RunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/cookbooks.pb.go b/api/interservice/infra_proxy/response/cookbooks.pb.go index 7d4fa96b90d..3a9596db03d 100644 --- a/api/interservice/infra_proxy/response/cookbooks.pb.go +++ b/api/interservice/infra_proxy/response/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/cookbooks.proto @@ -807,7 +807,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_rawDescGZIP() []byte } var file_interservice_infra_proxy_response_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_interservice_infra_proxy_response_cookbooks_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_cookbooks_proto_goTypes = []any{ (*Cookbooks)(nil), // 0: chef.automate.domain.infra_proxy.response.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.domain.infra_proxy.response.CookbookVersions (*CookbookFileContent)(nil), // 2: chef.automate.domain.infra_proxy.response.CookbookFileContent @@ -843,7 +843,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -855,7 +855,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -867,7 +867,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CookbookFileContent); i { case 0: return &v.state @@ -879,7 +879,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CookbookVersion); i { case 0: return &v.state @@ -891,7 +891,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -903,7 +903,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CookbookItem); i { case 0: return &v.state @@ -915,7 +915,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CookbookMeta); i { case 0: return &v.state @@ -927,7 +927,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*CookbookAccess); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/databags.pb.go b/api/interservice/infra_proxy/response/databags.pb.go index 54cf17664a3..d85105ecd2c 100644 --- a/api/interservice/infra_proxy/response/databags.pb.go +++ b/api/interservice/infra_proxy/response/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/databags.proto @@ -531,7 +531,7 @@ func file_interservice_infra_proxy_response_databags_proto_rawDescGZIP() []byte } var file_interservice_infra_proxy_response_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_interservice_infra_proxy_response_databags_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_databags_proto_goTypes = []any{ (*DataBags)(nil), // 0: chef.automate.domain.infra_proxy.response.DataBags (*DataBagItems)(nil), // 1: chef.automate.domain.infra_proxy.response.DataBagItems (*DataBagListItem)(nil), // 2: chef.automate.domain.infra_proxy.response.DataBagListItem @@ -557,7 +557,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*DataBags); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -581,7 +581,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DataBagListItem); i { case 0: return &v.state @@ -593,7 +593,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -605,7 +605,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DataBag); i { case 0: return &v.state @@ -617,7 +617,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -629,7 +629,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -641,7 +641,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/environments.pb.go b/api/interservice/infra_proxy/response/environments.pb.go index dc3601013e0..151e5106a92 100644 --- a/api/interservice/infra_proxy/response/environments.pb.go +++ b/api/interservice/infra_proxy/response/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/environments.proto @@ -366,7 +366,7 @@ func file_interservice_infra_proxy_response_environments_proto_rawDescGZIP() []b } var file_interservice_infra_proxy_response_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_interservice_infra_proxy_response_environments_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_environments_proto_goTypes = []any{ (*Environments)(nil), // 0: chef.automate.domain.infra_proxy.response.Environments (*EnvironmentListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.EnvironmentListItem (*Environment)(nil), // 2: chef.automate.domain.infra_proxy.response.Environment @@ -389,7 +389,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Environments); i { case 0: return &v.state @@ -401,7 +401,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return nil } } - file_interservice_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*EnvironmentListItem); i { case 0: return &v.state @@ -413,7 +413,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return nil } } - file_interservice_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Environment); i { case 0: return &v.state @@ -425,7 +425,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return nil } } - file_interservice_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*EnvironmentRecipesList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/nodes.pb.go b/api/interservice/infra_proxy/response/nodes.pb.go index fce2e943064..27783c3f1e5 100644 --- a/api/interservice/infra_proxy/response/nodes.pb.go +++ b/api/interservice/infra_proxy/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/nodes.proto @@ -713,7 +713,7 @@ func file_interservice_infra_proxy_response_nodes_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_interservice_infra_proxy_response_nodes_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_nodes_proto_goTypes = []any{ (*Nodes)(nil), // 0: chef.automate.domain.infra_proxy.response.Nodes (*NodeAttribute)(nil), // 1: chef.automate.domain.infra_proxy.response.NodeAttribute (*DeleteNode)(nil), // 2: chef.automate.domain.infra_proxy.response.DeleteNode @@ -741,7 +741,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { } file_interservice_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -753,7 +753,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -765,7 +765,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*DeleteNode); i { case 0: return &v.state @@ -777,7 +777,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -789,7 +789,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -801,7 +801,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -813,7 +813,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -825,7 +825,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/orgs.pb.go b/api/interservice/infra_proxy/response/orgs.pb.go index 1a6dceac771..f8e44333354 100644 --- a/api/interservice/infra_proxy/response/orgs.pb.go +++ b/api/interservice/infra_proxy/response/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/orgs.proto @@ -470,7 +470,7 @@ func file_interservice_infra_proxy_response_orgs_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_response_orgs_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_orgs_proto_goTypes = []any{ (*CreateOrg)(nil), // 0: chef.automate.domain.infra_proxy.response.CreateOrg (*DeleteOrg)(nil), // 1: chef.automate.domain.infra_proxy.response.DeleteOrg (*UpdateOrg)(nil), // 2: chef.automate.domain.infra_proxy.response.UpdateOrg @@ -499,7 +499,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -511,7 +511,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -523,7 +523,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -535,7 +535,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -547,7 +547,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -559,7 +559,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Org); i { case 0: return &v.state @@ -571,7 +571,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/policyfiles.pb.go b/api/interservice/infra_proxy/response/policyfiles.pb.go index d8cdcd210e2..9be5d90af9c 100644 --- a/api/interservice/infra_proxy/response/policyfiles.pb.go +++ b/api/interservice/infra_proxy/response/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/policyfiles.proto @@ -1225,7 +1225,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_rawDescGZIP() []by } var file_interservice_infra_proxy_response_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_infra_proxy_response_policyfiles_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_policyfiles_proto_goTypes = []any{ (*Policyfiles)(nil), // 0: chef.automate.domain.infra_proxy.response.Policyfiles (*PolicyfileListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.PolicyfileListItem (*Policyfile)(nil), // 2: chef.automate.domain.infra_proxy.response.Policyfile @@ -1270,7 +1270,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { } file_interservice_infra_proxy_response_roles_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -1282,7 +1282,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileListItem); i { case 0: return &v.state @@ -1294,7 +1294,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -1306,7 +1306,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SolutionDependencies); i { case 0: return &v.state @@ -1318,7 +1318,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*DepedenciesData); i { case 0: return &v.state @@ -1330,7 +1330,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*IncludedPolicyLock); i { case 0: return &v.state @@ -1342,7 +1342,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CookbookLock); i { case 0: return &v.state @@ -1354,7 +1354,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*SCMDetail); i { case 0: return &v.state @@ -1366,7 +1366,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*SourceOptions); i { case 0: return &v.state @@ -1378,7 +1378,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*NamedRunList); i { case 0: return &v.state @@ -1390,7 +1390,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -1402,7 +1402,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -1414,7 +1414,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*PolicyfileRevision); i { case 0: return &v.state @@ -1426,7 +1426,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*Policygroup); i { case 0: return &v.state @@ -1438,7 +1438,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*GroupPolicy); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/roles.pb.go b/api/interservice/infra_proxy/response/roles.pb.go index fdb1a1c8cfa..90b850cbb00 100644 --- a/api/interservice/infra_proxy/response/roles.pb.go +++ b/api/interservice/infra_proxy/response/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/roles.proto @@ -432,7 +432,7 @@ func file_interservice_infra_proxy_response_roles_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_interservice_infra_proxy_response_roles_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_roles_proto_goTypes = []any{ (*Roles)(nil), // 0: chef.automate.domain.infra_proxy.response.Roles (*RoleListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.RoleListItem (*Role)(nil), // 2: chef.automate.domain.infra_proxy.response.Role @@ -457,7 +457,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { } file_interservice_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Roles); i { case 0: return &v.state @@ -469,7 +469,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*RoleListItem); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Role); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*RoleEnvironments); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/servers.pb.go b/api/interservice/infra_proxy/response/servers.pb.go index 35d6901aaf8..ad857de5631 100644 --- a/api/interservice/infra_proxy/response/servers.pb.go +++ b/api/interservice/infra_proxy/response/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/servers.proto @@ -498,7 +498,7 @@ func file_interservice_infra_proxy_response_servers_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_infra_proxy_response_servers_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_servers_proto_goTypes = []any{ (*CreateServer)(nil), // 0: chef.automate.domain.infra_proxy.response.CreateServer (*DeleteServer)(nil), // 1: chef.automate.domain.infra_proxy.response.DeleteServer (*UpdateServer)(nil), // 2: chef.automate.domain.infra_proxy.response.UpdateServer @@ -530,7 +530,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -542,7 +542,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -554,7 +554,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -566,7 +566,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetServers); i { case 0: return &v.state @@ -578,7 +578,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetServer); i { case 0: return &v.state @@ -590,7 +590,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Server); i { case 0: return &v.state @@ -602,7 +602,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/users.pb.go b/api/interservice/infra_proxy/response/users.pb.go index 313f810390b..4be91201561 100644 --- a/api/interservice/infra_proxy/response/users.pb.go +++ b/api/interservice/infra_proxy/response/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/response/users.proto @@ -239,7 +239,7 @@ func file_interservice_infra_proxy_response_users_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_users_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_infra_proxy_response_users_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_response_users_proto_goTypes = []any{ (*OrgUsers)(nil), // 0: chef.automate.domain.infra_proxy.response.OrgUsers (*UsersListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.UsersListItem (*ServerUsers)(nil), // 2: chef.automate.domain.infra_proxy.response.ServerUsers @@ -260,7 +260,7 @@ func file_interservice_infra_proxy_response_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -272,7 +272,7 @@ func file_interservice_infra_proxy_response_users_proto_init() { return nil } } - file_interservice_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UsersListItem); i { case 0: return &v.state @@ -284,7 +284,7 @@ func file_interservice_infra_proxy_response_users_proto_init() { return nil } } - file_interservice_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/service/infra_proxy.pb.go b/api/interservice/infra_proxy/service/infra_proxy.pb.go index 931b6c2bc44..8bf7f79e574 100644 --- a/api/interservice/infra_proxy/service/infra_proxy.pb.go +++ b/api/interservice/infra_proxy/service/infra_proxy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/infra_proxy/service/infra_proxy.proto @@ -578,7 +578,7 @@ var file_interservice_infra_proxy_service_infra_proxy_proto_rawDesc = []byte{ 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_infra_proxy_service_infra_proxy_proto_goTypes = []interface{}{ +var file_interservice_infra_proxy_service_infra_proxy_proto_goTypes = []any{ (*request.CreateServer)(nil), // 0: chef.automate.domain.infra_proxy.request.CreateServer (*request.DeleteServer)(nil), // 1: chef.automate.domain.infra_proxy.request.DeleteServer (*request.UpdateServer)(nil), // 2: chef.automate.domain.infra_proxy.request.UpdateServer diff --git a/api/interservice/ingest/automate_event.pb.go b/api/interservice/ingest/automate_event.pb.go index c7f309e06cb..732b38b64da 100644 --- a/api/interservice/ingest/automate_event.pb.go +++ b/api/interservice/ingest/automate_event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/ingest/automate_event.proto @@ -187,7 +187,7 @@ func file_interservice_ingest_automate_event_proto_rawDescGZIP() []byte { } var file_interservice_ingest_automate_event_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_ingest_automate_event_proto_goTypes = []interface{}{ +var file_interservice_ingest_automate_event_proto_goTypes = []any{ (*ProjectUpdateStatusReq)(nil), // 0: chef.automate.domain.ingest.ProjectUpdateStatusReq (*ProjectUpdateStatusResp)(nil), // 1: chef.automate.domain.ingest.ProjectUpdateStatusResp (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp @@ -213,7 +213,7 @@ func file_interservice_ingest_automate_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_automate_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_automate_event_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ProjectUpdateStatusReq); i { case 0: return &v.state @@ -225,7 +225,7 @@ func file_interservice_ingest_automate_event_proto_init() { return nil } } - file_interservice_ingest_automate_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_automate_event_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ProjectUpdateStatusResp); i { case 0: return &v.state diff --git a/api/interservice/ingest/automate_event.swagger.json b/api/interservice/ingest/automate_event.swagger.json index a6dd9da83d9..8469acab99d 100644 --- a/api/interservice/ingest/automate_event.swagger.json +++ b/api/interservice/ingest/automate_event.swagger.json @@ -30,8 +30,7 @@ "type": "object", "properties": { "success": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/api/interservice/ingest/chef.pb.go b/api/interservice/ingest/chef.pb.go index d922be28d38..988972a3742 100644 --- a/api/interservice/ingest/chef.pb.go +++ b/api/interservice/ingest/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/ingest/chef.proto @@ -182,9 +182,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, - 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0xa2, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, + 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xa2, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, @@ -192,9 +192,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x22, 0x1a, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0xa6, 0x01, 0x0a, 0x13, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x22, + 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, + 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xa6, 0x01, 0x0a, 0x13, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, @@ -203,9 +203,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x27, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, - 0x73, 0x3a, 0x01, 0x2a, 0x12, 0x9f, 0x01, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, + 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, + 0x6e, 0x65, 0x73, 0x73, 0x12, 0x9f, 0x01, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, @@ -223,9 +223,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x3a, 0x01, 0x2a, 0x22, + 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, + 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x7f, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x56, 0x65, 0x72, 0x73, @@ -253,7 +253,7 @@ func file_interservice_ingest_chef_proto_rawDescGZIP() []byte { } var file_interservice_ingest_chef_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_ingest_chef_proto_goTypes = []interface{}{ +var file_interservice_ingest_chef_proto_goTypes = []any{ (*Version)(nil), // 0: chef.automate.domain.ingest.Version (*VersionRequest)(nil), // 1: chef.automate.domain.ingest.VersionRequest (*request.Run)(nil), // 2: chef.automate.api.ingest.request.Run @@ -293,7 +293,7 @@ func file_interservice_ingest_chef_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_chef_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_chef_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Version); i { case 0: return &v.state @@ -305,7 +305,7 @@ func file_interservice_ingest_chef_proto_init() { return nil } } - file_interservice_ingest_chef_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_chef_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*VersionRequest); i { case 0: return &v.state diff --git a/api/interservice/ingest/chef.pb.gw.go b/api/interservice/ingest/chef.pb.gw.go index b1bd32eb036..5ad81f043e8 100644 --- a/api/interservice/ingest/chef.pb.gw.go +++ b/api/interservice/ingest/chef.pb.gw.go @@ -21,6 +21,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_ChefIngesterService_ProcessChefRun_0(ctx context.Context, marshaler runtime.Marshaler, client ChefIngesterServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.Run @@ -189,11 +191,14 @@ func local_request_ChefIngesterService_GetVersion_0(ctx context.Context, marshal // RegisterChefIngesterServiceHandlerServer registers the http handlers for service ChefIngesterService to "mux". // UnaryRPC :call ChefIngesterServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterChefIngesterServiceHandlerFromEndpoint instead. func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChefIngesterServiceServer) error { mux.Handle("POST", pattern_ChefIngesterService_ProcessChefRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -201,6 +206,7 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessChefRun_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -214,6 +220,8 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ChefIngesterService_ProcessChefAction_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -221,6 +229,7 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessChefAction_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -234,6 +243,8 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ChefIngesterService_ProcessLivenessPing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -241,6 +252,7 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessLivenessPing_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -254,6 +266,8 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ChefIngesterService_ProcessNodeDelete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -261,6 +275,7 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessNodeDelete_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -274,6 +289,8 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ChefIngesterService_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -281,6 +298,7 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/ingest/chef.swagger.json b/api/interservice/ingest/chef.swagger.json index e93a5fa56b2..cb8379da18a 100644 --- a/api/interservice/ingest/chef.swagger.json +++ b/api/interservice/ingest/chef.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -118,7 +118,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -503,8 +503,7 @@ "type": "string" }, "skipped": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "children": { "type": "array", diff --git a/api/interservice/ingest/job_scheduler.pb.go b/api/interservice/ingest/job_scheduler.pb.go index 9eb4c731bb9..c963200bf9f 100644 --- a/api/interservice/ingest/job_scheduler.pb.go +++ b/api/interservice/ingest/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/ingest/job_scheduler.proto @@ -1532,7 +1532,7 @@ func file_interservice_ingest_job_scheduler_proto_rawDescGZIP() []byte { } var file_interservice_ingest_job_scheduler_proto_msgTypes = make([]protoimpl.MessageInfo, 29) -var file_interservice_ingest_job_scheduler_proto_goTypes = []interface{}{ +var file_interservice_ingest_job_scheduler_proto_goTypes = []any{ (*JobSettings)(nil), // 0: chef.automate.domain.ingest.JobSettings (*JobSchedulerStatus)(nil), // 1: chef.automate.domain.ingest.JobSchedulerStatus (*Job)(nil), // 2: chef.automate.domain.ingest.Job @@ -1604,7 +1604,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_job_scheduler_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*JobSettings); i { case 0: return &v.state @@ -1616,7 +1616,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*JobSchedulerStatus); i { case 0: return &v.state @@ -1628,7 +1628,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Job); i { case 0: return &v.state @@ -1640,7 +1640,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*JobSchedulerStatusRequest); i { case 0: return &v.state @@ -1652,7 +1652,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*StopJobSchedulerRequest); i { case 0: return &v.state @@ -1664,7 +1664,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*StopJobSchedulerResponse); i { case 0: return &v.state @@ -1676,7 +1676,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*StartJobSchedulerRequest); i { case 0: return &v.state @@ -1688,7 +1688,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*StartJobSchedulerResponse); i { case 0: return &v.state @@ -1700,7 +1700,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*MarkNodesMissingRequest); i { case 0: return &v.state @@ -1712,7 +1712,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*MarkNodesMissingResponse); i { case 0: return &v.state @@ -1724,7 +1724,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ConfigureNodesMissingSchedulerResponse); i { case 0: return &v.state @@ -1736,7 +1736,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*StartNodesMissingSchedulerRequest); i { case 0: return &v.state @@ -1748,7 +1748,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*StartNodesMissingSchedulerResponse); i { case 0: return &v.state @@ -1760,7 +1760,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*StopNodesMissingSchedulerRequest); i { case 0: return &v.state @@ -1772,7 +1772,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*StopNodesMissingSchedulerResponse); i { case 0: return &v.state @@ -1784,7 +1784,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*DeleteMarkedNodesRequest); i { case 0: return &v.state @@ -1796,7 +1796,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*DeleteMarkedNodesResponse); i { case 0: return &v.state @@ -1808,7 +1808,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*StartDeleteNodesSchedulerRequest); i { case 0: return &v.state @@ -1820,7 +1820,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*StartDeleteNodesSchedulerResponse); i { case 0: return &v.state @@ -1832,7 +1832,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*StopDeleteNodesSchedulerRequest); i { case 0: return &v.state @@ -1844,7 +1844,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*StopDeleteNodesSchedulerResponse); i { case 0: return &v.state @@ -1856,7 +1856,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ConfigureDeleteNodesSchedulerResponse); i { case 0: return &v.state @@ -1868,7 +1868,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*MarkMissingNodesForDeletionRequest); i { case 0: return &v.state @@ -1880,7 +1880,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*MarkMissingNodesForDeletionResponse); i { case 0: return &v.state @@ -1892,7 +1892,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*ConfigureMissingNodesForDeletionSchedulerResponse); i { case 0: return &v.state @@ -1904,7 +1904,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*StartMissingNodesForDeletionSchedulerRequest); i { case 0: return &v.state @@ -1916,7 +1916,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*StartMissingNodesForDeletionSchedulerResponse); i { case 0: return &v.state @@ -1928,7 +1928,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*StopMissingNodesForDeletionSchedulerRequest); i { case 0: return &v.state @@ -1940,7 +1940,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_job_scheduler_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*StopMissingNodesForDeletionSchedulerResponse); i { case 0: return &v.state diff --git a/api/interservice/ingest/job_scheduler.pb.gw.go b/api/interservice/ingest/job_scheduler.pb.gw.go index 6e93598f5a7..a98c2eae8a8 100644 --- a/api/interservice/ingest/job_scheduler.pb.gw.go +++ b/api/interservice/ingest/job_scheduler.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_JobSchedulerService_GetStatusJobScheduler_0(ctx context.Context, marshaler runtime.Marshaler, client JobSchedulerServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq JobSchedulerStatusRequest @@ -232,11 +234,14 @@ func local_request_JobSchedulerService_ConfigureDeleteNodesScheduler_0(ctx conte // RegisterJobSchedulerServiceHandlerServer registers the http handlers for service JobSchedulerService to "mux". // UnaryRPC :call JobSchedulerServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobSchedulerServiceHandlerFromEndpoint instead. func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobSchedulerServiceServer) error { mux.Handle("GET", pattern_JobSchedulerService_GetStatusJobScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -244,6 +249,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_GetStatusJobScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -257,6 +263,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_MarkNodesMissing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -264,6 +272,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_MarkNodesMissing_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -277,6 +286,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_ConfigureNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -284,6 +295,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_ConfigureNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -297,6 +309,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StartNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -304,6 +318,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StartNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -317,6 +332,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StopNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -324,6 +341,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StopNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -337,6 +355,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_DeleteMarkedNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -344,6 +364,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_DeleteMarkedNodes_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -357,6 +378,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StartDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -364,6 +387,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StartDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -377,6 +401,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StopDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -384,6 +410,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StopDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -397,6 +424,8 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_ConfigureDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -404,6 +433,7 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_ConfigureDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/ingest/job_scheduler.swagger.json b/api/interservice/ingest/job_scheduler.swagger.json index 67534d40819..38cf9527807 100644 --- a/api/interservice/ingest/job_scheduler.swagger.json +++ b/api/interservice/ingest/job_scheduler.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -67,7 +67,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -111,7 +111,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -133,7 +133,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -155,7 +155,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -177,7 +177,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -199,7 +199,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -228,8 +228,7 @@ "type": "object", "properties": { "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "name": { "type": "string" @@ -261,8 +260,7 @@ "type": "object", "properties": { "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "jobs": { "type": "array", diff --git a/api/interservice/ingest/status.pb.go b/api/interservice/ingest/status.pb.go index d6184da200b..d84a45f0a61 100644 --- a/api/interservice/ingest/status.pb.go +++ b/api/interservice/ingest/status.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/ingest/status.proto @@ -459,7 +459,7 @@ func file_interservice_ingest_status_proto_rawDescGZIP() []byte { } var file_interservice_ingest_status_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_ingest_status_proto_goTypes = []interface{}{ +var file_interservice_ingest_status_proto_goTypes = []any{ (*Health)(nil), // 0: chef.automate.domain.ingest.Health (*MigrationStatus)(nil), // 1: chef.automate.domain.ingest.MigrationStatus (*Metrics)(nil), // 2: chef.automate.domain.ingest.Metrics @@ -489,7 +489,7 @@ func file_interservice_ingest_status_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_status_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Health); i { case 0: return &v.state @@ -501,7 +501,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*MigrationStatus); i { case 0: return &v.state @@ -513,7 +513,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Metrics); i { case 0: return &v.state @@ -525,7 +525,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*PipelineMetrics); i { case 0: return &v.state @@ -537,7 +537,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*HealthRequest); i { case 0: return &v.state @@ -549,7 +549,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*MetricsRequest); i { case 0: return &v.state @@ -561,7 +561,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_ingest_status_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*MigrationStatusRequest); i { case 0: return &v.state diff --git a/api/interservice/ingest/status.pb.gw.go b/api/interservice/ingest/status.pb.gw.go index 42f5e3c2a11..59b8a3bb7d2 100644 --- a/api/interservice/ingest/status.pb.gw.go +++ b/api/interservice/ingest/status.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_IngestStatusService_GetHealth_0(ctx context.Context, marshaler runtime.Marshaler, client IngestStatusServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq HealthRequest @@ -70,11 +72,14 @@ func local_request_IngestStatusService_GetMigrationStatus_0(ctx context.Context, // RegisterIngestStatusServiceHandlerServer registers the http handlers for service IngestStatusService to "mux". // UnaryRPC :call IngestStatusServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterIngestStatusServiceHandlerFromEndpoint instead. func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server IngestStatusServiceServer) error { mux.Handle("GET", pattern_IngestStatusService_GetHealth_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -82,6 +87,7 @@ func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_IngestStatusService_GetHealth_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -95,6 +101,8 @@ func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_IngestStatusService_GetMigrationStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -102,6 +110,7 @@ func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_IngestStatusService_GetMigrationStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/ingest/status.swagger.json b/api/interservice/ingest/status.swagger.json index 41a52c659a1..2de46b4cb00 100644 --- a/api/interservice/ingest/status.swagger.json +++ b/api/interservice/ingest/status.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,8 +95,7 @@ "type": "string" }, "finished": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } }, "title": "Migration message" diff --git a/api/interservice/license_control/license_control.pb.go b/api/interservice/license_control/license_control.pb.go index 0500bcb2eac..a157c4eeef0 100644 --- a/api/interservice/license_control/license_control.pb.go +++ b/api/interservice/license_control/license_control.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/license_control/license_control.proto @@ -1062,7 +1062,7 @@ func file_interservice_license_control_license_control_proto_rawDescGZIP() []byt } var file_interservice_license_control_license_control_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_interservice_license_control_license_control_proto_goTypes = []interface{}{ +var file_interservice_license_control_license_control_proto_goTypes = []any{ (*LicenseRequest)(nil), // 0: chef.automate.domain.license_control.LicenseRequest (*LicenseResponse)(nil), // 1: chef.automate.domain.license_control.LicenseResponse (*PolicyRequest)(nil), // 2: chef.automate.domain.license_control.PolicyRequest @@ -1121,7 +1121,7 @@ func file_interservice_license_control_license_control_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_license_control_license_control_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*LicenseRequest); i { case 0: return &v.state @@ -1133,7 +1133,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*LicenseResponse); i { case 0: return &v.state @@ -1145,7 +1145,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PolicyRequest); i { case 0: return &v.state @@ -1157,7 +1157,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*PolicyResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Policy); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Capability); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*StatusRequest); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*StatusResponse); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*DateRange); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*UpdateRequest); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*UpdateResponse); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*TelemetryRequest); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*TelemetryResponse); i { case 0: return &v.state @@ -1277,7 +1277,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*GetDeploymentIDRequest); i { case 0: return &v.state @@ -1289,7 +1289,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_license_control_license_control_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*GetDeploymentIDResponse); i { case 0: return &v.state diff --git a/api/interservice/local_user/users.pb.go b/api/interservice/local_user/users.pb.go index 84f4115ac1e..8fb13aee394 100644 --- a/api/interservice/local_user/users.pb.go +++ b/api/interservice/local_user/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/local_user/users.proto @@ -626,7 +626,7 @@ func file_interservice_local_user_users_proto_rawDescGZIP() []byte { } var file_interservice_local_user_users_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_local_user_users_proto_goTypes = []interface{}{ +var file_interservice_local_user_users_proto_goTypes = []any{ (*Email)(nil), // 0: chef.automate.domain.local_user.Email (*GetUsersReq)(nil), // 1: chef.automate.domain.local_user.GetUsersReq (*User)(nil), // 2: chef.automate.domain.local_user.User @@ -665,7 +665,7 @@ func file_interservice_local_user_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_local_user_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Email); i { case 0: return &v.state @@ -677,7 +677,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetUsersReq); i { case 0: return &v.state @@ -689,7 +689,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*User); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CreateUserReq); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*UpdateUserReq); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateSelfReq); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*DeleteUserResp); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_local_user_users_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Users); i { case 0: return &v.state diff --git a/api/interservice/local_user/users.pb.validate.go b/api/interservice/local_user/users.pb.validate.go index 5b285e535e5..6775ea48c5c 100644 --- a/api/interservice/local_user/users.pb.validate.go +++ b/api/interservice/local_user/users.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,29 +31,65 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _users_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on Email with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Email) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Email with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in EmailMultiError, or nil if none found. +func (m *Email) ValidateAll() error { + return m.validate(true) +} + +func (m *Email) validate(all bool) error { if m == nil { return nil } + var errors []error + if utf8.RuneCountInString(m.GetEmail()) < 1 { - return EmailValidationError{ + err := EmailValidationError{ field: "Email", reason: "value length must be at least 1 runes", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return EmailMultiError(errors) } return nil } +// EmailMultiError is an error wrapping multiple validation errors returned by +// Email.ValidateAll() if the designated constraints aren't met. +type EmailMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m EmailMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m EmailMultiError) AllErrors() []error { return m } + // EmailValidationError is the validation error returned by Email.Validate if // the designated constraints aren't met. type EmailValidationError struct { @@ -108,16 +145,50 @@ var _ interface { } = EmailValidationError{} // Validate checks the field values on GetUsersReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetUsersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetUsersReq with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetUsersReqMultiError, or +// nil if none found. +func (m *GetUsersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetUsersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return GetUsersReqMultiError(errors) + } + return nil } +// GetUsersReqMultiError is an error wrapping multiple validation errors +// returned by GetUsersReq.ValidateAll() if the designated constraints aren't met. +type GetUsersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetUsersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetUsersReqMultiError) AllErrors() []error { return m } + // GetUsersReqValidationError is the validation error returned by // GetUsersReq.Validate if the designated constraints aren't met. type GetUsersReqValidationError struct { @@ -173,21 +244,55 @@ var _ interface { } = GetUsersReqValidationError{} // Validate checks the field values on User with the rules defined in the proto -// definition for this message. If any rules are violated, an error is returned. +// definition for this message. If any rules are violated, the first error +// encountered is returned, or nil if there are no violations. func (m *User) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on User with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in UserMultiError, or nil if none found. +func (m *User) ValidateAll() error { + return m.validate(true) +} + +func (m *User) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Name // no validation rules for Email + if len(errors) > 0 { + return UserMultiError(errors) + } + return nil } +// UserMultiError is an error wrapping multiple validation errors returned by +// User.ValidateAll() if the designated constraints aren't met. +type UserMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UserMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UserMultiError) AllErrors() []error { return m } + // UserValidationError is the validation error returned by User.Validate if the // designated constraints aren't met. type UserValidationError struct { @@ -243,29 +348,68 @@ var _ interface { } = UserValidationError{} // Validate checks the field values on CreateUserReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateUserReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateUserReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateUserReqMultiError, or +// nil if none found. +func (m *CreateUserReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateUserReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Name if !_CreateUserReq_Email_Pattern.MatchString(m.GetEmail()) { - return CreateUserReqValidationError{ + err := CreateUserReqValidationError{ field: "Email", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Password + if len(errors) > 0 { + return CreateUserReqMultiError(errors) + } + return nil } +// CreateUserReqMultiError is an error wrapping multiple validation errors +// returned by CreateUserReq.ValidateAll() if the designated constraints +// aren't met. +type CreateUserReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateUserReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateUserReqMultiError) AllErrors() []error { return m } + // CreateUserReqValidationError is the validation error returned by // CreateUserReq.Validate if the designated constraints aren't met. type CreateUserReqValidationError struct { @@ -323,34 +467,77 @@ var _ interface { var _CreateUserReq_Email_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$") // Validate checks the field values on UpdateUserReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateUserReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateUserReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateUserReqMultiError, or +// nil if none found. +func (m *UpdateUserReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateUserReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if utf8.RuneCountInString(m.GetId()) < 1 { - return UpdateUserReqValidationError{ + err := UpdateUserReqValidationError{ field: "Id", reason: "value length must be at least 1 runes", } + if !all { + return err + } + errors = append(errors, err) } if !_UpdateUserReq_Email_Pattern.MatchString(m.GetEmail()) { - return UpdateUserReqValidationError{ + err := UpdateUserReqValidationError{ field: "Email", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name // no validation rules for Password + if len(errors) > 0 { + return UpdateUserReqMultiError(errors) + } + return nil } +// UpdateUserReqMultiError is an error wrapping multiple validation errors +// returned by UpdateUserReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateUserReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateUserReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateUserReqMultiError) AllErrors() []error { return m } + // UpdateUserReqValidationError is the validation error returned by // UpdateUserReq.Validate if the designated constraints aren't met. type UpdateUserReqValidationError struct { @@ -408,25 +595,47 @@ var _ interface { var _UpdateUserReq_Email_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$") // Validate checks the field values on UpdateSelfReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateSelfReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateSelfReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateSelfReqMultiError, or +// nil if none found. +func (m *UpdateSelfReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateSelfReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if utf8.RuneCountInString(m.GetId()) < 1 { - return UpdateSelfReqValidationError{ + err := UpdateSelfReqValidationError{ field: "Id", reason: "value length must be at least 1 runes", } + if !all { + return err + } + errors = append(errors, err) } if !_UpdateSelfReq_Email_Pattern.MatchString(m.GetEmail()) { - return UpdateSelfReqValidationError{ + err := UpdateSelfReqValidationError{ field: "Email", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name @@ -435,9 +644,30 @@ func (m *UpdateSelfReq) Validate() error { // no validation rules for PreviousPassword + if len(errors) > 0 { + return UpdateSelfReqMultiError(errors) + } + return nil } +// UpdateSelfReqMultiError is an error wrapping multiple validation errors +// returned by UpdateSelfReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateSelfReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateSelfReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateSelfReqMultiError) AllErrors() []error { return m } + // UpdateSelfReqValidationError is the validation error returned by // UpdateSelfReq.Validate if the designated constraints aren't met. type UpdateSelfReqValidationError struct { @@ -495,16 +725,51 @@ var _ interface { var _UpdateSelfReq_Email_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$") // Validate checks the field values on DeleteUserResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteUserResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteUserResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteUserRespMultiError, +// or nil if none found. +func (m *DeleteUserResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteUserResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return DeleteUserRespMultiError(errors) + } + return nil } +// DeleteUserRespMultiError is an error wrapping multiple validation errors +// returned by DeleteUserResp.ValidateAll() if the designated constraints +// aren't met. +type DeleteUserRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteUserRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteUserRespMultiError) AllErrors() []error { return m } + // DeleteUserRespValidationError is the validation error returned by // DeleteUserResp.Validate if the designated constraints aren't met. type DeleteUserRespValidationError struct { @@ -560,32 +825,95 @@ var _ interface { } = DeleteUserRespValidationError{} // Validate checks the field values on Users with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *Users) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Users with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in UsersMultiError, or nil if none found. +func (m *Users) ValidateAll() error { + return m.validate(true) +} + +func (m *Users) validate(all bool) error { if m == nil { return nil } - for key, val := range m.GetUsers() { - _ = val - - // no validation rules for Users[key] + var errors []error - if v, ok := interface{}(val).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return UsersValidationError{ - field: fmt.Sprintf("Users[%v]", key), - reason: "embedded message failed validation", - cause: err, + { + sorted_keys := make([]string, len(m.GetUsers())) + i := 0 + for key := range m.GetUsers() { + sorted_keys[i] = key + i++ + } + sort.Slice(sorted_keys, func(i, j int) bool { return sorted_keys[i] < sorted_keys[j] }) + for _, key := range sorted_keys { + val := m.GetUsers()[key] + _ = val + + // no validation rules for Users[key] + + if all { + switch v := interface{}(val).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, UsersValidationError{ + field: fmt.Sprintf("Users[%v]", key), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, UsersValidationError{ + field: fmt.Sprintf("Users[%v]", key), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(val).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return UsersValidationError{ + field: fmt.Sprintf("Users[%v]", key), + reason: "embedded message failed validation", + cause: err, + } } } + } + } + if len(errors) > 0 { + return UsersMultiError(errors) } return nil } +// UsersMultiError is an error wrapping multiple validation errors returned by +// Users.ValidateAll() if the designated constraints aren't met. +type UsersMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UsersMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UsersMultiError) AllErrors() []error { return m } + // UsersValidationError is the validation error returned by Users.Validate if // the designated constraints aren't met. type UsersValidationError struct { diff --git a/api/interservice/nodemanager/manager/manager.pb.go b/api/interservice/nodemanager/manager/manager.pb.go index bf4434633c6..f1defac5adc 100644 --- a/api/interservice/nodemanager/manager/manager.pb.go +++ b/api/interservice/nodemanager/manager/manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/nodemanager/manager/manager.proto @@ -1610,7 +1610,7 @@ func file_interservice_nodemanager_manager_manager_proto_rawDescGZIP() []byte { var file_interservice_nodemanager_manager_manager_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_interservice_nodemanager_manager_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_interservice_nodemanager_manager_manager_proto_goTypes = []interface{}{ +var file_interservice_nodemanager_manager_manager_proto_goTypes = []any{ (NodeState_State)(0), // 0: chef.automate.domain.nodemanager.manager.NodeState.State (Query_OrderType)(0), // 1: chef.automate.domain.nodemanager.manager.Query.OrderType (*Id)(nil), // 2: chef.automate.domain.nodemanager.manager.Id @@ -1701,7 +1701,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_nodemanager_manager_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -1713,7 +1713,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Ids); i { case 0: return &v.state @@ -1725,7 +1725,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ChangeNodeStateResponse); i { case 0: return &v.state @@ -1737,7 +1737,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ProcessNodeResponse); i { case 0: return &v.state @@ -1749,7 +1749,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*NodeState); i { case 0: return &v.state @@ -1761,7 +1761,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -1773,7 +1773,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*NodeMetadata); i { case 0: return &v.state @@ -1785,7 +1785,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*Fields); i { case 0: return &v.state @@ -1797,7 +1797,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*FieldQuery); i { case 0: return &v.state @@ -1809,7 +1809,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -1821,7 +1821,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*NodeQuery); i { case 0: return &v.state @@ -1833,7 +1833,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Credentials); i { case 0: return &v.state @@ -1845,7 +1845,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*NodeManager); i { case 0: return &v.state @@ -1857,7 +1857,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*CredentialsByTags); i { case 0: return &v.state @@ -1869,7 +1869,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*NodeManagers); i { case 0: return &v.state @@ -1881,7 +1881,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*ManagerNodes); i { case 0: return &v.state @@ -1893,7 +1893,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_manager_manager_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*ManagerNode); i { case 0: return &v.state diff --git a/api/interservice/nodemanager/nodes/nodes.pb.go b/api/interservice/nodemanager/nodes/nodes.pb.go index 0d26dafacc9..0f3910b0af7 100644 --- a/api/interservice/nodemanager/nodes/nodes.pb.go +++ b/api/interservice/nodemanager/nodes/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/nodemanager/nodes/nodes.proto @@ -1781,7 +1781,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_rawDescGZIP() []byte { var file_interservice_nodemanager_nodes_nodes_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_interservice_nodemanager_nodes_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_nodemanager_nodes_nodes_proto_goTypes = []interface{}{ +var file_interservice_nodemanager_nodes_nodes_proto_goTypes = []any{ (Query_OrderType)(0), // 0: chef.automate.domain.nodemanager.nodes.Query.OrderType (LastContactData_Status)(0), // 1: chef.automate.domain.nodemanager.nodes.LastContactData.Status (*NodeError)(nil), // 2: chef.automate.domain.nodemanager.nodes.NodeError @@ -1856,7 +1856,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*NodeError); i { case 0: return &v.state @@ -1868,7 +1868,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*NodeDetectJobInfo); i { case 0: return &v.state @@ -1880,7 +1880,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -1892,7 +1892,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Ids); i { case 0: return &v.state @@ -1904,7 +1904,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Id); i { case 0: return &v.state @@ -1916,7 +1916,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*Query); i { case 0: return &v.state @@ -1928,7 +1928,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*TargetConfig); i { case 0: return &v.state @@ -1940,7 +1940,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*NodeSecrets); i { case 0: return &v.state @@ -1952,7 +1952,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*Node); i { case 0: return &v.state @@ -1964,7 +1964,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*CloudInfo); i { case 0: return &v.state @@ -1976,7 +1976,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*ProjectsData); i { case 0: return &v.state @@ -1988,7 +1988,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*LastContactData); i { case 0: return &v.state @@ -2000,7 +2000,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*Nodes); i { case 0: return &v.state @@ -2012,7 +2012,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*ResultsRow); i { case 0: return &v.state @@ -2024,7 +2024,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*BulkDeleteResponse); i { case 0: return &v.state diff --git a/api/interservice/notifications/service/events.pb.go b/api/interservice/notifications/service/events.pb.go index 00a32b58087..77c88295a97 100644 --- a/api/interservice/notifications/service/events.pb.go +++ b/api/interservice/notifications/service/events.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/notifications/service/events.proto @@ -1832,7 +1832,7 @@ func file_interservice_notifications_service_events_proto_rawDescGZIP() []byte { } var file_interservice_notifications_service_events_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_interservice_notifications_service_events_proto_goTypes = []interface{}{ +var file_interservice_notifications_service_events_proto_goTypes = []any{ (*ExceptionInfo)(nil), // 0: chef.automate.domain.notifications.service.ExceptionInfo (*TimeInfo)(nil), // 1: chef.automate.domain.notifications.service.TimeInfo (*Profile)(nil), // 2: chef.automate.domain.notifications.service.Profile @@ -1885,7 +1885,7 @@ func file_interservice_notifications_service_events_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_notifications_service_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ExceptionInfo); i { case 0: return &v.state @@ -1897,7 +1897,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*TimeInfo); i { case 0: return &v.state @@ -1909,7 +1909,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -1921,7 +1921,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -1933,7 +1933,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Refs); i { case 0: return &v.state @@ -1945,7 +1945,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*PlatformSupport); i { case 0: return &v.state @@ -1957,7 +1957,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ComplianceSuccess); i { case 0: return &v.state @@ -1969,7 +1969,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ComplianceFailure); i { case 0: return &v.state @@ -1981,7 +1981,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*CCRFailure); i { case 0: return &v.state @@ -1993,7 +1993,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*CCRSuccess); i { case 0: return &v.state @@ -2005,7 +2005,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Response); i { case 0: return &v.state @@ -2017,7 +2017,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Event); i { case 0: return &v.state @@ -2029,7 +2029,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*Profile_Control); i { case 0: return &v.state @@ -2041,7 +2041,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*Profile_Attribute); i { case 0: return &v.state @@ -2053,7 +2053,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Profile_ControlTotals); i { case 0: return &v.state @@ -2065,7 +2065,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Profile_Control_Result); i { case 0: return &v.state @@ -2077,7 +2077,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*Profile_Control_ResultTotals); i { case 0: return &v.state @@ -2089,7 +2089,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*Profile_Attribute_Options); i { case 0: return &v.state @@ -2101,7 +2101,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_events_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ComplianceFailure_ControlTotals); i { case 0: return &v.state @@ -2114,7 +2114,7 @@ func file_interservice_notifications_service_events_proto_init() { } } } - file_interservice_notifications_service_events_proto_msgTypes[11].OneofWrappers = []interface{}{ + file_interservice_notifications_service_events_proto_msgTypes[11].OneofWrappers = []any{ (*Event_CCRSuccess)(nil), (*Event_CCRFailure)(nil), (*Event_ComplianceSuccess)(nil), diff --git a/api/interservice/notifications/service/health.pb.go b/api/interservice/notifications/service/health.pb.go index 9f3ebf04248..de3494e0f24 100644 --- a/api/interservice/notifications/service/health.pb.go +++ b/api/interservice/notifications/service/health.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/notifications/service/health.proto @@ -138,7 +138,7 @@ func file_interservice_notifications_service_health_proto_rawDescGZIP() []byte { } var file_interservice_notifications_service_health_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_notifications_service_health_proto_goTypes = []interface{}{ +var file_interservice_notifications_service_health_proto_goTypes = []any{ (*VersionRequest)(nil), // 0: chef.automate.domain.notifications.service.VersionRequest (*VersionResponse)(nil), // 1: chef.automate.domain.notifications.service.VersionResponse } @@ -156,7 +156,7 @@ func file_interservice_notifications_service_health_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_notifications_service_health_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_health_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -168,7 +168,7 @@ func file_interservice_notifications_service_health_proto_init() { return nil } } - file_interservice_notifications_service_health_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_health_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*VersionResponse); i { case 0: return &v.state diff --git a/api/interservice/notifications/service/rules.pb.go b/api/interservice/notifications/service/rules.pb.go index 32552cd80f9..f45cc747b8f 100644 --- a/api/interservice/notifications/service/rules.pb.go +++ b/api/interservice/notifications/service/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/notifications/service/rules.proto @@ -1512,7 +1512,7 @@ func file_interservice_notifications_service_rules_proto_rawDescGZIP() []byte { var file_interservice_notifications_service_rules_proto_enumTypes = make([]protoimpl.EnumInfo, 7) var file_interservice_notifications_service_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_notifications_service_rules_proto_goTypes = []interface{}{ +var file_interservice_notifications_service_rules_proto_goTypes = []any{ (Rule_Event)(0), // 0: chef.automate.domain.notifications.service.Rule.Event (URLValidationResponse_Code)(0), // 1: chef.automate.domain.notifications.service.URLValidationResponse.Code (RuleUpdateResponse_Code)(0), // 2: chef.automate.domain.notifications.service.RuleUpdateResponse.Code @@ -1566,7 +1566,7 @@ func file_interservice_notifications_service_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_notifications_service_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Empty); i { case 0: return &v.state @@ -1578,7 +1578,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*SlackAlert); i { case 0: return &v.state @@ -1590,7 +1590,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*WebhookAlert); i { case 0: return &v.state @@ -1602,7 +1602,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ServiceNowAlert); i { case 0: return &v.state @@ -1614,7 +1614,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Rule); i { case 0: return &v.state @@ -1626,7 +1626,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -1638,7 +1638,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*SecretId); i { case 0: return &v.state @@ -1650,7 +1650,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -1662,7 +1662,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*URLValidationResponse); i { case 0: return &v.state @@ -1674,7 +1674,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*RuleIdentifier); i { case 0: return &v.state @@ -1686,7 +1686,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*RuleUpdateResponse); i { case 0: return &v.state @@ -1698,7 +1698,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*RuleDeleteResponse); i { case 0: return &v.state @@ -1710,7 +1710,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*RuleAddResponse); i { case 0: return &v.state @@ -1722,7 +1722,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*RuleGetResponse); i { case 0: return &v.state @@ -1734,7 +1734,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_notifications_service_rules_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*RuleListResponse); i { case 0: return &v.state @@ -1747,12 +1747,12 @@ func file_interservice_notifications_service_rules_proto_init() { } } } - file_interservice_notifications_service_rules_proto_msgTypes[4].OneofWrappers = []interface{}{ + file_interservice_notifications_service_rules_proto_msgTypes[4].OneofWrappers = []any{ (*Rule_SlackAlert)(nil), (*Rule_WebhookAlert)(nil), (*Rule_ServiceNowAlert)(nil), } - file_interservice_notifications_service_rules_proto_msgTypes[7].OneofWrappers = []interface{}{ + file_interservice_notifications_service_rules_proto_msgTypes[7].OneofWrappers = []any{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_None)(nil), diff --git a/api/interservice/notifications/service/server.pb.go b/api/interservice/notifications/service/server.pb.go index 2e893e0857a..79074ffa555 100644 --- a/api/interservice/notifications/service/server.pb.go +++ b/api/interservice/notifications/service/server.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/notifications/service/server.proto @@ -115,7 +115,7 @@ var file_interservice_notifications_service_server_proto_rawDesc = []byte{ 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_notifications_service_server_proto_goTypes = []interface{}{ +var file_interservice_notifications_service_server_proto_goTypes = []any{ (*Event)(nil), // 0: chef.automate.domain.notifications.service.Event (*Rule)(nil), // 1: chef.automate.domain.notifications.service.Rule (*RuleIdentifier)(nil), // 2: chef.automate.domain.notifications.service.RuleIdentifier diff --git a/api/interservice/pg_sidecar/service.pb.go b/api/interservice/pg_sidecar/service.pb.go index 6a9220441d1..302913c14db 100644 --- a/api/interservice/pg_sidecar/service.pb.go +++ b/api/interservice/pg_sidecar/service.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/pg_sidecar/service.proto @@ -1297,7 +1297,7 @@ func file_interservice_pg_sidecar_service_proto_rawDescGZIP() []byte { var file_interservice_pg_sidecar_service_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_pg_sidecar_service_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_interservice_pg_sidecar_service_proto_goTypes = []interface{}{ +var file_interservice_pg_sidecar_service_proto_goTypes = []any{ (ErrorDetails_Codes)(0), // 0: chef.automate.infra.pg_sidecar.ErrorDetails.Codes (*ErrorDetails)(nil), // 1: chef.automate.infra.pg_sidecar.ErrorDetails (*MigrateTablesReq)(nil), // 2: chef.automate.infra.pg_sidecar.MigrateTablesReq @@ -1352,7 +1352,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_pg_sidecar_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ErrorDetails); i { case 0: return &v.state @@ -1364,7 +1364,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*MigrateTablesReq); i { case 0: return &v.state @@ -1376,7 +1376,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*MigrateTablesRes); i { case 0: return &v.state @@ -1388,7 +1388,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*RenameDBReq); i { case 0: return &v.state @@ -1400,7 +1400,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*RenameDBRes); i { case 0: return &v.state @@ -1412,7 +1412,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*CreateDBReq); i { case 0: return &v.state @@ -1424,7 +1424,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*CreateDBRes); i { case 0: return &v.state @@ -1436,7 +1436,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*CreateExtensionReq); i { case 0: return &v.state @@ -1448,7 +1448,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*CreateExtensionRes); i { case 0: return &v.state @@ -1460,7 +1460,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*DeploySqitchReq); i { case 0: return &v.state @@ -1472,7 +1472,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*DeploySqitchRes); i { case 0: return &v.state @@ -1484,7 +1484,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*SetPublicSchemaRoleReq); i { case 0: return &v.state @@ -1496,7 +1496,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*SetPublicSchemaRoleRes); i { case 0: return &v.state @@ -1508,7 +1508,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*AlterRoleReq); i { case 0: return &v.state @@ -1520,7 +1520,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*AlterRoleRes); i { case 0: return &v.state @@ -1532,7 +1532,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*DropTablesReq); i { case 0: return &v.state @@ -1544,7 +1544,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*DropTablesRes); i { case 0: return &v.state @@ -1556,7 +1556,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*AlterRoleReq_Options); i { case 0: return &v.state @@ -1568,7 +1568,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_pg_sidecar_service_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*AlterRoleReq_Password); i { case 0: return &v.state diff --git a/api/interservice/report_manager/report_manager.pb.go b/api/interservice/report_manager/report_manager.pb.go index 7a8c86b7193..5c6be32647e 100644 --- a/api/interservice/report_manager/report_manager.pb.go +++ b/api/interservice/report_manager/report_manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/report_manager/report_manager.proto @@ -708,7 +708,7 @@ func file_interservice_report_manager_report_manager_proto_rawDescGZIP() []byte } var file_interservice_report_manager_report_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_report_manager_report_manager_proto_goTypes = []interface{}{ +var file_interservice_report_manager_report_manager_proto_goTypes = []any{ (*ListFilter)(nil), // 0: chef.automate.domain.report_manager.service.ListFilter (*StoreReportRequest)(nil), // 1: chef.automate.domain.report_manager.service.StoreReportRequest (*CustomReportRequest)(nil), // 2: chef.automate.domain.report_manager.service.CustomReportRequest @@ -747,7 +747,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -759,7 +759,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*StoreReportRequest); i { case 0: return &v.state @@ -771,7 +771,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CustomReportRequest); i { case 0: return &v.state @@ -783,7 +783,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*CustomReportResponse); i { case 0: return &v.state @@ -795,7 +795,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*AllStatusRequest); i { case 0: return &v.state @@ -807,7 +807,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*AllStatusResponse); i { case 0: return &v.state @@ -819,7 +819,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*StatusResponse); i { case 0: return &v.state @@ -831,7 +831,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*GetPresignedURLRequest); i { case 0: return &v.state @@ -843,7 +843,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_report_manager_report_manager_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*GetPresignedURLResponse); i { case 0: return &v.state diff --git a/api/interservice/teams/teams.pb.go b/api/interservice/teams/teams.pb.go index 0fe668b9eee..ba33c20dda8 100644 --- a/api/interservice/teams/teams.pb.go +++ b/api/interservice/teams/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/teams/teams.proto @@ -1442,7 +1442,7 @@ func file_interservice_teams_teams_proto_rawDescGZIP() []byte { } var file_interservice_teams_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 25) -var file_interservice_teams_teams_proto_goTypes = []interface{}{ +var file_interservice_teams_teams_proto_goTypes = []any{ (*Team)(nil), // 0: chef.automate.domain.teams.Team (*GetTeamReq)(nil), // 1: chef.automate.domain.teams.GetTeamReq (*GetTeamResp)(nil), // 2: chef.automate.domain.teams.GetTeamResp @@ -1513,7 +1513,7 @@ func file_interservice_teams_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_teams_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Team); i { case 0: return &v.state @@ -1525,7 +1525,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetTeamReq); i { case 0: return &v.state @@ -1537,7 +1537,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*GetTeamResp); i { case 0: return &v.state @@ -1549,7 +1549,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ListTeamsReq); i { case 0: return &v.state @@ -1561,7 +1561,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ListTeamsResp); i { case 0: return &v.state @@ -1573,7 +1573,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UpdateTeamReq); i { case 0: return &v.state @@ -1585,7 +1585,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UpdateTeamResp); i { case 0: return &v.state @@ -1597,7 +1597,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*DeleteTeamReq); i { case 0: return &v.state @@ -1609,7 +1609,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*DeleteTeamResp); i { case 0: return &v.state @@ -1621,7 +1621,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*CreateTeamReq); i { case 0: return &v.state @@ -1633,7 +1633,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*CreateTeamResp); i { case 0: return &v.state @@ -1645,7 +1645,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*AddTeamMembersReq); i { case 0: return &v.state @@ -1657,7 +1657,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*AddTeamMembersResp); i { case 0: return &v.state @@ -1669,7 +1669,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*RemoveTeamMembersReq); i { case 0: return &v.state @@ -1681,7 +1681,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*RemoveTeamMembersResp); i { case 0: return &v.state @@ -1693,7 +1693,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*GetTeamsForMemberReq); i { case 0: return &v.state @@ -1705,7 +1705,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*GetTeamsForMemberResp); i { case 0: return &v.state @@ -1717,7 +1717,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*GetTeamMembershipReq); i { case 0: return &v.state @@ -1729,7 +1729,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*GetTeamMembershipResp); i { case 0: return &v.state @@ -1741,7 +1741,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*UpgradeToV2Req); i { case 0: return &v.state @@ -1753,7 +1753,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*UpgradeToV2Resp); i { case 0: return &v.state @@ -1765,7 +1765,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*ResetToV1Req); i { case 0: return &v.state @@ -1777,7 +1777,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ResetToV1Resp); i { case 0: return &v.state @@ -1789,7 +1789,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*PurgeUserMembershipReq); i { case 0: return &v.state @@ -1801,7 +1801,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_interservice_teams_teams_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*PurgeUserMembershipResp); i { case 0: return &v.state diff --git a/api/interservice/teams/teams.pb.validate.go b/api/interservice/teams/teams.pb.validate.go index c2599919abc..77397657280 100644 --- a/api/interservice/teams/teams.pb.validate.go +++ b/api/interservice/teams/teams.pb.validate.go @@ -11,11 +11,12 @@ import ( "net/mail" "net/url" "regexp" + "sort" "strings" "time" "unicode/utf8" - "github.com/golang/protobuf/ptypes" + "google.golang.org/protobuf/types/known/anypb" ) // ensure the imports are used @@ -30,26 +31,58 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = ptypes.DynamicAny{} + _ = anypb.Any{} + _ = sort.Sort ) -// define the regex for a UUID once up-front -var _teams_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") - // Validate checks the field values on Team with the rules defined in the proto -// definition for this message. If any rules are violated, an error is returned. +// definition for this message. If any rules are violated, the first error +// encountered is returned, or nil if there are no violations. func (m *Team) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on Team with the rules defined in the +// proto definition for this message. If any rules are violated, the result is +// a list of violation errors wrapped in TeamMultiError, or nil if none found. +func (m *Team) ValidateAll() error { + return m.validate(true) +} + +func (m *Team) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for Id // no validation rules for Name + if len(errors) > 0 { + return TeamMultiError(errors) + } + return nil } +// TeamMultiError is an error wrapping multiple validation errors returned by +// Team.ValidateAll() if the designated constraints aren't met. +type TeamMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m TeamMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m TeamMultiError) AllErrors() []error { return m } + // TeamValidationError is the validation error returned by Team.Validate if the // designated constraints aren't met. type TeamValidationError struct { @@ -105,22 +138,61 @@ var _ interface { } = TeamValidationError{} // Validate checks the field values on GetTeamReq with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. +// proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetTeamReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTeamReq with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetTeamReqMultiError, or +// nil if none found. +func (m *GetTeamReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTeamReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_GetTeamReq_Id_Pattern.MatchString(m.GetId()) { - return GetTeamReqValidationError{ + err := GetTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return GetTeamReqMultiError(errors) } return nil } +// GetTeamReqMultiError is an error wrapping multiple validation errors +// returned by GetTeamReq.ValidateAll() if the designated constraints aren't met. +type GetTeamReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTeamReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTeamReqMultiError) AllErrors() []error { return m } + // GetTeamReqValidationError is the validation error returned by // GetTeamReq.Validate if the designated constraints aren't met. type GetTeamReqValidationError struct { @@ -178,14 +250,47 @@ var _ interface { var _GetTeamReq_Id_Pattern = regexp.MustCompile("\\S") // Validate checks the field values on GetTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *GetTeamResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTeamResp with the rules defined in +// the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in GetTeamRespMultiError, or +// nil if none found. +func (m *GetTeamResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTeamResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetTeam()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetTeamRespValidationError{ field: "Team", @@ -195,9 +300,29 @@ func (m *GetTeamResp) Validate() error { } } + if len(errors) > 0 { + return GetTeamRespMultiError(errors) + } + return nil } +// GetTeamRespMultiError is an error wrapping multiple validation errors +// returned by GetTeamResp.ValidateAll() if the designated constraints aren't met. +type GetTeamRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTeamRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTeamRespMultiError) AllErrors() []error { return m } + // GetTeamRespValidationError is the validation error returned by // GetTeamResp.Validate if the designated constraints aren't met. type GetTeamRespValidationError struct { @@ -253,16 +378,50 @@ var _ interface { } = GetTeamRespValidationError{} // Validate checks the field values on ListTeamsReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ListTeamsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListTeamsReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ListTeamsReqMultiError, or +// nil if none found. +func (m *ListTeamsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListTeamsReq) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ListTeamsReqMultiError(errors) + } + return nil } +// ListTeamsReqMultiError is an error wrapping multiple validation errors +// returned by ListTeamsReq.ValidateAll() if the designated constraints aren't met. +type ListTeamsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListTeamsReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListTeamsReqMultiError) AllErrors() []error { return m } + // ListTeamsReqValidationError is the validation error returned by // ListTeamsReq.Validate if the designated constraints aren't met. type ListTeamsReqValidationError struct { @@ -318,17 +477,50 @@ var _ interface { } = ListTeamsReqValidationError{} // Validate checks the field values on ListTeamsResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ListTeamsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListTeamsResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ListTeamsRespMultiError, or +// nil if none found. +func (m *ListTeamsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListTeamsResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetTeams() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListTeamsRespValidationError{ + field: fmt.Sprintf("Teams[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListTeamsRespValidationError{ + field: fmt.Sprintf("Teams[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListTeamsRespValidationError{ field: fmt.Sprintf("Teams[%v]", idx), @@ -340,9 +532,30 @@ func (m *ListTeamsResp) Validate() error { } + if len(errors) > 0 { + return ListTeamsRespMultiError(errors) + } + return nil } +// ListTeamsRespMultiError is an error wrapping multiple validation errors +// returned by ListTeamsResp.ValidateAll() if the designated constraints +// aren't met. +type ListTeamsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListTeamsRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListTeamsRespMultiError) AllErrors() []error { return m } + // ListTeamsRespValidationError is the validation error returned by // ListTeamsResp.Validate if the designated constraints aren't met. type ListTeamsRespValidationError struct { @@ -398,18 +611,36 @@ var _ interface { } = ListTeamsRespValidationError{} // Validate checks the field values on UpdateTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateTeamReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateTeamReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateTeamReqMultiError, or +// nil if none found. +func (m *UpdateTeamReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateTeamReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_UpdateTeamReq_Id_Pattern.MatchString(m.GetId()) { - return UpdateTeamReqValidationError{ + err := UpdateTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name @@ -420,26 +651,55 @@ func (m *UpdateTeamReq) Validate() error { _, _ = idx, item if _, exists := _UpdateTeamReq_Projects_Unique[item]; exists { - return UpdateTeamReqValidationError{ + err := UpdateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _UpdateTeamReq_Projects_Unique[item] = struct{}{} } if !_UpdateTeamReq_Projects_Pattern.MatchString(item) { - return UpdateTeamReqValidationError{ + err := UpdateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return UpdateTeamReqMultiError(errors) + } + return nil } +// UpdateTeamReqMultiError is an error wrapping multiple validation errors +// returned by UpdateTeamReq.ValidateAll() if the designated constraints +// aren't met. +type UpdateTeamReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateTeamReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateTeamReqMultiError) AllErrors() []error { return m } + // UpdateTeamReqValidationError is the validation error returned by // UpdateTeamReq.Validate if the designated constraints aren't met. type UpdateTeamReqValidationError struct { @@ -499,14 +759,47 @@ var _UpdateTeamReq_Id_Pattern = regexp.MustCompile("\\S") var _UpdateTeamReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on UpdateTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpdateTeamResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateTeamResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpdateTeamRespMultiError, +// or nil if none found. +func (m *UpdateTeamResp) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateTeamResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetTeam()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, UpdateTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, UpdateTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateTeamRespValidationError{ field: "Team", @@ -516,9 +809,30 @@ func (m *UpdateTeamResp) Validate() error { } } + if len(errors) > 0 { + return UpdateTeamRespMultiError(errors) + } + return nil } +// UpdateTeamRespMultiError is an error wrapping multiple validation errors +// returned by UpdateTeamResp.ValidateAll() if the designated constraints +// aren't met. +type UpdateTeamRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateTeamRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateTeamRespMultiError) AllErrors() []error { return m } + // UpdateTeamRespValidationError is the validation error returned by // UpdateTeamResp.Validate if the designated constraints aren't met. type UpdateTeamRespValidationError struct { @@ -574,23 +888,62 @@ var _ interface { } = UpdateTeamRespValidationError{} // Validate checks the field values on DeleteTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteTeamReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteTeamReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteTeamReqMultiError, or +// nil if none found. +func (m *DeleteTeamReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteTeamReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_DeleteTeamReq_Id_Pattern.MatchString(m.GetId()) { - return DeleteTeamReqValidationError{ + err := DeleteTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return DeleteTeamReqMultiError(errors) } return nil } +// DeleteTeamReqMultiError is an error wrapping multiple validation errors +// returned by DeleteTeamReq.ValidateAll() if the designated constraints +// aren't met. +type DeleteTeamReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteTeamReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteTeamReqMultiError) AllErrors() []error { return m } + // DeleteTeamReqValidationError is the validation error returned by // DeleteTeamReq.Validate if the designated constraints aren't met. type DeleteTeamReqValidationError struct { @@ -648,14 +1001,47 @@ var _ interface { var _DeleteTeamReq_Id_Pattern = regexp.MustCompile("\\S") // Validate checks the field values on DeleteTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *DeleteTeamResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteTeamResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in DeleteTeamRespMultiError, +// or nil if none found. +func (m *DeleteTeamResp) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteTeamResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetTeam()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, DeleteTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, DeleteTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return DeleteTeamRespValidationError{ field: "Team", @@ -665,9 +1051,30 @@ func (m *DeleteTeamResp) Validate() error { } } + if len(errors) > 0 { + return DeleteTeamRespMultiError(errors) + } + return nil } +// DeleteTeamRespMultiError is an error wrapping multiple validation errors +// returned by DeleteTeamResp.ValidateAll() if the designated constraints +// aren't met. +type DeleteTeamRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteTeamRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteTeamRespMultiError) AllErrors() []error { return m } + // DeleteTeamRespValidationError is the validation error returned by // DeleteTeamResp.Validate if the designated constraints aren't met. type DeleteTeamRespValidationError struct { @@ -723,18 +1130,36 @@ var _ interface { } = DeleteTeamRespValidationError{} // Validate checks the field values on CreateTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateTeamReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateTeamReq with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateTeamReqMultiError, or +// nil if none found. +func (m *CreateTeamReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateTeamReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_CreateTeamReq_Id_Pattern.MatchString(m.GetId()) { - return CreateTeamReqValidationError{ + err := CreateTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } // no validation rules for Name @@ -745,26 +1170,55 @@ func (m *CreateTeamReq) Validate() error { _, _ = idx, item if _, exists := _CreateTeamReq_Projects_Unique[item]; exists { - return CreateTeamReqValidationError{ + err := CreateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _CreateTeamReq_Projects_Unique[item] = struct{}{} } if !_CreateTeamReq_Projects_Pattern.MatchString(item) { - return CreateTeamReqValidationError{ + err := CreateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return CreateTeamReqMultiError(errors) + } + return nil } +// CreateTeamReqMultiError is an error wrapping multiple validation errors +// returned by CreateTeamReq.ValidateAll() if the designated constraints +// aren't met. +type CreateTeamReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateTeamReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateTeamReqMultiError) AllErrors() []error { return m } + // CreateTeamReqValidationError is the validation error returned by // CreateTeamReq.Validate if the designated constraints aren't met. type CreateTeamReqValidationError struct { @@ -824,14 +1278,47 @@ var _CreateTeamReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") var _CreateTeamReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on CreateTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *CreateTeamResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateTeamResp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in CreateTeamRespMultiError, +// or nil if none found. +func (m *CreateTeamResp) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateTeamResp) validate(all bool) error { if m == nil { return nil } - if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + var errors []error + + if all { + switch v := interface{}(m.GetTeam()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, CreateTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, CreateTeamRespValidationError{ + field: "Team", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateTeamRespValidationError{ field: "Team", @@ -841,9 +1328,30 @@ func (m *CreateTeamResp) Validate() error { } } + if len(errors) > 0 { + return CreateTeamRespMultiError(errors) + } + return nil } +// CreateTeamRespMultiError is an error wrapping multiple validation errors +// returned by CreateTeamResp.ValidateAll() if the designated constraints +// aren't met. +type CreateTeamRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateTeamRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateTeamRespMultiError) AllErrors() []error { return m } + // CreateTeamRespValidationError is the validation error returned by // CreateTeamResp.Validate if the designated constraints aren't met. type CreateTeamRespValidationError struct { @@ -899,25 +1407,47 @@ var _ interface { } = CreateTeamRespValidationError{} // Validate checks the field values on AddTeamMembersReq with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *AddTeamMembersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on AddTeamMembersReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// AddTeamMembersReqMultiError, or nil if none found. +func (m *AddTeamMembersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *AddTeamMembersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_AddTeamMembersReq_Id_Pattern.MatchString(m.GetId()) { - return AddTeamMembersReqValidationError{ + err := AddTeamMembersReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } + if !all { + return err + } + errors = append(errors, err) } if len(m.GetUserIds()) < 1 { - return AddTeamMembersReqValidationError{ + err := AddTeamMembersReqValidationError{ field: "UserIds", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } _AddTeamMembersReq_UserIds_Unique := make(map[string]struct{}, len(m.GetUserIds())) @@ -926,26 +1456,55 @@ func (m *AddTeamMembersReq) Validate() error { _, _ = idx, item if _, exists := _AddTeamMembersReq_UserIds_Unique[item]; exists { - return AddTeamMembersReqValidationError{ + err := AddTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _AddTeamMembersReq_UserIds_Unique[item] = struct{}{} } if !_AddTeamMembersReq_UserIds_Pattern.MatchString(item) { - return AddTeamMembersReqValidationError{ + err := AddTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return AddTeamMembersReqMultiError(errors) + } + return nil } +// AddTeamMembersReqMultiError is an error wrapping multiple validation errors +// returned by AddTeamMembersReq.ValidateAll() if the designated constraints +// aren't met. +type AddTeamMembersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m AddTeamMembersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m AddTeamMembersReqMultiError) AllErrors() []error { return m } + // AddTeamMembersReqValidationError is the validation error returned by // AddTeamMembersReq.Validate if the designated constraints aren't met. type AddTeamMembersReqValidationError struct { @@ -1008,15 +1567,50 @@ var _AddTeamMembersReq_UserIds_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$ // Validate checks the field values on AddTeamMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *AddTeamMembersResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on AddTeamMembersResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// AddTeamMembersRespMultiError, or nil if none found. +func (m *AddTeamMembersResp) ValidateAll() error { + return m.validate(true) +} + +func (m *AddTeamMembersResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return AddTeamMembersRespMultiError(errors) + } + return nil } +// AddTeamMembersRespMultiError is an error wrapping multiple validation errors +// returned by AddTeamMembersResp.ValidateAll() if the designated constraints +// aren't met. +type AddTeamMembersRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m AddTeamMembersRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m AddTeamMembersRespMultiError) AllErrors() []error { return m } + // AddTeamMembersRespValidationError is the validation error returned by // AddTeamMembersResp.Validate if the designated constraints aren't met. type AddTeamMembersRespValidationError struct { @@ -1075,24 +1669,46 @@ var _ interface { // Validate checks the field values on RemoveTeamMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *RemoveTeamMembersReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on RemoveTeamMembersReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// RemoveTeamMembersReqMultiError, or nil if none found. +func (m *RemoveTeamMembersReq) ValidateAll() error { + return m.validate(true) +} + +func (m *RemoveTeamMembersReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_RemoveTeamMembersReq_Id_Pattern.MatchString(m.GetId()) { - return RemoveTeamMembersReqValidationError{ + err := RemoveTeamMembersReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } + if !all { + return err + } + errors = append(errors, err) } if len(m.GetUserIds()) < 1 { - return RemoveTeamMembersReqValidationError{ + err := RemoveTeamMembersReqValidationError{ field: "UserIds", reason: "value must contain at least 1 item(s)", } + if !all { + return err + } + errors = append(errors, err) } _RemoveTeamMembersReq_UserIds_Unique := make(map[string]struct{}, len(m.GetUserIds())) @@ -1101,26 +1717,55 @@ func (m *RemoveTeamMembersReq) Validate() error { _, _ = idx, item if _, exists := _RemoveTeamMembersReq_UserIds_Unique[item]; exists { - return RemoveTeamMembersReqValidationError{ + err := RemoveTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "repeated value must contain unique items", } + if !all { + return err + } + errors = append(errors, err) } else { _RemoveTeamMembersReq_UserIds_Unique[item] = struct{}{} } if !_RemoveTeamMembersReq_UserIds_Pattern.MatchString(item) { - return RemoveTeamMembersReqValidationError{ + err := RemoveTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } + if !all { + return err + } + errors = append(errors, err) } } + if len(errors) > 0 { + return RemoveTeamMembersReqMultiError(errors) + } + return nil } +// RemoveTeamMembersReqMultiError is an error wrapping multiple validation +// errors returned by RemoveTeamMembersReq.ValidateAll() if the designated +// constraints aren't met. +type RemoveTeamMembersReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m RemoveTeamMembersReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m RemoveTeamMembersReqMultiError) AllErrors() []error { return m } + // RemoveTeamMembersReqValidationError is the validation error returned by // RemoveTeamMembersReq.Validate if the designated constraints aren't met. type RemoveTeamMembersReqValidationError struct { @@ -1183,15 +1828,50 @@ var _RemoveTeamMembersReq_UserIds_Pattern = regexp.MustCompile("^[[:alnum:]_.+@- // Validate checks the field values on RemoveTeamMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *RemoveTeamMembersResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on RemoveTeamMembersResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// RemoveTeamMembersRespMultiError, or nil if none found. +func (m *RemoveTeamMembersResp) ValidateAll() error { + return m.validate(true) +} + +func (m *RemoveTeamMembersResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return RemoveTeamMembersRespMultiError(errors) + } + return nil } +// RemoveTeamMembersRespMultiError is an error wrapping multiple validation +// errors returned by RemoveTeamMembersResp.ValidateAll() if the designated +// constraints aren't met. +type RemoveTeamMembersRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m RemoveTeamMembersRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m RemoveTeamMembersRespMultiError) AllErrors() []error { return m } + // RemoveTeamMembersRespValidationError is the validation error returned by // RemoveTeamMembersResp.Validate if the designated constraints aren't met. type RemoveTeamMembersRespValidationError struct { @@ -1250,22 +1930,61 @@ var _ interface { // Validate checks the field values on GetTeamsForMemberReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *GetTeamsForMemberReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTeamsForMemberReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// GetTeamsForMemberReqMultiError, or nil if none found. +func (m *GetTeamsForMemberReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTeamsForMemberReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_GetTeamsForMemberReq_UserId_Pattern.MatchString(m.GetUserId()) { - return GetTeamsForMemberReqValidationError{ + err := GetTeamsForMemberReqValidationError{ field: "UserId", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return GetTeamsForMemberReqMultiError(errors) } return nil } +// GetTeamsForMemberReqMultiError is an error wrapping multiple validation +// errors returned by GetTeamsForMemberReq.ValidateAll() if the designated +// constraints aren't met. +type GetTeamsForMemberReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTeamsForMemberReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTeamsForMemberReqMultiError) AllErrors() []error { return m } + // GetTeamsForMemberReqValidationError is the validation error returned by // GetTeamsForMemberReq.Validate if the designated constraints aren't met. type GetTeamsForMemberReqValidationError struct { @@ -1326,16 +2045,49 @@ var _GetTeamsForMemberReq_UserId_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-] // Validate checks the field values on GetTeamsForMemberResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *GetTeamsForMemberResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTeamsForMemberResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// GetTeamsForMemberRespMultiError, or nil if none found. +func (m *GetTeamsForMemberResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTeamsForMemberResp) validate(all bool) error { if m == nil { return nil } + var errors []error + for idx, item := range m.GetTeams() { _, _ = idx, item - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetTeamsForMemberRespValidationError{ + field: fmt.Sprintf("Teams[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetTeamsForMemberRespValidationError{ + field: fmt.Sprintf("Teams[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetTeamsForMemberRespValidationError{ field: fmt.Sprintf("Teams[%v]", idx), @@ -1347,9 +2099,30 @@ func (m *GetTeamsForMemberResp) Validate() error { } + if len(errors) > 0 { + return GetTeamsForMemberRespMultiError(errors) + } + return nil } +// GetTeamsForMemberRespMultiError is an error wrapping multiple validation +// errors returned by GetTeamsForMemberResp.ValidateAll() if the designated +// constraints aren't met. +type GetTeamsForMemberRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTeamsForMemberRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTeamsForMemberRespMultiError) AllErrors() []error { return m } + // GetTeamsForMemberRespValidationError is the validation error returned by // GetTeamsForMemberResp.Validate if the designated constraints aren't met. type GetTeamsForMemberRespValidationError struct { @@ -1408,22 +2181,61 @@ var _ interface { // Validate checks the field values on GetTeamMembershipReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *GetTeamMembershipReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTeamMembershipReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// GetTeamMembershipReqMultiError, or nil if none found. +func (m *GetTeamMembershipReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTeamMembershipReq) validate(all bool) error { if m == nil { return nil } + var errors []error + if !_GetTeamMembershipReq_Id_Pattern.MatchString(m.GetId()) { - return GetTeamMembershipReqValidationError{ + err := GetTeamMembershipReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } + if !all { + return err + } + errors = append(errors, err) + } + + if len(errors) > 0 { + return GetTeamMembershipReqMultiError(errors) } return nil } +// GetTeamMembershipReqMultiError is an error wrapping multiple validation +// errors returned by GetTeamMembershipReq.ValidateAll() if the designated +// constraints aren't met. +type GetTeamMembershipReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTeamMembershipReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTeamMembershipReqMultiError) AllErrors() []error { return m } + // GetTeamMembershipReqValidationError is the validation error returned by // GetTeamMembershipReq.Validate if the designated constraints aren't met. type GetTeamMembershipReqValidationError struct { @@ -1484,15 +2296,50 @@ var _GetTeamMembershipReq_Id_Pattern = regexp.MustCompile("\\S") // Validate checks the field values on GetTeamMembershipResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *GetTeamMembershipResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetTeamMembershipResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// GetTeamMembershipRespMultiError, or nil if none found. +func (m *GetTeamMembershipResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetTeamMembershipResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return GetTeamMembershipRespMultiError(errors) + } + return nil } +// GetTeamMembershipRespMultiError is an error wrapping multiple validation +// errors returned by GetTeamMembershipResp.ValidateAll() if the designated +// constraints aren't met. +type GetTeamMembershipRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetTeamMembershipRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetTeamMembershipRespMultiError) AllErrors() []error { return m } + // GetTeamMembershipRespValidationError is the validation error returned by // GetTeamMembershipResp.Validate if the designated constraints aren't met. type GetTeamMembershipRespValidationError struct { @@ -1550,16 +2397,51 @@ var _ interface { } = GetTeamMembershipRespValidationError{} // Validate checks the field values on UpgradeToV2Req with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *UpgradeToV2Req) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpgradeToV2Req with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in UpgradeToV2ReqMultiError, +// or nil if none found. +func (m *UpgradeToV2Req) ValidateAll() error { + return m.validate(true) +} + +func (m *UpgradeToV2Req) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return UpgradeToV2ReqMultiError(errors) + } + return nil } +// UpgradeToV2ReqMultiError is an error wrapping multiple validation errors +// returned by UpgradeToV2Req.ValidateAll() if the designated constraints +// aren't met. +type UpgradeToV2ReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpgradeToV2ReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpgradeToV2ReqMultiError) AllErrors() []error { return m } + // UpgradeToV2ReqValidationError is the validation error returned by // UpgradeToV2Req.Validate if the designated constraints aren't met. type UpgradeToV2ReqValidationError struct { @@ -1615,16 +2497,51 @@ var _ interface { } = UpgradeToV2ReqValidationError{} // Validate checks the field values on UpgradeToV2Resp with the rules defined -// in the proto definition for this message. If any rules are violated, an -// error is returned. +// in the proto definition for this message. If any rules are violated, the +// first error encountered is returned, or nil if there are no violations. func (m *UpgradeToV2Resp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpgradeToV2Resp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// UpgradeToV2RespMultiError, or nil if none found. +func (m *UpgradeToV2Resp) ValidateAll() error { + return m.validate(true) +} + +func (m *UpgradeToV2Resp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return UpgradeToV2RespMultiError(errors) + } + return nil } +// UpgradeToV2RespMultiError is an error wrapping multiple validation errors +// returned by UpgradeToV2Resp.ValidateAll() if the designated constraints +// aren't met. +type UpgradeToV2RespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpgradeToV2RespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpgradeToV2RespMultiError) AllErrors() []error { return m } + // UpgradeToV2RespValidationError is the validation error returned by // UpgradeToV2Resp.Validate if the designated constraints aren't met. type UpgradeToV2RespValidationError struct { @@ -1680,16 +2597,50 @@ var _ interface { } = UpgradeToV2RespValidationError{} // Validate checks the field values on ResetToV1Req with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ResetToV1Req) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ResetToV1Req with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ResetToV1ReqMultiError, or +// nil if none found. +func (m *ResetToV1Req) ValidateAll() error { + return m.validate(true) +} + +func (m *ResetToV1Req) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ResetToV1ReqMultiError(errors) + } + return nil } +// ResetToV1ReqMultiError is an error wrapping multiple validation errors +// returned by ResetToV1Req.ValidateAll() if the designated constraints aren't met. +type ResetToV1ReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ResetToV1ReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ResetToV1ReqMultiError) AllErrors() []error { return m } + // ResetToV1ReqValidationError is the validation error returned by // ResetToV1Req.Validate if the designated constraints aren't met. type ResetToV1ReqValidationError struct { @@ -1745,16 +2696,51 @@ var _ interface { } = ResetToV1ReqValidationError{} // Validate checks the field values on ResetToV1Resp with the rules defined in -// the proto definition for this message. If any rules are violated, an error -// is returned. +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. func (m *ResetToV1Resp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ResetToV1Resp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in ResetToV1RespMultiError, or +// nil if none found. +func (m *ResetToV1Resp) ValidateAll() error { + return m.validate(true) +} + +func (m *ResetToV1Resp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return ResetToV1RespMultiError(errors) + } + return nil } +// ResetToV1RespMultiError is an error wrapping multiple validation errors +// returned by ResetToV1Resp.ValidateAll() if the designated constraints +// aren't met. +type ResetToV1RespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ResetToV1RespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ResetToV1RespMultiError) AllErrors() []error { return m } + // ResetToV1RespValidationError is the validation error returned by // ResetToV1Resp.Validate if the designated constraints aren't met. type ResetToV1RespValidationError struct { @@ -1811,17 +2797,52 @@ var _ interface { // Validate checks the field values on PurgeUserMembershipReq with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *PurgeUserMembershipReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on PurgeUserMembershipReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// PurgeUserMembershipReqMultiError, or nil if none found. +func (m *PurgeUserMembershipReq) ValidateAll() error { + return m.validate(true) +} + +func (m *PurgeUserMembershipReq) validate(all bool) error { if m == nil { return nil } + var errors []error + // no validation rules for UserId + if len(errors) > 0 { + return PurgeUserMembershipReqMultiError(errors) + } + return nil } +// PurgeUserMembershipReqMultiError is an error wrapping multiple validation +// errors returned by PurgeUserMembershipReq.ValidateAll() if the designated +// constraints aren't met. +type PurgeUserMembershipReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m PurgeUserMembershipReqMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m PurgeUserMembershipReqMultiError) AllErrors() []error { return m } + // PurgeUserMembershipReqValidationError is the validation error returned by // PurgeUserMembershipReq.Validate if the designated constraints aren't met. type PurgeUserMembershipReqValidationError struct { @@ -1880,15 +2901,50 @@ var _ interface { // Validate checks the field values on PurgeUserMembershipResp with the rules // defined in the proto definition for this message. If any rules are -// violated, an error is returned. +// violated, the first error encountered is returned, or nil if there are no violations. func (m *PurgeUserMembershipResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on PurgeUserMembershipResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// PurgeUserMembershipRespMultiError, or nil if none found. +func (m *PurgeUserMembershipResp) ValidateAll() error { + return m.validate(true) +} + +func (m *PurgeUserMembershipResp) validate(all bool) error { if m == nil { return nil } + var errors []error + + if len(errors) > 0 { + return PurgeUserMembershipRespMultiError(errors) + } + return nil } +// PurgeUserMembershipRespMultiError is an error wrapping multiple validation +// errors returned by PurgeUserMembershipResp.ValidateAll() if the designated +// constraints aren't met. +type PurgeUserMembershipRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m PurgeUserMembershipRespMultiError) Error() string { + var msgs []string + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m PurgeUserMembershipRespMultiError) AllErrors() []error { return m } + // PurgeUserMembershipRespValidationError is the validation error returned by // PurgeUserMembershipResp.Validate if the designated constraints aren't met. type PurgeUserMembershipRespValidationError struct { diff --git a/api/interservice/user_settings/user_settings.pb.go b/api/interservice/user_settings/user_settings.pb.go index a6570694131..a22018ae201 100644 --- a/api/interservice/user_settings/user_settings.pb.go +++ b/api/interservice/user_settings/user_settings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: interservice/user_settings/user_settings.proto @@ -533,7 +533,7 @@ func file_interservice_user_settings_user_settings_proto_rawDescGZIP() []byte { } var file_interservice_user_settings_user_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_user_settings_user_settings_proto_goTypes = []interface{}{ +var file_interservice_user_settings_user_settings_proto_goTypes = []any{ (*User)(nil), // 0: chef.automate.domain.user_settings.service.User (*GetUserSettingsRequest)(nil), // 1: chef.automate.domain.user_settings.service.GetUserSettingsRequest (*PutUserSettingsRequest)(nil), // 2: chef.automate.domain.user_settings.service.PutUserSettingsRequest @@ -574,7 +574,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*User); i { case 0: return &v.state @@ -586,7 +586,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*GetUserSettingsRequest); i { case 0: return &v.state @@ -598,7 +598,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*PutUserSettingsRequest); i { case 0: return &v.state @@ -610,7 +610,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*DeleteUserSettingsRequest); i { case 0: return &v.state @@ -622,7 +622,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*GetUserSettingsResponse); i { case 0: return &v.state @@ -634,7 +634,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*PutUserSettingsResponse); i { case 0: return &v.state @@ -646,7 +646,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_interservice_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*UserSettingValue); i { case 0: return &v.state diff --git a/buf.yaml b/buf.yaml index e2146f652f1..513ba1008a1 100644 --- a/buf.yaml +++ b/buf.yaml @@ -33,7 +33,7 @@ # special cases. Unless noted otherwise, the style guide exceptions configured # here are intended only to cover older code. Follow the style guide whenever # you can do so without breaking things. -version: v2 + build: roots: - api @@ -53,7 +53,7 @@ build: - protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party - protovendor/github.com/grpc-ecosystem/grpc-gateway/runtime/internal/examplepb lint: - # allow_comment_ignores: true + allow_comment_ignores: true use: - DEFAULT except: diff --git a/components/authz-service/engine/opa/opa_internal_test.go b/components/authz-service/engine/opa/opa_internal_test.go index 07b0a385465..a896265dd61 100644 --- a/components/authz-service/engine/opa/opa_internal_test.go +++ b/components/authz-service/engine/opa/opa_internal_test.go @@ -777,7 +777,7 @@ func genericInput(subjects []string, resource string, action string, projects [] } func specificInput(subjects []string, resource string, action string, projects []string) ast.Value { - subs := make(ast.Array) + subs := make(ast.Array, len(subjects)) for i, sub := range subjects { subs[i] = ast.NewTerm(ast.String(sub)) } diff --git a/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go b/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go index bafd52eb365..700f8314206 100644 --- a/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go +++ b/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.proto @@ -532,7 +532,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_goTypes = []interface{}{ +var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_goTypes = []any{ (Service_DeploymentState)(0), // 0: Service.DeploymentState (Service_InstallType)(0), // 1: Service.InstallType (*Deployment)(nil), // 2: Deployment @@ -563,7 +563,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return } if !protoimpl.UnsafeEnabled { - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Deployment); i { case 0: return &v.state @@ -575,7 +575,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return nil } } - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ReleaseManifest); i { case 0: return &v.state @@ -587,7 +587,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return nil } } - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Hart); i { case 0: return &v.state @@ -599,7 +599,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return nil } } - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Service); i { case 0: return &v.state diff --git a/components/automate-gateway/api/applications.pb.swagger.go b/components/automate-gateway/api/applications.pb.swagger.go index bd6eb97ccf6..cde92290511 100644 --- a/components/automate-gateway/api/applications.pb.swagger.go +++ b/components/automate-gateway/api/applications.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -129,7 +129,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -201,7 +201,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -280,7 +280,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -317,7 +317,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -389,7 +389,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -440,7 +440,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -462,7 +462,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -484,7 +484,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -518,7 +518,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -542,7 +542,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -564,7 +564,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -596,7 +596,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -630,7 +630,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -652,7 +652,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -686,7 +686,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -810,7 +810,6 @@ func init() { "properties": { "running": { "type": "boolean", - "format": "boolean", "description": "Enable/disable the job. ` + "`" + `false` + "`" + ` is disabled, ` + "`" + `true` + "`" + ` is enabled." }, "threshold": { @@ -861,7 +860,6 @@ func init() { }, "running": { "type": "boolean", - "format": "boolean", "description": "Enable/disable the job. ` + "`" + `false` + "`" + ` is disabled, ` + "`" + `true` + "`" + ` is enabled. It is not\nrecommended to disable this job." }, "recurrence": { @@ -945,7 +943,6 @@ func init() { }, "disconnected": { "type": "boolean", - "format": "boolean", "description": "Service connection information.\nBased on time since last healthcheck received and disconnected service configuration." }, "last_event_occurred_at": { diff --git a/components/automate-gateway/api/cds.pb.swagger.go b/components/automate-gateway/api/cds.pb.swagger.go index 70bf0f8c14d..fbf51c834ee 100644 --- a/components/automate-gateway/api/cds.pb.swagger.go +++ b/components/automate-gateway/api/cds.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -85,7 +85,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -161,8 +161,7 @@ func init() { "type": "object", "properties": { "is_content_enabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -191,8 +190,7 @@ func init() { } }, "can_be_installed": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "filename": { "type": "string" diff --git a/components/automate-gateway/api/cfgmgmt.pb.swagger.go b/components/automate-gateway/api/cfgmgmt.pb.swagger.go index 7fa03793063..50817c5a150 100644 --- a/components/automate-gateway/api/cfgmgmt.pb.swagger.go +++ b/components/automate-gateway/api/cfgmgmt.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -140,7 +140,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -177,7 +177,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -209,7 +209,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -243,7 +243,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -288,7 +288,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -350,7 +350,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -394,7 +394,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -480,7 +480,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -516,7 +516,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -590,7 +590,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -641,7 +641,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -665,7 +665,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -701,7 +701,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -725,7 +725,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -770,7 +770,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -807,7 +807,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -858,7 +858,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -919,7 +919,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -970,7 +970,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -993,7 +993,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1025,7 +1025,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1580,7 +1580,6 @@ func init() { }, "ignore_failure": { "type": "boolean", - "format": "boolean", "description": "Boolean that denotes whether or not the resource failure should be ignored." }, "error": { @@ -1940,7 +1939,6 @@ func init() { }, "skipped": { "type": "boolean", - "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "children": { diff --git a/components/automate-gateway/api/chef.pb.swagger.go b/components/automate-gateway/api/chef.pb.swagger.go index dea1ac6f227..747298df248 100644 --- a/components/automate-gateway/api/chef.pb.swagger.go +++ b/components/automate-gateway/api/chef.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -57,7 +57,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -121,7 +121,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -153,7 +153,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -185,7 +185,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -566,8 +566,7 @@ func init() { "type": "string" }, "skipped": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "children": { "type": "array", diff --git a/components/automate-gateway/api/data_feed.pb.swagger.go b/components/automate-gateway/api/data_feed.pb.swagger.go index ffe1ec76f35..a405f1671f4 100644 --- a/components/automate-gateway/api/data_feed.pb.swagger.go +++ b/components/automate-gateway/api/data_feed.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -47,7 +47,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -79,7 +79,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -117,7 +117,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -146,7 +146,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -175,7 +175,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -213,7 +213,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -245,7 +245,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -321,8 +321,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -355,8 +354,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -389,8 +387,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -423,8 +420,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -445,12 +441,10 @@ func init() { "format": "int64" }, "updated_nodes_only": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "disable_cidr_filter": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "cidr_filter": { "type": "array", @@ -510,8 +504,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -525,8 +518,7 @@ func init() { "type": "object", "properties": { "success": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -560,8 +552,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -587,8 +578,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", @@ -621,8 +611,7 @@ func init() { "type": "string" }, "enable": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "meta_data": { "type": "array", diff --git a/components/automate-gateway/api/data_lifecycle.pb.swagger.go b/components/automate-gateway/api/data_lifecycle.pb.swagger.go index 2406d14fad0..dc4a3e7d0f9 100644 --- a/components/automate-gateway/api/data_lifecycle.pb.swagger.go +++ b/components/automate-gateway/api/data_lifecycle.pb.swagger.go @@ -26,7 +26,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -59,7 +59,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -115,7 +115,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -148,7 +148,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -181,7 +181,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -214,7 +214,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -237,7 +237,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -270,7 +270,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -303,7 +303,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -326,7 +326,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -358,7 +358,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -390,7 +390,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -423,7 +423,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -446,7 +446,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -476,8 +476,7 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -488,8 +487,7 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "older_than_days": { "type": "integer", @@ -565,8 +563,7 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "recurrence": { "type": "string" @@ -587,8 +584,7 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "recurrence": { "type": "string" @@ -628,8 +624,7 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -640,8 +635,7 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/components/automate-gateway/api/deployment/deployment.pb.go b/components/automate-gateway/api/deployment/deployment.pb.go index bbeb7556b6d..aefd9158646 100644 --- a/components/automate-gateway/api/deployment/deployment.pb.go +++ b/components/automate-gateway/api/deployment/deployment.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-gateway/api/deployment/deployment.proto @@ -266,38 +266,37 @@ var file_automate_gateway_api_deployment_deployment_proto_rawDesc = []byte{ 0x52, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x98, 0x03, 0x0a, - 0x0a, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x9f, 0x01, 0x0a, 0x0a, + 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x90, 0x03, 0x0a, + 0x0a, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x9b, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, - 0x74, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x11, 0x12, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, - 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xe7, 0x01, - 0x0a, 0x0f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, - 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, - 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x67, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x0a, + 0x74, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x4e, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x73, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x42, 0x45, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, + 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x11, 0x12, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xe3, 0x01, 0x0a, 0x0f, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x34, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, + 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x34, + 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, + 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, + 0x45, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, + 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, + 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x64, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -313,7 +312,7 @@ func file_automate_gateway_api_deployment_deployment_proto_rawDescGZIP() []byte } var file_automate_gateway_api_deployment_deployment_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_automate_gateway_api_deployment_deployment_proto_goTypes = []interface{}{ +var file_automate_gateway_api_deployment_deployment_proto_goTypes = []any{ (*Version)(nil), // 0: chef.automate.api.deployment.Version (*ServiceVersionsRequest)(nil), // 1: chef.automate.api.deployment.ServiceVersionsRequest (*ServiceVersionsResponse)(nil), // 2: chef.automate.api.deployment.ServiceVersionsResponse @@ -339,7 +338,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_deployment_deployment_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Version); i { case 0: return &v.state @@ -351,7 +350,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return nil } } - file_automate_gateway_api_deployment_deployment_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ServiceVersionsRequest); i { case 0: return &v.state @@ -363,7 +362,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return nil } } - file_automate_gateway_api_deployment_deployment_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ServiceVersionsResponse); i { case 0: return &v.state @@ -375,7 +374,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return nil } } - file_automate_gateway_api_deployment_deployment_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ServiceVersion); i { case 0: return &v.state diff --git a/components/automate-gateway/api/deployment/deployment.pb.gw.go b/components/automate-gateway/api/deployment/deployment.pb.gw.go index 79f773f49b6..595c6140299 100644 --- a/components/automate-gateway/api/deployment/deployment.pb.gw.go +++ b/components/automate-gateway/api/deployment/deployment.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Deployment_GetVersion_0(ctx context.Context, marshaler runtime.Marshaler, client DeploymentClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -71,11 +73,14 @@ func local_request_Deployment_ServiceVersions_0(ctx context.Context, marshaler r // RegisterDeploymentHandlerServer registers the http handlers for service Deployment to "mux". // UnaryRPC :call DeploymentServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDeploymentHandlerFromEndpoint instead. func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeploymentServer) error { mux.Handle("GET", pattern_Deployment_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -83,6 +88,7 @@ func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_Deployment_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -96,6 +102,8 @@ func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_Deployment_ServiceVersions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -103,6 +111,7 @@ func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_Deployment_ServiceVersions_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/deployment/deployment.swagger.json b/components/automate-gateway/api/deployment/deployment.swagger.json index eedaea96ffa..9088471925e 100644 --- a/components/automate-gateway/api/deployment/deployment.swagger.json +++ b/components/automate-gateway/api/deployment/deployment.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/deployment_deployment.pb.swagger.go b/components/automate-gateway/api/deployment_deployment.pb.swagger.go index 3e1199d9358..8dc4f800296 100644 --- a/components/automate-gateway/api/deployment_deployment.pb.swagger.go +++ b/components/automate-gateway/api/deployment_deployment.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -47,7 +47,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/event_feed.pb.swagger.go b/components/automate-gateway/api/event_feed.pb.swagger.go index f5c87661060..26027cac430 100644 --- a/components/automate-gateway/api/event_feed.pb.swagger.go +++ b/components/automate-gateway/api/event_feed.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -80,7 +80,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -140,7 +140,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -212,7 +212,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -282,8 +282,7 @@ func init() { "description": "Used to group similar events together.", "in": "query", "required": false, - "type": "boolean", - "format": "boolean" + "type": "boolean" } ], "tags": [ @@ -304,7 +303,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/gateway/gateway.pb.go b/components/automate-gateway/api/gateway/gateway.pb.go index ba791d940f6..9611eec833f 100644 --- a/components/automate-gateway/api/gateway/gateway.pb.go +++ b/components/automate-gateway/api/gateway/gateway.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-gateway/api/gateway/gateway.proto @@ -183,31 +183,31 @@ var file_automate_gateway_api_gateway_gateway_proto_rawDesc = []byte{ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x68, 0x61, 0x22, 0x20, 0x0a, 0x06, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xb3, 0x02, 0x0a, 0x07, 0x47, 0x61, - 0x74, 0x65, 0x77, 0x61, 0x79, 0x12, 0x9c, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, + 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xab, 0x02, 0x0a, 0x07, 0x47, 0x61, + 0x74, 0x65, 0x77, 0x61, 0x79, 0x12, 0x98, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x5a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, - 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, - 0x79, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x3a, 0x67, 0x65, 0x74, 0x12, 0x88, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x48, 0x65, 0x61, 0x6c, - 0x74, 0x68, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x19, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x48, - 0x65, 0x61, 0x6c, 0x74, 0x68, 0x22, 0x48, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x68, - 0x65, 0x61, 0x6c, 0x74, 0x68, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x3a, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x73, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x3a, 0x67, 0x65, 0x74, 0x42, - 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, - 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, - 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x61, 0x74, 0x65, - 0x77, 0x61, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x56, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, + 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, + 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x84, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x12, 0x16, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x19, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, + 0x68, 0x22, 0x44, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x12, 0x11, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x68, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, + 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, + 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x33, } var ( @@ -223,7 +223,7 @@ func file_automate_gateway_api_gateway_gateway_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_gateway_gateway_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_automate_gateway_api_gateway_gateway_proto_goTypes = []interface{}{ +var file_automate_gateway_api_gateway_gateway_proto_goTypes = []any{ (*Version)(nil), // 0: chef.automate.api.Version (*Health)(nil), // 1: chef.automate.api.Health (*emptypb.Empty)(nil), // 2: google.protobuf.Empty @@ -246,7 +246,7 @@ func file_automate_gateway_api_gateway_gateway_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_gateway_gateway_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_gateway_gateway_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Version); i { case 0: return &v.state @@ -258,7 +258,7 @@ func file_automate_gateway_api_gateway_gateway_proto_init() { return nil } } - file_automate_gateway_api_gateway_gateway_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_gateway_gateway_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Health); i { case 0: return &v.state diff --git a/components/automate-gateway/api/gateway/gateway.pb.gw.go b/components/automate-gateway/api/gateway/gateway.pb.gw.go index 5ef78d57da6..d40440949ce 100644 --- a/components/automate-gateway/api/gateway/gateway.pb.gw.go +++ b/components/automate-gateway/api/gateway/gateway.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Gateway_GetVersion_0(ctx context.Context, marshaler runtime.Marshaler, client GatewayClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -71,11 +73,14 @@ func local_request_Gateway_GetHealth_0(ctx context.Context, marshaler runtime.Ma // RegisterGatewayHandlerServer registers the http handlers for service Gateway to "mux". // UnaryRPC :call GatewayServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterGatewayHandlerFromEndpoint instead. func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GatewayServer) error { mux.Handle("GET", pattern_Gateway_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -83,6 +88,7 @@ func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_Gateway_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -96,6 +102,8 @@ func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, se mux.Handle("GET", pattern_Gateway_GetHealth_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -103,6 +111,7 @@ func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_Gateway_GetHealth_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/gateway/gateway.swagger.json b/components/automate-gateway/api/gateway/gateway.swagger.json index 37089b0c24b..8a7d567e06d 100644 --- a/components/automate-gateway/api/gateway/gateway.swagger.json +++ b/components/automate-gateway/api/gateway/gateway.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/gateway_gateway.pb.swagger.go b/components/automate-gateway/api/gateway_gateway.pb.swagger.go index d2e1d6e5418..738c0bb9de4 100644 --- a/components/automate-gateway/api/gateway_gateway.pb.swagger.go +++ b/components/automate-gateway/api/gateway_gateway.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -47,7 +47,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/infra_proxy.pb.swagger.go b/components/automate-gateway/api/infra_proxy.pb.swagger.go index b728fe7d86c..28f594e7483 100644 --- a/components/automate-gateway/api/infra_proxy.pb.swagger.go +++ b/components/automate-gateway/api/infra_proxy.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -108,7 +108,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -166,7 +166,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -205,7 +205,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -234,7 +234,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -273,7 +273,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -309,7 +309,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -345,7 +345,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -391,7 +391,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -437,7 +437,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -496,7 +496,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -542,7 +542,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -585,7 +585,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -630,7 +630,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -683,7 +683,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -721,7 +721,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -766,7 +766,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -818,7 +818,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -877,7 +877,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -913,7 +913,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -959,7 +959,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1025,7 +1025,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1068,7 +1068,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1121,7 +1121,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1181,7 +1181,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1231,7 +1231,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1283,7 +1283,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1342,7 +1342,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1388,7 +1388,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1431,7 +1431,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1474,7 +1474,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1527,7 +1527,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1572,7 +1572,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1624,7 +1624,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1685,7 +1685,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1728,7 +1728,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1771,7 +1771,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1824,7 +1824,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1877,7 +1877,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1930,7 +1930,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1983,7 +1983,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2021,7 +2021,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2071,7 +2071,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2116,7 +2116,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2161,7 +2161,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2206,7 +2206,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2265,7 +2265,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2311,7 +2311,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2354,7 +2354,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2397,7 +2397,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2450,7 +2450,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2495,7 +2495,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2547,7 +2547,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2585,7 +2585,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2653,12 +2653,10 @@ func init() { }, "validator": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "create_key": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates whether it's required to create a key or not." } } @@ -3202,7 +3200,6 @@ func init() { }, "validator": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "json_class": { @@ -3266,7 +3263,6 @@ func init() { }, "validator": { "type": "boolean", - "format": "boolean", "description": "Boolean indicates client type is validator or not." } } @@ -3309,8 +3305,7 @@ func init() { "type": "string" }, "frozen": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "json_class": { "type": "string" @@ -3381,24 +3376,19 @@ func init() { "type": "object", "properties": { "read": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "create": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "grant": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "update": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "delete": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, @@ -4365,7 +4355,6 @@ func init() { }, "skipped": { "type": "boolean", - "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "position": { @@ -4403,12 +4392,10 @@ func init() { }, "working_tree_clean": { "type": "boolean", - "format": "boolean", "description": "Boolean that denotes if the working tree is clean or not." }, "published": { "type": "boolean", - "format": "boolean", "description": "Source's published information." }, "synchronized_remote_branches": { diff --git a/components/automate-gateway/api/introspect.pb.swagger.go b/components/automate-gateway/api/introspect.pb.swagger.go index 4092d768699..79ffd691f0a 100644 --- a/components/automate-gateway/api/introspect.pb.swagger.go +++ b/components/automate-gateway/api/introspect.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -140,24 +140,19 @@ func init() { "type": "object", "properties": { "get": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "put": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "post": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "delete": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "patch": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/components/automate-gateway/api/job_scheduler.pb.swagger.go b/components/automate-gateway/api/job_scheduler.pb.swagger.go index 8dceb1bd88e..1701acad851 100644 --- a/components/automate-gateway/api/job_scheduler.pb.swagger.go +++ b/components/automate-gateway/api/job_scheduler.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -57,7 +57,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -121,7 +121,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -144,8 +144,7 @@ func init() { "type": "string" }, "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } }, "description": "SchedulerConfig\nThe job message to configure the Delete Node Job\nevery - It accepts '1h30m', '1m', '2h30m', ..." @@ -163,8 +162,7 @@ func init() { "type": "object", "properties": { "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "name": { "type": "string" @@ -193,8 +191,7 @@ func init() { "type": "object", "properties": { "running": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "jobs": { "type": "array", diff --git a/components/automate-gateway/api/jobs.pb.swagger.go b/components/automate-gateway/api/jobs.pb.swagger.go index af3ba5e2a48..4c6527ed0fa 100644 --- a/components/automate-gateway/api/jobs.pb.swagger.go +++ b/components/automate-gateway/api/jobs.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -99,7 +99,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -178,7 +178,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -218,7 +218,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -250,7 +250,6 @@ func init() { }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { @@ -397,7 +396,6 @@ func init() { }, "deleted": { "type": "boolean", - "format": "boolean", "description": "Boolean used to denote the job has been marked as \"deleted\" by the user." } } diff --git a/components/automate-gateway/api/legacy/legacy.pb.go b/components/automate-gateway/api/legacy/legacy.pb.go index f91c13bd739..77f02fcf69c 100644 --- a/components/automate-gateway/api/legacy/legacy.pb.go +++ b/components/automate-gateway/api/legacy/legacy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-gateway/api/legacy/legacy.proto @@ -90,23 +90,23 @@ var file_automate_gateway_api_legacy_legacy_proto_rawDesc = []byte{ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x28, 0x0a, 0x0e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xb3, 0x01, 0x0a, 0x13, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, - 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x9b, 0x01, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xaf, 0x01, 0x0a, 0x13, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, + 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x97, 0x01, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, - 0x72, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, - 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x41, 0x5a, 0x3f, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, - 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, - 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0x8a, 0xb5, 0x18, 0x22, + 0x0a, 0x0d, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x11, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x67, + 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x63, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x42, 0x41, 0x5a, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } var ( @@ -122,7 +122,7 @@ func file_automate_gateway_api_legacy_legacy_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_legacy_legacy_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_gateway_api_legacy_legacy_proto_goTypes = []interface{}{ +var file_automate_gateway_api_legacy_legacy_proto_goTypes = []any{ (*StatusResponse)(nil), // 0: chef.automate.api.legacy.StatusResponse (*emptypb.Empty)(nil), // 1: google.protobuf.Empty } @@ -142,7 +142,7 @@ func file_automate_gateway_api_legacy_legacy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_legacy_legacy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_legacy_legacy_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*StatusResponse); i { case 0: return &v.state diff --git a/components/automate-gateway/api/legacy/legacy.pb.gw.go b/components/automate-gateway/api/legacy/legacy.pb.gw.go index a323769fe3a..8175f872ab3 100644 --- a/components/automate-gateway/api/legacy/legacy.pb.gw.go +++ b/components/automate-gateway/api/legacy/legacy.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -31,6 +32,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_LegacyDataCollector_Status_0(ctx context.Context, marshaler runtime.Marshaler, client LegacyDataCollectorClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -53,11 +55,14 @@ func local_request_LegacyDataCollector_Status_0(ctx context.Context, marshaler r // RegisterLegacyDataCollectorHandlerServer registers the http handlers for service LegacyDataCollector to "mux". // UnaryRPC :call LegacyDataCollectorServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLegacyDataCollectorHandlerFromEndpoint instead. func RegisterLegacyDataCollectorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LegacyDataCollectorServer) error { mux.Handle("GET", pattern_LegacyDataCollector_Status_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -65,6 +70,7 @@ func RegisterLegacyDataCollectorHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_LegacyDataCollector_Status_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/legacy/legacy.swagger.json b/components/automate-gateway/api/legacy/legacy.swagger.json index 7a694933df9..1a301517c53 100644 --- a/components/automate-gateway/api/legacy/legacy.swagger.json +++ b/components/automate-gateway/api/legacy/legacy.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/legacy_legacy.pb.swagger.go b/components/automate-gateway/api/legacy_legacy.pb.swagger.go index 39c093fddc0..7482e619fa7 100644 --- a/components/automate-gateway/api/legacy_legacy.pb.swagger.go +++ b/components/automate-gateway/api/legacy_legacy.pb.swagger.go @@ -26,7 +26,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/license/license.pb.go b/components/automate-gateway/api/license/license.pb.go index 4e69a44b2b5..0b574bd719d 100644 --- a/components/automate-gateway/api/license/license.pb.go +++ b/components/automate-gateway/api/license/license.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-gateway/api/license/license.proto @@ -322,7 +322,7 @@ type RequestLicenseResp struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Do not use. + // Deprecated: Marked as deprecated in automate-gateway/api/license/license.proto. License string `protobuf:"bytes,1,opt,name=license,proto3" json:"license,omitempty"` Status *GetStatusResp `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` } @@ -359,7 +359,7 @@ func (*RequestLicenseResp) Descriptor() ([]byte, []int) { return file_automate_gateway_api_license_license_proto_rawDescGZIP(), []int{5} } -// Deprecated: Do not use. +// Deprecated: Marked as deprecated in automate-gateway/api/license/license.proto. func (x *RequestLicenseResp) GetLicense() string { if x != nil { return x.License @@ -494,48 +494,46 @@ var file_automate_gateway_api_license_license_proto_rawDesc = []byte{ 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, - 0x70, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xbf, 0x04, 0x0a, 0x07, 0x4c, 0x69, - 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0xbd, 0x01, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, + 0x70, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xa7, 0x04, 0x0a, 0x07, 0x4c, 0x69, + 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0xb3, 0x01, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x73, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x8a, 0xb5, 0x18, 0x16, 0x12, - 0x14, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, - 0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0xa9, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, - 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x49, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, - 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x12, 0x12, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, 0x67, 0x65, - 0x74, 0x12, 0xc7, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, - 0x65, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x4a, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0e, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, + 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, + 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1a, 0x3a, 0x01, 0x2a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, + 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0xa5, 0x01, 0x0a, 0x09, + 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, + 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, + 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x45, 0x8a, 0xb5, + 0x18, 0x23, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x12, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, + 0x65, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0xbd, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, + 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, + 0x73, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, + 0x65, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, - 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x22, 0x58, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, - 0x0e, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x8a, - 0xb5, 0x18, 0x18, 0x12, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, - 0x6e, 0x73, 0x65, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x42, 0x5a, 0x40, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, - 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, - 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x73, 0x70, 0x22, 0x4e, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x0e, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -551,7 +549,7 @@ func file_automate_gateway_api_license_license_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_license_license_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_automate_gateway_api_license_license_proto_goTypes = []interface{}{ +var file_automate_gateway_api_license_license_proto_goTypes = []any{ (*ApplyLicenseReq)(nil), // 0: chef.automate.api.license.ApplyLicenseReq (*ApplyLicenseResp)(nil), // 1: chef.automate.api.license.ApplyLicenseResp (*GetStatusReq)(nil), // 2: chef.automate.api.license.GetStatusReq @@ -587,7 +585,7 @@ func file_automate_gateway_api_license_license_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_license_license_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ApplyLicenseReq); i { case 0: return &v.state @@ -599,7 +597,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ApplyLicenseResp); i { case 0: return &v.state @@ -611,7 +609,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*GetStatusReq); i { case 0: return &v.state @@ -623,7 +621,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*GetStatusResp); i { case 0: return &v.state @@ -635,7 +633,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*RequestLicenseReq); i { case 0: return &v.state @@ -647,7 +645,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*RequestLicenseResp); i { case 0: return &v.state @@ -659,7 +657,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_license_license_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetStatusResp_DateRange); i { case 0: return &v.state diff --git a/components/automate-gateway/api/license/license.pb.gw.go b/components/automate-gateway/api/license/license.pb.gw.go index 196cec81318..55b0e270065 100644 --- a/components/automate-gateway/api/license/license.pb.gw.go +++ b/components/automate-gateway/api/license/license.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_License_ApplyLicense_0(ctx context.Context, marshaler runtime.Marshaler, client LicenseClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq ApplyLicenseReq @@ -120,11 +122,14 @@ func local_request_License_RequestLicense_0(ctx context.Context, marshaler runti // RegisterLicenseHandlerServer registers the http handlers for service License to "mux". // UnaryRPC :call LicenseServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLicenseHandlerFromEndpoint instead. func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LicenseServer) error { mux.Handle("POST", pattern_License_ApplyLicense_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -132,6 +137,7 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_License_ApplyLicense_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -145,6 +151,8 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se mux.Handle("GET", pattern_License_GetStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -152,6 +160,7 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_License_GetStatus_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -165,6 +174,8 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se mux.Handle("POST", pattern_License_RequestLicense_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -172,6 +183,7 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_License_RequestLicense_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/license/license.swagger.json b/components/automate-gateway/api/license/license.swagger.json index 1813c3c51f4..327d96e808d 100644 --- a/components/automate-gateway/api/license/license.swagger.json +++ b/components/automate-gateway/api/license/license.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -132,8 +132,7 @@ "type": "string" }, "grace_period": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "license_type": { "type": "string" @@ -166,8 +165,7 @@ "type": "string" }, "gdpr_agree": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/components/automate-gateway/api/license_license.pb.swagger.go b/components/automate-gateway/api/license_license.pb.swagger.go index 6a77523082a..bb1668f7d27 100644 --- a/components/automate-gateway/api/license_license.pb.swagger.go +++ b/components/automate-gateway/api/license_license.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -57,7 +57,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -135,8 +135,7 @@ func init() { "type": "string" }, "grace_period": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "license_type": { "type": "string" @@ -169,8 +168,7 @@ func init() { "type": "string" }, "gdpr_agree": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/components/automate-gateway/api/manager.pb.swagger.go b/components/automate-gateway/api/manager.pb.swagger.go index 7b11cec778c..75aee65b8fc 100644 --- a/components/automate-gateway/api/manager.pb.swagger.go +++ b/components/automate-gateway/api/manager.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -123,7 +123,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -164,7 +164,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -197,7 +197,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -230,7 +230,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -263,7 +263,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -304,7 +304,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -345,7 +345,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -386,7 +386,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -418,7 +418,6 @@ func init() { }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { diff --git a/components/automate-gateway/api/nodes.pb.swagger.go b/components/automate-gateway/api/nodes.pb.swagger.go index 52aaac7dacf..dd8ee0eca70 100644 --- a/components/automate-gateway/api/nodes.pb.swagger.go +++ b/components/automate-gateway/api/nodes.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -129,7 +129,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -163,7 +163,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -194,7 +194,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -225,7 +225,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -266,7 +266,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -299,7 +299,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -331,7 +331,6 @@ func init() { }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { @@ -640,17 +639,14 @@ func init() { }, "sudo": { "type": "boolean", - "format": "boolean", "description": "Uses ` + "`" + `sudo` + "`" + ` (boolean)." }, "ssl": { "type": "boolean", - "format": "boolean", "description": "Check ssl (boolean)." }, "self_signed": { "type": "boolean", - "format": "boolean", "description": "Allow self-signed certificate (boolean)." }, "user": { diff --git a/components/automate-gateway/api/notifications/notifications.pb.go b/components/automate-gateway/api/notifications/notifications.pb.go index 1f3b250b8b7..6dc3556b083 100644 --- a/components/automate-gateway/api/notifications/notifications.pb.go +++ b/components/automate-gateway/api/notifications/notifications.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-gateway/api/notifications/notifications.proto @@ -1311,110 +1311,109 @@ var file_automate_gateway_api_notifications_notifications_proto_rawDesc = []byte 0x6f, 0x6e, 0x73, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x00, 0x52, 0x04, 0x6e, 0x6f, 0x6e, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x17, 0x0a, 0x15, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x9f, 0x0c, 0x0a, 0x0d, 0x4e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xd3, 0x01, 0x0a, 0x07, + 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x83, 0x0c, 0x0a, 0x0d, 0x4e, 0x6f, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xcf, 0x01, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x41, - 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, - 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x12, - 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, - 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x12, 0xe0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, - 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, - 0x72, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x2a, 0x20, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x8a, 0xb5, 0x18, 0x1a, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, - 0x18, 0x22, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x8a, 0xb5, 0x18, 0x37, + 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, + 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x3a, 0x01, 0x2a, + 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xdc, 0x01, + 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, + 0x75, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x1a, 0x33, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, + 0x52, 0x75, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x68, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x12, 0xe6, 0x01, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, - 0x75, 0x6c, 0x65, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x25, 0x1a, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, - 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1a, 0x0a, 0x18, 0x6e, - 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, - 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x22, 0x12, 0x20, 0x6e, 0x6f, 0x74, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, - 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xd7, 0x01, - 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, - 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, - 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, - 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1a, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, + 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x2a, 0x20, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe2, 0x01, 0x0a, + 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x32, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, + 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, - 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xd2, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, + 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x1a, + 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, + 0x7d, 0x12, 0xd3, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, + 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x1a, 0x30, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x65, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0x1d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, + 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, + 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, - 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x6e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xeb, 0x01, 0x0a, - 0x0f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, - 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x69, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x77, - 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x6e, - 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x24, 0x12, 0x22, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5c, 0x8a, 0xb5, 0x18, 0x35, + 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x1e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, + 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xe7, 0x01, 0x0a, 0x0f, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x12, 0x35, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, + 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x8a, 0xb5, 0x18, + 0x39, 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, - 0x73, 0x3a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x12, 0xce, 0x01, 0x0a, 0x07, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, - 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x48, 0x5a, 0x46, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, - 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, - 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x73, 0x3a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, + 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x77, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x12, 0xca, 0x01, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2f, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x5c, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, + 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, + 0x48, 0x5a, 0x46, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, + 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, + 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x33, } var ( @@ -1431,7 +1430,7 @@ func file_automate_gateway_api_notifications_notifications_proto_rawDescGZIP() [ var file_automate_gateway_api_notifications_notifications_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_automate_gateway_api_notifications_notifications_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_automate_gateway_api_notifications_notifications_proto_goTypes = []interface{}{ +var file_automate_gateway_api_notifications_notifications_proto_goTypes = []any{ (Rule_Event)(0), // 0: chef.automate.api.notifications.Rule.Event (*SlackAlert)(nil), // 1: chef.automate.api.notifications.SlackAlert (*WebhookAlert)(nil), // 2: chef.automate.api.notifications.WebhookAlert @@ -1494,7 +1493,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_notifications_notifications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*SlackAlert); i { case 0: return &v.state @@ -1506,7 +1505,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*WebhookAlert); i { case 0: return &v.state @@ -1518,7 +1517,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ServiceNowAlert); i { case 0: return &v.state @@ -1530,7 +1529,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Rule); i { case 0: return &v.state @@ -1542,7 +1541,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*RuleIdentifier); i { case 0: return &v.state @@ -1554,7 +1553,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*RuleUpdateRequest); i { case 0: return &v.state @@ -1566,7 +1565,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*RuleListRequest); i { case 0: return &v.state @@ -1578,7 +1577,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*RuleUpdateResponse); i { case 0: return &v.state @@ -1590,7 +1589,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*RuleDeleteResponse); i { case 0: return &v.state @@ -1602,7 +1601,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*RuleAddRequest); i { case 0: return &v.state @@ -1614,7 +1613,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*RuleAddResponse); i { case 0: return &v.state @@ -1626,7 +1625,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*RuleGetResponse); i { case 0: return &v.state @@ -1638,7 +1637,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*RuleListResponse); i { case 0: return &v.state @@ -1650,7 +1649,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -1662,7 +1661,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*VersionResponse); i { case 0: return &v.state @@ -1674,7 +1673,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -1686,7 +1685,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*SecretId); i { case 0: return &v.state @@ -1698,7 +1697,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*Empty); i { case 0: return &v.state @@ -1710,7 +1709,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -1722,7 +1721,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*URLValidationResponse); i { case 0: return &v.state @@ -1735,12 +1734,12 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { } } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].OneofWrappers = []interface{}{ + file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].OneofWrappers = []any{ (*Rule_SlackAlert)(nil), (*Rule_WebhookAlert)(nil), (*Rule_ServiceNowAlert)(nil), } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].OneofWrappers = []interface{}{ + file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].OneofWrappers = []any{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_None)(nil), diff --git a/components/automate-gateway/api/notifications/notifications.pb.gw.go b/components/automate-gateway/api/notifications/notifications.pb.gw.go index eb43593ce1d..3535c8d36d7 100644 --- a/components/automate-gateway/api/notifications/notifications.pb.gw.go +++ b/components/automate-gateway/api/notifications/notifications.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Notifications_AddRule_0(ctx context.Context, marshaler runtime.Marshaler, client NotificationsClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq RuleAddRequest @@ -316,11 +318,14 @@ func local_request_Notifications_Version_0(ctx context.Context, marshaler runtim // RegisterNotificationsHandlerServer registers the http handlers for service Notifications to "mux". // UnaryRPC :call NotificationsServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNotificationsHandlerFromEndpoint instead. func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NotificationsServer) error { mux.Handle("POST", pattern_Notifications_AddRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -328,6 +333,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_AddRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -341,6 +347,8 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("DELETE", pattern_Notifications_DeleteRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -348,6 +356,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_DeleteRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -361,6 +370,8 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_Notifications_UpdateRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -368,6 +379,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_UpdateRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -381,6 +393,8 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_Notifications_GetRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -388,6 +402,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_GetRule_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -401,6 +416,8 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_Notifications_ListRules_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -408,6 +425,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_ListRules_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -421,6 +439,8 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_Notifications_ValidateWebhook_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -428,6 +448,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_ValidateWebhook_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -441,6 +462,8 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_Notifications_Version_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -448,6 +471,7 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_Version_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/notifications/notifications.swagger.json b/components/automate-gateway/api/notifications/notifications.swagger.json index 77c01be0060..089455b1441 100644 --- a/components/automate-gateway/api/notifications/notifications.swagger.json +++ b/components/automate-gateway/api/notifications/notifications.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -42,7 +42,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -102,7 +102,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -130,7 +130,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -168,7 +168,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -190,7 +190,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -359,8 +359,7 @@ "type": "string" }, "critical_controls_only": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/components/automate-gateway/api/notifications_notifications.pb.swagger.go b/components/automate-gateway/api/notifications_notifications.pb.swagger.go index ee5e3ddb588..16af06b2ada 100644 --- a/components/automate-gateway/api/notifications_notifications.pb.swagger.go +++ b/components/automate-gateway/api/notifications_notifications.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -133,7 +133,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -171,7 +171,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -193,7 +193,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -362,8 +362,7 @@ func init() { "type": "string" }, "critical_controls_only": { - "type": "boolean", - "format": "boolean" + "type": "boolean" } } }, diff --git a/components/automate-gateway/api/policy.pb.swagger.go b/components/automate-gateway/api/policy.pb.swagger.go index a1f77aba030..aaf794cfb74 100644 --- a/components/automate-gateway/api/policy.pb.swagger.go +++ b/components/automate-gateway/api/policy.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -111,7 +111,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -142,7 +142,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -173,7 +173,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -220,7 +220,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -251,7 +251,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -298,7 +298,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -345,7 +345,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -392,7 +392,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -416,7 +416,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -438,7 +438,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -478,7 +478,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -509,7 +509,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -540,7 +540,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -587,7 +587,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -609,7 +609,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -649,7 +649,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -680,7 +680,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -711,7 +711,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -906,7 +906,6 @@ func init() { }, "skip_policies": { "type": "boolean", - "format": "boolean", "description": "Boolean flag to skip adding policies associated with the project. Set to false by default." } }, diff --git a/components/automate-gateway/api/profiles.pb.swagger.go b/components/automate-gateway/api/profiles.pb.swagger.go index 69f88b18389..4867f360af3 100644 --- a/components/automate-gateway/api/profiles.pb.swagger.go +++ b/components/automate-gateway/api/profiles.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -108,7 +108,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -155,7 +155,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -189,7 +189,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -694,7 +694,6 @@ func init() { "properties": { "valid": { "type": "boolean", - "format": "boolean", "description": "Boolean that denotes if the profile is valid or not (as reported by ` + "`" + `inspec check` + "`" + `)." }, "timestamp": { diff --git a/components/automate-gateway/api/report_manager.pb.swagger.go b/components/automate-gateway/api/report_manager.pb.swagger.go index 5f23a44df83..977fff6fdfd 100644 --- a/components/automate-gateway/api/report_manager.pb.swagger.go +++ b/components/automate-gateway/api/report_manager.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/reporting.pb.swagger.go b/components/automate-gateway/api/reporting.pb.swagger.go index 8c40083c23b..e429d567d8a 100644 --- a/components/automate-gateway/api/reporting.pb.swagger.go +++ b/components/automate-gateway/api/reporting.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -85,7 +85,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -153,7 +153,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -187,7 +187,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -221,7 +221,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -262,7 +262,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -295,7 +295,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -329,7 +329,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -363,7 +363,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -397,7 +397,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -438,7 +438,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -472,7 +472,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -506,7 +506,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -547,7 +547,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -579,7 +579,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1320,12 +1320,10 @@ func init() { "type": "string" }, "run": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "skipped_due_to_waiver": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "message": { "type": "string" diff --git a/components/automate-gateway/api/rules.pb.swagger.go b/components/automate-gateway/api/rules.pb.swagger.go index 897128ed3ab..3a5c7dcc01f 100644 --- a/components/automate-gateway/api/rules.pb.swagger.go +++ b/components/automate-gateway/api/rules.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -128,7 +128,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -175,7 +175,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -213,7 +213,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -251,7 +251,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -327,7 +327,6 @@ func init() { }, "failed": { "type": "boolean", - "format": "boolean", "description": "Whether or not the project update has failed." }, "failure_message": { @@ -336,7 +335,6 @@ func init() { }, "cancelled": { "type": "boolean", - "format": "boolean", "description": "Whether or not the project update was canceled." } } diff --git a/components/automate-gateway/api/secrets.pb.swagger.go b/components/automate-gateway/api/secrets.pb.swagger.go index f83b25f5b2e..f01335a701a 100644 --- a/components/automate-gateway/api/secrets.pb.swagger.go +++ b/components/automate-gateway/api/secrets.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -123,7 +123,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -164,7 +164,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -196,7 +196,6 @@ func init() { }, "exclude": { "type": "boolean", - "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { diff --git a/components/automate-gateway/api/stats.pb.swagger.go b/components/automate-gateway/api/stats.pb.swagger.go index 0909bcea7dc..b41ff7286a9 100644 --- a/components/automate-gateway/api/stats.pb.swagger.go +++ b/components/automate-gateway/api/stats.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -85,7 +85,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -153,7 +153,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -187,7 +187,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/teams.pb.swagger.go b/components/automate-gateway/api/teams.pb.swagger.go index 570996af882..b02d5340027 100644 --- a/components/automate-gateway/api/teams.pb.swagger.go +++ b/components/automate-gateway/api/teams.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -149,7 +149,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -195,7 +195,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -227,7 +227,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -273,7 +273,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -319,7 +319,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/telemetry/telemetry.pb.go b/components/automate-gateway/api/telemetry/telemetry.pb.go index 1e87b097bfa..0dd5d11c25b 100644 --- a/components/automate-gateway/api/telemetry/telemetry.pb.go +++ b/components/automate-gateway/api/telemetry/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: automate-gateway/api/telemetry/telemetry.proto @@ -210,8 +210,8 @@ var file_automate_gateway_api_telemetry_telemetry_proto_rawDesc = []byte{ 0x0c, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, - 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x32, 0xdd, 0x01, 0x0a, 0x09, 0x54, 0x65, 0x6c, 0x65, 0x6d, - 0x65, 0x74, 0x72, 0x79, 0x12, 0xcf, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x65, 0x6c, 0x65, + 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x32, 0xd9, 0x01, 0x0a, 0x09, 0x54, 0x65, 0x6c, 0x65, 0x6d, + 0x65, 0x74, 0x72, 0x79, 0x12, 0xcb, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, @@ -219,17 +219,16 @@ var file_automate_gateway_api_telemetry_telemetry_proto_rawDesc = []byte{ 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x3a, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x22, 0x4f, 0x8a, 0xb5, 0x18, 0x2b, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x74, + 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x67, + 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, + 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x74, + 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -245,7 +244,7 @@ func file_automate_gateway_api_telemetry_telemetry_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_telemetry_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_automate_gateway_api_telemetry_telemetry_proto_goTypes = []interface{}{ +var file_automate_gateway_api_telemetry_telemetry_proto_goTypes = []any{ (*TelemetryRequest)(nil), // 0: chef.automate.api.telemetry.TelemetryRequest (*TelemetryResponse)(nil), // 1: chef.automate.api.telemetry.TelemetryResponse } @@ -265,7 +264,7 @@ func file_automate_gateway_api_telemetry_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*TelemetryRequest); i { case 0: return &v.state @@ -277,7 +276,7 @@ func file_automate_gateway_api_telemetry_telemetry_proto_init() { return nil } } - file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*TelemetryResponse); i { case 0: return &v.state diff --git a/components/automate-gateway/api/telemetry/telemetry.pb.gw.go b/components/automate-gateway/api/telemetry/telemetry.pb.gw.go index d8be8541f8c..5816f0ceccc 100644 --- a/components/automate-gateway/api/telemetry/telemetry.pb.gw.go +++ b/components/automate-gateway/api/telemetry/telemetry.pb.gw.go @@ -20,6 +20,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" + "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -30,6 +31,7 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage +var _ = metadata.Join func request_Telemetry_GetTelemetryConfiguration_0(ctx context.Context, marshaler runtime.Marshaler, client TelemetryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq TelemetryRequest @@ -52,11 +54,14 @@ func local_request_Telemetry_GetTelemetryConfiguration_0(ctx context.Context, ma // RegisterTelemetryHandlerServer registers the http handlers for service Telemetry to "mux". // UnaryRPC :call TelemetryServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. +// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTelemetryHandlerFromEndpoint instead. func RegisterTelemetryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TelemetryServer) error { mux.Handle("GET", pattern_Telemetry_GetTelemetryConfiguration_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -64,6 +69,7 @@ func RegisterTelemetryHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_Telemetry_GetTelemetryConfiguration_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/telemetry/telemetry.swagger.json b/components/automate-gateway/api/telemetry/telemetry.swagger.json index 5b0669572c6..89cd37f688b 100644 --- a/components/automate-gateway/api/telemetry/telemetry.swagger.json +++ b/components/automate-gateway/api/telemetry/telemetry.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -51,8 +51,7 @@ "type": "string" }, "telemetry_enabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "telemetry_url": { "type": "string" diff --git a/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go b/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go index 2891127b519..2ddf704e7e2 100644 --- a/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go +++ b/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,8 +54,7 @@ func init() { "type": "string" }, "telemetry_enabled": { - "type": "boolean", - "format": "boolean" + "type": "boolean" }, "telemetry_url": { "type": "string" diff --git a/components/automate-gateway/api/tokens.pb.swagger.go b/components/automate-gateway/api/tokens.pb.swagger.go index 629db6ae7fe..62afd83ff2e 100644 --- a/components/automate-gateway/api/tokens.pb.swagger.go +++ b/components/automate-gateway/api/tokens.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -120,7 +120,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -151,7 +151,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -209,7 +209,6 @@ func init() { }, "active": { "type": "boolean", - "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "value": { @@ -316,7 +315,6 @@ func init() { }, "active": { "type": "boolean", - "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not authenticate." }, "created_at": { @@ -357,7 +355,6 @@ func init() { }, "active": { "type": "boolean", - "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "projects": { diff --git a/components/automate-gateway/api/user_settings.pb.swagger.go b/components/automate-gateway/api/user_settings.pb.swagger.go index 3a57cb00803..71dc95972a7 100644 --- a/components/automate-gateway/api/user_settings.pb.swagger.go +++ b/components/automate-gateway/api/user_settings.pb.swagger.go @@ -26,7 +26,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -96,7 +96,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -193,7 +193,6 @@ func init() { }, "enabled": { "type": "boolean", - "format": "boolean", "title": "Enabled" }, "valid_values": { diff --git a/components/automate-gateway/api/users.pb.swagger.go b/components/automate-gateway/api/users.pb.swagger.go index dc1f1c18fd5..0f1676b3d2f 100644 --- a/components/automate-gateway/api/users.pb.swagger.go +++ b/components/automate-gateway/api/users.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -96,7 +96,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -136,7 +136,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -167,7 +167,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -198,7 +198,7 @@ func init() { } }, "default": { - "description": "An unexpected error response", + "description": "An unexpected error response.", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/notifications-client/api/health.pb.go b/components/notifications-client/api/health.pb.go index d3d2c4a5a63..26e8cb2c27b 100644 --- a/components/notifications-client/api/health.pb.go +++ b/components/notifications-client/api/health.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: health.proto @@ -130,7 +130,7 @@ func file_health_proto_rawDescGZIP() []byte { } var file_health_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_health_proto_goTypes = []interface{}{ +var file_health_proto_goTypes = []any{ (*VersionRequest)(nil), // 0: notifications.VersionRequest (*VersionResponse)(nil), // 1: notifications.VersionResponse } @@ -148,7 +148,7 @@ func file_health_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_health_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_health_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -160,7 +160,7 @@ func file_health_proto_init() { return nil } } - file_health_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_health_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*VersionResponse); i { case 0: return &v.state diff --git a/components/notifications-client/api/notifications.pb.go b/components/notifications-client/api/notifications.pb.go index 438beea5b8a..5b048f14cb8 100644 --- a/components/notifications-client/api/notifications.pb.go +++ b/components/notifications-client/api/notifications.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: notifications.proto @@ -1793,7 +1793,7 @@ func file_notifications_proto_rawDescGZIP() []byte { } var file_notifications_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_notifications_proto_goTypes = []interface{}{ +var file_notifications_proto_goTypes = []any{ (*ExceptionInfo)(nil), // 0: notifications.ExceptionInfo (*TimeInfo)(nil), // 1: notifications.TimeInfo (*Profile)(nil), // 2: notifications.Profile @@ -1846,7 +1846,7 @@ func file_notifications_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_notifications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ExceptionInfo); i { case 0: return &v.state @@ -1858,7 +1858,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*TimeInfo); i { case 0: return &v.state @@ -1870,7 +1870,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Profile); i { case 0: return &v.state @@ -1882,7 +1882,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -1894,7 +1894,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Refs); i { case 0: return &v.state @@ -1906,7 +1906,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*PlatformSupport); i { case 0: return &v.state @@ -1918,7 +1918,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*ComplianceSuccess); i { case 0: return &v.state @@ -1930,7 +1930,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ComplianceFailure); i { case 0: return &v.state @@ -1942,7 +1942,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*CCRFailure); i { case 0: return &v.state @@ -1954,7 +1954,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*CCRSuccess); i { case 0: return &v.state @@ -1966,7 +1966,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*Response); i { case 0: return &v.state @@ -1978,7 +1978,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*Event); i { case 0: return &v.state @@ -1990,7 +1990,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*Profile_Control); i { case 0: return &v.state @@ -2002,7 +2002,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*Profile_Attribute); i { case 0: return &v.state @@ -2014,7 +2014,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*Profile_ControlTotals); i { case 0: return &v.state @@ -2026,7 +2026,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*Profile_Control_Result); i { case 0: return &v.state @@ -2038,7 +2038,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*Profile_Control_ResultTotals); i { case 0: return &v.state @@ -2050,7 +2050,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*Profile_Attribute_Options); i { case 0: return &v.state @@ -2062,7 +2062,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_notifications_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ComplianceFailure_ControlTotals); i { case 0: return &v.state @@ -2075,7 +2075,7 @@ func file_notifications_proto_init() { } } } - file_notifications_proto_msgTypes[11].OneofWrappers = []interface{}{ + file_notifications_proto_msgTypes[11].OneofWrappers = []any{ (*Event_CCRSuccess)(nil), (*Event_CCRFailure)(nil), (*Event_ComplianceSuccess)(nil), diff --git a/components/notifications-client/api/rules.pb.go b/components/notifications-client/api/rules.pb.go index a1475636d25..e7b6af1ccad 100644 --- a/components/notifications-client/api/rules.pb.go +++ b/components/notifications-client/api/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: rules.proto @@ -1473,7 +1473,7 @@ func file_rules_proto_rawDescGZIP() []byte { var file_rules_proto_enumTypes = make([]protoimpl.EnumInfo, 7) var file_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_rules_proto_goTypes = []interface{}{ +var file_rules_proto_goTypes = []any{ (Rule_Event)(0), // 0: notifications.Rule.Event (URLValidationResponse_Code)(0), // 1: notifications.URLValidationResponse.Code (RuleUpdateResponse_Code)(0), // 2: notifications.RuleUpdateResponse.Code @@ -1527,7 +1527,7 @@ func file_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Empty); i { case 0: return &v.state @@ -1539,7 +1539,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*SlackAlert); i { case 0: return &v.state @@ -1551,7 +1551,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*WebhookAlert); i { case 0: return &v.state @@ -1563,7 +1563,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ServiceNowAlert); i { case 0: return &v.state @@ -1575,7 +1575,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*Rule); i { case 0: return &v.state @@ -1587,7 +1587,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -1599,7 +1599,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*SecretId); i { case 0: return &v.state @@ -1611,7 +1611,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -1623,7 +1623,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*URLValidationResponse); i { case 0: return &v.state @@ -1635,7 +1635,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*RuleIdentifier); i { case 0: return &v.state @@ -1647,7 +1647,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*RuleUpdateResponse); i { case 0: return &v.state @@ -1659,7 +1659,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*RuleDeleteResponse); i { case 0: return &v.state @@ -1671,7 +1671,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*RuleAddResponse); i { case 0: return &v.state @@ -1683,7 +1683,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*RuleGetResponse); i { case 0: return &v.state @@ -1695,7 +1695,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_rules_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*RuleListResponse); i { case 0: return &v.state @@ -1708,12 +1708,12 @@ func file_rules_proto_init() { } } } - file_rules_proto_msgTypes[4].OneofWrappers = []interface{}{ + file_rules_proto_msgTypes[4].OneofWrappers = []any{ (*Rule_SlackAlert)(nil), (*Rule_WebhookAlert)(nil), (*Rule_ServiceNowAlert)(nil), } - file_rules_proto_msgTypes[7].OneofWrappers = []interface{}{ + file_rules_proto_msgTypes[7].OneofWrappers = []any{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_None)(nil), diff --git a/components/notifications-client/api/server.pb.go b/components/notifications-client/api/server.pb.go index bbfa2c5c888..e02f65b62c4 100644 --- a/components/notifications-client/api/server.pb.go +++ b/components/notifications-client/api/server.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: server.proto @@ -72,7 +72,7 @@ var file_server_proto_rawDesc = []byte{ 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_server_proto_goTypes = []interface{}{ +var file_server_proto_goTypes = []any{ (*Event)(nil), // 0: notifications.Event (*Rule)(nil), // 1: notifications.Rule (*RuleIdentifier)(nil), // 2: notifications.RuleIdentifier diff --git a/go.mod b/go.mod index a79e94f9290..cd39011dcf2 100644 --- a/go.mod +++ b/go.mod @@ -56,11 +56,11 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.5.0 github.com/muesli/crunchy v0.4.0 - github.com/nats-io/nats-streaming-server v0.24.6 - github.com/nats-io/nats.go v1.28.0 - github.com/nats-io/stan.go v0.10.2 - github.com/olivere/elastic/v7 v7.0.28 - github.com/open-policy-agent/opa v0.19.1 + github.com/nats-io/nats-streaming-server v0.25.6 + github.com/nats-io/nats.go v1.37.0 + github.com/nats-io/stan.go v0.10.4 + github.com/olivere/elastic/v7 v7.0.32 + github.com/open-policy-agent/opa v0.67.1 github.com/opentracing/opentracing-go v1.2.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pelletier/go-toml v1.9.5 @@ -84,14 +84,14 @@ require ( go.uber.org/atomic v1.11.0 go.uber.org/multierr v1.11.0 go.uber.org/zap v1.27.0 - gocloud.dev v0.22.0 - golang.org/x/crypto v0.31.0 + gocloud.dev v0.39.0 + golang.org/x/crypto v0.26.0 golang.org/x/oauth2 v0.22.0 golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0 - golang.org/x/text v0.21.0 - google.golang.org/api v0.102.0 - google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 - google.golang.org/grpc v1.53.0-dev + golang.org/x/text v0.17.0 + google.golang.org/api v0.195.0 + google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed // indirect + google.golang.org/grpc v1.66.0 google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538 google.golang.org/protobuf v1.28.1 gopkg.in/cheggaaa/pb.v1 v1.0.28 @@ -102,12 +102,8 @@ require ( ) require ( - github.com/ansrivas/fiberprometheus/v2 v2.7.0 + github.com/ansrivas/fiberprometheus/v2 v2.6.0 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 - github.com/bufbuild/buf v0.29.0 - github.com/chef/automate/api/external v0.0.0-20240828051912-8c022fa4f66b - github.com/dexidp/dex v2.35.0+incompatible - github.com/dexidp/dex/api/v2 v2.0.0 github.com/gofiber/fiber/v2 v2.52.5 github.com/gofiber/utils v1.1.0 github.com/hashicorp/go-version v1.7.0 @@ -118,25 +114,33 @@ require ( google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed ) -require ( - github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect - github.com/felixge/fgprof v0.9.4 // indirect - github.com/gofiber/adaptor/v2 v2.1.31 // indirect - github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect - github.com/moby/docker-image-spec v1.3.1 // indirect - github.com/opencontainers/image-spec v1.0.2 // indirect - github.com/spf13/jwalterweatherman v1.0.0 // indirect - go.opencensus.io v0.24.0 // indirect - golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect - google.golang.org/appengine v1.6.7 // indirect -) +require go.opencensus.io v0.24.0 // indirect require ( cloud.google.com/go/compute/metadata v0.5.0 // indirect - cloud.google.com/go/iam v0.7.0 // indirect + cloud.google.com/go/iam v1.2.0 // indirect github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect + github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect + github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 // indirect + github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect + github.com/aws/smithy-go v1.20.4 // indirect + github.com/bufbuild/protocompile v0.14.0 // indirect github.com/chzyer/readline v1.5.1 // indirect github.com/containerd/log v0.1.0 // indirect github.com/distribution/reference v0.6.0 // indirect @@ -155,7 +159,15 @@ require ( github.com/oklog/ulid v1.3.1 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect + github.com/sagikazarmark/locafero v0.6.0 // indirect + github.com/sagikazarmark/slog-shim v0.1.0 // indirect + github.com/sourcegraph/conc v0.3.0 // indirect + github.com/tchap/go-patricia/v2 v2.3.1 // indirect + github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect + github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect go.mongodb.org/mongo-driver v1.16.1 // indirect + // go.opencensus.io v0.24.0 // indirect + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect go.opentelemetry.io/otel/trace v1.29.0 // indirect golang.org/x/sync v0.10.0 // indirect @@ -163,8 +175,8 @@ require ( ) require ( - cloud.google.com/go v0.105.0 // indirect - cloud.google.com/go/storage v1.27.0 + cloud.google.com/go v0.115.1 // indirect + cloud.google.com/go/storage v1.43.0 github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect @@ -173,7 +185,7 @@ require ( github.com/Azure/go-autorest/logger v0.2.1 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect github.com/Masterminds/semver/v3 v3.3.0 - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.4.14 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect github.com/agext/levenshtein v1.2.3 // indirect github.com/andybalholm/brotli v1.1.0 // indirect @@ -184,9 +196,10 @@ require ( github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dimchansky/utfbom v1.1.1 // indirect - github.com/docker/docker v27.1.2+incompatible // indirect - github.com/docker/go-connections v0.5.0 // indirect - github.com/docker/go-units v0.5.0 // indirect + github.com/docker/distribution v2.7.1+incompatible // indirect + github.com/docker/docker v1.13.1 // indirect + github.com/docker/go-connections v0.4.0 // indirect + github.com/docker/go-units v0.4.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect @@ -198,9 +211,9 @@ require ( github.com/golang-jwt/jwt/v4 v4.5.0 // indirect github.com/golang/glog v1.2.1 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/google/wire v0.5.0 // indirect - github.com/googleapis/gax-go/v2 v2.6.0 // indirect - github.com/gorilla/handlers v1.4.2 // indirect + github.com/google/wire v0.6.0 // indirect + github.com/googleapis/gax-go/v2 v2.13.0 // indirect + github.com/gorilla/handlers v1.3.0 // indirect github.com/hashicorp/go-hclog v1.6.3 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/golang-lru v1.0.2 // indirect @@ -229,9 +242,9 @@ require ( github.com/nats-io/nkeys v0.4.7 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/peterh/liner v1.2.2 // indirect - github.com/pkg/profile v1.7.0 // indirect - github.com/prometheus/client_model v0.3.0 // indirect - github.com/prometheus/common v0.42.0 // indirect + github.com/pkg/profile v1.5.0 // indirect + github.com/prometheus/client_model v0.6.1 // indirect + github.com/prometheus/common v0.57.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rs/xid v1.6.0 // indirect diff --git a/go.sum b/go.sum index a743ac5e930..e1ed7ba68e8 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,25 @@ +bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= +bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= +bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.28.1-20240401165935-b983156c5e99.4/go.mod h1:mS9XvSH4W2c4pyTYRkCwrIuwoYpigZwLrYhzHaIT0Vo= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.28.1-20240717164558-a6c49f84cc0f.4 h1:VpB1AbXqPiPScDKT8HLcd8CFrehklzrB0yysXjcVtt4= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.28.1-20240717164558-a6c49f84cc0f.4/go.mod h1:mS9XvSH4W2c4pyTYRkCwrIuwoYpigZwLrYhzHaIT0Vo= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 h1:SZRVx928rbYZ6hEKUIN+vtGDkl7uotABRWGY4OAg5gM= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2/go.mod h1:ylS4c28ACSI59oJrOdW4pHS4n0Hw4TgSPHn8rpHl4Yw= +buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240821192916-45ba72cdd479.1 h1:QaJ6UkpvlGo4dBXR41vLRfPiKungbg7brjmbBC/k6Ig= +buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240821192916-45ba72cdd479.1/go.mod h1:oQsMFNU3YzxxjRS6O68UkcF/A+pXdXqQNcUfQEBTWcw= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.28.1-20240821192916-45ba72cdd479.4 h1:IF45ViHHWwJWk0+psjie1/6807EmQo23F7fuWMybZfM= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.28.1-20240821192916-45ba72cdd479.4/go.mod h1:W/p07eAQQREFoBYkVzvzx8pOKucigQ/Q3cJWlkGqI0w= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240821192916-45ba72cdd479.2 h1:C3CTZTucEUm7i0O2tAM8GSlg23GnQYcljX1b1Jcpsro= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240821192916-45ba72cdd479.2/go.mod h1:psseUmlKRo9v5LZJtR/aTpdTLuyp9o3X7rnLT87SZEo= cloud.google.com/go v0.0.0-20170206221025-ce650573d812/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= +cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= +cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= @@ -28,7 +44,84 @@ cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4g cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY= cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY= +cloud.google.com/go/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY= +cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck= +cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= +cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg= +cloud.google.com/go/container v1.7.0/go.mod h1:Dp5AHtmothHGX3DwwIHPgq45Y8KmNsgN3amoYfxVkLo= +cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= +cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= +cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4= +cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= +cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= +cloud.google.com/go/datacatalog v1.5.0/go.mod h1:M7GPLNQeLfWqeIm3iuiruhPzkt65+Bx8dAKvScX8jvs= +cloud.google.com/go/datacatalog v1.6.0/go.mod h1:+aEyF8JKg+uXcIdAmmaMUmZ3q1b/lKLtXCmXdnc0lbc= +cloud.google.com/go/datacatalog v1.7.0/go.mod h1:9mEl4AuDYWw81UGc41HonIHH7/sn52H0/tc8f8ZbZIE= +cloud.google.com/go/datacatalog v1.8.0/go.mod h1:KYuoVOv9BM8EYz/4eMFxrr4DUKhGIOXxZoKYF5wdISM= +cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= +cloud.google.com/go/dataflow v0.6.0/go.mod h1:9QwV89cGoxjjSR9/r7eFDqqjtvbKxAK2BaYU6PVk9UM= +cloud.google.com/go/dataflow v0.7.0/go.mod h1:PX526vb4ijFMesO1o202EaUmouZKBpjHsTlCtB4parQ= +cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= +cloud.google.com/go/dataform v0.3.0/go.mod h1:cj8uNliRlHpa6L3yVhDOBrUXH+BPAO1+KFMQQNSThKo= +cloud.google.com/go/dataform v0.4.0/go.mod h1:fwV6Y4Ty2yIFL89huYlEkwUPtS7YZinZbzzj5S9FzCE= +cloud.google.com/go/dataform v0.5.0/go.mod h1:GFUYRe8IBa2hcomWplodVmUx/iTL0FrsauObOM3Ipr0= +cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= +cloud.google.com/go/datafusion v1.4.0/go.mod h1:1Zb6VN+W6ALo85cXnM1IKiPw+yQMKMhB9TsTSRDo/38= +cloud.google.com/go/datafusion v1.5.0/go.mod h1:Kz+l1FGHB0J+4XF2fud96WMmRiq/wj8N9u007vyXZ2w= +cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= +cloud.google.com/go/datalabeling v0.5.0/go.mod h1:TGcJ0G2NzcsXSE/97yWjIZO0bXj0KbVlINXMG9ud42I= +cloud.google.com/go/datalabeling v0.6.0/go.mod h1:WqdISuk/+WIGeMkpw/1q7bK/tFEZxsrFJOJdY2bXvTQ= +cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= +cloud.google.com/go/dataplex v1.3.0/go.mod h1:hQuRtDg+fCiFgC8j0zV222HvzFQdRd+SVX8gdmFcZzA= +cloud.google.com/go/dataplex v1.4.0/go.mod h1:X51GfLXEMVJ6UN47ESVqvlsRplbLhcsAt0kZCCKsU0A= +cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= +cloud.google.com/go/dataproc v1.7.0/go.mod h1:CKAlMjII9H90RXaMpSxQ8EU6dQx6iAYNPcYPOkSbi8s= +cloud.google.com/go/dataproc v1.8.0/go.mod h1:5OW+zNAH0pMpw14JVrPONsxMQYMBqJuzORhIBfBn9uI= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= +cloud.google.com/go/dataqna v0.5.0/go.mod h1:90Hyk596ft3zUQ8NkFfvICSIfHFh1Bc7C4cK3vbhkeo= +cloud.google.com/go/dataqna v0.6.0/go.mod h1:1lqNpM7rqNLVgWBJyk5NF6Uen2PHym0jtVJonplVsDA= +cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= +cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= +cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= +cloud.google.com/go/datastream v1.2.0/go.mod h1:i/uTP8/fZwgATHS/XFu0TcNUhuA0twZxxQ3EyCUQMwo= +cloud.google.com/go/datastream v1.3.0/go.mod h1:cqlOX8xlyYF/uxhiKn6Hbv6WjwPPuI9W2M9SAXwaLLQ= +cloud.google.com/go/datastream v1.4.0/go.mod h1:h9dpzScPhDTs5noEMQVWP8Wx8AFBRyS0s8KWPx/9r0g= +cloud.google.com/go/datastream v1.5.0/go.mod h1:6TZMMNPwjUqZHBKPQ1wwXpb0d5VDVPl2/XoS5yi88q4= +cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= +cloud.google.com/go/deploy v1.4.0/go.mod h1:5Xghikd4VrmMLNaF6FiRFDlHb59VM59YoDQnOUdsH/c= +cloud.google.com/go/deploy v1.5.0/go.mod h1:ffgdD0B89tToyW/U/D2eL0jN2+IEV/3EMuXHA0l4r+s= +cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= +cloud.google.com/go/dialogflow v1.15.0/go.mod h1:HbHDWs33WOGJgn6rfzBW1Kv807BE3O1+xGbn59zZWI4= +cloud.google.com/go/dialogflow v1.16.1/go.mod h1:po6LlzGfK+smoSmTBnbkIZY2w8ffjz/RcGSS+sh1el0= +cloud.google.com/go/dialogflow v1.17.0/go.mod h1:YNP09C/kXA1aZdBgC/VtXX74G/TKn7XVCcVumTflA+8= +cloud.google.com/go/dialogflow v1.18.0/go.mod h1:trO7Zu5YdyEuR+BhSNOqJezyFQ3aUzz0njv7sMx/iek= +cloud.google.com/go/dialogflow v1.19.0/go.mod h1:JVmlG1TwykZDtxtTXujec4tQ+D8SBFMoosgy+6Gn0s0= +cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= +cloud.google.com/go/dlp v1.6.0/go.mod h1:9eyB2xIhpU0sVwUixfBubDoRwP+GjeUoxxeueZmqvmM= +cloud.google.com/go/dlp v1.7.0/go.mod h1:68ak9vCiMBjbasxeVD17hVPxDEck+ExiHavX8kiHG+Q= +cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= +cloud.google.com/go/documentai v1.7.0/go.mod h1:lJvftZB5NRiFSX4moiye1SMxHx0Bc3x1+p9e/RfXYiU= +cloud.google.com/go/documentai v1.8.0/go.mod h1:xGHNEB7CtsnySCNrCFdCyyMz44RhFEEX2Q7UD0c5IhU= +cloud.google.com/go/documentai v1.9.0/go.mod h1:FS5485S8R00U10GhgBC0aNGrJxBP8ZVpEeJ7PQDZd6k= +cloud.google.com/go/documentai v1.10.0/go.mod h1:vod47hKQIPeCfN2QS/jULIvQTugbmdc0ZvxxfQY1bg4= +cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= +cloud.google.com/go/domains v0.6.0/go.mod h1:T9Rz3GasrpYk6mEGHh4rymIhjlnIuB4ofT1wTxDeT4Y= +cloud.google.com/go/domains v0.7.0/go.mod h1:PtZeqS1xjnXuRPKE/88Iru/LdfoRyEHYA9nFQf4UKpg= +cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= +cloud.google.com/go/edgecontainer v0.1.0/go.mod h1:WgkZ9tp10bFxqO8BLPqv2LlfmQF1X8lZqwW4r1BTajk= +cloud.google.com/go/edgecontainer v0.2.0/go.mod h1:RTmLijy+lGpQ7BXuTDa4C4ssxyXT34NIuHIgKuP4s5w= +cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= +cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= +cloud.google.com/go/essentialcontacts v1.3.0/go.mod h1:r+OnHa5jfj90qIfZDO/VztSFqbQan7HV75p8sA+mdGI= +cloud.google.com/go/essentialcontacts v1.4.0/go.mod h1:8tRldvHYsmnBCHdFpvU+GL75oWiBKl80BiqlFh9tp+8= +cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= +cloud.google.com/go/eventarc v1.7.0/go.mod h1:6ctpF3zTnaQCxUjHUdcfgcA1A2T309+omHZth7gDfmc= +cloud.google.com/go/eventarc v1.8.0/go.mod h1:imbzxkyAU4ubfsaKYdQg04WS1NvncblHEup4kvF+4gw= +cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= +cloud.google.com/go/filestore v1.3.0/go.mod h1:+qbvHGvXU1HaKX2nD0WEPo92TP/8AQuCVEBXNY9z0+w= +cloud.google.com/go/filestore v1.4.0/go.mod h1:PaG5oDfo9r224f8OYXURtAsY+Fbyq/bLYoINEK8XQAI= +cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.4.0/go.mod h1:NjjGEnxCS3CAKYp+vmALu20QzcqasGodQp48WxJGAYc= cloud.google.com/go/iam v0.7.0 h1:k4MuwOsS7zGJJ+QfZ5vBK8SgHBAvYN/23BWsiihJ1vs= @@ -82,6 +175,8 @@ github.com/Azure/go-autorest/autorest/adal v0.9.4/go.mod h1:/3SMAM86bP6wC9Ev35pe github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.6/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= +github.com/Azure/go-autorest/autorest/adal v0.9.20/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= +github.com/Azure/go-autorest/autorest/adal v0.9.21/go.mod h1:zua7mBUaCc5YnSLKYgGJR/w5ePdMDA6H56upLsHzA9U= github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= github.com/Azure/go-autorest/autorest/adal v0.9.24 h1:BHZfgGsGwdkHDyZdtQRQk1WeUdW0m2WPAwuHZwUi5i4= github.com/Azure/go-autorest/autorest/adal v0.9.24/go.mod h1:7T1+g0PYFmACYW5LlG2fcoPiPlFHjClyRGL7dRlP5c8= @@ -102,10 +197,15 @@ github.com/Azure/go-autorest/autorest/to v0.4.0/go.mod h1:fE8iZBn7LQR7zH/9XU2NcP github.com/Azure/go-autorest/autorest/validation v0.3.0/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= github.com/Azure/go-autorest/autorest/validation v0.3.1 h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac= github.com/Azure/go-autorest/autorest/validation v0.3.1/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= +github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= +github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= +github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= +github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0/go.mod h1:BDJ5qMFKx9DugEg3+uQSDCdbYPr5s9vBTrL9P8TpqOU= +github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1/go.mod h1:4qFor3D/HDsvBME35Xy9rwW9DecL+M2sNw1ybjPtwA0= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= @@ -117,6 +217,8 @@ github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= +github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= +github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0= github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/Masterminds/squirrel v1.5.4 h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM= @@ -130,15 +232,27 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE github.com/OneOfOne/xxhash v1.2.7/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= +github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ= +github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= +github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= +github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= github.com/aclements/go-gg v0.0.0-20170118225347-6dbb4e4fefb0/go.mod h1:55qNq4vcpkIuHowELi5C8e+1yUHtoLoOUR9QU5j7Tes= github.com/aclements/go-moremath v0.0.0-20161014184102-0ff62e0875ff/go.mod h1:idZL3yvz4kzx1dsBOAC+oYv6L92P1oFEhUXUB1A/lwQ= +github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= +github.com/alecthomas/kingpin/v2 v2.3.1/go.mod h1:oYL5vtsvEHZGHxU7DMp32Dvx+qL+ptGn6lWaot2vCNE= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= +github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= github.com/alexedwards/scs v1.4.1 h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0= github.com/alexedwards/scs v1.4.1/go.mod h1:JRIFiXthhMSivuGbxpzUa0/hT5rz2hpyw61Bmd+S1bg= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= @@ -147,6 +261,10 @@ github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer5 github.com/ansrivas/fiberprometheus/v2 v2.6.0 h1:QUaaKxil/N5IM1R19k6jsmFEJMfa4O3qtnDkiF+zxUc= github.com/ansrivas/fiberprometheus/v2 v2.6.0/go.mod h1:hivZjKkqX04PPbMZNi9iGB0AQ90iN6RmKERiX1TdgTA= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI= +github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g= +github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= +github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY= github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= @@ -156,7 +274,13 @@ github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQh github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= +github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= +github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= +github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= +github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= +github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= +github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= @@ -167,7 +291,10 @@ github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= +github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM= github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= +github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= +github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= @@ -175,6 +302,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas= github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= +github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA= +github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/blang/semver v3.1.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ= @@ -189,6 +318,7 @@ github.com/bufbuild/buf v0.29.0 h1:4H7m9SW5JaNCf8CUFMZiRAHvimUEU5w8GpKs3wnQt+s= github.com/bufbuild/buf v0.29.0/go.mod h1:ukzHJo2ZzZlUHGmyPzwMEjn01DIIZwub+kia5NX5vJE= github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY= github.com/buger/goterm v1.0.4/go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE= +github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= @@ -200,24 +330,38 @@ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/checkpoint-restore/go-criu/v4 v4.1.0/go.mod h1:xUQBLp4RLc5zJtWY++yjOoMoB5lihDt7fai+75m+rGw= +github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d89JlCLQIfgVcNsNN0t6T2M= +github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E= github.com/chef/toml v0.3.1-0.20200807000621-f5591d7db659 h1:tDsIsmywxeWK8iUWN3GF1v+t20ijEJ7B1aI6wm84DRY= github.com/chef/toml v0.3.1-0.20200807000621-f5591d7db659/go.mod h1:WzupinluQEwU43AC1/UZItixzo5R849ewfPDB2ZMDDg= github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs= github.com/chromedp/chromedp v0.9.2/go.mod h1:LkSXJKONWTCHAfQasKFUZI+mxqS4tZqhmtGzzhLsnLs= github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= github.com/chzyer/logex v1.2.1 h1:XHDu3E6q+gdHgsdTPH6ImJMIp436vR6MPtH8gP05QzM= github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= github.com/chzyer/readline v1.5.1 h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI= github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/chzyer/test v1.0.0 h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04= github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= +github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3/go.mod h1:MA5e5Lr8slmEg9bt0VpxxWqJlO4iwu3FBdHUzV7wQVg= +github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775/go.mod h1:7cR51M8ViRLIdUjrmSXlK9pkrsDlLHbO8jiB8X8JnOc= +github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs= +github.com/cilium/ebpf v0.4.0/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= +github.com/cilium/ebpf v0.6.2/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= +github.com/cilium/ebpf v0.7.0/go.mod h1:/oI2+1shJiTGAMgl6/RgJr36Eo1jzrRcAWbcXO2usCA= github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= github.com/ckaznocha/protoc-gen-lint v0.2.1 h1:wP+SgbHat4ovpPQayCroxK/1pXtnBR4HIo9G+2gTnHU= github.com/ckaznocha/protoc-gen-lint v0.2.1/go.mod h1:EveTCMo4KBPAmWqVxMXUDrI/iV6v93ydJyZVdEYyFIg= +github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng= +github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= @@ -249,12 +393,23 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 h1:rIXlvz2IWiupMFlC45cZCXZFvKX/ExBcSLrDy2G0Lp8= github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5/go.mod h1:p/NrK5tF6ICIly4qwEDsf6VDirFiWWz0FenfYBwJaKQ= github.com/cpuguy83/go-md2man v1.0.8/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY= +github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= +github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= +github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/ctdk/goiardi v0.11.10 h1:IB/3Afl1pC2Q4KGwzmhHPAoJfe8VtU51wZ2V0QkvsL0= github.com/ctdk/goiardi v0.11.10/go.mod h1:Pr6Cj6Wsahw45myttaOEZeZ0LE7p1qzWmzgsBISkrNI= +github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4= +github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= +github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c/go.mod h1:Ct2BUK8SB0YC1SMSibvLzxjeJLnrYEVLULFNiHY9YfQ= +github.com/d2g/dhcp4client v1.0.0/go.mod h1:j0hNfjhrt2SxUOw55nL0ATM/z4Yt3t2Kd1mW34z5W5s= +github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5/go.mod h1:Eo87+Kg/IX2hfWJfwxMzLyuSZyxSoAug2nGa1G2QAi8= +github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4/go.mod h1:bMl4RjIciD2oAxI7DmWRx6gbeqrkoLqv3MV0vzNad+I= github.com/dave/jennifer v1.7.0 h1:uRbSBH9UTS64yXbh4FrMHfgfY762RD+C7bUPKODpSJE= github.com/dave/jennifer v1.7.0/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3RmGZc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -270,8 +425,13 @@ github.com/dexidp/dex/api/v2 v2.0.0/go.mod h1:k5arBJT1QYvpsEY3sEd0NXJp3hKWKuUUfz github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= +github.com/dgryski/go-sip13 v0.0.0-20200911182023-62edffca9245/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g= github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA= +github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm0xbEVw2LCs= +github.com/digitalocean/godo v1.88.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= +github.com/digitalocean/godo v1.95.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= +github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= @@ -290,16 +450,45 @@ github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDD github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= +github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= +github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU= +github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= +github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= +github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q= +github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= +github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= +github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= +github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= +github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= +github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= +github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= +github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= +github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= +github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= +github.com/envoyproxy/protoc-gen-validate v0.6.13/go.mod h1:qEySVqXrEugbHKvmhI8ZqtQi75/RHSSRNpffvB4I6Bw= +github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= +github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8 h1:8fATmp6SLK9XevENs3p8w3nMTcllQHfpYK6XGXDce28= +github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8/go.mod h1:/tKK1rWdr4+hCDMhEg1hR/fkxiTnPwqVofFWkGFllMM= github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= +github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= +github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= +github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= +github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= +github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI= @@ -329,6 +518,8 @@ github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-chef/chef v0.30.1 h1:yvOSijEBWAQtRbBPj9hz1atEJUU6HckPc7AaEyZXnLg= github.com/go-chef/chef v0.30.1/go.mod h1:7RU1oCrRErTrkmIszkhJ9vHw7Bv2hZ1Vv1C1qKj01fc= +github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= +github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-delve/delve v1.3.1 h1:LI0X4aAE0N7ay8uR48aMJ6GNTxamIpcxi1THjwJjenI= github.com/go-delve/delve v1.3.1/go.mod h1:LLw6qJfIsRK9WcwV2IRRqsdlgrqzOeuGrQOCOIhDpt8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= @@ -339,6 +530,8 @@ github.com/go-gorp/gorp v2.2.0+incompatible/go.mod h1:7IfkAQnO7jfT/9IQ3R9wL1dFhu github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= +github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= +github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= @@ -347,16 +540,46 @@ github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/stdr v1.2.0/go.mod h1:YkVgnZu1ZjjL7xTxrfm/LLZBfkhTqSR1ydtm6jTKKwI= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE= github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78= +github.com/go-openapi/analysis v0.21.2/go.mod h1:HZwRk4RRisyG8vx2Oe6aqeSQcoxRp47Xkp3+K6q+LdY= +github.com/go-openapi/analysis v0.21.4/go.mod h1:4zQ35W4neeZTqh3ol0rv/O8JBbka9QyAgQRPp9y3pfo= github.com/go-openapi/errors v0.17.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= github.com/go-openapi/errors v0.19.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= +github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= +github.com/go-openapi/errors v0.19.9/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= +github.com/go-openapi/errors v0.20.2/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= +github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuAOhlsB1FSgk= github.com/go-openapi/errors v0.22.0 h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w= github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUynjIx092vXE= +github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= +github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= +github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= +github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= +github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= +github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= +github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= +github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= +github.com/go-openapi/loads v0.21.1/go.mod h1:/DtAMXXneXFjbQMGEtbamCZb+4x7eGwkvZCvBmwUG+g= +github.com/go-openapi/loads v0.21.2/go.mod h1:Jq58Os6SSGz0rzh62ptiu8Z31I+OTHqmULx5e/gJbNw= +github.com/go-openapi/runtime v0.23.1/go.mod h1:AKurw9fNre+h3ELZfk6ILsfvPN+bvvlaU/M9q/r9hpk= +github.com/go-openapi/runtime v0.25.0/go.mod h1:Ux6fikcHXyyob6LNWxtE96hWwjBPYF0DXgVFuMTneOs= +github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc= +github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo= +github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= +github.com/go-openapi/spec v0.20.6/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= +github.com/go-openapi/spec v0.20.7/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= +github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg= +github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= +github.com/go-openapi/strfmt v0.21.2/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= +github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg= github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c= github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= @@ -365,11 +588,45 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= +github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= +github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP3XYfe4= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= +github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= +github.com/go-zookeeper/zk v1.0.2/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= +github.com/go-zookeeper/zk v1.0.3/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= +github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0= +github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY= +github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg= +github.com/gobuffalo/envy v1.6.15/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= +github.com/gobuffalo/envy v1.7.0/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= +github.com/gobuffalo/flect v0.1.0/go.mod h1:d2ehjJqGOH/Kjqcoz+F7jHTBbmDb38yXA598Hb50EGs= +github.com/gobuffalo/flect v0.1.1/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= +github.com/gobuffalo/flect v0.1.3/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= +github.com/gobuffalo/genny v0.0.0-20190329151137-27723ad26ef9/go.mod h1:rWs4Z12d1Zbf19rlsn0nurr75KqhYp52EAGGxTbBhNk= +github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e/go.mod h1:80lIj3kVJWwOrXWWMRzzdhW3DsrdjILVil/SFKBzF28= +github.com/gobuffalo/genny v0.1.0/go.mod h1:XidbUqzak3lHdS//TPu2OgiFB+51Ur5f7CSnXZ/JDvo= +github.com/gobuffalo/genny v0.1.1/go.mod h1:5TExbEyY48pfunL4QSXxlDOmdsD44RRq4mVZ0Ex28Xk= +github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211/go.mod h1:vEHJk/E9DmhejeLeNt7UVvlSGv3ziL+djtTr3yyzcOw= +github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5/go.mod h1:V9QVDIxsgKNZs6L2IYiGR8datgMhB577vzTDqypH360= +github.com/gobuffalo/gogen v0.1.0/go.mod h1:8NTelM5qd8RZ15VjQTFkAW6qOMx5wBbW4dSCS3BY8gg= +github.com/gobuffalo/gogen v0.1.1/go.mod h1:y8iBtmHmGc4qa3urIyo1shvOD8JftTtfcKi+71xfDNE= +github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2/go.mod h1:QdxcLw541hSGtBnhUc4gaNIXRjiDppFGaDqzbrBd3v8= +github.com/gobuffalo/mapi v1.0.1/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= +github.com/gobuffalo/mapi v1.0.2/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= +github.com/gobuffalo/packd v0.0.0-20190315124812-a385830c7fc0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= +github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= +github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ= +github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0= +github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= @@ -391,16 +648,33 @@ github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yG github.com/gofiber/fiber/v2 v2.52.5/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= +github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E= +github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0= github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/uuid v4.3.1+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA= github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/uuid/v5 v5.3.0 h1:m0mUMr+oVYUdxpMLgSYCZiXe7PuVPnI94+OMeVBNedk= +github.com/gofrs/uuid/v5 v5.3.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8= +github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= +github.com/gogo/googleapis v1.2.0/go.mod h1:Njal3psf3qN6dwBtQfUmBZh2ybovJ0tlu3o/AC7HYjU= +github.com/gogo/googleapis v1.4.0/go.mod h1:5YRNX2z1oM5gXdAkurHa942MDgEJyk02w4OecKY87+c= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= +github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= +github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= +github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= +github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= +github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= +github.com/golang-jwt/jwt/v4 v4.4.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg= github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-migrate/migrate v3.5.4+incompatible h1:R7OzwvCJTCgwapPCiX6DyBiu2czIUMDCB118gFTKTUA= @@ -408,6 +682,7 @@ github.com/golang-migrate/migrate v3.5.4+incompatible/go.mod h1:IsVUlFN5puWOmXrq github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0= github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4= github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -432,6 +707,8 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= +github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= +github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= @@ -441,6 +718,7 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= @@ -451,12 +729,19 @@ github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9/go.mod h1:XA3DeT6rxh2 github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP0HCqCz+K4ts155PXIlUywf0wqN+GfPZw= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= +github.com/google/cel-go v0.15.3 h1:W1wIeGuEs81+lBVU+cQRg1hkRT58Q6bNxvM5yn008S8= +github.com/google/cel-go v0.15.3/go.mod h1:YzWEoI07MC/a/wj9in8GeVatqfypkldgBlwXh9bCwqY= +github.com/google/cel-go v0.21.0 h1:cl6uW/gxN+Hy50tNYvI691+sXxioCnstFzLp2WO4GCI= +github.com/google/cel-go v0.21.0/go.mod h1:rHUlWCcBKgyEk+eV03RPdZUekPp6YcJwV0FxuUksYxc= github.com/google/flatbuffers v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw= github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= +github.com/google/gnostic v0.5.7-v3refs/go.mod h1:73MKFl6jIHelAJNaBGFzt3SPtZULs9dYrGFt8OiIsHQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= @@ -527,6 +812,11 @@ github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= +github.com/grafana/regexp v0.0.0-20221005093135-b4c2bcb0a4b6/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= +github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= +github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI= @@ -539,10 +829,19 @@ github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMc github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw= +github.com/hanwen/go-fuse v1.0.0/go.mod h1:unqXarDXqzAk0rt98O2tVndEPIpUgLD9+rwFisZH3Ok= +github.com/hanwen/go-fuse/v2 v2.1.0/go.mod h1:oRyA5eK+pvJyv5otpO/DgccS8y/RvYMaO00GgRLGryc= +github.com/hanwen/go-fuse/v2 v2.2.0/go.mod h1:B1nGE/6RBFyBRC1RRnf23UpwCdyJ31eukw34oAKukAc= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= +github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= +github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= +github.com/hashicorp/consul/api v1.12.0/go.mod h1:6pVBMo0ebnYdt2S3H87XhekM/HHrUoTD2XXb/VrZVy0= +github.com/hashicorp/consul/api v1.15.3/go.mod h1:/g/qgcoBcEXALCNZgRRisyTW0nY86++L0KbeAMXYCeY= +github.com/hashicorp/consul/api v1.18.0/go.mod h1:owRRGJ9M5xReDC5nfT8FTJrNAPbT4NM6p/k+d03q2v4= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= @@ -552,6 +851,8 @@ github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39E github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-immutable-radix v1.2.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-immutable-radix v1.3.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= @@ -562,20 +863,30 @@ github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= +github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA= +github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= +github.com/hashicorp/go-retryablehttp v0.7.1/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY= github.com/hashicorp/go-retryablehttp v0.7.2 h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0= github.com/hashicorp/go-retryablehttp v0.7.2/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= +github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= +github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A= github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= +github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= +github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= +github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c= github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= @@ -584,14 +895,26 @@ github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul1 github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= +github.com/hashicorp/mdns v1.0.1/go.mod h1:4gW7WsVCke5TE7EPeYliwHlRUyBtfCwuFwuMg2DmyNY= +github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= github.com/hashicorp/raft v1.3.9/go.mod h1:4Ak7FSPnuvmb0GV6vgIAJ4vYT4bek9bb6Q+7HVbyzqM= github.com/hashicorp/raft v1.6.0 h1:tkIAORZy2GbJ2Trp5eUSggLXDPOJLXC+JJLNMMqtgtM= github.com/hashicorp/raft v1.6.0/go.mod h1:Xil5pDgeGwRWuX4uPUmwa+7Vagg4N804dz6mhNi6S7o= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= +github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= +github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= +github.com/hashicorp/serf v0.9.7/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= +github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4= +github.com/hetznercloud/hcloud-go v1.33.1/go.mod h1:XX/TQub3ge0yWR2yHWmnDVIrB+MQbda1pHxkUmDlUME= +github.com/hetznercloud/hcloud-go v1.35.3/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= +github.com/hetznercloud/hcloud-go v1.39.0/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= +github.com/hudl/fargo v1.4.0/go.mod h1:9Ai6uvFy5fQNq6VPKtg+Ceq1+eTY4nKUlR2JElEOcDo= github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= +github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI= github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= @@ -603,10 +926,66 @@ github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+h github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= +github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= +github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= +github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ= +github.com/ionos-cloud/sdk-go/v6 v6.1.3/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME= +github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA= +github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw= +github.com/jackc/chunkreader v1.0.0/go.mod h1:RT6O25fNZIuasFJRyZ4R/Y2BbhasbmZXF9QQ7T3kePo= +github.com/jackc/chunkreader/v2 v2.0.0/go.mod h1:odVSm741yZoC3dpHEUXIqA9tQRhFrgOHwnPIn9lDKlk= +github.com/jackc/chunkreader/v2 v2.0.1/go.mod h1:odVSm741yZoC3dpHEUXIqA9tQRhFrgOHwnPIn9lDKlk= +github.com/jackc/pgconn v0.0.0-20190420214824-7e0022ef6ba3/go.mod h1:jkELnwuX+w9qN5YIfX0fl88Ehu4XC3keFuOJJk9pcnA= +github.com/jackc/pgconn v0.0.0-20190824142844-760dd75542eb/go.mod h1:lLjNuW/+OfW9/pnVKPazfWOgNfH2aPem8YQ7ilXGvJE= +github.com/jackc/pgconn v0.0.0-20190831204454-2fabfa3c18b7/go.mod h1:ZJKsE/KZfsUgOEh9hBm+xYTstcNHg7UPMVJqRfQxq4s= +github.com/jackc/pgconn v1.8.0/go.mod h1:1C2Pb36bGIP9QHGBYCjnyhqu7Rv3sGshaQUvmfGIB/o= +github.com/jackc/pgconn v1.9.0/go.mod h1:YctiPyvzfU11JFxoXokUOOKQXQmDMoJL9vJzHH8/2JY= +github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530/go.mod h1:4z2w8XhRbP1hYxkpTuBjTS3ne3J48K83+u0zoyvg2pI= +github.com/jackc/pgconn v1.13.0/go.mod h1:AnowpAqO4CMIIJNZl2VJp+KrkAZciAkhEl0W0JIobpI= +github.com/jackc/pgio v1.0.0/go.mod h1:oP+2QK2wFfUWgr+gxjoBH9KGBb31Eio69xUb0w5bYf8= +github.com/jackc/pgmock v0.0.0-20190831213851-13a1b77aafa2/go.mod h1:fGZlG77KXmcq05nJLRkk0+p82V8B8Dw8KN2/V9c/OAE= +github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd/go.mod h1:hrBW0Enj2AZTNpt/7Y5rr2xe/9Mn757Wtb2xeBzPv2c= +github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65/go.mod h1:5R2h2EEX+qri8jOWMbJCtaPWkrrNc7OHwsp2TCqp7ak= +github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= +github.com/jackc/pgproto3 v1.1.0/go.mod h1:eR5FA3leWg7p9aeAqi37XOTgTIbkABlvcPB3E5rlc78= +github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190420180111-c116219b62db/go.mod h1:bhq50y+xrl9n5mRYyCBFKkpRVTLYJVWeCc+mEAI3yXA= +github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190609003834-432c2951c711/go.mod h1:uH0AWtUmuShn0bcesswc4aBTWGvw0cAxIJp+6OB//Wg= +github.com/jackc/pgproto3/v2 v2.0.0-rc3/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM= +github.com/jackc/pgproto3/v2 v2.0.0-rc3.0.20190831210041-4c03ce451f29/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM= +github.com/jackc/pgproto3/v2 v2.0.6/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= +github.com/jackc/pgproto3/v2 v2.1.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= +github.com/jackc/pgproto3/v2 v2.3.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= +github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b/go.mod h1:vsD4gTJCa9TptPL8sPkXrLZ+hDuNrZCnj29CQpr4X1E= +github.com/jackc/pgtype v0.0.0-20190421001408-4ed0de4755e0/go.mod h1:hdSHsc1V01CGwFsrv11mJRHWJ6aifDLfdV3aVjFF0zg= +github.com/jackc/pgtype v0.0.0-20190824184912-ab885b375b90/go.mod h1:KcahbBH1nCMSo2DXpzsoWOAfFkdEtEJpPbVLq8eE+mc= +github.com/jackc/pgtype v0.0.0-20190828014616-a8802b16cc59/go.mod h1:MWlu30kVJrUS8lot6TQqcg7mtthZ9T0EoIBFiJcmcyw= +github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178/go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM= +github.com/jackc/pgtype v1.12.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= +github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96/go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y= +github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912/go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM= +github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186/go.mod h1:X+GQnOEnf1dqHGpw7JmHqHc1NxDoalibchSk9/RWuDc= +github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c/go.mod h1:1QD0+tgSXP7iUjYm9C1NxKhny7lq6ee99u/z+IHFcgs= +github.com/jackc/pgx/v4 v4.17.2/go.mod h1:lcxIZN44yMIrWI78a5CpucdD14hX0SBDbNRvjDBItsw= +github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= +github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= +github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= +github.com/jackc/puddle v1.3.0/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jaswdr/faker v1.0.2 h1:3iRZztCC4oU67i67qGcyhIxeKgHQQH/iCifJOj3uOSI= github.com/jaswdr/faker v1.0.2/go.mod h1:9S4x1SRPC3m+iLgZTx2HZ0/R1/B0hwuL8uvOAiuJNtg= +github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= +github.com/jcmturner/dnsutils/v2 v2.0.0/go.mod h1:b0TnjGOvI/n42bZa+hmXL+kFJZsFT7G4t3HTlQ184QM= +github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/UM3ncEo0o= +github.com/jcmturner/goidentity/v6 v6.0.1/go.mod h1:X1YW3bgtvwAXju7V3LCIMpY0Gbxyjn/mY9zx4tFonSg= +github.com/jcmturner/gokrb5/v8 v8.4.2/go.mod h1:sb+Xq/fTY5yktf/VxLsE3wlfPqQjp0aWNYyvBVK62bc= +github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc= +github.com/jdx/go-netrc v1.0.0 h1:QbLMLyCZGj0NA8glAhxUpf1zDg6cxnWgMBbjq40W0gQ= +github.com/jdx/go-netrc v1.0.0/go.mod h1:Gh9eFQJnoTNIRHXl2j5bJXA1u84hQWJWgGh569zF3v8= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha h1:rRYHSFWZ3egaMVREb5NgN17UanLMWM2s7EhG3u/1Yy4= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha/go.mod h1:DAKhNY3KVw+n6uMJ+WIzEs2XHfuQpMu2taSsKOXbTBw= +github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= +github.com/jhump/gopoet v0.0.0-20190322174617-17282ff210b3/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= +github.com/jhump/gopoet v0.1.0/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= +github.com/jhump/goprotoc v0.5.0/go.mod h1:VrbvcYrQOrTi3i0Vf+m+oqQWk9l72mjkJCYo7UvLHRQ= github.com/jhump/protoreflect v1.7.1-0.20200723220026-11eaaf73e0ec/go.mod h1:D8nEtk+lKr8kMTMiLayswAtSSeHYDaRYk9r78Cy11mM= github.com/jhump/protoreflect v1.10.3 h1:8ogeubpKh2TiulA0apmGlW5YAH4U1Vi4TINIP+gpNfQ= github.com/jhump/protoreflect v1.10.3/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= @@ -616,12 +995,15 @@ github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9Y github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= +github.com/joefitzgerald/rainbow-reporter v0.1.0/go.mod h1:481CNgqmVHQZzdIbN52CupLJyoVwB10FQ/IQlF1pdL8= +github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ= github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= +github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= @@ -634,9 +1016,12 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= +github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= +github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g= github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= +github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= @@ -653,15 +1038,23 @@ github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= +github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw= @@ -677,15 +1070,29 @@ github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= +github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= +github.com/linode/linodego v1.4.0/go.mod h1:PVsRxSlOiJyvG4/scTszpmZDTdgS+to3X6eS8pRrWI8= +github.com/linode/linodego v1.9.3/go.mod h1:h6AuFR/JpqwwM/vkj7s8KV3iGN8/jxn+zc437F8SZ8w= +github.com/linode/linodego v1.12.0/go.mod h1:NJlzvlNtdMRRkXb0oN6UWzUkj6t+IBsyveHgZ5Ppjyk= +github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo= github.com/lyft/protoc-gen-star v0.4.10/go.mod h1:mE8fbna26u7aEA2QCVvvfBU/ZrPgocG1206xAFPcs94= +github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= +github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= github.com/lyft/protoc-gen-star v0.6.2 h1:DgqBrh0Q/JGHXDZjJaYCWKD/EXLczxplIC0JeElY2iU= github.com/lyft/protoc-gen-star v0.6.2/go.mod h1:M0b1EfeJR3f8E3YHKFr9KXWjAB4mrKn6Rm6PPEuJlI0= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= +github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs= +github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA= @@ -718,6 +1125,9 @@ github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc= github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= +github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= +github.com/mattn/go-shellwords v1.0.6/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= +github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y= github.com/mattn/go-sqlite3 v0.0.0-20161215041557-2d44decb4941/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q= github.com/mattn/go-sqlite3 v1.11.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= @@ -733,10 +1143,13 @@ github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEp github.com/minio/minio-go/v7 v7.0.72 h1:ZSbxs2BfJensLyHdVOgHv+pfmvxYraaUy07ER04dWnA= github.com/minio/minio-go/v7 v7.0.72/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= +github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= +github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8= +github.com/mitchellh/go-wordwrap v1.0.0/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo= github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0= github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0= github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= @@ -781,6 +1194,7 @@ github.com/nats-io/nats.go v1.15.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/ github.com/nats-io/nats.go v1.28.0 h1:Th4G6zdsz2d0OqXdfzKLClo6bOfoI/b1kInhRtFIy5c= github.com/nats-io/nats.go v1.28.0/go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc= github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4= +github.com/nats-io/nkeys v0.4.4/go.mod h1:XUkxdLPTufzlihbamfzQ7mw/VGx6ObUs+0bN5sNvt64= github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= @@ -789,6 +1203,11 @@ github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/k github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= +github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= +github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs= +github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= +github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= @@ -797,6 +1216,7 @@ github.com/olivere/elastic/v7 v7.0.28 h1:KAP4EuaEcvPJknRNkAAso1xeu0C1+/CeDQsxj9C github.com/olivere/elastic/v7 v7.0.28/go.mod h1:DzHQoqd6YqSuvF1lk/fR4cW4FNUNzSD5/F5MBm3GRMo= github.com/onsi/ginkgo v1.4.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= @@ -822,7 +1242,11 @@ github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0Mw github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= +github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= +github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE= +github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= +github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/peterbourgon/mergemap v0.0.1 h1:5/brtSACv34REV0xoYjPQ8JXZnx3nurGt6WInLRwqX4= @@ -835,6 +1259,7 @@ github.com/philhofer/fwd v1.1.1/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.8.1-0.20171018195549-f15c970de5b7/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -849,6 +1274,7 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= +github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU= github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= @@ -856,21 +1282,42 @@ github.com/pquerna/cachecontrol v0.2.0 h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEn github.com/pquerna/cachecontrol v0.2.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= +github.com/prometheus/alertmanager v0.24.0/go.mod h1:r6fy/D7FRuZh5YbnX6J3MBY0eI4Pb5yPYS7/bPSXXqI= +github.com/prometheus/alertmanager v0.25.0/go.mod h1:MEZ3rFVHqKZsw7IcNS/m4AWZeXThmJhumpiWR4eHU/w= +github.com/prometheus/client_golang v0.0.0-20180209125602-c332b6f63c06/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= +github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g= +github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= +github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= +github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= +github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= +github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= +github.com/prometheus/client_golang v1.13.1/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= +github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg= github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= +github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= +github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= +github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= +github.com/prometheus/common v0.6.0/go.mod h1:eBmuwkDJBwy6iBfxCBob6t6dR6ENT/y+J+Zk0j9GMYc= +github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= @@ -879,7 +1326,9 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= +github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= @@ -889,7 +1338,16 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1 github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= +github.com/prometheus/prometheus v0.35.0/go.mod h1:7HaLx5kEPKJ0GDgbODG0fZgXbQ8K/XjZNJXQmbmgQlY= +github.com/prometheus/prometheus v0.40.5/go.mod h1:bxgdmtoSNLmmIVPGmeTJ3OiP67VmuY4yalE4ZP6L/j8= +github.com/prometheus/prometheus v0.42.0/go.mod h1:Pfqb/MLnnR2KK+0vchiaH39jXxvLMBk+3lnIGP4N7Vk= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo= +github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A= +github.com/quic-go/quic-go v0.44.0 h1:So5wOr7jyO4vzL2sd8/pD9Kesciv91zSk8BoFngItQ0= +github.com/quic-go/quic-go v0.44.0/go.mod h1:z4cx/9Ny9UtGITIPzmPTXh1ULfOyWh4qGQlpnPcWmek= +github.com/quic-go/quic-go v0.46.0 h1:uuwLClEEyk1DNvchH8uCByQVjo3yKL9opKulExNDs7Y= +github.com/quic-go/quic-go v0.46.0/go.mod h1:1dLehS7TIR64+vxGR70GDcatWTOtMX2PUtnKsjbTurI= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a h1:2v4Ipjxa3sh+xn6GvtgrMub2ci4ZLQMvTaYIba2lfdc= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a/go.mod h1:ozniNEFS3j1qCwHKdvraMn1WJOsUxHd7lYfukEIS4cs= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= @@ -900,16 +1358,26 @@ github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= +github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= +github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po= +github.com/rs/cors v1.11.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= +github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU= github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= +github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= +github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThCjNc= github.com/russellhaering/goxmldsig v1.1.0 h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk= github.com/russellhaering/goxmldsig v1.1.0/go.mod h1:QK8GhXPB3+AfuCrfo0oRISa9NfzeCpWmxeGnqEpDF9o= github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= @@ -918,14 +1386,27 @@ github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94/go.mod h1:90zrgN3 github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d/go.mod h1:Gy+0tqhJvgGlqnTF8CVGP0AaGRjwBtXs/a5PA0Y3+A4= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible h1:1FhtJltOydnEqlp1QZ6CQY4vYt/Gs2citvRZ+4ua7xQ= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g= +github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw= +github.com/sclevine/spec v1.2.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24q7p+U= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= +github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo= +github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg= github.com/segmentio/backo-go v1.1.0 h1:cJIfHQUdmLsd8t9IXqf5J8SdrOMn9vMa7cIvOavHAhc= github.com/segmentio/backo-go v1.1.0/go.mod h1:ckenwdf+v/qbyhVdNPWHnqh2YdJBED1O9cidYyM5J18= github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI= github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= +github.com/shoenig/test v0.4.3/go.mod h1:xYtyGBC5Q3kzCNyJg/SjgNpfAa2kvmgA0i5+lQso8x0= +github.com/shoenig/test v0.6.0/go.mod h1:xYtyGBC5Q3kzCNyJg/SjgNpfAa2kvmgA0i5+lQso8x0= +github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4= +github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= +github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= +github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= github.com/sirupsen/logrus v0.0.0-20180523074243-ea8897e79973/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= +github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= +github.com/sirupsen/logrus v1.0.6/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= @@ -936,14 +1417,19 @@ github.com/smartystreets/assertions v1.1.1/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYl github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0= +github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= +github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY= github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= @@ -955,6 +1441,8 @@ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= +github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= +github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v0.0.0-20181024212040-082b515c9490/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= @@ -964,8 +1452,23 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.7.0 h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= +github.com/spf13/viper v1.13.0/go.mod h1:Icm2xNL3/8uyh/wFuB1jI7TiTNKp8632Nwegu+zgdYw= +github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= +github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= +github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI= +github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI= github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= +github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8= +github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= +github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs= +github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo= +github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= +github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= +github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= +github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= +github.com/streadway/handy v0.0.0-20200128134331-0f66f006fb2e/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= +github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= @@ -973,6 +1476,7 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= +github.com/stretchr/testify v0.0.0-20180303142811-b89eecf5ca5d/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= @@ -981,12 +1485,14 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= +github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= +github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= @@ -1001,7 +1507,9 @@ github.com/tklauser/numcpus v0.8.0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYg github.com/tklauser/numcpus v0.8.0/go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= +github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= +github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c/go.mod h1:hzIxponao9Kjc7aWznkXaL4U4TWaDSs8zcsY4Ka08nM= github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o= github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg= @@ -1037,13 +1545,18 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0= github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= +github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43/go.mod h1:aX5oPXxHm3bOH+xeAttToC8pqch2ScQN/JoXYupl6xs= +github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPSUX/bi6SeDMUh6brw0nXpxHnc96TguQh0+r/ssA= +github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg= github.com/zclconf/go-cty v1.15.0 h1:tTCRWxsexYUmtt/wVxgDClUe+uQusuI443uL6e+5sXQ= github.com/zclconf/go-cty v1.15.0/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM= +github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= @@ -1057,6 +1570,8 @@ go.mongodb.org/mongo-driver v1.16.1/go.mod h1:oB6AhJQvFQL4LEHyXi6aJzQJtBiTQHiAd8 go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= +go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= +go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= @@ -1064,6 +1579,12 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8= +go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo= +go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVjb2PTs= +go.opentelemetry.io/otel v1.6.0/go.mod h1:bfJD2DZVw0LBxghOTlgnlI0CV3hLDu9XF/QKOUXMTQQ= +go.opentelemetry.io/otel v1.6.1/go.mod h1:blzUabWHkX6LJewxvadmzafgh/wnvBSDBdOuwkAtrWQ= +go.opentelemetry.io/otel v1.11.1/go.mod h1:1nNhXBbWSD0nsL38H6btgnFN2k4i0sNLHNNMZMSbUGE= +go.opentelemetry.io/otel v1.11.2/go.mod h1:7p4EUV+AqgdlNV9gL97IgUZiVR3yrFXYo53f9BM3tRI= go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= @@ -1074,32 +1595,52 @@ go.starlark.net v0.0.0-20190702223751-32f345186213 h1:lkYv5AKwvvduv5XWP6szk/bvvg go.starlark.net v0.0.0-20190702223751-32f345186213/go.mod h1:c1/X6cHgvdXj6pUlmWKMkuqRnW4K8x2vwt6JAaaircg= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= +go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= +go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= +go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/automaxprocs v1.5.1/go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU= go.uber.org/automaxprocs v1.5.3 h1:kWazyxZUrS3Gs4qUpbwo5kEIMGe/DAvi5Z4tl2NW4j8= go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= +go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= +go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= +go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= +go.uber.org/goleak v1.2.0/go.mod h1:XJYK+MuIchqpmGmUSAzotztawfKvYLUIgg7guXrwVUo= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= +go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU= +go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= +go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= +go.uber.org/multierr v1.7.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= +go.uber.org/multierr v1.8.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= +go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= +go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ= go.uber.org/zap v1.18.1/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= +go.uber.org/zap v1.19.1/go.mod h1:j3DNczoxDZroyBnOT1L/Q79cfUMGZxlv/9dzN7SM1rI= +go.uber.org/zap v1.23.0/go.mod h1:D+nX8jyLsMHMYrln8A0rJjFt/T/9/bGgIhAqxv5URuY= +go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= gocloud.dev v0.22.0 h1:psFb4EJ+bF9bjns7XR3n3tMMMB1LNs97YURcyh4oVWM= gocloud.dev v0.22.0/go.mod h1:z3jKIQ0Es9LALVZFQ3wOvwqAsSLq1R5c/2RdmghDucw= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 h1:TP7YcWHbnFq4v8/3wM2JwgM0SRRtsYJ7Z6Oj0arz2bs= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4/go.mod h1:cYlCBUl1MsqxdiKgmc4uh7TxZfWSFLOGSRR090WDxt8= +golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180614174826-fd5f17ee7299/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= @@ -1108,7 +1649,9 @@ golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= @@ -1158,12 +1701,18 @@ golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCc golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= +golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= +golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= @@ -1171,18 +1720,22 @@ golang.org/x/net v0.0.0-20180112015858-5ccada7d0a7b/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -1195,7 +1748,15 @@ golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= @@ -1205,13 +1766,26 @@ golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwY golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211216030914-fe4d6282115f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220617184016-355a448f1bc9/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= @@ -1219,6 +1793,7 @@ golang.org/x/oauth2 v0.0.0-20170207211851-4464e7848382/go.mod h1:N/0e6XlmueqKjAG golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= @@ -1235,14 +1810,17 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= @@ -1260,13 +1838,18 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190514135907-3a4b5fb9f71f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1282,8 +1865,14 @@ golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200120151820-655fe14d7479/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200217220822-9197077df867/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1307,15 +1896,31 @@ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210903071746-97244b99971b/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210917161153-d61c044b1678/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1324,9 +1929,17 @@ golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1337,8 +1950,11 @@ golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= @@ -1353,6 +1969,7 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= @@ -1370,6 +1987,8 @@ golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181120060634-fc4f04983f62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1378,13 +1997,24 @@ golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190329151228-23e29df326fe/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190416151739-9c9e1878f421/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190420181800-aa740d480789/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= +golang.org/x/tools v0.0.0-20190425163242-31fd60d6bfdc/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= +golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190624222133-a101b041ded4/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190706070813-72ffa07ba3db/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190823170909-c4a336ef6a2f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1393,9 +2023,29 @@ golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= +golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= +golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= +golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= @@ -1418,7 +2068,18 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU= +golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= +golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= +golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= +golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= @@ -1426,13 +2087,19 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 h1:LLhsEBxRTBLuKlQxFBYUOU8xyFgXv6cOTp2HASDlsDk= golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +google.golang.org/api v0.0.0-20160322025152-9bf6e6e569ff/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.0.0-20170206182103-3d017632ea10/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= +google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= @@ -1459,6 +2126,7 @@ google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjR google.golang.org/api v0.102.0 h1:JxJl2qQ85fRMPNvlZY/enexbxpCjLwGhZUtgfGeQ51I= google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= +google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= @@ -1495,6 +2163,7 @@ google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215/go.mod h1:55QSHmfG google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1519,12 +2188,18 @@ google.golang.org/grpc v0.0.0-20170208002647-2a6bf6142e96/go.mod h1:yo6s7OP7yaDg google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= +google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= +google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= +google.golang.org/grpc v1.22.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= +google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= +google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= +google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= @@ -1552,6 +2227,9 @@ google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12/go.mod h1:9JNX7 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= +google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= @@ -1559,6 +2237,7 @@ gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLks gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d h1:TxyelI5cVkbREznMhfzycHdkp5cLA7DpE+GKjSslYhM= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d/go.mod h1:cuepJuh7vyXfUyUwEgHQXw849cJrilpS5NeIjOWESAw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20141024133853-64131543e789/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= @@ -1570,12 +2249,19 @@ gopkg.in/cheggaaa/pb.v1 v1.0.28/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qS gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo= +gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec/go.mod h1:aPpfJ7XW+gOuirDoZ8gHhLh3kZ1B08FtV2bbmy7Jv3s= +gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.57.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ldap.v2 v2.5.1 h1:wiu0okdNfjlBzg6UWvd1Hn8Y+Ux17/u/4nlk4CQr6tU= gopkg.in/ldap.v2 v2.5.1/go.mod h1:oI0cpe/D7HRtBQl8aTg+ZmzFUAvu4lsv3eLXMLGFxWk= +gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= +gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce/go.mod h1:5AcXVHNjg+BDxry382+8OKon8SEWiKktQR07RKPsv1c= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 h1:E846t8CnR+lv5nE+VuiKTDG/v1U2stad0QzddfJC7kY= gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5/go.mod h1:hiOFpYm0ZJbusNj2ywpbrXowU3G8U6GIQzqn2mw1UIE= @@ -1584,8 +2270,11 @@ gopkg.in/segmentio/analytics-go.v3 v3.1.0/go.mod h1:4QqqlTlSSpVlWA9/9nDcPw+FkM2y gopkg.in/square/go-jose.v2 v2.4.1/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= gopkg.in/square/go-jose.v2 v2.6.0 h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI= gopkg.in/square/go-jose.v2 v2.6.0/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= +gopkg.in/telebot.v3 v3.0.0/go.mod h1:7rExV8/0mDDNu9epSrDm/8j22KLaActH1Tbee6YjzWg= +gopkg.in/telebot.v3 v3.1.2/go.mod h1:GJKwwWqp9nSkIVN51eRKU78aB5f5OnQuWdwiIZfPbko= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.0.0/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -1598,6 +2287,7 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/lib/grpc/debug/debug_api/debug.pb.go b/lib/grpc/debug/debug_api/debug.pb.go index bdd5cbe832f..e7affa54d10 100644 --- a/lib/grpc/debug/debug_api/debug.pb.go +++ b/lib/grpc/debug/debug_api/debug.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: grpc/debug/debug_api/debug.proto @@ -471,7 +471,7 @@ var file_grpc_debug_debug_api_debug_proto_rawDesc = []byte{ 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x32, 0xfc, 0x03, 0x0a, 0x05, 0x44, 0x65, + 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x32, 0xf4, 0x03, 0x0a, 0x05, 0x44, 0x65, 0x62, 0x75, 0x67, 0x12, 0x52, 0x0a, 0x05, 0x54, 0x72, 0x61, 0x63, 0x65, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x54, 0x72, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, @@ -483,31 +483,30 @@ var file_grpc_debug_debug_api_debug_proto_rawDesc = []byte{ 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x22, 0x00, 0x30, 0x01, 0x12, - 0xa7, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, + 0xa3, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, - 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0x8a, 0xb5, 0x18, 0x19, + 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x39, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x17, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x3a, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x67, - 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x3a, 0x73, 0x65, 0x74, 0x12, 0x9c, 0x01, 0x0a, 0x0a, 0x47, 0x65, - 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, - 0x75, 0x67, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0x8a, 0xb5, 0x18, - 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, - 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x6c, 0x69, 0x62, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x65, - 0x62, 0x75, 0x67, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x5f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x3a, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x3a, 0x73, 0x65, 0x74, 0x12, 0x98, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x37, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, + 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, + 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x6c, 0x69, 0x62, + 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2f, 0x64, 0x65, 0x62, 0x75, + 0x67, 0x5f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -524,7 +523,7 @@ func file_grpc_debug_debug_api_debug_proto_rawDescGZIP() []byte { var file_grpc_debug_debug_api_debug_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_grpc_debug_debug_api_debug_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_grpc_debug_debug_api_debug_proto_goTypes = []interface{}{ +var file_grpc_debug_debug_api_debug_proto_goTypes = []any{ (SetLogLevelRequest_Level)(0), // 0: chef.automate.api.debug.SetLogLevelRequest.Level (*Chunk)(nil), // 1: chef.automate.api.debug.Chunk (*TraceRequest)(nil), // 2: chef.automate.api.debug.TraceRequest @@ -560,7 +559,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_grpc_debug_debug_api_debug_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Chunk); i { case 0: return &v.state @@ -572,7 +571,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*TraceRequest); i { case 0: return &v.state @@ -584,7 +583,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ProfileRequest); i { case 0: return &v.state @@ -596,7 +595,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*SetLogLevelRequest); i { case 0: return &v.state @@ -608,7 +607,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*SetLogLevelResponse); i { case 0: return &v.state @@ -620,7 +619,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -632,7 +631,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_grpc_debug_debug_api_debug_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*VersionResponse); i { case 0: return &v.state diff --git a/lib/license/license.pb.go b/lib/license/license.pb.go index cf98244bf53..cda620f74a6 100644 --- a/lib/license/license.pb.go +++ b/lib/license/license.pb.go @@ -10,7 +10,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.34.2 // protoc v3.19.0 // source: lib/license/license.proto @@ -289,7 +289,7 @@ func file_lib_license_license_proto_rawDescGZIP() []byte { } var file_lib_license_license_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_lib_license_license_proto_goTypes = []interface{}{ +var file_lib_license_license_proto_goTypes = []any{ (*License)(nil), // 0: license.License (*Entitlement)(nil), // 1: license.Entitlement (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp @@ -312,7 +312,7 @@ func file_lib_license_license_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_lib_license_license_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_lib_license_license_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*License); i { case 0: return &v.state @@ -324,7 +324,7 @@ func file_lib_license_license_proto_init() { return nil } } - file_lib_license_license_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_lib_license_license_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Entitlement); i { case 0: return &v.state diff --git a/op1 b/op1 new file mode 100644 index 00000000000..dbbfdcfae31 --- /dev/null +++ b/op1 @@ -0,0 +1,22 @@ +protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:67:9:symbol "google.api.HttpBody" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:68:9 +protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:69:10:symbol "google.api.HttpBody.content_type" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:70:10 +protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:72:9:symbol "google.api.HttpBody.data" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:73:9 +protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:76:32:symbol "google.api.HttpBody.extensions" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:77:32 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:30:9:symbol "google.api.Http" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:29:9 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:34:21:symbol "google.api.Http.rules" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:33:21 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:42:8:symbol "google.api.Http.fully_decode_reserved_expansion" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:41:8 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:262:9:symbol "google.api.HttpRule" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:313:9 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:266:10:symbol "google.api.HttpRule.selector" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:317:10 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:271:9:symbol "google.api.HttpRule.pattern" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:322:9 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:273:12:symbol "google.api.HttpRule.get" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:325:12 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:276:12:symbol "google.api.HttpRule.put" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:328:12 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:279:12:symbol "google.api.HttpRule.post" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:331:12 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:282:12:symbol "google.api.HttpRule.delete" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:334:12 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:285:12:symbol "google.api.HttpRule.patch" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:337:12 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:291:23:symbol "google.api.HttpRule.custom" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:343:23 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:298:10:symbol "google.api.HttpRule.body" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:352:10 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:303:10:symbol "google.api.HttpRule.response_body" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:360:10 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:308:21:symbol "google.api.HttpRule.additional_bindings" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:365:21 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:312:9:symbol "google.api.CustomHttpPattern" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:369:9 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:314:10:symbol "google.api.CustomHttpPattern.kind" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:371:10 +protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:317:10:symbol "google.api.CustomHttpPattern.path" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:374:10 From 9d5ebd6f38f99f506c3a49f58d936a6af694a649 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Fri, 30 Aug 2024 13:12:00 +0530 Subject: [PATCH 017/147] Downgraded packages Signed-off-by: daveaugustus --- api/config/applications/config_request.pb.go | 20 +- api/config/authn/config_request.pb.go | 30 +- api/config/authz/config_request.pb.go | 22 +- .../backup_gateway/config_request.pb.go | 24 +- api/config/bifrost/config_request.pb.go | 22 +- api/config/bookshelf/config_request.pb.go | 24 +- api/config/builder_api/config_request.pb.go | 22 +- .../builder_api_proxy/config_request.pb.go | 26 +- .../builder_memcached/config_request.pb.go | 18 +- api/config/cds/config_request.pb.go | 20 +- api/config/cereal/config_request.pb.go | 18 +- api/config/cfgmgmt/config_request.pb.go | 20 +- api/config/compliance/config_request.pb.go | 34 +- api/config/cs_nginx/config_request.pb.go | 32 +- api/config/data_feed/config_request.pb.go | 18 +- api/config/deployment/automate_config.pb.go | 6 +- api/config/deployment/config_request.pb.go | 18 +- api/config/dex/config_request.pb.go | 50 +- api/config/elasticsearch/config_request.pb.go | 58 +- api/config/erchef/config_request.pb.go | 40 +- api/config/es_sidecar/config_request.pb.go | 28 +- api/config/esgateway/config_request.pb.go | 30 +- api/config/event/config_request.pb.go | 24 +- api/config/event_feed/config_request.pb.go | 24 +- api/config/event_gateway/config_request.pb.go | 16 +- api/config/gateway/config_request.pb.go | 28 +- api/config/infra_proxy/config_request.pb.go | 20 +- api/config/ingest/config_request.pb.go | 28 +- .../license_control/config_request.pb.go | 22 +- api/config/load_balancer/config_request.pb.go | 28 +- api/config/local_user/config_request.pb.go | 20 +- api/config/minio/config_request.pb.go | 18 +- api/config/nodemanager/config_request.pb.go | 22 +- api/config/notifications/config_request.pb.go | 30 +- api/config/ocid/config_request.pb.go | 30 +- api/config/opensearch/config_request.pb.go | 58 +- api/config/pg_gateway/config_request.pb.go | 22 +- api/config/pg_sidecar/config_request.pb.go | 20 +- api/config/platform/config.pb.go | 22 +- api/config/postgresql/config_request.pb.go | 24 +- api/config/prometheus/config_request.pb.go | 14 +- .../report_manager/config_request.pb.go | 22 +- api/config/sample_data/config_request.pb.go | 16 +- api/config/secrets/config_request.pb.go | 22 +- api/config/session/config_request.pb.go | 24 +- api/config/shared/global.pb.go | 30 +- api/config/shared/tls.pb.go | 8 +- api/config/teams/config_request.pb.go | 20 +- api/config/ui/config_request.pb.go | 34 +- api/config/user_settings/config_request.pb.go | 14 +- .../annotations/iam/annotations.pb.go | 4 +- api/external/annotations/iam/policy.pb.go | 6 +- api/external/applications/applications.pb.go | 584 +++--- api/external/cds/cds.pb.go | 93 +- api/external/cds/request/root.pb.go | 14 +- api/external/cds/response/root.pb.go | 14 +- api/external/cfgmgmt/cfgmgmt.pb.go | 585 +++--- api/external/cfgmgmt/request/actions.pb.go | 6 +- api/external/cfgmgmt/request/errors.pb.go | 6 +- api/external/cfgmgmt/request/nodes.pb.go | 22 +- api/external/cfgmgmt/request/rollouts.pb.go | 16 +- api/external/cfgmgmt/request/root.pb.go | 8 +- api/external/cfgmgmt/request/stats.pb.go | 10 +- api/external/cfgmgmt/request/telemetry.pb.go | 8 +- api/external/cfgmgmt/response/actions.pb.go | 8 +- api/external/cfgmgmt/response/errors.pb.go | 8 +- api/external/cfgmgmt/response/nodes.pb.go | 38 +- api/external/cfgmgmt/response/rollouts.pb.go | 18 +- api/external/cfgmgmt/response/stats.pb.go | 12 +- .../cfgmgmt/response/suggestions.pb.go | 6 +- api/external/cfgmgmt/response/telemetry.pb.go | 8 +- api/external/common/query/parameters.pb.go | 14 +- api/external/common/response.pb.go | 6 +- api/external/common/version/version.pb.go | 8 +- .../compliance/profiles/profiles.pb.go | 132 +- .../compliance/reporting/reporting.pb.go | 400 ++-- .../compliance/reporting/stats/stats.pb.go | 152 +- .../compliance/scanner/jobs/jobs.pb.go | 108 +- api/external/data_feed/data_feed.pb.go | 160 +- .../data_lifecycle/data_lifecycle.pb.go | 471 ++--- api/external/event_feed/event_feed.pb.go | 122 +- api/external/event_feed/request/event.pb.go | 12 +- .../event_feed/request/eventstrings.pb.go | 6 +- api/external/event_feed/response/event.pb.go | 16 +- .../event_feed/response/eventstrings.pb.go | 10 +- api/external/habitat/event.pb.go | 18 +- api/external/iam/v2/common/policy.pb.go | 14 +- api/external/iam/v2/common/rules.pb.go | 8 +- api/external/iam/v2/common/teams.pb.go | 6 +- api/external/iam/v2/common/tokens.pb.go | 6 +- api/external/iam/v2/common/users.pb.go | 6 +- api/external/iam/v2/introspect.pb.go | 71 +- api/external/iam/v2/policy.pb.go | 545 +++--- api/external/iam/v2/request/introspect.pb.go | 10 +- api/external/iam/v2/request/policy.pb.go | 44 +- api/external/iam/v2/request/rules.pb.go | 22 +- api/external/iam/v2/request/teams.pb.go | 26 +- api/external/iam/v2/request/tokens.pb.go | 14 +- api/external/iam/v2/request/users.pb.go | 16 +- api/external/iam/v2/response/introspect.pb.go | 8 +- api/external/iam/v2/response/policy.pb.go | 48 +- api/external/iam/v2/response/rules.pb.go | 20 +- api/external/iam/v2/response/teams.pb.go | 26 +- api/external/iam/v2/response/tokens.pb.go | 14 +- api/external/iam/v2/response/users.pb.go | 16 +- api/external/iam/v2/rules.pb.go | 222 +-- api/external/iam/v2/teams.pb.go | 258 +-- api/external/iam/v2/tokens.pb.go | 125 +- api/external/iam/v2/users.pb.go | 147 +- api/external/infra_proxy/infra_proxy.pb.go | 1706 +++++++++-------- .../infra_proxy/request/clients.pb.go | 12 +- api/external/infra_proxy/request/common.pb.go | 6 +- .../infra_proxy/request/cookbooks.pb.go | 12 +- .../infra_proxy/request/databags.pb.go | 18 +- .../infra_proxy/request/environments.pb.go | 12 +- api/external/infra_proxy/request/nodes.pb.go | 18 +- api/external/infra_proxy/request/orgs.pb.go | 16 +- .../infra_proxy/request/policyfiles.pb.go | 14 +- api/external/infra_proxy/request/roles.pb.go | 16 +- .../infra_proxy/request/servers.pb.go | 16 +- api/external/infra_proxy/request/users.pb.go | 8 +- .../infra_proxy/response/clients.pb.go | 18 +- .../infra_proxy/response/common.pb.go | 6 +- .../infra_proxy/response/cookbooks.pb.go | 20 +- .../infra_proxy/response/databags.pb.go | 20 +- .../infra_proxy/response/environments.pb.go | 12 +- api/external/infra_proxy/response/nodes.pb.go | 20 +- api/external/infra_proxy/response/orgs.pb.go | 18 +- .../infra_proxy/response/policyfiles.pb.go | 34 +- api/external/infra_proxy/response/roles.pb.go | 14 +- .../infra_proxy/response/servers.pb.go | 18 +- api/external/infra_proxy/response/users.pb.go | 10 +- api/external/ingest/chef.pb.go | 154 +- api/external/ingest/job_scheduler.pb.go | 118 +- api/external/ingest/request/action.pb.go | 10 +- api/external/ingest/request/chef.pb.go | 18 +- .../ingest/request/job_scheduler.pb.go | 26 +- api/external/ingest/request/liveness.pb.go | 6 +- api/external/ingest/response/action.pb.go | 10 +- api/external/ingest/response/chef.pb.go | 6 +- .../ingest/response/job_scheduler.pb.go | 32 +- api/external/ingest/response/liveness.pb.go | 6 +- api/external/nodes/manager/manager.pb.go | 194 +- api/external/nodes/nodes.pb.go | 112 +- .../report_manager/report_manager.pb.go | 24 +- api/external/secrets/secrets.pb.go | 74 +- .../user_settings/user_settings.pb.go | 100 +- api/interservice/authn/authenticate.pb.go | 8 +- api/interservice/authn/tokens.pb.go | 24 +- api/interservice/authz/authz.pb.go | 26 +- api/interservice/authz/policy.pb.go | 72 +- api/interservice/authz/project.pb.go | 72 +- api/interservice/authz/type.pb.go | 4 +- api/interservice/cds/service/cds.pb.go | 4 +- api/interservice/cereal/cereal.pb.go | 108 +- .../cfgmgmt/request/actions.pb.go | 10 +- .../cfgmgmt/request/inventory_nodes.pb.go | 6 +- .../cfgmgmt/request/node_export.pb.go | 8 +- api/interservice/cfgmgmt/request/nodes.pb.go | 18 +- .../cfgmgmt/request/parameters.pb.go | 10 +- api/interservice/cfgmgmt/request/root.pb.go | 12 +- api/interservice/cfgmgmt/request/stats.pb.go | 10 +- .../cfgmgmt/request/telemetry.pb.go | 8 +- .../cfgmgmt/response/actions.pb.go | 10 +- .../cfgmgmt/response/inventory_nodes.pb.go | 8 +- api/interservice/cfgmgmt/response/nodes.pb.go | 38 +- api/interservice/cfgmgmt/response/root.pb.go | 16 +- api/interservice/cfgmgmt/response/stats.pb.go | 12 +- .../cfgmgmt/response/suggestions.pb.go | 6 +- .../cfgmgmt/response/telemetry.pb.go | 8 +- .../cfgmgmt/service/cfgmgmt.pb.go | 4 +- .../compliance/common/common.pb.go | 8 +- .../ingest/events/compliance/compliance.pb.go | 6 +- .../ingest/events/inspec/inspec.pb.go | 30 +- .../compliance/ingest/ingest/compliance.pb.go | 16 +- api/interservice/compliance/jobs/jobs.pb.go | 26 +- .../compliance/profiles/profiles.pb.go | 50 +- .../compliance/reporting/reporting.pb.go | 130 +- api/interservice/compliance/stats/stats.pb.go | 50 +- .../compliance/status/status.pb.go | 10 +- .../compliance/version/version.pb.go | 6 +- api/interservice/data_lifecycle/purge.pb.go | 18 +- .../deployment/automate_deployment.pb.go | 230 +-- .../deployment/certificate_authority.pb.go | 12 +- api/interservice/es_sidecar/service.pb.go | 44 +- api/interservice/event/event.pb.go | 34 +- api/interservice/event_feed/event_feed.pb.go | 38 +- api/interservice/id_token/id_token.pb.go | 8 +- .../infra_proxy/request/clients.pb.go | 12 +- .../infra_proxy/request/common.pb.go | 6 +- .../infra_proxy/request/cookbooks.pb.go | 12 +- .../infra_proxy/request/databags.pb.go | 18 +- .../infra_proxy/request/environments.pb.go | 12 +- .../infra_proxy/request/nodes.pb.go | 18 +- .../infra_proxy/request/orgs.pb.go | 16 +- .../infra_proxy/request/policyfiles.pb.go | 14 +- .../infra_proxy/request/roles.pb.go | 16 +- .../infra_proxy/request/servers.pb.go | 16 +- .../infra_proxy/request/users.pb.go | 8 +- .../infra_proxy/response/clients.pb.go | 18 +- .../infra_proxy/response/common.pb.go | 6 +- .../infra_proxy/response/cookbooks.pb.go | 20 +- .../infra_proxy/response/databags.pb.go | 20 +- .../infra_proxy/response/environments.pb.go | 12 +- .../infra_proxy/response/nodes.pb.go | 20 +- .../infra_proxy/response/orgs.pb.go | 18 +- .../infra_proxy/response/policyfiles.pb.go | 34 +- .../infra_proxy/response/roles.pb.go | 14 +- .../infra_proxy/response/servers.pb.go | 18 +- .../infra_proxy/response/users.pb.go | 10 +- .../infra_proxy/service/infra_proxy.pb.go | 4 +- api/interservice/ingest/automate_event.pb.go | 8 +- api/interservice/ingest/chef.pb.go | 32 +- api/interservice/ingest/job_scheduler.pb.go | 62 +- api/interservice/ingest/status.pb.go | 18 +- .../license_control/license_control.pb.go | 34 +- api/interservice/local_user/users.pb.go | 20 +- .../nodemanager/manager/manager.pb.go | 38 +- .../nodemanager/nodes/nodes.pb.go | 34 +- .../notifications/service/events.pb.go | 44 +- .../notifications/service/health.pb.go | 8 +- .../notifications/service/rules.pb.go | 38 +- .../notifications/service/server.pb.go | 4 +- api/interservice/pg_sidecar/service.pb.go | 42 +- .../report_manager/report_manager.pb.go | 22 +- api/interservice/teams/teams.pb.go | 54 +- .../user_settings/user_settings.pb.go | 18 +- .../api/a2conf/annotations.pb.go | 6 +- .../api/a2conf/port.pb.go | 6 +- .../api/a2conf/secret.pb.go | 6 +- .../notifications-client/api/health.pb.go | 8 +- .../api/notifications.pb.go | 44 +- .../notifications-client/api/rules.pb.go | 38 +- .../notifications-client/api/server.pb.go | 4 +- go.sum | 649 +------ lib/license/license.pb.go | 8 +- 236 files changed, 5585 insertions(+), 6175 deletions(-) diff --git a/api/config/applications/config_request.pb.go b/api/config/applications/config_request.pb.go index d574ec96b73..7fae316dbbe 100644 --- a/api/config/applications/config_request.pb.go +++ b/api/config/applications/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/applications/config_request.proto @@ -203,7 +203,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/applications/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` MetricsPort *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=metrics_port,json=metricsPort,proto3" json:"metrics_port,omitempty" toml:"metrics_port,omitempty" mapstructure:"metrics_port,omitempty"` @@ -241,7 +241,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_applications_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/applications/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -476,7 +476,7 @@ func file_config_applications_config_request_proto_rawDescGZIP() []byte { } var file_config_applications_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_applications_config_request_proto_goTypes = []any{ +var file_config_applications_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.applications.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.applications.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.applications.ConfigRequest.V1.System @@ -516,7 +516,7 @@ func file_config_applications_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_applications_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_applications_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -528,7 +528,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_applications_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -540,7 +540,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_applications_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -552,7 +552,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_applications_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -564,7 +564,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_applications_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -576,7 +576,7 @@ func file_config_applications_config_request_proto_init() { return nil } } - file_config_applications_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_applications_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state diff --git a/api/config/authn/config_request.pb.go b/api/config/authn/config_request.pb.go index 4ef08947ceb..fb8c9328f96 100644 --- a/api/config/authn/config_request.pb.go +++ b/api/config/authn/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/authn/config_request.proto @@ -271,7 +271,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/authn/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` Debug *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=debug,proto3" json:"debug,omitempty" toml:"debug,omitempty" mapstructure:"debug,omitempty"` @@ -311,7 +311,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_authn_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/authn/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -415,7 +415,7 @@ type ConfigRequest_V1_System_Http1 struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/authn/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -452,7 +452,7 @@ func (*ConfigRequest_V1_System_Http1) Descriptor() ([]byte, []int) { return file_config_authn_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 2} } -// Deprecated: Marked as deprecated in config/authn/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Http1) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -737,7 +737,7 @@ func file_config_authn_config_request_proto_rawDescGZIP() []byte { } var file_config_authn_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_authn_config_request_proto_goTypes = []any{ +var file_config_authn_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.authn.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.authn.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.authn.ConfigRequest.V1.System @@ -794,7 +794,7 @@ func file_config_authn_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_authn_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -806,7 +806,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -818,7 +818,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -830,7 +830,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -842,7 +842,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -854,7 +854,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Oidc); i { case 0: return &v.state @@ -866,7 +866,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Http1); i { case 0: return &v.state @@ -878,7 +878,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -890,7 +890,7 @@ func file_config_authn_config_request_proto_init() { return nil } } - file_config_authn_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_authn_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state diff --git a/api/config/authz/config_request.pb.go b/api/config/authz/config_request.pb.go index 77976fb4d0c..2e79ee47596 100644 --- a/api/config/authz/config_request.pb.go +++ b/api/config/authz/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/authz/config_request.proto @@ -247,7 +247,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/authz/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ProjectLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=project_limit,json=projectLimit,proto3" json:"project_limit,omitempty" toml:"project_limit,omitempty" mapstructure:"project_limit,omitempty"` @@ -285,7 +285,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_authz_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/authz/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -546,7 +546,7 @@ func file_config_authz_config_request_proto_rawDescGZIP() []byte { } var file_config_authz_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_authz_config_request_proto_goTypes = []any{ +var file_config_authz_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.authz.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.authz.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.authz.ConfigRequest.V1.System @@ -590,7 +590,7 @@ func file_config_authz_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_authz_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -602,7 +602,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -614,7 +614,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -626,7 +626,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -638,7 +638,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -650,7 +650,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -662,7 +662,7 @@ func file_config_authz_config_request_proto_init() { return nil } } - file_config_authz_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_authz_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state diff --git a/api/config/backup_gateway/config_request.pb.go b/api/config/backup_gateway/config_request.pb.go index fee434dd6a0..185978ebe43 100644 --- a/api/config/backup_gateway/config_request.pb.go +++ b/api/config/backup_gateway/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/backup_gateway/config_request.proto @@ -241,7 +241,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/backup_gateway/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -278,7 +278,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_backup_gateway_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/backup_gateway/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -561,7 +561,7 @@ func file_config_backup_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_backup_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_backup_gateway_config_request_proto_goTypes = []any{ +var file_config_backup_gateway_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.backup_gateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.backup_gateway.ConfigRequest.V1 (*ConfigRequest_Service)(nil), // 2: chef.automate.infra.backup_gateway.ConfigRequest.Service @@ -605,7 +605,7 @@ func file_config_backup_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_backup_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -617,7 +617,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -629,7 +629,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_Service); i { case 0: return &v.state @@ -641,7 +641,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -653,7 +653,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -665,7 +665,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Gateway); i { case 0: return &v.state @@ -677,7 +677,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Gateway_Backup); i { case 0: return &v.state @@ -689,7 +689,7 @@ func file_config_backup_gateway_config_request_proto_init() { return nil } } - file_config_backup_gateway_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_backup_gateway_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Gateway_Backup_Filesystem); i { case 0: return &v.state diff --git a/api/config/bifrost/config_request.pb.go b/api/config/bifrost/config_request.pb.go index 17de27aefde..7d93c40f407 100644 --- a/api/config/bifrost/config_request.pb.go +++ b/api/config/bifrost/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/bifrost/config_request.proto @@ -250,7 +250,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Marked as deprecated in config/bifrost/config_request.proto. + // Deprecated: Do not use. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -293,7 +293,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Marked as deprecated in config/bifrost/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -605,7 +605,7 @@ func file_config_bifrost_config_request_proto_rawDescGZIP() []byte { } var file_config_bifrost_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_bifrost_config_request_proto_goTypes = []any{ +var file_config_bifrost_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.bifrost.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.bifrost.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.bifrost.ConfigRequest.V1.System @@ -655,7 +655,7 @@ func file_config_bifrost_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_bifrost_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -667,7 +667,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -679,7 +679,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -691,7 +691,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -703,7 +703,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -715,7 +715,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -727,7 +727,7 @@ func file_config_bifrost_config_request_proto_init() { return nil } } - file_config_bifrost_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_bifrost_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state diff --git a/api/config/bookshelf/config_request.pb.go b/api/config/bookshelf/config_request.pb.go index 6ae43657d5e..c6e7bc3eff4 100644 --- a/api/config/bookshelf/config_request.pb.go +++ b/api/config/bookshelf/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/bookshelf/config_request.proto @@ -258,7 +258,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Marked as deprecated in config/bookshelf/config_request.proto. + // Deprecated: Do not use. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -301,7 +301,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Marked as deprecated in config/bookshelf/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -745,7 +745,7 @@ func file_config_bookshelf_config_request_proto_rawDescGZIP() []byte { } var file_config_bookshelf_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_bookshelf_config_request_proto_goTypes = []any{ +var file_config_bookshelf_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.bookshelf.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.bookshelf.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.bookshelf.ConfigRequest.V1.System @@ -804,7 +804,7 @@ func file_config_bookshelf_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_bookshelf_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -816,7 +816,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -828,7 +828,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -840,7 +840,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -852,7 +852,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -864,7 +864,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -876,7 +876,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state @@ -888,7 +888,7 @@ func file_config_bookshelf_config_request_proto_init() { return nil } } - file_config_bookshelf_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_bookshelf_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Bookshelf); i { case 0: return &v.state diff --git a/api/config/builder_api/config_request.pb.go b/api/config/builder_api/config_request.pb.go index 6425ea641c1..f022ec9af31 100644 --- a/api/config/builder_api/config_request.pb.go +++ b/api/config/builder_api/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/builder_api/config_request.proto @@ -249,7 +249,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/builder_api/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -286,7 +286,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_builder_api_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/builder_api/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -502,7 +502,7 @@ func file_config_builder_api_config_request_proto_rawDescGZIP() []byte { } var file_config_builder_api_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_builder_api_config_request_proto_goTypes = []any{ +var file_config_builder_api_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.builder_api.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.builder_api.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.builder_api.ConfigRequest.V1.System @@ -541,7 +541,7 @@ func file_config_builder_api_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_builder_api_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -553,7 +553,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -565,7 +565,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -577,7 +577,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -589,7 +589,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -601,7 +601,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Memcache); i { case 0: return &v.state @@ -613,7 +613,7 @@ func file_config_builder_api_config_request_proto_init() { return nil } } - file_config_builder_api_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_builder_api_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/builder_api_proxy/config_request.pb.go b/api/config/builder_api_proxy/config_request.pb.go index c6f6c3ef419..85d099852e4 100644 --- a/api/config/builder_api_proxy/config_request.pb.go +++ b/api/config/builder_api_proxy/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/builder_api_proxy/config_request.proto @@ -265,7 +265,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/builder_api_proxy/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -302,7 +302,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_builder_api_proxy_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/builder_api_proxy/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -813,7 +813,7 @@ func file_config_builder_api_proxy_config_request_proto_rawDescGZIP() []byte { } var file_config_builder_api_proxy_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_builder_api_proxy_config_request_proto_goTypes = []any{ +var file_config_builder_api_proxy_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.builder_api_proxy.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.builder_api_proxy.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.builder_api_proxy.ConfigRequest.V1.System @@ -874,7 +874,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_builder_api_proxy_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -886,7 +886,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -898,7 +898,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -910,7 +910,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -922,7 +922,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -934,7 +934,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -946,7 +946,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -958,7 +958,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_HTTP); i { case 0: return &v.state @@ -970,7 +970,7 @@ func file_config_builder_api_proxy_config_request_proto_init() { return nil } } - file_config_builder_api_proxy_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_builder_api_proxy_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Web); i { case 0: return &v.state diff --git a/api/config/builder_memcached/config_request.pb.go b/api/config/builder_memcached/config_request.pb.go index d8d2b8d2910..742174afb81 100644 --- a/api/config/builder_memcached/config_request.pb.go +++ b/api/config/builder_memcached/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/builder_memcached/config_request.proto @@ -233,7 +233,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/builder_memcached/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` MemLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=mem_limit,json=memLimit,proto3" json:"mem_limit,omitempty" toml:"mem_limit,omitempty" mapstructure:"mem_limit,omitempty"` @@ -271,7 +271,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_builder_memcached_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/builder_memcached/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -377,7 +377,7 @@ func file_config_builder_memcached_config_request_proto_rawDescGZIP() []byte { } var file_config_builder_memcached_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_builder_memcached_config_request_proto_goTypes = []any{ +var file_config_builder_memcached_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.builder_memcached.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.builder_memcached.ConfigRequest.V1 (*ConfigRequest_Service)(nil), // 2: chef.automate.infra.builder_memcached.ConfigRequest.Service @@ -411,7 +411,7 @@ func file_config_builder_memcached_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_builder_memcached_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_builder_memcached_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -423,7 +423,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_builder_memcached_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -435,7 +435,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_builder_memcached_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_Service); i { case 0: return &v.state @@ -447,7 +447,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_builder_memcached_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -459,7 +459,7 @@ func file_config_builder_memcached_config_request_proto_init() { return nil } } - file_config_builder_memcached_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_builder_memcached_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/cds/config_request.pb.go b/api/config/cds/config_request.pb.go index 8d39b068d88..d8ce6fd4014 100644 --- a/api/config/cds/config_request.pb.go +++ b/api/config/cds/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/cds/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/cds/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cds_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/cds/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -430,7 +430,7 @@ func file_config_cds_config_request_proto_rawDescGZIP() []byte { } var file_config_cds_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_cds_config_request_proto_goTypes = []any{ +var file_config_cds_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.cds.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.cds.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.cds.ConfigRequest.V1.System @@ -467,7 +467,7 @@ func file_config_cds_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cds_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_cds_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -479,7 +479,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_cds_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -491,7 +491,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_cds_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -503,7 +503,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_cds_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -515,7 +515,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_cds_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -527,7 +527,7 @@ func file_config_cds_config_request_proto_init() { return nil } } - file_config_cds_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_cds_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/cereal/config_request.pb.go b/api/config/cereal/config_request.pb.go index bc249d37c93..352017115b3 100644 --- a/api/config/cereal/config_request.pb.go +++ b/api/config/cereal/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/cereal/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/cereal/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` MaxRecvSizeBytes *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=max_recv_size_bytes,json=maxRecvSizeBytes,proto3" json:"max_recv_size_bytes,omitempty" toml:"max_recv_size_bytes,omitempty" mapstructure:"max_recv_size_bytes,omitempty"` @@ -277,7 +277,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cereal_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/cereal/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -381,7 +381,7 @@ func file_config_cereal_config_request_proto_rawDescGZIP() []byte { } var file_config_cereal_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_cereal_config_request_proto_goTypes = []any{ +var file_config_cereal_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.cereal.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.cereal.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.cereal.ConfigRequest.V1.System @@ -417,7 +417,7 @@ func file_config_cereal_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cereal_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_cereal_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -429,7 +429,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_cereal_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -441,7 +441,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_cereal_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -453,7 +453,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_cereal_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -465,7 +465,7 @@ func file_config_cereal_config_request_proto_init() { return nil } } - file_config_cereal_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_cereal_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/cfgmgmt/config_request.pb.go b/api/config/cfgmgmt/config_request.pb.go index b03f24e6825..edc3b9696c2 100644 --- a/api/config/cfgmgmt/config_request.pb.go +++ b/api/config/cfgmgmt/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/cfgmgmt/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/cfgmgmt/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cfgmgmt_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/cfgmgmt/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -433,7 +433,7 @@ func file_config_cfgmgmt_config_request_proto_rawDescGZIP() []byte { } var file_config_cfgmgmt_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_cfgmgmt_config_request_proto_goTypes = []any{ +var file_config_cfgmgmt_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.cfgmgmt.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.cfgmgmt.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.cfgmgmt.ConfigRequest.V1.System @@ -470,7 +470,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cfgmgmt_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_cfgmgmt_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_cfgmgmt_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_cfgmgmt_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -506,7 +506,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_cfgmgmt_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -518,7 +518,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_cfgmgmt_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -530,7 +530,7 @@ func file_config_cfgmgmt_config_request_proto_init() { return nil } } - file_config_cfgmgmt_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_cfgmgmt_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/compliance/config_request.pb.go b/api/config/compliance/config_request.pb.go index de88ebb8190..99d8f6337e1 100644 --- a/api/config/compliance/config_request.pb.go +++ b/api/config/compliance/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/compliance/config_request.proto @@ -144,7 +144,7 @@ type ConfigRequest_V1_System struct { // workflows. // Setting retention values is prevented in the Validate() callback. // - // Deprecated: Marked as deprecated in config/compliance/config_request.proto. + // Deprecated: Do not use. Retention *ConfigRequest_V1_System_Retention `protobuf:"bytes,7,opt,name=retention,proto3" json:"retention,omitempty" toml:"retention,omitempty" mapstructure:"retention,omitempty"` Agent *ConfigRequest_V1_System_Agent `protobuf:"bytes,10,opt,name=agent,proto3" json:"agent,omitempty" toml:"agent,omitempty" mapstructure:"agent,omitempty"` Proxy *ConfigRequest_V1_System_Proxy `protobuf:"bytes,11,opt,name=proxy,proto3" json:"proxy,omitempty" toml:"proxy,omitempty" mapstructure:"proxy,omitempty"` @@ -224,7 +224,7 @@ func (x *ConfigRequest_V1_System) GetLogger() *ConfigRequest_V1_System_Logger { return nil } -// Deprecated: Marked as deprecated in config/compliance/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System) GetRetention() *ConfigRequest_V1_System_Retention { if x != nil { return x.Retention @@ -289,7 +289,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/compliance/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` @@ -332,7 +332,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_compliance_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/compliance/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -948,7 +948,7 @@ func file_config_compliance_config_request_proto_rawDescGZIP() []byte { } var file_config_compliance_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_config_compliance_config_request_proto_goTypes = []any{ +var file_config_compliance_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.compliance.config.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.compliance.config.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.compliance.config.ConfigRequest.V1.System @@ -1015,7 +1015,7 @@ func file_config_compliance_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_compliance_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1027,7 +1027,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1039,7 +1039,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1051,7 +1051,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1063,7 +1063,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1075,7 +1075,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Proxy); i { case 0: return &v.state @@ -1087,7 +1087,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Profiles); i { case 0: return &v.state @@ -1099,7 +1099,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -1111,7 +1111,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -1123,7 +1123,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Retention); i { case 0: return &v.state @@ -1135,7 +1135,7 @@ func file_config_compliance_config_request_proto_init() { return nil } } - file_config_compliance_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_compliance_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Agent); i { case 0: return &v.state diff --git a/api/config/cs_nginx/config_request.pb.go b/api/config/cs_nginx/config_request.pb.go index 3c4c1a7a12f..9bcbbe900d9 100644 --- a/api/config/cs_nginx/config_request.pb.go +++ b/api/config/cs_nginx/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/cs_nginx/config_request.proto @@ -265,7 +265,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/cs_nginx/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` StatusPort *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=status_port,json=statusPort,proto3" json:"status_port,omitempty" toml:"status_port,omitempty" mapstructure:"status_port,omitempty"` @@ -303,7 +303,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_cs_nginx_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/cs_nginx/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1103,7 +1103,7 @@ func file_config_cs_nginx_config_request_proto_rawDescGZIP() []byte { } var file_config_cs_nginx_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 12) -var file_config_cs_nginx_config_request_proto_goTypes = []any{ +var file_config_cs_nginx_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.cs_nginx.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.cs_nginx.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.cs_nginx.ConfigRequest.V1.System @@ -1181,7 +1181,7 @@ func file_config_cs_nginx_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_cs_nginx_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_RequiredRecipe); i { case 0: return &v.state @@ -1277,7 +1277,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_ExternalAutomate); i { case 0: return &v.state @@ -1289,7 +1289,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Main); i { case 0: return &v.state @@ -1301,7 +1301,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1313,7 +1313,7 @@ func file_config_cs_nginx_config_request_proto_init() { return nil } } - file_config_cs_nginx_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_cs_nginx_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state diff --git a/api/config/data_feed/config_request.pb.go b/api/config/data_feed/config_request.pb.go index 893d248d9ba..eb1b025aae3 100644 --- a/api/config/data_feed/config_request.pb.go +++ b/api/config/data_feed/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/data_feed/config_request.proto @@ -193,7 +193,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/data_feed/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` FeedInterval *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=feed_interval,json=feedInterval,proto3" json:"feed_interval,omitempty" toml:"feed_interval,omitempty" mapstructure:"feed_interval,omitempty"` @@ -240,7 +240,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_data_feed_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/data_feed/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -506,7 +506,7 @@ func file_config_data_feed_config_request_proto_rawDescGZIP() []byte { } var file_config_data_feed_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_data_feed_config_request_proto_goTypes = []any{ +var file_config_data_feed_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.data_feed.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.data_feed.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.data_feed.ConfigRequest.V1.System @@ -552,7 +552,7 @@ func file_config_data_feed_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_data_feed_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_data_feed_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -564,7 +564,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_data_feed_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -576,7 +576,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_data_feed_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -588,7 +588,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_data_feed_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -600,7 +600,7 @@ func file_config_data_feed_config_request_proto_init() { return nil } } - file_config_data_feed_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_data_feed_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/deployment/automate_config.pb.go b/api/config/deployment/automate_config.pb.go index 587b15d44d7..d92c98e4ea2 100644 --- a/api/config/deployment/automate_config.pb.go +++ b/api/config/deployment/automate_config.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/deployment/automate_config.proto @@ -854,7 +854,7 @@ func file_config_deployment_automate_config_proto_rawDescGZIP() []byte { } var file_config_deployment_automate_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_config_deployment_automate_config_proto_goTypes = []any{ +var file_config_deployment_automate_config_proto_goTypes = []interface{}{ (*AutomateConfig)(nil), // 0: chef.automate.domain.deployment.AutomateConfig (*shared.GlobalConfig)(nil), // 1: chef.automate.infra.config.GlobalConfig (*authn.ConfigRequest)(nil), // 2: chef.automate.domain.authn.ConfigRequest @@ -966,7 +966,7 @@ func file_config_deployment_automate_config_proto_init() { } file_config_deployment_config_request_proto_init() if !protoimpl.UnsafeEnabled { - file_config_deployment_automate_config_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_deployment_automate_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AutomateConfig); i { case 0: return &v.state diff --git a/api/config/deployment/config_request.pb.go b/api/config/deployment/config_request.pb.go index 7ee80d23150..9354a103f40 100644 --- a/api/config/deployment/config_request.pb.go +++ b/api/config/deployment/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/deployment/config_request.proto @@ -452,7 +452,7 @@ type ConfigRequest_V1_AdminUser struct { // use 'name' instead of 'email' for new code. It hasn't been reserved // because we'll support using 'email' from installations. // - // Deprecated: Marked as deprecated in config/deployment/config_request.proto. + // Deprecated: Do not use. Email *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty" toml:"email,omitempty" mapstructure:"email,omitempty"` Username *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty" toml:"username,omitempty" mapstructure:"username,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` @@ -491,7 +491,7 @@ func (*ConfigRequest_V1_AdminUser) Descriptor() ([]byte, []int) { return file_config_deployment_config_request_proto_rawDescGZIP(), []int{0, 0, 3} } -// Deprecated: Marked as deprecated in config/deployment/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_AdminUser) GetEmail() *wrapperspb.StringValue { if x != nil { return x.Email @@ -525,7 +525,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/deployment/config_request.proto. + // Deprecated: Do not use. ListenAddress *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=listen_address,json=listenAddress,proto3" json:"listen_address,omitempty" toml:"listen_address,omitempty" mapstructure:"listen_address,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -562,7 +562,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_deployment_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/deployment/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetListenAddress() *wrapperspb.StringValue { if x != nil { return x.ListenAddress @@ -1113,7 +1113,7 @@ func file_config_deployment_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_deployment_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_deployment_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1125,7 +1125,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_deployment_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1137,7 +1137,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_deployment_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1149,7 +1149,7 @@ func file_config_deployment_config_request_proto_init() { return nil } } - file_config_deployment_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_deployment_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state diff --git a/api/config/dex/config_request.pb.go b/api/config/dex/config_request.pb.go index 976c3f292e4..9f7740bef3e 100644 --- a/api/config/dex/config_request.pb.go +++ b/api/config/dex/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/dex/config_request.proto @@ -413,7 +413,7 @@ type ConfigRequest_V1_Grpc struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/dex/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -450,7 +450,7 @@ func (*ConfigRequest_V1_Grpc) Descriptor() ([]byte, []int) { return file_config_dex_config_request_proto_rawDescGZIP(), []int{0, 0, 4} } -// Deprecated: Marked as deprecated in config/dex/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_Grpc) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1379,7 +1379,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/dex/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` @@ -1417,7 +1417,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_dex_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/dex/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1862,7 +1862,7 @@ func file_config_dex_config_request_proto_rawDescGZIP() []byte { } var file_config_dex_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_config_dex_config_request_proto_goTypes = []any{ +var file_config_dex_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.dex.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.dex.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.dex.ConfigRequest.V1.System @@ -1984,7 +1984,7 @@ func file_config_dex_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_dex_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1996,7 +1996,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -2008,7 +2008,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -2020,7 +2020,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -2032,7 +2032,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Log); i { case 0: return &v.state @@ -2044,7 +2044,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Storage); i { case 0: return &v.state @@ -2056,7 +2056,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Grpc); i { case 0: return &v.state @@ -2068,7 +2068,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Expiry); i { case 0: return &v.state @@ -2080,7 +2080,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Bootstrap); i { case 0: return &v.state @@ -2092,7 +2092,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Connectors); i { case 0: return &v.state @@ -2104,7 +2104,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Google); i { case 0: return &v.state @@ -2116,7 +2116,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Ldap); i { case 0: return &v.state @@ -2128,7 +2128,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Msad_Ldap); i { case 0: return &v.state @@ -2140,7 +2140,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Saml); i { case 0: return &v.state @@ -2152,7 +2152,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Disclosure); i { case 0: return &v.state @@ -2164,7 +2164,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Banner); i { case 0: return &v.state @@ -2176,7 +2176,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_InvalidLoginAttempts); i { case 0: return &v.state @@ -2188,7 +2188,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_RedirectionURIs); i { case 0: return &v.state @@ -2200,7 +2200,7 @@ func file_config_dex_config_request_proto_init() { return nil } } - file_config_dex_config_request_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_config_dex_config_request_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/elasticsearch/config_request.pb.go b/api/config/elasticsearch/config_request.pb.go index 23bf9531f52..b4656707457 100644 --- a/api/config/elasticsearch/config_request.pb.go +++ b/api/config/elasticsearch/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/elasticsearch/config_request.proto @@ -2170,7 +2170,7 @@ func file_config_elasticsearch_config_request_proto_rawDescGZIP() []byte { } var file_config_elasticsearch_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 27) -var file_config_elasticsearch_config_request_proto_goTypes = []any{ +var file_config_elasticsearch_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.elasticsearch.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.elasticsearch.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.elasticsearch.ConfigRequest.V1.System @@ -2299,7 +2299,7 @@ func file_config_elasticsearch_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_elasticsearch_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -2311,7 +2311,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -2323,7 +2323,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -2335,7 +2335,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -2347,7 +2347,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_ProxyConfig); i { case 0: return &v.state @@ -2359,7 +2359,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Cluster); i { case 0: return &v.state @@ -2371,7 +2371,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Node); i { case 0: return &v.state @@ -2383,7 +2383,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Path); i { case 0: return &v.state @@ -2395,7 +2395,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Indices); i { case 0: return &v.state @@ -2407,7 +2407,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Index); i { case 0: return &v.state @@ -2419,7 +2419,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Bootstrap); i { case 0: return &v.state @@ -2431,7 +2431,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Network); i { case 0: return &v.state @@ -2443,7 +2443,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Transport); i { case 0: return &v.state @@ -2455,7 +2455,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Discovery); i { case 0: return &v.state @@ -2467,7 +2467,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Gateway); i { case 0: return &v.state @@ -2479,7 +2479,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Action); i { case 0: return &v.state @@ -2491,7 +2491,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Logger); i { case 0: return &v.state @@ -2503,7 +2503,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Plugins); i { case 0: return &v.state @@ -2515,7 +2515,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Runtime); i { case 0: return &v.state @@ -2527,7 +2527,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Routing); i { case 0: return &v.state @@ -2539,7 +2539,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Allocation); i { case 0: return &v.state @@ -2551,7 +2551,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Recovery); i { case 0: return &v.state @@ -2563,7 +2563,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Fielddata); i { case 0: return &v.state @@ -2575,7 +2575,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Breaker); i { case 0: return &v.state @@ -2587,7 +2587,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_S3); i { case 0: return &v.state @@ -2599,7 +2599,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Deprecated); i { case 0: return &v.state @@ -2611,7 +2611,7 @@ func file_config_elasticsearch_config_request_proto_init() { return nil } } - file_config_elasticsearch_config_request_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_config_elasticsearch_config_request_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_S3_Client); i { case 0: return &v.state diff --git a/api/config/erchef/config_request.pb.go b/api/config/erchef/config_request.pb.go index c411a532a1b..08dfd3bdaa9 100644 --- a/api/config/erchef/config_request.pb.go +++ b/api/config/erchef/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/erchef/config_request.proto @@ -330,7 +330,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Marked as deprecated in config/erchef/config_request.proto. + // Deprecated: Do not use. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -373,7 +373,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Marked as deprecated in config/erchef/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -1812,7 +1812,7 @@ func file_config_erchef_config_request_proto_rawDescGZIP() []byte { } var file_config_erchef_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_config_erchef_config_request_proto_goTypes = []any{ +var file_config_erchef_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.erchef.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.erchef.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.erchef.ConfigRequest.V1.System @@ -1940,7 +1940,7 @@ func file_config_erchef_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_erchef_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1952,7 +1952,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1964,7 +1964,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1976,7 +1976,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1988,7 +1988,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -2000,7 +2000,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -2012,7 +2012,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Keygen); i { case 0: return &v.state @@ -2024,7 +2024,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_ChefApi); i { case 0: return &v.state @@ -2036,7 +2036,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Indexing); i { case 0: return &v.state @@ -2048,7 +2048,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Authz); i { case 0: return &v.state @@ -2060,7 +2060,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state @@ -2072,7 +2072,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_DataCollector); i { case 0: return &v.state @@ -2084,7 +2084,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Depsolver); i { case 0: return &v.state @@ -2096,7 +2096,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Memory); i { case 0: return &v.state @@ -2108,7 +2108,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_HealthCheck); i { case 0: return &v.state @@ -2120,7 +2120,7 @@ func file_config_erchef_config_request_proto_init() { return nil } } - file_config_erchef_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_config_erchef_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_IBrowse); i { case 0: return &v.state diff --git a/api/config/es_sidecar/config_request.pb.go b/api/config/es_sidecar/config_request.pb.go index ea16517e6f1..b2ed05af9da 100644 --- a/api/config/es_sidecar/config_request.pb.go +++ b/api/config/es_sidecar/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/es_sidecar/config_request.proto @@ -247,7 +247,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/es_sidecar/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -284,7 +284,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_es_sidecar_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/es_sidecar/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -844,7 +844,7 @@ func file_config_es_sidecar_config_request_proto_rawDescGZIP() []byte { } var file_config_es_sidecar_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_config_es_sidecar_config_request_proto_goTypes = []any{ +var file_config_es_sidecar_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.es_sidecar.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.es_sidecar.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.es_sidecar.ConfigRequest.V1.System @@ -909,7 +909,7 @@ func file_config_es_sidecar_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_es_sidecar_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -921,7 +921,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -933,7 +933,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -945,7 +945,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -957,7 +957,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -969,7 +969,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backups); i { case 0: return &v.state @@ -981,7 +981,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -993,7 +993,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backups_FsSettings); i { case 0: return &v.state @@ -1005,7 +1005,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backups_S3Settings); i { case 0: return &v.state @@ -1017,7 +1017,7 @@ func file_config_es_sidecar_config_request_proto_init() { return nil } } - file_config_es_sidecar_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_es_sidecar_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backups_GCSSettings); i { case 0: return &v.state diff --git a/api/config/esgateway/config_request.pb.go b/api/config/esgateway/config_request.pb.go index c4f2e968eed..9c935847d98 100644 --- a/api/config/esgateway/config_request.pb.go +++ b/api/config/esgateway/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/esgateway/config_request.proto @@ -1266,7 +1266,7 @@ func file_config_esgateway_config_request_proto_rawDescGZIP() []byte { } var file_config_esgateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_config_esgateway_config_request_proto_goTypes = []any{ +var file_config_esgateway_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.esgateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.esgateway.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.esgateway.ConfigRequest.V1.System @@ -1355,7 +1355,7 @@ func file_config_esgateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_esgateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1367,7 +1367,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1379,7 +1379,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1391,7 +1391,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1403,7 +1403,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1415,7 +1415,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1427,7 +1427,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1439,7 +1439,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_External); i { case 0: return &v.state @@ -1451,7 +1451,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Endpoint); i { case 0: return &v.state @@ -1463,7 +1463,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Main); i { case 0: return &v.state @@ -1475,7 +1475,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1487,7 +1487,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state @@ -1499,7 +1499,7 @@ func file_config_esgateway_config_request_proto_init() { return nil } } - file_config_esgateway_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_config_esgateway_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Main_Resolvers); i { case 0: return &v.state diff --git a/api/config/event/config_request.pb.go b/api/config/event/config_request.pb.go index b62af5d10fd..dc17c1ad2c1 100644 --- a/api/config/event/config_request.pb.go +++ b/api/config/event/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/event/config_request.proto @@ -256,7 +256,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/event/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` EventLimit *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=event_limit,json=eventLimit,proto3" json:"event_limit,omitempty" toml:"event_limit,omitempty" mapstructure:"event_limit,omitempty"` @@ -295,7 +295,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_event_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/event/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -640,7 +640,7 @@ func file_config_event_config_request_proto_rawDescGZIP() []byte { } var file_config_event_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_event_config_request_proto_goTypes = []any{ +var file_config_event_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.event.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.event.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.event.ConfigRequest.V1.System @@ -689,7 +689,7 @@ func file_config_event_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_event_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_InternalMessaging); i { case 0: return &v.state @@ -761,7 +761,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -773,7 +773,7 @@ func file_config_event_config_request_proto_init() { return nil } } - file_config_event_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_event_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Handlers); i { case 0: return &v.state diff --git a/api/config/event_feed/config_request.pb.go b/api/config/event_feed/config_request.pb.go index 9d1ccfb217f..2b3a7b4ba08 100644 --- a/api/config/event_feed/config_request.pb.go +++ b/api/config/event_feed/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/event_feed/config_request.proto @@ -241,7 +241,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/event_feed/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` // NOTE: purge_event_feed_after_days is no longer configurable @@ -250,7 +250,7 @@ type ConfigRequest_V1_System_Service struct { // config to to the purge cereal workflows. // Setting this values is prevented in the Validate() callback. // - // Deprecated: Marked as deprecated in config/event_feed/config_request.proto. + // Deprecated: Do not use. PurgeEventFeedAfterDays *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=purge_event_feed_after_days,json=purgeEventFeedAfterDays,proto3" json:"purge_event_feed_after_days,omitempty" toml:"purge_event_feed_after_days,omitempty" mapstructure:"purge_event_feed_after_days,omitempty"` } @@ -286,7 +286,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_event_feed_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/event_feed/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -301,7 +301,7 @@ func (x *ConfigRequest_V1_System_Service) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Marked as deprecated in config/event_feed/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetPurgeEventFeedAfterDays() *wrapperspb.Int32Value { if x != nil { return x.PurgeEventFeedAfterDays @@ -447,7 +447,7 @@ func file_config_event_feed_config_request_proto_rawDescGZIP() []byte { } var file_config_event_feed_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_event_feed_config_request_proto_goTypes = []any{ +var file_config_event_feed_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.event_feed.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.event_feed.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.event_feed.ConfigRequest.V1.System @@ -484,7 +484,7 @@ func file_config_event_feed_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_event_feed_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_event_feed_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -496,7 +496,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_event_feed_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -508,7 +508,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_event_feed_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -520,7 +520,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_event_feed_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -532,7 +532,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_event_feed_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -544,7 +544,7 @@ func file_config_event_feed_config_request_proto_init() { return nil } } - file_config_event_feed_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_event_feed_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/event_gateway/config_request.pb.go b/api/config/event_gateway/config_request.pb.go index 9b1e457b01b..eaebde6ff81 100644 --- a/api/config/event_gateway/config_request.pb.go +++ b/api/config/event_gateway/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/event_gateway/config_request.proto @@ -475,7 +475,7 @@ func file_config_event_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_event_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_event_gateway_config_request_proto_goTypes = []any{ +var file_config_event_gateway_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.event_gateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.event_gateway.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.event_gateway.ConfigRequest.V1.System @@ -517,7 +517,7 @@ func file_config_event_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_event_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_event_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_event_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -541,7 +541,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_event_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -553,7 +553,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_event_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -565,7 +565,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_event_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -577,7 +577,7 @@ func file_config_event_gateway_config_request_proto_init() { return nil } } - file_config_event_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_event_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/gateway/config_request.pb.go b/api/config/gateway/config_request.pb.go index 198985dec93..e7ff743a8d7 100644 --- a/api/config/gateway/config_request.pb.go +++ b/api/config/gateway/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/gateway/config_request.proto @@ -249,14 +249,14 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/gateway/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` GrpcPort *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=grpc_port,json=grpcPort,proto3" json:"grpc_port,omitempty" toml:"grpc_port,omitempty" mapstructure:"grpc_port,omitempty"` TrialLicenseUrl *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=trial_license_url,json=trialLicenseUrl,proto3" json:"trial_license_url,omitempty" toml:"trial_license_url,omitempty" mapstructure:"trial_license_url,omitempty"` Log *ConfigRequest_V1_System_Log `protobuf:"bytes,6,opt,name=log,proto3" json:"log,omitempty" toml:"log,omitempty" mapstructure:"log,omitempty"` // backwards compat with old log level config - // Deprecated: Marked as deprecated in config/gateway/config_request.proto. + // Deprecated: Do not use. AuthMiddleware *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=auth_middleware,json=authMiddleware,proto3" json:"auth_middleware,omitempty" toml:"auth_middleware,omitempty" mapstructure:"auth_middleware,omitempty"` } @@ -292,7 +292,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_gateway_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/gateway/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -335,7 +335,7 @@ func (x *ConfigRequest_V1_System_Service) GetLog() *ConfigRequest_V1_System_Log return nil } -// Deprecated: Marked as deprecated in config/gateway/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetAuthMiddleware() *wrapperspb.StringValue { if x != nil { return x.AuthMiddleware @@ -632,7 +632,7 @@ func file_config_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_gateway_config_request_proto_goTypes = []any{ +var file_config_gateway_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.api.config.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.api.config.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.api.config.ConfigRequest.V1.System @@ -681,7 +681,7 @@ func file_config_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -693,7 +693,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -705,7 +705,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -717,7 +717,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -729,7 +729,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -741,7 +741,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -753,7 +753,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_DataCollector); i { case 0: return &v.state @@ -765,7 +765,7 @@ func file_config_gateway_config_request_proto_init() { return nil } } - file_config_gateway_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_gateway_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_DataCollector_Limiter); i { case 0: return &v.state diff --git a/api/config/infra_proxy/config_request.pb.go b/api/config/infra_proxy/config_request.pb.go index c46e1a51a65..98aaa46bf6b 100644 --- a/api/config/infra_proxy/config_request.pb.go +++ b/api/config/infra_proxy/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/infra_proxy/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/infra_proxy/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_infra_proxy_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/infra_proxy/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -435,7 +435,7 @@ func file_config_infra_proxy_config_request_proto_rawDescGZIP() []byte { } var file_config_infra_proxy_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_infra_proxy_config_request_proto_goTypes = []any{ +var file_config_infra_proxy_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.infra_proxy.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.infra_proxy.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.infra_proxy.ConfigRequest.V1.System @@ -472,7 +472,7 @@ func file_config_infra_proxy_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_infra_proxy_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_infra_proxy_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -484,7 +484,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_infra_proxy_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -496,7 +496,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_infra_proxy_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -508,7 +508,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_infra_proxy_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -520,7 +520,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_infra_proxy_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -532,7 +532,7 @@ func file_config_infra_proxy_config_request_proto_init() { return nil } } - file_config_infra_proxy_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_infra_proxy_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/ingest/config_request.pb.go b/api/config/ingest/config_request.pb.go index 1e4ca392b17..7a43a4c4a83 100644 --- a/api/config/ingest/config_request.pb.go +++ b/api/config/ingest/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/ingest/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/ingest/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` // NOTE: purge actions are no longer configurable via config @@ -248,9 +248,9 @@ type ConfigRequest_V1_System_Service struct { // to the purge cereal workflows. // Setting these values is prevented in the Validate() callback. // - // Deprecated: Marked as deprecated in config/ingest/config_request.proto. + // Deprecated: Do not use. PurgeConvergeHistoryAfterDays *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=purge_converge_history_after_days,json=purgeConvergeHistoryAfterDays,proto3" json:"purge_converge_history_after_days,omitempty" toml:"purge_converge_history_after_days,omitempty" mapstructure:"purge_converge_history_after_days,omitempty"` - // Deprecated: Marked as deprecated in config/ingest/config_request.proto. + // Deprecated: Do not use. PurgeActionsAfterDays *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=purge_actions_after_days,json=purgeActionsAfterDays,proto3" json:"purge_actions_after_days,omitempty" toml:"purge_actions_after_days,omitempty" mapstructure:"purge_actions_after_days,omitempty"` MaxNumberOfBundledRunMsgs *wrapperspb.Int32Value `protobuf:"bytes,6,opt,name=max_number_of_bundled_run_msgs,json=maxNumberOfBundledRunMsgs,proto3" json:"max_number_of_bundled_run_msgs,omitempty" toml:"max_number_of_bundled_run_msgs,omitempty" mapstructure:"max_number_of_bundled_run_msgs,omitempty"` MaxNumberOfBundledActionMsgs *wrapperspb.Int32Value `protobuf:"bytes,7,opt,name=max_number_of_bundled_action_msgs,json=maxNumberOfBundledActionMsgs,proto3" json:"max_number_of_bundled_action_msgs,omitempty" toml:"max_number_of_bundled_action_msgs,omitempty" mapstructure:"max_number_of_bundled_action_msgs,omitempty"` @@ -294,7 +294,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_ingest_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/ingest/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -309,7 +309,7 @@ func (x *ConfigRequest_V1_System_Service) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Marked as deprecated in config/ingest/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetPurgeConvergeHistoryAfterDays() *wrapperspb.Int32Value { if x != nil { return x.PurgeConvergeHistoryAfterDays @@ -317,7 +317,7 @@ func (x *ConfigRequest_V1_System_Service) GetPurgeConvergeHistoryAfterDays() *wr return nil } -// Deprecated: Marked as deprecated in config/ingest/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetPurgeActionsAfterDays() *wrapperspb.Int32Value { if x != nil { return x.PurgeActionsAfterDays @@ -584,7 +584,7 @@ func file_config_ingest_config_request_proto_rawDescGZIP() []byte { } var file_config_ingest_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_ingest_config_request_proto_goTypes = []any{ +var file_config_ingest_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.ingest.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.ingest.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.ingest.ConfigRequest.V1.System @@ -632,7 +632,7 @@ func file_config_ingest_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_ingest_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_ingest_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_ingest_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -656,7 +656,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_ingest_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_ingest_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -680,7 +680,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_ingest_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_config_ingest_config_request_proto_init() { return nil } } - file_config_ingest_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_ingest_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/license_control/config_request.pb.go b/api/config/license_control/config_request.pb.go index b2f8873de58..1b729ecd451 100644 --- a/api/config/license_control/config_request.pb.go +++ b/api/config/license_control/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/license_control/config_request.proto @@ -264,7 +264,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/license_control/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -301,7 +301,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_license_control_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/license_control/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -538,7 +538,7 @@ func file_config_license_control_config_request_proto_rawDescGZIP() []byte { } var file_config_license_control_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_license_control_config_request_proto_goTypes = []any{ +var file_config_license_control_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.license_control.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.license_control.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.license_control.ConfigRequest.V1.System @@ -582,7 +582,7 @@ func file_config_license_control_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_license_control_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -594,7 +594,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -606,7 +606,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -618,7 +618,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -630,7 +630,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -642,7 +642,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Telemetry); i { case 0: return &v.state @@ -654,7 +654,7 @@ func file_config_license_control_config_request_proto_init() { return nil } } - file_config_license_control_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_license_control_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/load_balancer/config_request.pb.go b/api/config/load_balancer/config_request.pb.go index 50c76339879..f20884ce95e 100644 --- a/api/config/load_balancer/config_request.pb.go +++ b/api/config/load_balancer/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/load_balancer/config_request.proto @@ -1275,7 +1275,7 @@ func file_config_load_balancer_config_request_proto_rawDescGZIP() []byte { } var file_config_load_balancer_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 12) -var file_config_load_balancer_config_request_proto_goTypes = []any{ +var file_config_load_balancer_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.load_balancer.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.load_balancer.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.load_balancer.ConfigRequest.V1.System @@ -1367,7 +1367,7 @@ func file_config_load_balancer_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_load_balancer_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1379,7 +1379,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1391,7 +1391,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1403,7 +1403,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1415,7 +1415,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1427,7 +1427,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_StaticConfig); i { case 0: return &v.state @@ -1439,7 +1439,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -1451,7 +1451,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1463,7 +1463,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Main); i { case 0: return &v.state @@ -1475,7 +1475,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1487,7 +1487,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state @@ -1499,7 +1499,7 @@ func file_config_load_balancer_config_request_proto_init() { return nil } } - file_config_load_balancer_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_load_balancer_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Mail); i { case 0: return &v.state diff --git a/api/config/local_user/config_request.pb.go b/api/config/local_user/config_request.pb.go index ebbf2d802e0..558ce958fa2 100644 --- a/api/config/local_user/config_request.pb.go +++ b/api/config/local_user/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/local_user/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/local_user/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` @@ -277,7 +277,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_local_user_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/local_user/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -447,7 +447,7 @@ func file_config_local_user_config_request_proto_rawDescGZIP() []byte { } var file_config_local_user_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_local_user_config_request_proto_goTypes = []any{ +var file_config_local_user_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.local_user.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.local_user.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.local_user.ConfigRequest.V1.System @@ -485,7 +485,7 @@ func file_config_local_user_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_local_user_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_local_user_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -497,7 +497,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_local_user_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -509,7 +509,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_local_user_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -521,7 +521,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_local_user_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -533,7 +533,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_local_user_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_config_local_user_config_request_proto_init() { return nil } } - file_config_local_user_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_local_user_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state diff --git a/api/config/minio/config_request.pb.go b/api/config/minio/config_request.pb.go index de7b23c28da..3fb3c525485 100644 --- a/api/config/minio/config_request.pb.go +++ b/api/config/minio/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/minio/config_request.proto @@ -473,7 +473,7 @@ func file_config_minio_config_request_proto_rawDescGZIP() []byte { } var file_config_minio_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_minio_config_request_proto_goTypes = []any{ +var file_config_minio_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.minio.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.minio.ConfigRequest.V1 (*ConfigRequest_Service)(nil), // 2: chef.automate.infra.minio.ConfigRequest.Service @@ -511,7 +511,7 @@ func file_config_minio_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_minio_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -523,7 +523,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -535,7 +535,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_Service); i { case 0: return &v.state @@ -547,7 +547,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -559,7 +559,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -571,7 +571,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Gateway); i { case 0: return &v.state @@ -583,7 +583,7 @@ func file_config_minio_config_request_proto_init() { return nil } } - file_config_minio_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_minio_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Gateway_Storage); i { case 0: return &v.state diff --git a/api/config/nodemanager/config_request.pb.go b/api/config/nodemanager/config_request.pb.go index eaa1e4a0456..e505509f3a1 100644 --- a/api/config/nodemanager/config_request.pb.go +++ b/api/config/nodemanager/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/nodemanager/config_request.proto @@ -211,7 +211,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/nodemanager/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -248,7 +248,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_nodemanager_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/nodemanager/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -556,7 +556,7 @@ func file_config_nodemanager_config_request_proto_rawDescGZIP() []byte { } var file_config_nodemanager_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_nodemanager_config_request_proto_goTypes = []any{ +var file_config_nodemanager_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.nodemanager.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.nodemanager.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.nodemanager.ConfigRequest.V1.System @@ -600,7 +600,7 @@ func file_config_nodemanager_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_nodemanager_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -612,7 +612,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -624,7 +624,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -636,7 +636,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -648,7 +648,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -660,7 +660,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -672,7 +672,7 @@ func file_config_nodemanager_config_request_proto_init() { return nil } } - file_config_nodemanager_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_nodemanager_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nodemanager); i { case 0: return &v.state diff --git a/api/config/notifications/config_request.pb.go b/api/config/notifications/config_request.pb.go index 3a7469104b4..0585bf17d55 100644 --- a/api/config/notifications/config_request.pb.go +++ b/api/config/notifications/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/notifications/config_request.proto @@ -272,7 +272,7 @@ type ConfigRequest_V1_System_Service struct { unknownFields protoimpl.UnknownFields ExternalFqdn *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=external_fqdn,json=externalFqdn,proto3" json:"external_fqdn,omitempty" toml:"external_fqdn,omitempty" mapstructure:"external_fqdn,omitempty"` - // Deprecated: Marked as deprecated in config/notifications/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` DedupeWindowSeconds *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=dedupe_window_seconds,json=dedupeWindowSeconds,proto3" json:"dedupe_window_seconds,omitempty" toml:"dedupe_window_seconds,omitempty" mapstructure:"dedupe_window_seconds,omitempty"` @@ -317,7 +317,7 @@ func (x *ConfigRequest_V1_System_Service) GetExternalFqdn() *wrapperspb.StringVa return nil } -// Deprecated: Marked as deprecated in config/notifications/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -438,7 +438,7 @@ type ConfigRequest_V1_System_Migration struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/notifications/config_request.proto. + // Deprecated: Do not use. RuleStoreFile *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=rule_store_file,json=ruleStoreFile,proto3" json:"rule_store_file,omitempty" toml:"rule_store_file,omitempty" mapstructure:"rule_store_file,omitempty"` } @@ -474,7 +474,7 @@ func (*ConfigRequest_V1_System_Migration) Descriptor() ([]byte, []int) { return file_config_notifications_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 3} } -// Deprecated: Marked as deprecated in config/notifications/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Migration) GetRuleStoreFile() *wrapperspb.StringValue { if x != nil { return x.RuleStoreFile @@ -662,7 +662,7 @@ func file_config_notifications_config_request_proto_rawDescGZIP() []byte { } var file_config_notifications_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_notifications_config_request_proto_goTypes = []any{ +var file_config_notifications_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.notifications.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.notifications.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.notifications.ConfigRequest.V1.System @@ -712,7 +712,7 @@ func file_config_notifications_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_notifications_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -724,7 +724,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -736,7 +736,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -748,7 +748,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -760,7 +760,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -772,7 +772,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -784,7 +784,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Cache); i { case 0: return &v.state @@ -796,7 +796,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Migration); i { case 0: return &v.state @@ -808,7 +808,7 @@ func file_config_notifications_config_request_proto_init() { return nil } } - file_config_notifications_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_notifications_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/ocid/config_request.pb.go b/api/config/ocid/config_request.pb.go index c28ee8af11d..47530f1c752 100644 --- a/api/config/ocid/config_request.pb.go +++ b/api/config/ocid/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/ocid/config_request.proto @@ -258,7 +258,7 @@ type ConfigRequest_V1_System_Network struct { unknownFields protoimpl.UnknownFields Port *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` - // Deprecated: Marked as deprecated in config/ocid/config_request.proto. + // Deprecated: Do not use. ListenIp *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=listen_ip,json=listenIp,proto3" json:"listen_ip,omitempty" toml:"listen_ip,omitempty" mapstructure:"listen_ip,omitempty"` // The listen host is no longer setable(localhost only) } @@ -301,7 +301,7 @@ func (x *ConfigRequest_V1_System_Network) GetPort() *wrapperspb.Int32Value { return nil } -// Deprecated: Marked as deprecated in config/ocid/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Network) GetListenIp() *wrapperspb.StringValue { if x != nil { return x.ListenIp @@ -868,7 +868,7 @@ func file_config_ocid_config_request_proto_rawDescGZIP() []byte { } var file_config_ocid_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_config_ocid_config_request_proto_goTypes = []any{ +var file_config_ocid_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.ocid.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.ocid.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.ocid.ConfigRequest.V1.System @@ -929,7 +929,7 @@ func file_config_ocid_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_ocid_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -941,7 +941,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -953,7 +953,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -965,7 +965,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -977,7 +977,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Network); i { case 0: return &v.state @@ -989,7 +989,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1001,7 +1001,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Sql); i { case 0: return &v.state @@ -1013,7 +1013,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Ocid); i { case 0: return &v.state @@ -1025,7 +1025,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Ocid_ChefServerConfig); i { case 0: return &v.state @@ -1037,7 +1037,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Ocid_OauthApplicationConfig); i { case 0: return &v.state @@ -1049,7 +1049,7 @@ func file_config_ocid_config_request_proto_init() { return nil } } - file_config_ocid_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_ocid_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Ocid_OauthApplicationConfig_OauthApplication); i { case 0: return &v.state diff --git a/api/config/opensearch/config_request.pb.go b/api/config/opensearch/config_request.pb.go index fcab7c8c66e..1a7bc207831 100644 --- a/api/config/opensearch/config_request.pb.go +++ b/api/config/opensearch/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/opensearch/config_request.proto @@ -2164,7 +2164,7 @@ func file_config_opensearch_config_request_proto_rawDescGZIP() []byte { } var file_config_opensearch_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 27) -var file_config_opensearch_config_request_proto_goTypes = []any{ +var file_config_opensearch_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.opensearch.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.opensearch.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.opensearch.ConfigRequest.V1.System @@ -2293,7 +2293,7 @@ func file_config_opensearch_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_opensearch_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -2305,7 +2305,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -2317,7 +2317,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -2329,7 +2329,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -2341,7 +2341,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_ProxyConfig); i { case 0: return &v.state @@ -2353,7 +2353,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Cluster); i { case 0: return &v.state @@ -2365,7 +2365,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Node); i { case 0: return &v.state @@ -2377,7 +2377,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Path); i { case 0: return &v.state @@ -2389,7 +2389,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Indices); i { case 0: return &v.state @@ -2401,7 +2401,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Index); i { case 0: return &v.state @@ -2413,7 +2413,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Bootstrap); i { case 0: return &v.state @@ -2425,7 +2425,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Network); i { case 0: return &v.state @@ -2437,7 +2437,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Transport); i { case 0: return &v.state @@ -2449,7 +2449,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Discovery); i { case 0: return &v.state @@ -2461,7 +2461,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Gateway); i { case 0: return &v.state @@ -2473,7 +2473,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Action); i { case 0: return &v.state @@ -2485,7 +2485,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Logger); i { case 0: return &v.state @@ -2497,7 +2497,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Plugins); i { case 0: return &v.state @@ -2509,7 +2509,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Runtime); i { case 0: return &v.state @@ -2521,7 +2521,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Routing); i { case 0: return &v.state @@ -2533,7 +2533,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Allocation); i { case 0: return &v.state @@ -2545,7 +2545,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Recovery); i { case 0: return &v.state @@ -2557,7 +2557,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Fielddata); i { case 0: return &v.state @@ -2569,7 +2569,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Breaker); i { case 0: return &v.state @@ -2581,7 +2581,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_S3); i { case 0: return &v.state @@ -2593,7 +2593,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Deprecated); i { case 0: return &v.state @@ -2605,7 +2605,7 @@ func file_config_opensearch_config_request_proto_init() { return nil } } - file_config_opensearch_config_request_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_config_opensearch_config_request_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_S3_Client); i { case 0: return &v.state diff --git a/api/config/pg_gateway/config_request.pb.go b/api/config/pg_gateway/config_request.pb.go index fbb05915b3a..552ff78d5a7 100644 --- a/api/config/pg_gateway/config_request.pb.go +++ b/api/config/pg_gateway/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/pg_gateway/config_request.proto @@ -345,7 +345,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/pg_gateway/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalPostgresql *shared.External_Postgresql `protobuf:"bytes,4,opt,name=external_postgresql,json=externalPostgresql,proto3" json:"external_postgresql,omitempty" toml:"external_postgresql,omitempty" mapstructure:"external_postgresql,omitempty"` @@ -384,7 +384,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_pg_gateway_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 2} } -// Deprecated: Marked as deprecated in config/pg_gateway/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -605,7 +605,7 @@ func file_config_pg_gateway_config_request_proto_rawDescGZIP() []byte { } var file_config_pg_gateway_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_pg_gateway_config_request_proto_goTypes = []any{ +var file_config_pg_gateway_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.pg_gateway.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.pg_gateway.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.pg_gateway.ConfigRequest.V1.System @@ -656,7 +656,7 @@ func file_config_pg_gateway_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_pg_gateway_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -680,7 +680,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Resolvers); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Endpoint); i { case 0: return &v.state @@ -716,7 +716,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -728,7 +728,7 @@ func file_config_pg_gateway_config_request_proto_init() { return nil } } - file_config_pg_gateway_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_pg_gateway_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Timeouts); i { case 0: return &v.state diff --git a/api/config/pg_sidecar/config_request.pb.go b/api/config/pg_sidecar/config_request.pb.go index 87f1516231b..1bed26299b9 100644 --- a/api/config/pg_sidecar/config_request.pb.go +++ b/api/config/pg_sidecar/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/pg_sidecar/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/pg_sidecar/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_pg_sidecar_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/pg_sidecar/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -422,7 +422,7 @@ func file_config_pg_sidecar_config_request_proto_rawDescGZIP() []byte { } var file_config_pg_sidecar_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_pg_sidecar_config_request_proto_goTypes = []any{ +var file_config_pg_sidecar_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.pg_sidecar.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.pg_sidecar.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.pg_sidecar.ConfigRequest.V1.System @@ -458,7 +458,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_pg_sidecar_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_pg_sidecar_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_pg_sidecar_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_pg_sidecar_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_pg_sidecar_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -506,7 +506,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_pg_sidecar_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -518,7 +518,7 @@ func file_config_pg_sidecar_config_request_proto_init() { return nil } } - file_config_pg_sidecar_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_pg_sidecar_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/platform/config.pb.go b/api/config/platform/config.pb.go index 2deb37bfe09..a07850ce0a2 100644 --- a/api/config/platform/config.pb.go +++ b/api/config/platform/config.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/platform/config.proto @@ -630,7 +630,7 @@ func file_config_platform_config_proto_rawDescGZIP() []byte { } var file_config_platform_config_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_config_platform_config_proto_goTypes = []any{ +var file_config_platform_config_proto_goTypes = []interface{}{ (*Config)(nil), // 0: chef.automate.platform.Config (*Config_TLS)(nil), // 1: chef.automate.platform.Config.TLS (*Config_Service)(nil), // 2: chef.automate.platform.Config.Service @@ -665,7 +665,7 @@ func file_config_platform_config_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_platform_config_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config); i { case 0: return &v.state @@ -677,7 +677,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_TLS); i { case 0: return &v.state @@ -689,7 +689,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_Service); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_Package); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_Platform); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_Postgresql); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_PGS); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_Postgresql_Cfg); i { case 0: return &v.state @@ -761,7 +761,7 @@ func file_config_platform_config_proto_init() { return nil } } - file_config_platform_config_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_platform_config_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Config_PGS_Cfg); i { case 0: return &v.state diff --git a/api/config/postgresql/config_request.pb.go b/api/config/postgresql/config_request.pb.go index b9e2f798f29..4b270670f88 100644 --- a/api/config/postgresql/config_request.pb.go +++ b/api/config/postgresql/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/postgresql/config_request.proto @@ -304,7 +304,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/postgresql/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -341,7 +341,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_postgresql_config_request_proto_rawDescGZIP(), []int{0, 0, 1, 1} } -// Deprecated: Marked as deprecated in config/postgresql/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -730,7 +730,7 @@ func file_config_postgresql_config_request_proto_rawDescGZIP() []byte { } var file_config_postgresql_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_postgresql_config_request_proto_goTypes = []any{ +var file_config_postgresql_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.postgresql.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.postgresql.ConfigRequest.V1 (*ConfigRequest_V1_Service)(nil), // 2: chef.automate.infra.postgresql.ConfigRequest.V1.Service @@ -786,7 +786,7 @@ func file_config_postgresql_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_postgresql_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -798,7 +798,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -810,7 +810,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -822,7 +822,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -834,7 +834,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state @@ -846,7 +846,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -858,7 +858,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_PGConfig); i { case 0: return &v.state @@ -870,7 +870,7 @@ func file_config_postgresql_config_request_proto_init() { return nil } } - file_config_postgresql_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_postgresql_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Superuser); i { case 0: return &v.state diff --git a/api/config/prometheus/config_request.pb.go b/api/config/prometheus/config_request.pb.go index cf838de854a..691fbabd5ae 100644 --- a/api/config/prometheus/config_request.pb.go +++ b/api/config/prometheus/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/prometheus/config_request.proto @@ -359,7 +359,7 @@ func file_config_prometheus_config_request_proto_rawDescGZIP() []byte { } var file_config_prometheus_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_prometheus_config_request_proto_goTypes = []any{ +var file_config_prometheus_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.infra.prometheus.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.infra.prometheus.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.infra.prometheus.ConfigRequest.V1.System @@ -392,7 +392,7 @@ func file_config_prometheus_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_prometheus_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_prometheus_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -404,7 +404,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_prometheus_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -416,7 +416,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_prometheus_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -428,7 +428,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_prometheus_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -440,7 +440,7 @@ func file_config_prometheus_config_request_proto_init() { return nil } } - file_config_prometheus_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_prometheus_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/config/report_manager/config_request.pb.go b/api/config/report_manager/config_request.pb.go index 001ef499ae0..4160e9abae9 100644 --- a/api/config/report_manager/config_request.pb.go +++ b/api/config/report_manager/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/report_manager/config_request.proto @@ -255,7 +255,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/report_manager/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` EnableLargeReporting *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=enable_large_reporting,json=enableLargeReporting,proto3" json:"enable_large_reporting,omitempty" toml:"enable_large_reporting,omitempty" mapstructure:"enable_large_reporting,omitempty"` @@ -293,7 +293,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_report_manager_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/report_manager/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -590,7 +590,7 @@ func file_config_report_manager_config_request_proto_rawDescGZIP() []byte { } var file_config_report_manager_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_report_manager_config_request_proto_goTypes = []any{ +var file_config_report_manager_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.report_manager.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.report_manager.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.report_manager.ConfigRequest.V1.System @@ -639,7 +639,7 @@ func file_config_report_manager_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_report_manager_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -651,7 +651,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -663,7 +663,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -675,7 +675,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -687,7 +687,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -699,7 +699,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Objstore); i { case 0: return &v.state @@ -711,7 +711,7 @@ func file_config_report_manager_config_request_proto_init() { return nil } } - file_config_report_manager_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_report_manager_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Minio); i { case 0: return &v.state diff --git a/api/config/sample_data/config_request.pb.go b/api/config/sample_data/config_request.pb.go index 03fd7aeb882..75672c5a06e 100644 --- a/api/config/sample_data/config_request.pb.go +++ b/api/config/sample_data/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/sample_data/config_request.proto @@ -432,7 +432,7 @@ func file_config_sample_data_config_request_proto_rawDescGZIP() []byte { } var file_config_sample_data_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_sample_data_config_request_proto_goTypes = []any{ +var file_config_sample_data_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.sample_data.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.sample_data.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.sample_data.ConfigRequest.V1.System @@ -469,7 +469,7 @@ func file_config_sample_data_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_sample_data_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_sample_data_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_sample_data_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_sample_data_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_sample_data_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -517,7 +517,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_sample_data_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_config_sample_data_config_request_proto_init() { return nil } } - file_config_sample_data_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_sample_data_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/secrets/config_request.pb.go b/api/config/secrets/config_request.pb.go index 4a9e5d0bdc6..b5831697ee8 100644 --- a/api/config/secrets/config_request.pb.go +++ b/api/config/secrets/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/secrets/config_request.proto @@ -257,7 +257,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/secrets/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -294,7 +294,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_secrets_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/secrets/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -523,7 +523,7 @@ func file_config_secrets_config_request_proto_rawDescGZIP() []byte { } var file_config_secrets_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_config_secrets_config_request_proto_goTypes = []any{ +var file_config_secrets_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.secrets.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.secrets.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.secrets.ConfigRequest.V1.System @@ -565,7 +565,7 @@ func file_config_secrets_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_secrets_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -577,7 +577,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -589,7 +589,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -601,7 +601,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -613,7 +613,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -625,7 +625,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -637,7 +637,7 @@ func file_config_secrets_config_request_proto_init() { return nil } } - file_config_secrets_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_secrets_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state diff --git a/api/config/session/config_request.pb.go b/api/config/session/config_request.pb.go index da17ac29b43..957fe6ad08f 100644 --- a/api/config/session/config_request.pb.go +++ b/api/config/session/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/session/config_request.proto @@ -255,7 +255,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/session/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` SigninUrl *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=signin_url,json=signinUrl,proto3" json:"signin_url,omitempty" toml:"signin_url,omitempty" mapstructure:"signin_url,omitempty"` @@ -299,7 +299,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_session_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/session/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -685,7 +685,7 @@ func file_config_session_config_request_proto_rawDescGZIP() []byte { } var file_config_session_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_config_session_config_request_proto_goTypes = []any{ +var file_config_session_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.session.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.session.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.session.ConfigRequest.V1.System @@ -739,7 +739,7 @@ func file_config_session_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_session_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -751,7 +751,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -763,7 +763,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -775,7 +775,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -787,7 +787,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -799,7 +799,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Oidc); i { case 0: return &v.state @@ -811,7 +811,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Storage); i { case 0: return &v.state @@ -823,7 +823,7 @@ func file_config_session_config_request_proto_init() { return nil } } - file_config_session_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_session_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Logger); i { case 0: return &v.state diff --git a/api/config/shared/global.pb.go b/api/config/shared/global.pb.go index b007ed0d244..77d2eeed17c 100644 --- a/api/config/shared/global.pb.go +++ b/api/config/shared/global.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/shared/global.proto @@ -2762,7 +2762,7 @@ type External_Postgresql_SSL struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/shared/global.proto. + // Deprecated: Do not use. Mode *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty" toml:"mode,omitempty" mapstructure:"mode,omitempty"` Cert *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty" toml:"cert,omitempty" mapstructure:"cert,omitempty"` Key *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty" toml:"key,omitempty" mapstructure:"key,omitempty"` @@ -2802,7 +2802,7 @@ func (*External_Postgresql_SSL) Descriptor() ([]byte, []int) { return file_config_shared_global_proto_rawDescGZIP(), []int{3, 3, 2} } -// Deprecated: Marked as deprecated in config/shared/global.proto. +// Deprecated: Do not use. func (x *External_Postgresql_SSL) GetMode() *wrapperspb.StringValue { if x != nil { return x.Mode @@ -5357,7 +5357,7 @@ func file_config_shared_global_proto_init() { } file_config_shared_tls_proto_init() if !protoimpl.UnsafeEnabled { - file_config_shared_global_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GlobalConfig); i { case 0: return &v.state @@ -5369,7 +5369,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*V1); i { case 0: return &v.state @@ -5381,7 +5381,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ChefServer); i { case 0: return &v.state @@ -5393,7 +5393,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*External); i { case 0: return &v.state @@ -5405,7 +5405,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Mlsa); i { case 0: return &v.state @@ -5417,7 +5417,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Proxy); i { case 0: return &v.state @@ -5429,7 +5429,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Backups); i { case 0: return &v.state @@ -5441,7 +5441,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Log); i { case 0: return &v.state @@ -5453,7 +5453,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Disclosure); i { case 0: return &v.state @@ -5465,7 +5465,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Banner); i { case 0: return &v.state @@ -5477,7 +5477,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SessionSettings); i { case 0: return &v.state @@ -5489,7 +5489,7 @@ func file_config_shared_global_proto_init() { return nil } } - file_config_shared_global_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_shared_global_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LargeReporting); i { case 0: return &v.state diff --git a/api/config/shared/tls.pb.go b/api/config/shared/tls.pb.go index ce25d5fdbeb..ad84ce1432f 100644 --- a/api/config/shared/tls.pb.go +++ b/api/config/shared/tls.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/shared/tls.proto @@ -205,7 +205,7 @@ func file_config_shared_tls_proto_rawDescGZIP() []byte { } var file_config_shared_tls_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_config_shared_tls_proto_goTypes = []any{ +var file_config_shared_tls_proto_goTypes = []interface{}{ (*TLSCredentials)(nil), // 0: chef.automate.infra.config.TLSCredentials (*FrontendTLSCredential)(nil), // 1: chef.automate.infra.config.FrontendTLSCredential } @@ -223,7 +223,7 @@ func file_config_shared_tls_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_shared_tls_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_shared_tls_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TLSCredentials); i { case 0: return &v.state @@ -235,7 +235,7 @@ func file_config_shared_tls_proto_init() { return nil } } - file_config_shared_tls_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_shared_tls_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FrontendTLSCredential); i { case 0: return &v.state diff --git a/api/config/teams/config_request.pb.go b/api/config/teams/config_request.pb.go index 9e5225b878e..daa98570b28 100644 --- a/api/config/teams/config_request.pb.go +++ b/api/config/teams/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/teams/config_request.proto @@ -239,7 +239,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/teams/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -276,7 +276,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_teams_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 0} } -// Deprecated: Marked as deprecated in config/teams/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -432,7 +432,7 @@ func file_config_teams_config_request_proto_rawDescGZIP() []byte { } var file_config_teams_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_config_teams_config_request_proto_goTypes = []any{ +var file_config_teams_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.teams.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.teams.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.teams.ConfigRequest.V1.System @@ -469,7 +469,7 @@ func file_config_teams_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_teams_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_teams_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_teams_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_teams_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_teams_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -517,7 +517,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_teams_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_config_teams_config_request_proto_init() { return nil } } - file_config_teams_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_teams_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state diff --git a/api/config/ui/config_request.pb.go b/api/config/ui/config_request.pb.go index 6c0bdc6aa72..ca1f468e39c 100644 --- a/api/config/ui/config_request.pb.go +++ b/api/config/ui/config_request.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/ui/config_request.proto @@ -493,7 +493,7 @@ type ConfigRequest_V1_System_Service struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in config/ui/config_request.proto. + // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` } @@ -530,7 +530,7 @@ func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int) { return file_config_ui_config_request_proto_rawDescGZIP(), []int{0, 0, 0, 1} } -// Deprecated: Marked as deprecated in config/ui/config_request.proto. +// Deprecated: Do not use. func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue { if x != nil { return x.Host @@ -1069,7 +1069,7 @@ func file_config_ui_config_request_proto_rawDescGZIP() []byte { } var file_config_ui_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_config_ui_config_request_proto_goTypes = []any{ +var file_config_ui_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.ui.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.ui.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.ui.ConfigRequest.V1.System @@ -1143,7 +1143,7 @@ func file_config_ui_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_ui_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -1155,7 +1155,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -1167,7 +1167,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -1179,7 +1179,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -1191,7 +1191,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Banner); i { case 0: return &v.state @@ -1203,7 +1203,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_SessionSettings); i { case 0: return &v.state @@ -1215,7 +1215,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_LargeReporting); i { case 0: return &v.state @@ -1227,7 +1227,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_CustomSettings); i { case 0: return &v.state @@ -1239,7 +1239,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state @@ -1251,7 +1251,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx); i { case 0: return &v.state @@ -1263,7 +1263,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state @@ -1275,7 +1275,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Events); i { case 0: return &v.state @@ -1287,7 +1287,7 @@ func file_config_ui_config_request_proto_init() { return nil } } - file_config_ui_config_request_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_config_ui_config_request_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Nginx_Http); i { case 0: return &v.state diff --git a/api/config/user_settings/config_request.pb.go b/api/config/user_settings/config_request.pb.go index b5f20a0a9e4..9357f5b91b8 100644 --- a/api/config/user_settings/config_request.pb.go +++ b/api/config/user_settings/config_request.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: config/user_settings/config_request.proto @@ -370,7 +370,7 @@ func file_config_user_settings_config_request_proto_rawDescGZIP() []byte { } var file_config_user_settings_config_request_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_config_user_settings_config_request_proto_goTypes = []any{ +var file_config_user_settings_config_request_proto_goTypes = []interface{}{ (*ConfigRequest)(nil), // 0: chef.automate.domain.user_settings.ConfigRequest (*ConfigRequest_V1)(nil), // 1: chef.automate.domain.user_settings.ConfigRequest.V1 (*ConfigRequest_V1_System)(nil), // 2: chef.automate.domain.user_settings.ConfigRequest.V1.System @@ -405,7 +405,7 @@ func file_config_user_settings_config_request_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_config_user_settings_config_request_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_config_user_settings_config_request_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest); i { case 0: return &v.state @@ -417,7 +417,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_config_user_settings_config_request_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1); i { case 0: return &v.state @@ -429,7 +429,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_config_user_settings_config_request_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System); i { case 0: return &v.state @@ -441,7 +441,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_config_user_settings_config_request_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_Service); i { case 0: return &v.state @@ -453,7 +453,7 @@ func file_config_user_settings_config_request_proto_init() { return nil } } - file_config_user_settings_config_request_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_config_user_settings_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Service); i { case 0: return &v.state diff --git a/api/external/annotations/iam/annotations.pb.go b/api/external/annotations/iam/annotations.pb.go index b6d1c117fdb..de0eb252b8a 100644 --- a/api/external/annotations/iam/annotations.pb.go +++ b/api/external/annotations/iam/annotations.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/annotations/iam/annotations.proto @@ -72,7 +72,7 @@ var file_external_annotations_iam_annotations_proto_rawDesc = []byte{ 0x61, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_annotations_iam_annotations_proto_goTypes = []any{ +var file_external_annotations_iam_annotations_proto_goTypes = []interface{}{ (*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions (*PolicyInfo)(nil), // 1: chef.automate.api.iam.PolicyInfo } diff --git a/api/external/annotations/iam/policy.pb.go b/api/external/annotations/iam/policy.pb.go index 0cb043b097b..5945b4801ac 100644 --- a/api/external/annotations/iam/policy.pb.go +++ b/api/external/annotations/iam/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/annotations/iam/policy.proto @@ -106,7 +106,7 @@ func file_external_annotations_iam_policy_proto_rawDescGZIP() []byte { } var file_external_annotations_iam_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_annotations_iam_policy_proto_goTypes = []any{ +var file_external_annotations_iam_policy_proto_goTypes = []interface{}{ (*PolicyInfo)(nil), // 0: chef.automate.api.iam.PolicyInfo } var file_external_annotations_iam_policy_proto_depIdxs = []int32{ @@ -123,7 +123,7 @@ func file_external_annotations_iam_policy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_annotations_iam_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_annotations_iam_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyInfo); i { case 0: return &v.state diff --git a/api/external/applications/applications.pb.go b/api/external/applications/applications.pb.go index 9a6cb5574fd..86e1e024e49 100644 --- a/api/external/applications/applications.pb.go +++ b/api/external/applications/applications.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/applications/applications.proto @@ -2530,7 +2530,7 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x07, 0x57, 0x41, 0x52, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x52, 0x49, 0x54, 0x49, 0x43, 0x41, 0x4c, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x11, 0x32, - 0xe5, 0x28, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0xa5, 0x29, 0x0a, 0x13, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xf4, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, @@ -2538,15 +2538,15 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x7f, 0x92, - 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x9a, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x7f, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, + 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x2d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x9e, 0x02, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, @@ -2555,196 +2555,199 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x48, - 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x8d, 0x01, 0x92, 0x41, - 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x5f, 0x68, 0x65, - 0x61, 0x6c, 0x74, 0x68, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xe2, 0x01, 0x0a, 0x0b, - 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x79, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x5f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, + 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, + 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, + 0xe6, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, + 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x12, 0xbc, 0x01, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x54, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, - 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, - 0x9d, 0x02, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, - 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x39, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, - 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, - 0x52, 0x65, 0x73, 0x22, 0x89, 0x01, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, - 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, - 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2d, - 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x2d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, - 0x88, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, + 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0xc0, 0x01, 0x0a, 0x0c, 0x46, 0x69, 0x6e, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, + 0x58, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x30, 0x01, 0x12, 0xa1, 0x02, 0x0a, 0x19, + 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, + 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x12, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x44, 0x69, + 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, + 0x8d, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2d, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, + 0x2d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, + 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, + 0x8c, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x53, 0x47, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x53, 0x47, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, - 0x53, 0x47, 0x52, 0x65, 0x73, 0x22, 0x92, 0x01, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, + 0x53, 0x47, 0x52, 0x65, 0x73, 0x22, 0x96, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x38, 0x12, 0x36, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2d, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x10, 0x0a, 0x0e, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0xf2, + 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, + 0x61, 0x74, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, + 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, + 0x74, 0x61, 0x74, 0x73, 0x52, 0x65, 0x73, 0x22, 0x7a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, + 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, - 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x38, 0x12, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x2d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xee, 0x01, 0x0a, 0x10, 0x47, - 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x73, 0x12, - 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, + 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, + 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x12, 0x8c, 0x02, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, + 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x73, 0x52, 0x65, - 0x71, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x8a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, + 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, + 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, + 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x12, 0x9b, 0x02, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x73, - 0x52, 0x65, 0x73, 0x22, 0x76, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, - 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x12, 0x88, 0x02, 0x0a, 0x17, - 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, - 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, - 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x86, 0x01, - 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x12, 0x1f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x97, 0x02, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, - 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x92, 0x01, 0x92, 0x41, - 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, - 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x12, 0x86, 0x02, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x6e, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, + 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x96, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, + 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, + 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x23, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x10, + 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x12, 0x8a, 0x02, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x49, 0x44, 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x79, 0x49, 0x44, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x8b, 0x01, 0x92, 0x41, - 0x10, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x22, 0x2a, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x69, 0x64, 0x12, 0xd9, 0x01, 0x0a, 0x0a, 0x47, 0x65, - 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, - 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x66, 0x92, - 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, - 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, - 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xad, 0x02, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, - 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, - 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, - 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, - 0x64, 0x69, 0x63, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, 0x43, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x8d, 0x01, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, - 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, - 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x12, 0x1b, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x22, 0x8f, 0x01, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2f, 0x22, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x69, 0x64, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x23, 0x12, 0x21, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x10, 0x0a, 0x0e, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0xdd, 0x01, + 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, + 0x6f, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, + 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, + 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, + 0x65, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xb1, 0x02, + 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, + 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x2e, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, + 0x71, 0x1a, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x4d, 0x61, 0x6e, 0x64, 0x61, + 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x12, 0x3d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0xb9, 0x02, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, - 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, - 0x6f, 0x64, 0x69, 0x63, 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x69, - 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x22, 0x93, 0x01, 0x92, 0x41, - 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, - 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x3a, - 0x01, 0x2a, 0x22, 0x3d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, - 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, - 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, - 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x12, 0xb2, 0x02, 0x0a, 0x1a, 0x52, 0x75, 0x6e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, + 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0xbd, 0x02, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, + 0x4d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x22, 0x97, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, + 0x22, 0x3d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, + 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, + 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0xb6, 0x02, 0x0a, 0x1a, 0x52, 0x75, 0x6e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x12, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, @@ -2754,77 +2757,78 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x90, 0x01, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, - 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, - 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x3a, 0x01, 0x2a, 0x22, 0x3a, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x69, 0x73, - 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xb7, 0x02, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x46, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x47, 0x65, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, + 0x6e, 0x73, 0x65, 0x22, 0x94, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3f, 0x22, 0x3a, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, + 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, + 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, + 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, + 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, + 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xbb, 0x02, 0x0a, 0x23, 0x47, + 0x65, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x12, 0x46, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, + 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x69, 0x63, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x98, 0x01, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, + 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x19, + 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x72, + 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, + 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xc7, 0x02, 0x0a, 0x26, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x66, 0x69, 0x67, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x4a, 0x6f, 0x62, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x49, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, - 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x94, 0x01, 0x92, 0x41, 0x0b, 0x0a, - 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, - 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1b, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, - 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, - 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x61, 0x70, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, + 0x73, 0x22, 0x9e, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x22, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x12, 0xc3, 0x02, 0x0a, 0x26, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x31, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x50, 0x65, 0x72, - 0x69, 0x6f, 0x64, 0x69, 0x63, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x49, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, - 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x22, 0x9a, 0x01, 0x92, 0x41, 0x0b, 0x0a, - 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x17, - 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, - 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, - 0x22, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, - 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, - 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0xcb, 0x02, 0x0a, 0x20, 0x52, 0x75, 0x6e, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, - 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x12, 0x43, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, - 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, - 0x1a, 0x48, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x52, 0x75, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, - 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, - 0x6f, 0x62, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x97, 0x01, 0x92, 0x41, 0x0b, - 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x39, 0x0a, - 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, - 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x3a, 0x01, - 0x2a, 0x22, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, - 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, - 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x2f, 0x72, 0x75, 0x6e, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, + 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0xcf, 0x02, 0x0a, 0x20, 0x52, 0x75, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x12, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x1a, 0x48, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, + 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x4a, 0x6f, 0x62, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9b, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x22, + 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x6f, 0x6e, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, + 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0b, 0x0a, 0x09, 0x72, 0x65, 0x74, 0x65, 0x6e, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, @@ -2834,13 +2838,13 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, + 0x65, 0x22, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, + 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, - 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, 0x65, - 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0xf6, + 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0xf6, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, @@ -2850,13 +2854,13 @@ var file_external_applications_applications_proto_rawDesc = []byte{ 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, - 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, - 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, - 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, - 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x27, + 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, @@ -2877,7 +2881,7 @@ func file_external_applications_applications_proto_rawDescGZIP() []byte { var file_external_applications_applications_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_applications_applications_proto_msgTypes = make([]protoimpl.MessageInfo, 33) -var file_external_applications_applications_proto_goTypes = []any{ +var file_external_applications_applications_proto_goTypes = []interface{}{ (HealthStatus)(0), // 0: chef.automate.api.applications.HealthStatus (*ServicesReq)(nil), // 1: chef.automate.api.applications.ServicesReq (*ServicesDistinctValuesReq)(nil), // 2: chef.automate.api.applications.ServicesDistinctValuesReq @@ -2997,7 +3001,7 @@ func file_external_applications_applications_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_applications_applications_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesReq); i { case 0: return &v.state @@ -3009,7 +3013,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesDistinctValuesReq); i { case 0: return &v.state @@ -3021,7 +3025,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesBySGReq); i { case 0: return &v.state @@ -3033,7 +3037,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesBySGRes); i { case 0: return &v.state @@ -3045,7 +3049,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesRes); i { case 0: return &v.state @@ -3057,7 +3061,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesDistinctValuesRes); i { case 0: return &v.state @@ -3069,7 +3073,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisconnectedServicesReq); i { case 0: return &v.state @@ -3081,7 +3085,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteServicesByIDReq); i { case 0: return &v.state @@ -3093,7 +3097,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesStatsReq); i { case 0: return &v.state @@ -3105,7 +3109,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServicesStatsRes); i { case 0: return &v.state @@ -3117,7 +3121,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PeriodicJobConfig); i { case 0: return &v.state @@ -3129,7 +3133,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PeriodicMandatoryJobConfig); i { case 0: return &v.state @@ -3141,7 +3145,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PeriodicJobInfo); i { case 0: return &v.state @@ -3153,7 +3157,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDisconnectedServicesConfigReq); i { case 0: return &v.state @@ -3165,7 +3169,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDisconnectedServicesConfigRes); i { case 0: return &v.state @@ -3177,7 +3181,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunDisconnectedServicesJobReq); i { case 0: return &v.state @@ -3189,7 +3193,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunDisconnectedServicesJobResponse); i { case 0: return &v.state @@ -3201,7 +3205,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDeleteDisconnectedServicesConfigReq); i { case 0: return &v.state @@ -3213,7 +3217,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDeleteDisconnectedServicesConfigRes); i { case 0: return &v.state @@ -3225,7 +3229,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunDeleteDisconnectedServicesJobReq); i { case 0: return &v.state @@ -3237,7 +3241,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunDeleteDisconnectedServicesJobResponse); i { case 0: return &v.state @@ -3249,7 +3253,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Service); i { case 0: return &v.state @@ -3261,7 +3265,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceGroupsHealthCountsReq); i { case 0: return &v.state @@ -3273,7 +3277,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceGroupsReq); i { case 0: return &v.state @@ -3285,7 +3289,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceGroup); i { case 0: return &v.state @@ -3297,7 +3301,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HealthCounts); i { case 0: return &v.state @@ -3309,7 +3313,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PackageIdent); i { case 0: return &v.state @@ -3321,7 +3325,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceGroups); i { case 0: return &v.state @@ -3333,7 +3337,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HealthCheckResult); i { case 0: return &v.state @@ -3345,7 +3349,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -3357,7 +3361,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -3369,7 +3373,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServicesUsageCountRequest); i { case 0: return &v.state @@ -3381,7 +3385,7 @@ func file_external_applications_applications_proto_init() { return nil } } - file_external_applications_applications_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_external_applications_applications_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServicesUsageCountResponse); i { case 0: return &v.state diff --git a/api/external/cds/cds.pb.go b/api/external/cds/cds.pb.go index 2941ea3d488..79542794513 100644 --- a/api/external/cds/cds.pb.go +++ b/api/external/cds/cds.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cds/cds.proto @@ -51,57 +51,58 @@ var file_external_cds_cds_proto_rawDesc = []byte{ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x98, 0x07, 0x0a, 0x03, 0x43, 0x64, 0x73, - 0x12, 0xb5, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, + 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa8, 0x07, 0x0a, 0x03, 0x43, 0x64, 0x73, + 0x12, 0xb9, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, - 0x22, 0x46, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, - 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, - 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, - 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x2f, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0xc8, 0x01, 0x0a, 0x11, 0x53, 0x75, 0x62, - 0x6d, 0x69, 0x74, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x2a, + 0x22, 0x4a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, + 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x12, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, + 0x74, 0x3a, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xcc, 0x01, 0x0a, + 0x11, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x73, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, - 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x5a, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x13, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, - 0x6c, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x22, 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, - 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x61, 0x6c, 0x73, 0x12, 0xca, 0x01, 0x0a, 0x10, 0x49, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, - 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x57, 0x8a, 0xb5, 0x18, 0x32, 0x0a, 0x13, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, - 0x6c, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, - 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, - 0x12, 0xcb, 0x01, 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x73, 0x74, - 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x22, 0x4e, - 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, 0x74, - 0x65, 0x6d, 0x73, 0x12, 0x15, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, 0x74, 0x65, - 0x6d, 0x73, 0x3a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, - 0x3a, 0x01, 0x2a, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x73, + 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x5e, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x74, 0x65, + 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x8a, 0xb5, + 0x18, 0x19, 0x12, 0x17, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, + 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x12, 0xce, 0x01, 0x0a, 0x10, + 0x49, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, + 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x1a, + 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, + 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, + 0x74, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x65, 0x6e, 0x61, 0x62, 0x6c, + 0x65, 0x64, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, + 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, + 0x1b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, + 0x69, 0x61, 0x6c, 0x73, 0x3a, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0xcf, 0x01, 0x0a, + 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, + 0x74, 0x65, 0x6d, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1e, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x6f, + 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x3a, 0x01, 0x2a, + 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x3a, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, + 0x3a, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x73, 0x0a, 0x13, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x64, 0x73, 0x2e, 0x72, 0x65, @@ -115,7 +116,7 @@ var file_external_cds_cds_proto_rawDesc = []byte{ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_cds_cds_proto_goTypes = []any{ +var file_external_cds_cds_proto_goTypes = []interface{}{ (*request.ContentItems)(nil), // 0: chef.automate.api.cds.request.ContentItems (*request.Credentials)(nil), // 1: chef.automate.api.cds.request.Credentials (*request.ContentEnabled)(nil), // 2: chef.automate.api.cds.request.ContentEnabled diff --git a/api/external/cds/request/root.pb.go b/api/external/cds/request/root.pb.go index 5c3dc6371b3..0fb09517280 100644 --- a/api/external/cds/request/root.pb.go +++ b/api/external/cds/request/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cds/request/root.proto @@ -304,7 +304,7 @@ func file_external_cds_request_root_proto_rawDescGZIP() []byte { } var file_external_cds_request_root_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_cds_request_root_proto_goTypes = []any{ +var file_external_cds_request_root_proto_goTypes = []interface{}{ (*ContentItems)(nil), // 0: chef.automate.api.cds.request.ContentItems (*InstallContentItem)(nil), // 1: chef.automate.api.cds.request.InstallContentItem (*DownloadContentItem)(nil), // 2: chef.automate.api.cds.request.DownloadContentItem @@ -325,7 +325,7 @@ func file_external_cds_request_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cds_request_root_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cds_request_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContentItems); i { case 0: return &v.state @@ -337,7 +337,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cds_request_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InstallContentItem); i { case 0: return &v.state @@ -349,7 +349,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cds_request_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DownloadContentItem); i { case 0: return &v.state @@ -361,7 +361,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cds_request_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Credentials); i { case 0: return &v.state @@ -373,7 +373,7 @@ func file_external_cds_request_root_proto_init() { return nil } } - file_external_cds_request_root_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_cds_request_root_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContentEnabled); i { case 0: return &v.state diff --git a/api/external/cds/response/root.pb.go b/api/external/cds/response/root.pb.go index beafffcddfa..f6cc3e6d14d 100644 --- a/api/external/cds/response/root.pb.go +++ b/api/external/cds/response/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cds/response/root.proto @@ -345,7 +345,7 @@ func file_external_cds_response_root_proto_rawDescGZIP() []byte { } var file_external_cds_response_root_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_cds_response_root_proto_goTypes = []any{ +var file_external_cds_response_root_proto_goTypes = []interface{}{ (*ContentItems)(nil), // 0: chef.automate.api.cds.response.ContentItems (*ContentItem)(nil), // 1: chef.automate.api.cds.response.ContentItem (*InstallContentItem)(nil), // 2: chef.automate.api.cds.response.InstallContentItem @@ -367,7 +367,7 @@ func file_external_cds_response_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cds_response_root_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cds_response_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContentItems); i { case 0: return &v.state @@ -379,7 +379,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cds_response_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContentItem); i { case 0: return &v.state @@ -391,7 +391,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cds_response_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InstallContentItem); i { case 0: return &v.state @@ -403,7 +403,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cds_response_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Credentials); i { case 0: return &v.state @@ -415,7 +415,7 @@ func file_external_cds_response_root_proto_init() { return nil } } - file_external_cds_response_root_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_cds_response_root_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContentEnabled); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/cfgmgmt.pb.go b/api/external/cfgmgmt/cfgmgmt.pb.go index b56a2b54d0e..9f36b33ee6b 100644 --- a/api/external/cfgmgmt/cfgmgmt.pb.go +++ b/api/external/cfgmgmt/cfgmgmt.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/cfgmgmt.proto @@ -87,52 +87,53 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x80, 0x29, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x4d, 0x67, 0x6d, 0x74, 0x12, 0x92, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x4e, 0x6f, + 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd8, 0x29, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x4d, 0x67, 0x6d, 0x74, 0x12, 0x96, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x40, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, - 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0xa9, 0x01, 0x0a, 0x07, - 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x75, 0x6e, 0x73, - 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x59, 0x8a, 0xb5, - 0x18, 0x29, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, - 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x12, 0xbf, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4e, - 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, - 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4c, 0x8a, 0xb5, 0x18, - 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xbb, 0x01, 0x0a, 0x0d, 0x47, 0x65, - 0x74, 0x52, 0x75, 0x6e, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, + 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x44, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, + 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0xad, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x52, 0x75, 0x6e, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x52, 0x75, 0x6e, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4b, 0x8a, 0xb5, 0x18, 0x1f, - 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x72, 0x75, 0x6e, - 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xf1, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, + 0x52, 0x75, 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, + 0x22, 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, + 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x8a, 0xb5, + 0x18, 0x17, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0xc3, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, + 0x74, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, + 0x74, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x43, 0x6f, 0x75, + 0x6e, 0x74, 0x73, 0x22, 0x50, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, + 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, + 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, + 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xbf, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, + 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x75, 0x6e, 0x73, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, + 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x73, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, + 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, + 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xf5, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, @@ -142,98 +143,100 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x22, - 0x5a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, - 0x73, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, - 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0xfa, 0x01, 0x0a, 0x1c, - 0x47, 0x65, 0x74, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x75, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3c, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x75, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, - 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6d, 0x69, 0x73, 0x73, - 0x69, 0x6e, 0x67, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xc4, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, - 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, - 0x52, 0x75, 0x6e, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x22, 0x61, 0x8a, 0xb5, - 0x18, 0x28, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x0f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, - 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x73, 0x2f, 0x7b, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, - 0xa0, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x71, 0x75, - 0x65, 0x72, 0x79, 0x2e, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x1a, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x46, 0x8a, 0xb5, 0x18, 0x1f, - 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x12, 0xaa, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, + 0x5e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x63, + 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x5f, 0x74, 0x69, + 0x6d, 0x65, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0xfe, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, + 0x64, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, + 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, + 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x3d, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x44, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x61, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, + 0x12, 0xc8, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x12, + 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x1a, 0x27, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x52, 0x75, 0x6e, 0x22, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, + 0x6e, 0x73, 0x2f, 0x7b, 0x72, 0x75, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x17, 0x0a, + 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, + 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x11, 0x12, 0x0f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa4, 0x01, 0x0a, 0x0e, + 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2a, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, + 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x4a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, + 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, + 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, + 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x12, 0xae, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x48, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, - 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, - 0xa5, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x71, 0x64, - 0x6e, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x71, 0x64, - 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x47, - 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x5f, 0x66, 0x71, 0x64, 0x6e, 0x73, 0x12, 0xca, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, - 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, - 0x64, 0x65, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, - 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x15, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, - 0x64, 0x7d, 0x12, 0x0f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x72, 0x69, - 0x62, 0x75, 0x74, 0x65, 0x12, 0xd4, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, - 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x61, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, - 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6f, + 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0d, + 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, + 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x12, 0xa9, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x46, 0x71, 0x64, 0x6e, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, + 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x46, 0x71, 0x64, 0x6e, 0x73, 0x1a, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, + 0x75, 0x65, 0x22, 0x4b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x5f, 0x66, 0x71, 0x64, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0xce, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, + 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x61, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x6f, + 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, + 0x8a, 0xb5, 0x18, 0x17, 0x0a, 0x15, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x11, 0x12, + 0x0f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x12, 0xd8, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, + 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xe4, 0x01, 0x0a, 0x12, + 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, + 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xe8, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, @@ -241,120 +244,122 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x66, 0x8a, 0xb5, 0x18, 0x2d, - 0x0a, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x72, - 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x76, 0x69, - 0x73, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x64, 0x7d, 0x12, 0xa5, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, - 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x79, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, + 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x7b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x7d, + 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa9, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x72, + 0x72, 0x6f, 0x72, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x1a, + 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x45, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, + 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, + 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x12, 0x65, 0x0a, 0x0a, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, + 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x1a, 0x2a, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x22, 0x41, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, - 0x67, 0x6d, 0x74, 0x2f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x12, 0x65, 0x0a, 0x0a, 0x4e, 0x6f, - 0x64, 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, - 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, - 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x30, - 0x01, 0x12, 0x69, 0x0a, 0x0c, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, - 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, - 0x72, 0x74, 0x1a, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x78, - 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x30, 0x01, 0x12, 0xd7, 0x01, 0x0a, - 0x15, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, - 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x36, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x4f, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, - 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x86, 0x02, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x4e, 0x6f, - 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x40, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x1a, 0x41, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, - 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x5f, 0x64, 0x61, 0x69, 0x6c, 0x79, 0x5f, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, - 0xd3, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x1a, + 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, + 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x30, 0x01, 0x12, 0x69, 0x0a, 0x0c, 0x52, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x24, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, + 0x22, 0x00, 0x30, 0x01, 0x12, 0xdb, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x35, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, + 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x53, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, + 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, + 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x12, 0x8a, 0x02, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x75, + 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, + 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, + 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, + 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, + 0x6f, 0x64, 0x65, 0x52, 0x75, 0x6e, 0x73, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x22, 0x61, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x73, 0x5f, + 0x64, 0x61, 0x69, 0x6c, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x74, 0x69, 0x6d, + 0x65, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, + 0xd7, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, - 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, - 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1b, 0x69, 0x6e, - 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, - 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, - 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xea, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x12, 0x34, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, - 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, - 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x22, 0x68, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x14, - 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1b, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, - 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, - 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x12, 0xb4, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x1a, - 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x22, 0x4a, 0x8a, - 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, + 0x22, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, - 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xc9, 0x01, 0x0a, 0x0e, 0x47, 0x65, - 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x2e, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x2b, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x22, 0x5a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, - 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, + 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, + 0x18, 0x16, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, + 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x69, 0x6e, + 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xee, 0x01, 0x0a, 0x11, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x12, + 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x74, 0x54, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x54, 0x65, 0x73, 0x74, 0x22, 0x6c, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, - 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x2f, 0x7b, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0xc5, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, + 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x16, 0x0a, 0x14, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, + 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xb8, 0x01, 0x0a, 0x0b, 0x47, + 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, + 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, + 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, + 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x8a, 0xb5, + 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, + 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xcd, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, + 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, + 0x6c, 0x6f, 0x75, 0x74, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, + 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x22, 0x5e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, + 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x74, 0x2f, 0x7b, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, + 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xc9, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x46, 0x6f, 0x72, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, @@ -362,67 +367,67 @@ var file_external_cfgmgmt_cfgmgmt_proto_rawDesc = []byte{ 0x66, 0x52, 0x75, 0x6e, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, - 0x74, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, - 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x66, 0x69, 0x6e, 0x64, 0x12, 0x92, 0x02, - 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, - 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x46, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, - 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, - 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, - 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x1a, 0x43, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, - 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, - 0x73, 0x73, 0x22, 0x5e, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x12, 0x33, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, - 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, - 0x73, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x67, 0x6d, 0x65, - 0x6e, 0x74, 0x12, 0x86, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, - 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x41, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, - 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x74, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x72, 0x6f, 0x6c, + 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x66, 0x69, 0x6e, 0x64, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, + 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, + 0x74, 0x12, 0x96, 0x02, 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, + 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, + 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x46, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x57, 0x69, + 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, - 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, + 0x6e, 0x74, 0x73, 0x57, 0x69, 0x74, 0x68, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x50, 0x72, + 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x62, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x12, 0x33, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2f, 0x72, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x5f, 0x62, 0x79, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x67, 0x6d, + 0x65, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x0d, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x86, 0x02, 0x0a, 0x17, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, + 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x43, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, + 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x1a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, + 0x79, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x64, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, - 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x3a, 0x01, 0x2a, 0x1a, 0x2d, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x74, 0x65, - 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0xec, 0x01, 0x0a, 0x12, - 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, - 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, - 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x58, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, - 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, - 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x27, 0x12, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, - 0x6d, 0x67, 0x6d, 0x74, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, - 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, -} - -var file_external_cfgmgmt_cfgmgmt_proto_goTypes = []any{ + 0x41, 0x6c, 0x6c, 0x12, 0xec, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, + 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, + 0x66, 0x67, 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, + 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x66, 0x67, + 0x6d, 0x67, 0x6d, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, + 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x58, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, + 0x12, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x66, 0x67, 0x6d, 0x67, 0x6d, + 0x74, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, + 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, + 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, + 0x6c, 0x6c, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x66, 0x67, 0x6d, + 0x67, 0x6d, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_external_cfgmgmt_cfgmgmt_proto_goTypes = []interface{}{ (*request.Nodes)(nil), // 0: chef.automate.api.cfgmgmt.request.Nodes (*request.Runs)(nil), // 1: chef.automate.api.cfgmgmt.request.Runs (*request.NodesCounts)(nil), // 2: chef.automate.api.cfgmgmt.request.NodesCounts diff --git a/api/external/cfgmgmt/request/actions.pb.go b/api/external/cfgmgmt/request/actions.pb.go index 9f7efdf6c2a..35acca84c97 100644 --- a/api/external/cfgmgmt/request/actions.pb.go +++ b/api/external/cfgmgmt/request/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/actions.proto @@ -98,7 +98,7 @@ func file_external_cfgmgmt_request_actions_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_cfgmgmt_request_actions_proto_goTypes = []any{ +var file_external_cfgmgmt_request_actions_proto_goTypes = []interface{}{ (*PolicyRevision)(nil), // 0: chef.automate.api.cfgmgmt.request.PolicyRevision } var file_external_cfgmgmt_request_actions_proto_depIdxs = []int32{ @@ -115,7 +115,7 @@ func file_external_cfgmgmt_request_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyRevision); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/errors.pb.go b/api/external/cfgmgmt/request/errors.pb.go index 102172177d1..5f608f37690 100644 --- a/api/external/cfgmgmt/request/errors.pb.go +++ b/api/external/cfgmgmt/request/errors.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/errors.proto @@ -113,7 +113,7 @@ func file_external_cfgmgmt_request_errors_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_errors_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_cfgmgmt_request_errors_proto_goTypes = []any{ +var file_external_cfgmgmt_request_errors_proto_goTypes = []interface{}{ (*Errors)(nil), // 0: chef.automate.api.cfgmgmt.request.Errors } var file_external_cfgmgmt_request_errors_proto_depIdxs = []int32{ @@ -130,7 +130,7 @@ func file_external_cfgmgmt_request_errors_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_errors_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_errors_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Errors); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/nodes.pb.go b/api/external/cfgmgmt/request/nodes.pb.go index 56ec5edf12b..647d0a076ca 100644 --- a/api/external/cfgmgmt/request/nodes.pb.go +++ b/api/external/cfgmgmt/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/nodes.proto @@ -755,7 +755,7 @@ func file_external_cfgmgmt_request_nodes_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_cfgmgmt_request_nodes_proto_goTypes = []any{ +var file_external_cfgmgmt_request_nodes_proto_goTypes = []interface{}{ (*Nodes)(nil), // 0: chef.automate.api.cfgmgmt.request.Nodes (*Node)(nil), // 1: chef.automate.api.cfgmgmt.request.Node (*NodeRun)(nil), // 2: chef.automate.api.cfgmgmt.request.NodeRun @@ -790,7 +790,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -802,7 +802,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -814,7 +814,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeRun); i { case 0: return &v.state @@ -826,7 +826,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Runs); i { case 0: return &v.state @@ -838,7 +838,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeExport); i { case 0: return &v.state @@ -850,7 +850,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportExport); i { case 0: return &v.state @@ -862,7 +862,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -874,7 +874,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -886,7 +886,7 @@ func file_external_cfgmgmt_request_nodes_proto_init() { return nil } } - file_external_cfgmgmt_request_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/rollouts.pb.go b/api/external/cfgmgmt/request/rollouts.pb.go index 66d8b41747a..c355fbefcf3 100644 --- a/api/external/cfgmgmt/request/rollouts.pb.go +++ b/api/external/cfgmgmt/request/rollouts.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/rollouts.proto @@ -626,7 +626,7 @@ func file_external_cfgmgmt_request_rollouts_proto_rawDescGZIP() []byte { var file_external_cfgmgmt_request_rollouts_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_cfgmgmt_request_rollouts_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_cfgmgmt_request_rollouts_proto_goTypes = []any{ +var file_external_cfgmgmt_request_rollouts_proto_goTypes = []interface{}{ (SCMType)(0), // 0: chef.automate.api.cfgmgmt.request.SCMType (SCMWebType)(0), // 1: chef.automate.api.cfgmgmt.request.SCMWebType (*CreateRollout)(nil), // 2: chef.automate.api.cfgmgmt.request.CreateRollout @@ -652,7 +652,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_rollouts_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRollout); i { case 0: return &v.state @@ -664,7 +664,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rollouts); i { case 0: return &v.state @@ -676,7 +676,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RolloutById); i { case 0: return &v.state @@ -688,7 +688,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RolloutForChefRun); i { case 0: return &v.state @@ -700,7 +700,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListNodeSegmentsWithRolloutProgress); i { case 0: return &v.state @@ -712,7 +712,7 @@ func file_external_cfgmgmt_request_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_request_rollouts_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_rollouts_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRolloutTest); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/root.pb.go b/api/external/cfgmgmt/request/root.pb.go index 317c4a78fea..8c7800df40d 100644 --- a/api/external/cfgmgmt/request/root.pb.go +++ b/api/external/cfgmgmt/request/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/root.proto @@ -125,7 +125,7 @@ func file_external_cfgmgmt_request_root_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_root_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_request_root_proto_goTypes = []any{ +var file_external_cfgmgmt_request_root_proto_goTypes = []interface{}{ (*Organizations)(nil), // 0: chef.automate.api.cfgmgmt.request.Organizations (*SourceFqdns)(nil), // 1: chef.automate.api.cfgmgmt.request.SourceFqdns } @@ -143,7 +143,7 @@ func file_external_cfgmgmt_request_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Organizations); i { case 0: return &v.state @@ -155,7 +155,7 @@ func file_external_cfgmgmt_request_root_proto_init() { return nil } } - file_external_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceFqdns); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/stats.pb.go b/api/external/cfgmgmt/request/stats.pb.go index 9be3677431b..ccf4bbc135c 100644 --- a/api/external/cfgmgmt/request/stats.pb.go +++ b/api/external/cfgmgmt/request/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/stats.proto @@ -275,7 +275,7 @@ func file_external_cfgmgmt_request_stats_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_cfgmgmt_request_stats_proto_goTypes = []any{ +var file_external_cfgmgmt_request_stats_proto_goTypes = []interface{}{ (*NodesCounts)(nil), // 0: chef.automate.api.cfgmgmt.request.NodesCounts (*RunsCounts)(nil), // 1: chef.automate.api.cfgmgmt.request.RunsCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.api.cfgmgmt.request.CheckInCountsTimeSeries @@ -294,7 +294,7 @@ func file_external_cfgmgmt_request_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -306,7 +306,7 @@ func file_external_cfgmgmt_request_stats_proto_init() { return nil } } - file_external_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -318,7 +318,7 @@ func file_external_cfgmgmt_request_stats_proto_init() { return nil } } - file_external_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/request/telemetry.pb.go b/api/external/cfgmgmt/request/telemetry.pb.go index 3dd6df9d3f1..04dd27fe4f7 100644 --- a/api/external/cfgmgmt/request/telemetry.pb.go +++ b/api/external/cfgmgmt/request/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/request/telemetry.proto @@ -141,7 +141,7 @@ func file_external_cfgmgmt_request_telemetry_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_request_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_request_telemetry_proto_goTypes = []any{ +var file_external_cfgmgmt_request_telemetry_proto_goTypes = []interface{}{ (*UpdateTelemetryReportedRequest)(nil), // 0: chef.automate.api.cfgmgmt.request.UpdateTelemetryReportedRequest (*GetNodesUsageCountRequest)(nil), // 1: chef.automate.api.cfgmgmt.request.GetNodesUsageCountRequest } @@ -159,7 +159,7 @@ func file_external_cfgmgmt_request_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -171,7 +171,7 @@ func file_external_cfgmgmt_request_telemetry_proto_init() { return nil } } - file_external_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/actions.pb.go b/api/external/cfgmgmt/response/actions.pb.go index 1a7556abaaa..dae5f573786 100644 --- a/api/external/cfgmgmt/response/actions.pb.go +++ b/api/external/cfgmgmt/response/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/actions.proto @@ -176,7 +176,7 @@ func file_external_cfgmgmt_response_actions_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_response_actions_proto_goTypes = []any{ +var file_external_cfgmgmt_response_actions_proto_goTypes = []interface{}{ (*PolicyCookbooks)(nil), // 0: chef.automate.api.cfgmgmt.response.PolicyCookbooks (*CookbookLock)(nil), // 1: chef.automate.api.cfgmgmt.response.CookbookLock } @@ -195,7 +195,7 @@ func file_external_cfgmgmt_response_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyCookbooks); i { case 0: return &v.state @@ -207,7 +207,7 @@ func file_external_cfgmgmt_response_actions_proto_init() { return nil } } - file_external_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookLock); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/errors.pb.go b/api/external/cfgmgmt/response/errors.pb.go index da809ede067..1e515129724 100644 --- a/api/external/cfgmgmt/response/errors.pb.go +++ b/api/external/cfgmgmt/response/errors.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/errors.proto @@ -173,7 +173,7 @@ func file_external_cfgmgmt_response_errors_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_errors_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_response_errors_proto_goTypes = []any{ +var file_external_cfgmgmt_response_errors_proto_goTypes = []interface{}{ (*Errors)(nil), // 0: chef.automate.api.cfgmgmt.response.Errors (*ErrorCount)(nil), // 1: chef.automate.api.cfgmgmt.response.ErrorCount } @@ -192,7 +192,7 @@ func file_external_cfgmgmt_response_errors_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_errors_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_errors_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Errors); i { case 0: return &v.state @@ -204,7 +204,7 @@ func file_external_cfgmgmt_response_errors_proto_init() { return nil } } - file_external_cfgmgmt_response_errors_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_errors_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ErrorCount); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/nodes.pb.go b/api/external/cfgmgmt/response/nodes.pb.go index 0d2c3e52217..f27a97c4cdd 100644 --- a/api/external/cfgmgmt/response/nodes.pb.go +++ b/api/external/cfgmgmt/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/nodes.proto @@ -2323,7 +2323,7 @@ func file_external_cfgmgmt_response_nodes_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_external_cfgmgmt_response_nodes_proto_goTypes = []any{ +var file_external_cfgmgmt_response_nodes_proto_goTypes = []interface{}{ (*Node)(nil), // 0: chef.automate.api.cfgmgmt.response.Node (*NodeAttribute)(nil), // 1: chef.automate.api.cfgmgmt.response.NodeAttribute (*Run)(nil), // 2: chef.automate.api.cfgmgmt.response.Run @@ -2377,7 +2377,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -2389,7 +2389,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -2401,7 +2401,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Run); i { case 0: return &v.state @@ -2413,7 +2413,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -2425,7 +2425,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Resource); i { case 0: return &v.state @@ -2437,7 +2437,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ChefError); i { case 0: return &v.state @@ -2449,7 +2449,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunList); i { case 0: return &v.state @@ -2461,7 +2461,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Description); i { case 0: return &v.state @@ -2473,7 +2473,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Deprecation); i { case 0: return &v.state @@ -2485,7 +2485,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionedCookbook); i { case 0: return &v.state @@ -2497,7 +2497,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -2509,7 +2509,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CountedDuration); i { case 0: return &v.state @@ -2521,7 +2521,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -2533,7 +2533,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TypeCount); i { case 0: return &v.state @@ -2545,7 +2545,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValueCount); i { case 0: return &v.state @@ -2557,7 +2557,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state @@ -2569,7 +2569,7 @@ func file_external_cfgmgmt_response_nodes_proto_init() { return nil } } - file_external_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunDurationStatus); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/rollouts.pb.go b/api/external/cfgmgmt/response/rollouts.pb.go index d2e651c8de9..e71ae278833 100644 --- a/api/external/cfgmgmt/response/rollouts.pb.go +++ b/api/external/cfgmgmt/response/rollouts.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/rollouts.proto @@ -929,7 +929,7 @@ func file_external_cfgmgmt_response_rollouts_proto_rawDescGZIP() []byte { var file_external_cfgmgmt_response_rollouts_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_cfgmgmt_response_rollouts_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_cfgmgmt_response_rollouts_proto_goTypes = []any{ +var file_external_cfgmgmt_response_rollouts_proto_goTypes = []interface{}{ (SCMType)(0), // 0: chef.automate.api.cfgmgmt.response.SCMType (SCMWebType)(0), // 1: chef.automate.api.cfgmgmt.response.SCMWebType (*Rollout)(nil), // 2: chef.automate.api.cfgmgmt.response.Rollout @@ -962,7 +962,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_rollouts_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rollout); i { case 0: return &v.state @@ -974,7 +974,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rollouts); i { case 0: return &v.state @@ -986,7 +986,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeSegmentsWithRolloutProgress); i { case 0: return &v.state @@ -998,7 +998,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeSegmentRolloutProgress); i { case 0: return &v.state @@ -1010,7 +1010,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CurrentRolloutProgress); i { case 0: return &v.state @@ -1022,7 +1022,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PastRolloutProgress); i { case 0: return &v.state @@ -1034,7 +1034,7 @@ func file_external_cfgmgmt_response_rollouts_proto_init() { return nil } } - file_external_cfgmgmt_response_rollouts_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_rollouts_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRolloutTest); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/stats.pb.go b/api/external/cfgmgmt/response/stats.pb.go index 7f9747e8717..8e3ff029461 100644 --- a/api/external/cfgmgmt/response/stats.pb.go +++ b/api/external/cfgmgmt/response/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/stats.proto @@ -333,7 +333,7 @@ func file_external_cfgmgmt_response_stats_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_cfgmgmt_response_stats_proto_goTypes = []any{ +var file_external_cfgmgmt_response_stats_proto_goTypes = []interface{}{ (*RunsCounts)(nil), // 0: chef.automate.api.cfgmgmt.response.RunsCounts (*NodesCounts)(nil), // 1: chef.automate.api.cfgmgmt.response.NodesCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.api.cfgmgmt.response.CheckInCountsTimeSeries @@ -354,7 +354,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -366,7 +366,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return nil } } - file_external_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -378,7 +378,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return nil } } - file_external_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state @@ -390,7 +390,7 @@ func file_external_cfgmgmt_response_stats_proto_init() { return nil } } - file_external_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckInCounts); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/suggestions.pb.go b/api/external/cfgmgmt/response/suggestions.pb.go index d70be4e3f11..a94bc4e0efd 100644 --- a/api/external/cfgmgmt/response/suggestions.pb.go +++ b/api/external/cfgmgmt/response/suggestions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/suggestions.proto @@ -108,7 +108,7 @@ func file_external_cfgmgmt_response_suggestions_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_suggestions_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_cfgmgmt_response_suggestions_proto_goTypes = []any{ +var file_external_cfgmgmt_response_suggestions_proto_goTypes = []interface{}{ (*Suggestion)(nil), // 0: chef.automate.api.cfgmgmt.response.Suggestion } var file_external_cfgmgmt_response_suggestions_proto_depIdxs = []int32{ @@ -125,7 +125,7 @@ func file_external_cfgmgmt_response_suggestions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestion); i { case 0: return &v.state diff --git a/api/external/cfgmgmt/response/telemetry.pb.go b/api/external/cfgmgmt/response/telemetry.pb.go index 5f47f768d07..d5eec9a44d6 100644 --- a/api/external/cfgmgmt/response/telemetry.pb.go +++ b/api/external/cfgmgmt/response/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/cfgmgmt/response/telemetry.proto @@ -151,7 +151,7 @@ func file_external_cfgmgmt_response_telemetry_proto_rawDescGZIP() []byte { } var file_external_cfgmgmt_response_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_cfgmgmt_response_telemetry_proto_goTypes = []any{ +var file_external_cfgmgmt_response_telemetry_proto_goTypes = []interface{}{ (*UpdateTelemetryReportedResponse)(nil), // 0: chef.automate.api.cfgmgmt.response.UpdateTelemetryReportedResponse (*GetNodesUsageCountResponse)(nil), // 1: chef.automate.api.cfgmgmt.response.GetNodesUsageCountResponse } @@ -169,7 +169,7 @@ func file_external_cfgmgmt_response_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -181,7 +181,7 @@ func file_external_cfgmgmt_response_telemetry_proto_init() { return nil } } - file_external_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/external/common/query/parameters.pb.go b/api/external/common/query/parameters.pb.go index 78dc3097639..208eaaa0ef3 100644 --- a/api/external/common/query/parameters.pb.go +++ b/api/external/common/query/parameters.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/common/query/parameters.proto @@ -423,7 +423,7 @@ func file_external_common_query_parameters_proto_rawDescGZIP() []byte { var file_external_common_query_parameters_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_common_query_parameters_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_common_query_parameters_proto_goTypes = []any{ +var file_external_common_query_parameters_proto_goTypes = []interface{}{ (SortOrder)(0), // 0: chef.automate.api.common.query.SortOrder (*Pagination)(nil), // 1: chef.automate.api.common.query.Pagination (*Sorting)(nil), // 2: chef.automate.api.common.query.Sorting @@ -446,7 +446,7 @@ func file_external_common_query_parameters_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_common_query_parameters_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_common_query_parameters_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Pagination); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_common_query_parameters_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Sorting); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_common_query_parameters_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestion); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_common_query_parameters_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Filter); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_external_common_query_parameters_proto_init() { return nil } } - file_external_common_query_parameters_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_common_query_parameters_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Kv); i { case 0: return &v.state diff --git a/api/external/common/response.pb.go b/api/external/common/response.pb.go index 8044d5bdd6a..0dbbcc29618 100644 --- a/api/external/common/response.pb.go +++ b/api/external/common/response.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/common/response.proto @@ -96,7 +96,7 @@ func file_external_common_response_proto_rawDescGZIP() []byte { } var file_external_common_response_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_common_response_proto_goTypes = []any{ +var file_external_common_response_proto_goTypes = []interface{}{ (*ExportData)(nil), // 0: chef.automate.api.common.ExportData } var file_external_common_response_proto_depIdxs = []int32{ @@ -113,7 +113,7 @@ func file_external_common_response_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_common_response_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_common_response_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExportData); i { case 0: return &v.state diff --git a/api/external/common/version/version.pb.go b/api/external/common/version/version.pb.go index 4c6a9f17372..9012f92c946 100644 --- a/api/external/common/version/version.pb.go +++ b/api/external/common/version/version.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/common/version/version.proto @@ -164,7 +164,7 @@ func file_external_common_version_version_proto_rawDescGZIP() []byte { } var file_external_common_version_version_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_common_version_version_proto_goTypes = []any{ +var file_external_common_version_version_proto_goTypes = []interface{}{ (*VersionInfo)(nil), // 0: chef.automate.api.common.version.VersionInfo (*VersionInfoRequest)(nil), // 1: chef.automate.api.common.version.VersionInfoRequest } @@ -182,7 +182,7 @@ func file_external_common_version_version_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_common_version_version_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_common_version_version_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionInfo); i { case 0: return &v.state @@ -194,7 +194,7 @@ func file_external_common_version_version_proto_init() { return nil } } - file_external_common_version_version_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_common_version_version_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionInfoRequest); i { case 0: return &v.state diff --git a/api/external/compliance/profiles/profiles.pb.go b/api/external/compliance/profiles/profiles.pb.go index 6f069d7cbd4..335cb2cb113 100644 --- a/api/external/compliance/profiles/profiles.pb.go +++ b/api/external/compliance/profiles/profiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/compliance/profiles/profiles.proto @@ -2121,15 +2121,15 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x22, 0x83, 0x01, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, - 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x43, 0x12, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x61, 0x64, 0x2f, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2f, - 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x12, 0xfd, 0x01, 0x0a, 0x0e, 0x52, 0x65, + 0x69, 0x6c, 0x65, 0x22, 0x83, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x43, 0x12, 0x41, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x61, 0x64, 0x2f, 0x7b, + 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, + 0xb5, 0x18, 0x36, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, + 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, + 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, + 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfd, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, @@ -2137,15 +2137,15 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, - 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x12, 0x1d, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, - 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x2f, 0x72, 0x65, 0x61, 0x64, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2f, - 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x12, 0x7e, 0x0a, 0x07, 0x52, 0x65, 0x61, + 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x39, 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x2f, 0x72, 0x65, 0x61, + 0x64, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x1a, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x50, 0x72, 0x6f, + 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x7e, 0x0a, 0x07, 0x52, 0x65, 0x61, 0x64, 0x54, 0x61, 0x72, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, @@ -2159,28 +2159,28 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x81, 0x01, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1b, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x73, 0x3a, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, - 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x7d, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x12, 0xcd, 0x01, 0x0a, 0x04, 0x4c, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x81, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x2a, + 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6f, 0x77, + 0x6e, 0x65, 0x72, 0x7d, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, 0xb5, 0x18, + 0x39, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, + 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x7d, 0x12, 0x1a, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xcd, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x60, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, - 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0xd7, 0x01, 0x0a, 0x0a, 0x4d, + 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, + 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x73, 0x65, + 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, + 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, + 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xd7, 0x01, 0x0a, 0x0a, 0x4d, 0x65, 0x74, 0x61, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, @@ -2188,13 +2188,13 @@ var file_external_compliance_profiles_profiles_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x22, 0x64, - 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x73, 0x65, - 0x61, 0x72, 0x63, 0x68, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, + 0x6c, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x18, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, + 0x6c, 0x69, 0x73, 0x74, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, @@ -2215,7 +2215,7 @@ func file_external_compliance_profiles_profiles_proto_rawDescGZIP() []byte { var file_external_compliance_profiles_profiles_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_profiles_profiles_proto_msgTypes = make([]protoimpl.MessageInfo, 24) -var file_external_compliance_profiles_profiles_proto_goTypes = []any{ +var file_external_compliance_profiles_profiles_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.profiles.v1.Query.OrderType (*Sha256)(nil), // 1: chef.automate.api.compliance.profiles.v1.Sha256 (*Missing)(nil), // 2: chef.automate.api.compliance.profiles.v1.Missing @@ -2289,7 +2289,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Sha256); i { case 0: return &v.state @@ -2301,7 +2301,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Missing); i { case 0: return &v.state @@ -2313,7 +2313,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfilePostRequest); i { case 0: return &v.state @@ -2325,7 +2325,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Metadata); i { case 0: return &v.state @@ -2337,7 +2337,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Chunk); i { case 0: return &v.state @@ -2349,7 +2349,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileData); i { case 0: return &v.state @@ -2361,7 +2361,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profiles); i { case 0: return &v.state @@ -2373,7 +2373,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -2385,7 +2385,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Group); i { case 0: return &v.state @@ -2397,7 +2397,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Control); i { case 0: return &v.state @@ -2409,7 +2409,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ref); i { case 0: return &v.state @@ -2421,7 +2421,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Result); i { case 0: return &v.state @@ -2433,7 +2433,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -2445,7 +2445,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Attribute); i { case 0: return &v.state @@ -2457,7 +2457,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Option); i { case 0: return &v.state @@ -2469,7 +2469,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -2481,7 +2481,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Dependency); i { case 0: return &v.state @@ -2493,7 +2493,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileDetails); i { case 0: return &v.state @@ -2505,7 +2505,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckResult); i { case 0: return &v.state @@ -2517,7 +2517,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResultSummary); i { case 0: return &v.state @@ -2529,7 +2529,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckMessage); i { case 0: return &v.state @@ -2541,7 +2541,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2553,7 +2553,7 @@ func file_external_compliance_profiles_profiles_proto_init() { return nil } } - file_external_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_external_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state diff --git a/api/external/compliance/reporting/reporting.pb.go b/api/external/compliance/reporting/reporting.pb.go index 4310434c664..1b10f2a46c5 100644 --- a/api/external/compliance/reporting/reporting.pb.go +++ b/api/external/compliance/reporting/reporting.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/compliance/reporting/reporting.proto @@ -5170,13 +5170,13 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4f, 0x6e, 0x65, - 0x22, 0x6a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x29, 0x3a, 0x01, 0x2a, 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0xeb, 0x01, 0x0a, + 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, + 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xeb, 0x01, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, @@ -5184,14 +5184,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x49, 0x64, 0x73, 0x22, 0x72, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1f, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x12, 0x19, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x69, 0x64, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x3a, 0x01, - 0x2a, 0x22, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, - 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x12, 0xfc, 0x01, 0x0a, 0x10, 0x4c, + 0x6f, 0x72, 0x74, 0x49, 0x64, 0x73, 0x22, 0x72, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x22, 0x27, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2d, 0x69, 0x64, 0x73, 0x12, + 0x19, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x69, 0x64, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xfc, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, @@ -5200,14 +5200,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, - 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x70, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, + 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x70, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x22, + 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, - 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, - 0x01, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, - 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x12, 0x8e, 0x02, 0x0a, 0x0f, 0x4c, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x8e, 0x02, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, @@ -5215,16 +5215,16 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x74, - 0x72, 0x6f, 0x6c, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x8c, 0x01, 0x8a, 0xb5, - 0x18, 0x4a, 0x0a, 0x28, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, - 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1e, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, - 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x38, 0x3a, 0x01, 0x2a, 0x22, 0x33, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, - 0x6c, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe9, 0x01, 0x0a, 0x0a, 0x52, + 0x72, 0x6f, 0x6c, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x8c, 0x01, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x38, 0x22, 0x33, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x4a, + 0x0a, 0x28, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1e, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xe9, 0x01, 0x0a, 0x0a, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, @@ -5232,14 +5232,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x76, - 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x2f, 0x69, - 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xfe, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x4e, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x21, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, + 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfe, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, @@ -5247,15 +5247,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x7f, 0x8a, 0xb5, 0x18, 0x41, 0x0a, 0x24, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0x19, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x34, 0x3a, 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2f, - 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x85, 0x02, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, + 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x7f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x22, 0x2f, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x41, 0x0a, 0x24, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x68, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x85, 0x02, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -5264,14 +5264,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x22, 0x7c, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x75, - 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x75, 0x67, 0x67, - 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x73, 0x22, 0x7c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x3a, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x53, + 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xed, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, @@ -5279,14 +5279,14 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x72, 0x79, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x69, 0x6e, 0x73, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3f, + 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x69, 0x6e, 0x73, 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, + 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x64, 0x0a, 0x06, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, @@ -5308,55 +5308,55 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x8a, 0xb5, 0x18, 0x37, - 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, - 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, - 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x65, 0x78, 0x70, - 0x6f, 0x72, 0x74, 0x12, 0xdf, 0x01, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, + 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x36, 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x65, + 0x78, 0x70, 0x6f, 0x72, 0x74, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, + 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x12, 0xdf, 0x01, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, - 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe2, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, + 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xe2, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1a, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, - 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, 0x2a, 0x22, + 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0xc3, 0x01, 0x0a, 0x0a, 0x47, + 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x39, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x1b, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xc3, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x22, 0x6e, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, - 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x22, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x12, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, + 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xd8, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, @@ -5365,12 +5365,12 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, - 0x22, 0x59, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, 0xb5, 0x18, - 0x4a, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x75, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x25, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, - 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xfe, 0x01, 0x0a, 0x0a, + 0x22, 0x59, 0x8a, 0xb5, 0x18, 0x4a, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x6c, 0x69, 0x63, + 0x65, 0x6e, 0x73, 0x65, 0x75, 0x73, 0x61, 0x67, 0x65, 0x12, 0x25, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x4c, + 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x6c, 0x69, 0x73, 0x74, + 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0xfe, 0x01, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, @@ -5378,15 +5378,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x72, 0x73, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, - 0x73, 0x73, 0x65, 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x22, 0x7f, 0x92, 0x41, 0x0d, - 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, - 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, - 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, - 0x2a, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, - 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x89, 0x02, 0x0a, + 0x73, 0x73, 0x65, 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x22, 0x7f, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x2e, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, + 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, + 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x0d, 0x0a, + 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x89, 0x02, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, @@ -5395,15 +5395,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, - 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x37, 0x0a, 0x1c, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x17, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x22, 0x2a, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, - 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x9d, 0x02, 0x0a, 0x0e, 0x53, 0x65, 0x74, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x22, 0x2a, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, + 0x65, 0x74, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x37, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, + 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, + 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x9d, 0x02, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x42, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -5413,15 +5413,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x81, 0x01, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, - 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, - 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x19, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, 0x1a, 0x2a, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, - 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x9c, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x81, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x1a, 0x2a, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, + 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, + 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, + 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x19, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, + 0x70, 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x9c, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -5431,15 +5431,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x82, 0x01, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x5f, 0x41, - 0x73, 0x73, 0x65, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x88, 0x02, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, + 0x73, 0x65, 0x22, 0x82, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, + 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, + 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x8a, 0xb5, + 0x18, 0x35, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, + 0x16, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0d, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, + 0x5f, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x88, 0x02, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, @@ -5448,15 +5448,15 @@ var file_external_compliance_reporting_reporting_proto_rawDesc = []byte{ 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, - 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x77, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, - 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x1c, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, - 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x31, 0x3a, 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, - 0x6e, 0x67, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, - 0x63, 0x68, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x31, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, @@ -5477,7 +5477,7 @@ func file_external_compliance_reporting_reporting_proto_rawDescGZIP() []byte { var file_external_compliance_reporting_reporting_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_reporting_reporting_proto_msgTypes = make([]protoimpl.MessageInfo, 57) -var file_external_compliance_reporting_reporting_proto_goTypes = []any{ +var file_external_compliance_reporting_reporting_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.reporting.v1.Query.OrderType (*ControlItemRequest)(nil), // 1: chef.automate.api.compliance.reporting.v1.ControlItemRequest (*WaiverData)(nil), // 2: chef.automate.api.compliance.reporting.v1.WaiverData @@ -5652,7 +5652,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlItemRequest); i { case 0: return &v.state @@ -5664,7 +5664,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WaiverData); i { case 0: return &v.state @@ -5676,7 +5676,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovedResultsCounts); i { case 0: return &v.state @@ -5688,7 +5688,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlItem); i { case 0: return &v.state @@ -5700,7 +5700,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlItems); i { case 0: return &v.state @@ -5712,7 +5712,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TimeQuery); i { case 0: return &v.state @@ -5724,7 +5724,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -5736,7 +5736,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -5748,7 +5748,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -5760,7 +5760,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Total); i { case 0: return &v.state @@ -5772,7 +5772,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Failed); i { case 0: return &v.state @@ -5784,7 +5784,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlSummary); i { case 0: return &v.state @@ -5796,7 +5796,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportsSummaryLevelOne); i { case 0: return &v.state @@ -5808,7 +5808,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportSummaryLevelOne); i { case 0: return &v.state @@ -5820,7 +5820,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Reports); i { case 0: return &v.state @@ -5832,7 +5832,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Report); i { case 0: return &v.state @@ -5844,7 +5844,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeHeaderInfo); i { case 0: return &v.state @@ -5856,7 +5856,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportIds); i { case 0: return &v.state @@ -5868,7 +5868,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportData); i { case 0: return &v.state @@ -5880,7 +5880,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -5892,7 +5892,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeHeaderProfileInfo); i { case 0: return &v.state @@ -5904,7 +5904,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ref); i { case 0: return &v.state @@ -5916,7 +5916,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Result); i { case 0: return &v.state @@ -5928,7 +5928,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -5940,7 +5940,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Option); i { case 0: return &v.state @@ -5952,7 +5952,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -5964,7 +5964,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Dependency); i { case 0: return &v.state @@ -5976,7 +5976,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Group); i { case 0: return &v.state @@ -5988,7 +5988,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Control); i { case 0: return &v.state @@ -6000,7 +6000,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OrigWaiverData); i { case 0: return &v.state @@ -6012,7 +6012,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Attribute); i { case 0: return &v.state @@ -6024,7 +6024,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Platform); i { case 0: return &v.state @@ -6036,7 +6036,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Statistics); i { case 0: return &v.state @@ -6048,7 +6048,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SuggestionRequest); i { case 0: return &v.state @@ -6060,7 +6060,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestion); i { case 0: return &v.state @@ -6072,7 +6072,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestions); i { case 0: return &v.state @@ -6084,7 +6084,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileMins); i { case 0: return &v.state @@ -6096,7 +6096,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileCounts); i { case 0: return &v.state @@ -6108,7 +6108,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileMin); i { case 0: return &v.state @@ -6120,7 +6120,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -6132,7 +6132,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -6144,7 +6144,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Kv); i { case 0: return &v.state @@ -6156,7 +6156,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LatestReportSummary); i { case 0: return &v.state @@ -6168,7 +6168,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileMeta); i { case 0: return &v.state @@ -6180,7 +6180,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlElement); i { case 0: return &v.state @@ -6192,7 +6192,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlElements); i { case 0: return &v.state @@ -6204,7 +6204,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CustomReportResponse); i { case 0: return &v.state @@ -6216,7 +6216,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AssetSummary); i { case 0: return &v.state @@ -6228,7 +6228,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilters); i { case 0: return &v.state @@ -6240,7 +6240,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Collected); i { case 0: return &v.state @@ -6252,7 +6252,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Uncollected); i { case 0: return &v.state @@ -6264,7 +6264,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AssetListRequest); i { case 0: return &v.state @@ -6276,7 +6276,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Assets); i { case 0: return &v.state @@ -6288,7 +6288,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AssetListResponse); i { case 0: return &v.state @@ -6300,7 +6300,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceConfigRequest); i { case 0: return &v.state @@ -6312,7 +6312,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceConfigResponse); i { case 0: return &v.state @@ -6324,7 +6324,7 @@ func file_external_compliance_reporting_reporting_proto_init() { return nil } } - file_external_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v any, i int) any { + file_external_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetConfigRequest); i { case 0: return &v.state diff --git a/api/external/compliance/reporting/stats/stats.pb.go b/api/external/compliance/reporting/stats/stats.pb.go index 0175fc67e1e..f60b908698d 100644 --- a/api/external/compliance/reporting/stats/stats.pb.go +++ b/api/external/compliance/reporting/stats/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/compliance/reporting/stats/stats.proto @@ -570,7 +570,7 @@ type Stats struct { // Deprecated. int64 types render into string types when serialized to satisfy all browsers // Replaced by the `nodes_cnt` field // - // Deprecated: Marked as deprecated in external/compliance/reporting/stats/stats.proto. + // Deprecated: Do not use. Nodes int64 `protobuf:"varint,1,opt,name=nodes,proto3" json:"nodes,omitempty"` // The number of unique node platforms in the reports. Platforms int32 `protobuf:"varint,2,opt,name=platforms,proto3" json:"platforms,omitempty"` @@ -616,7 +616,7 @@ func (*Stats) Descriptor() ([]byte, []int) { return file_external_compliance_reporting_stats_stats_proto_rawDescGZIP(), []int{6} } -// Deprecated: Marked as deprecated in external/compliance/reporting/stats/stats.proto. +// Deprecated: Do not use. func (x *Stats) GetNodes() int64 { if x != nil { return x.Nodes @@ -2112,14 +2112,14 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x22, - 0x7b, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, - 0x73, 0x3a, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x75, 0x6d, 0x6d, - 0x61, 0x72, 0x79, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x3a, 0x01, 0x2a, - 0x22, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, - 0x74, 0x61, 0x74, 0x73, 0x2f, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0xf3, 0x01, 0x0a, + 0x7b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x22, 0x2a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x73, 0x75, 0x6d, 0x6d, + 0x61, 0x72, 0x79, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1c, + 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xf3, 0x01, 0x0a, 0x09, 0x52, 0x65, 0x61, 0x64, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, @@ -2127,15 +2127,15 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x72, 0x79, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, - 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x73, 0x22, 0x75, 0x8a, 0xb5, 0x18, - 0x3e, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x74, 0x72, - 0x65, 0x6e, 0x64, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, - 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x74, 0x72, 0x65, - 0x6e, 0x64, 0x12, 0x80, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, + 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x73, 0x22, 0x75, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x2d, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, + 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x74, 0x72, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a, + 0x8a, 0xb5, 0x18, 0x3e, 0x0a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, + 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, + 0x3a, 0x74, 0x72, 0x65, 0x6e, 0x64, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x72, 0x65, 0x6e, 0x64, 0x3a, 0x67, + 0x65, 0x74, 0x12, 0x80, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, @@ -2143,15 +2143,15 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x8a, 0xb5, 0x18, 0x44, 0x0a, 0x23, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, - 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, - 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x81, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x46, 0x61, + 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x22, 0x2b, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, + 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x44, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, + 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x70, 0x72, + 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x81, 0x02, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, @@ -2159,15 +2159,15 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x22, 0x7e, 0x8a, 0xb5, 0x18, 0x44, 0x0a, - 0x23, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x73, 0x3a, 0x66, 0x61, 0x69, 0x6c, - 0x75, 0x72, 0x65, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, 0x2b, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, - 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, - 0x2f, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x12, 0xaa, 0x02, 0x0a, 0x17, 0x55, 0x70, + 0x2e, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x30, 0x22, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, + 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, + 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x44, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x3a, 0x73, 0x74, 0x61, 0x74, + 0x73, 0x3a, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x61, 0x69, + 0x6c, 0x75, 0x72, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xaa, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x4f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, @@ -2179,14 +2179,14 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, - 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, - 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, 0x01, 0x2a, 0x1a, 0x36, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x75, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x90, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, + 0x1a, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, + 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, + 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, + 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, + 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0x90, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, @@ -2197,13 +2197,13 @@ var file_external_compliance_reporting_stats_stats_proto_rawDesc = []byte{ 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, - 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, - 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, - 0x41, 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x73, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x61, + 0x74, 0x73, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x8a, 0xb5, + 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, + 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, + 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x65, @@ -2225,7 +2225,7 @@ func file_external_compliance_reporting_stats_stats_proto_rawDescGZIP() []byte { var file_external_compliance_reporting_stats_stats_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_reporting_stats_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 22) -var file_external_compliance_reporting_stats_stats_proto_goTypes = []any{ +var file_external_compliance_reporting_stats_stats_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.reporting.stats.v1.Query.OrderType (*Empty)(nil), // 1: chef.automate.api.compliance.reporting.stats.v1.Empty (*ListFilter)(nil), // 2: chef.automate.api.compliance.reporting.stats.v1.ListFilter @@ -2294,7 +2294,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_reporting_stats_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Empty); i { case 0: return &v.state @@ -2306,7 +2306,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2318,7 +2318,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -2330,7 +2330,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Summary); i { case 0: return &v.state @@ -2342,7 +2342,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlsSummary); i { case 0: return &v.state @@ -2354,7 +2354,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeSummary); i { case 0: return &v.state @@ -2366,7 +2366,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Stats); i { case 0: return &v.state @@ -2378,7 +2378,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportSummary); i { case 0: return &v.state @@ -2390,7 +2390,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Trend); i { case 0: return &v.state @@ -2402,7 +2402,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Trends); i { case 0: return &v.state @@ -2414,7 +2414,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -2426,7 +2426,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileList); i { case 0: return &v.state @@ -2438,7 +2438,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileSummary); i { case 0: return &v.state @@ -2450,7 +2450,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileSummaryStats); i { case 0: return &v.state @@ -2462,7 +2462,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlStats); i { case 0: return &v.state @@ -2474,7 +2474,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -2486,7 +2486,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Failures); i { case 0: return &v.state @@ -2498,7 +2498,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FailureSummary); i { case 0: return &v.state @@ -2510,7 +2510,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -2522,7 +2522,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -2534,7 +2534,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state @@ -2546,7 +2546,7 @@ func file_external_compliance_reporting_stats_stats_proto_init() { return nil } } - file_external_compliance_reporting_stats_stats_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_external_compliance_reporting_stats_stats_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/external/compliance/scanner/jobs/jobs.pb.go b/api/external/compliance/scanner/jobs/jobs.pb.go index efa9fced4e2..98f7e22d7b4 100644 --- a/api/external/compliance/scanner/jobs/jobs.pb.go +++ b/api/external/compliance/scanner/jobs/jobs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/compliance/scanner/jobs/jobs.proto @@ -826,82 +826,82 @@ var file_external_compliance_scanner_jobs_jobs_proto_rawDesc = []byte{ 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, - 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x66, 0x8a, - 0xb5, 0x18, 0x38, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, - 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1d, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x24, 0x3a, 0x01, 0x2a, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0xda, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x30, + 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x66, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, + 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x17, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, + 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x63, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xda, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, - 0x4a, 0x6f, 0x62, 0x22, 0x6d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, - 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, - 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x12, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, - 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0xc8, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x31, 0x2e, + 0x4a, 0x6f, 0x62, 0x22, 0x6d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x12, 0x27, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, + 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x67, + 0x65, 0x74, 0x12, 0xc8, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1c, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, + 0x1a, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3d, + 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, + 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, - 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2c, 0x3a, 0x01, 0x2a, 0x1a, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc4, 0x01, + 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc4, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, - 0x74, 0x79, 0x22, 0x70, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, - 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x64, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, - 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xdc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, + 0x74, 0x79, 0x22, 0x70, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, + 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, + 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, + 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x12, 0xdc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, - 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x73, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, - 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x73, 0x65, 0x61, - 0x72, 0x63, 0x68, 0x12, 0xed, 0x01, 0x0a, 0x05, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x12, 0x30, 0x2e, + 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x73, 0x22, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, + 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x17, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, + 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x12, 0x1b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x12, 0xed, 0x01, 0x0a, 0x05, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x6a, 0x6f, 0x62, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x8a, 0xb5, - 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, - 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, - 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x82, 0xd3, + 0x65, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, 0x6a, 0x6f, 0x62, 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, - 0x69, 0x64, 0x7d, 0x42, 0x3f, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x3a, 0x6a, 0x6f, 0x62, 0x73, + 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1c, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x3a, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x4a, 0x6f, 0x62, 0x73, 0x3a, 0x72, 0x65, + 0x72, 0x75, 0x6e, 0x42, 0x3f, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x2f, @@ -922,7 +922,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_rawDescGZIP() []byte { var file_external_compliance_scanner_jobs_jobs_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_compliance_scanner_jobs_jobs_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_compliance_scanner_jobs_jobs_proto_goTypes = []any{ +var file_external_compliance_scanner_jobs_jobs_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.compliance.scanner.jobs.v1.Query.OrderType (*RerunResponse)(nil), // 1: chef.automate.api.compliance.scanner.jobs.v1.RerunResponse (*Id)(nil), // 2: chef.automate.api.compliance.scanner.jobs.v1.Id @@ -974,7 +974,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -986,7 +986,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -998,7 +998,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -1010,7 +1010,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ManagerFilter); i { case 0: return &v.state @@ -1022,7 +1022,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Job); i { case 0: return &v.state @@ -1034,7 +1034,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Jobs); i { case 0: return &v.state @@ -1046,7 +1046,7 @@ func file_external_compliance_scanner_jobs_jobs_proto_init() { return nil } } - file_external_compliance_scanner_jobs_jobs_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_compliance_scanner_jobs_jobs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResultsRow); i { case 0: return &v.state diff --git a/api/external/data_feed/data_feed.pb.go b/api/external/data_feed/data_feed.pb.go index 394b8372c8e..8213db7536e 100644 --- a/api/external/data_feed/data_feed.pb.go +++ b/api/external/data_feed/data_feed.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/data_feed/data_feed.proto @@ -1765,26 +1765,26 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, 0x64, 0x61, 0x74, - 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x61, 0x64, 0x64, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, - 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0xdb, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, + 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, + 0x18, 0x30, 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, + 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, + 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x61, + 0x64, 0x64, 0x12, 0xdb, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x62, 0x8a, 0xb5, - 0x18, 0x35, 0x0a, 0x19, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x18, 0x64, - 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x62, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x23, 0x12, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, + 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x19, 0x64, 0x61, 0x74, + 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, + 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xed, 0x01, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, @@ -1793,13 +1793,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x3e, 0x0a, 0x1c, 0x64, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1e, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x2a, 0x21, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x2a, 0x21, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, + 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x3e, 0x0a, 0x1c, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, + 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0x1e, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, + 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xea, 0x01, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, @@ -1808,13 +1808,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x68, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x19, 0x64, 0x61, 0x74, 0x61, 0x66, - 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, 0x01, 0x2a, 0x32, 0x21, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xdc, 0x01, + 0x6e, 0x73, 0x65, 0x22, 0x68, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x32, 0x21, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, + 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x19, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, + 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xdc, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, @@ -1822,13 +1822,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x8a, 0xb5, 0x18, - 0x33, 0x0a, 0x15, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, - 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xe3, 0x01, 0x0a, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, + 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x15, 0x64, 0x61, 0x74, 0x61, 0x66, + 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xe3, 0x01, 0x0a, 0x0f, 0x54, 0x65, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x55, 0x52, @@ -1836,13 +1836,13 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1a, 0x64, - 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, - 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x3a, 0x74, 0x65, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, - 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, 0x65, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, + 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, + 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x74, + 0x65, 0x73, 0x74, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, + 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, + 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x12, 0xf6, 0x01, 0x0a, 0x11, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, @@ -1851,14 +1851,14 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x1a, - 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1c, 0x64, 0x61, 0x74, 0x61, - 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, - 0x2a, 0x32, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, - 0x65, 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, - 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xde, 0x01, 0x0a, 0x14, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, + 0x32, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, + 0x65, 0x64, 0x2f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, + 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x3a, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x1c, 0x64, + 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xde, 0x01, 0x0a, 0x14, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, @@ -1867,12 +1867,12 @@ var file_external_data_feed_data_feed_proto_rawDesc = []byte{ 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, 0x64, - 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, - 0x61, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x31, 0x5a, 0x2f, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, + 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, + 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, 0x64, 0x61, + 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x66, 0x65, 0x65, 0x64, 0x3a, 0x64, 0x65, 0x73, + 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x31, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x62, @@ -1892,7 +1892,7 @@ func file_external_data_feed_data_feed_proto_rawDescGZIP() []byte { } var file_external_data_feed_data_feed_proto_msgTypes = make([]protoimpl.MessageInfo, 21) -var file_external_data_feed_data_feed_proto_goTypes = []any{ +var file_external_data_feed_data_feed_proto_goTypes = []interface{}{ (*GlobalDataFeedConfigRequest)(nil), // 0: chef.automate.api.datafeed.GlobalDataFeedConfigRequest (*GlobalDataFeedConfigResponse)(nil), // 1: chef.automate.api.datafeed.GlobalDataFeedConfigResponse (*AddDestinationRequest)(nil), // 2: chef.automate.api.datafeed.AddDestinationRequest @@ -1959,7 +1959,7 @@ func file_external_data_feed_data_feed_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_data_feed_data_feed_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GlobalDataFeedConfigRequest); i { case 0: return &v.state @@ -1971,7 +1971,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GlobalDataFeedConfigResponse); i { case 0: return &v.state @@ -1983,7 +1983,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddDestinationRequest); i { case 0: return &v.state @@ -1995,7 +1995,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddDestinationResponse); i { case 0: return &v.state @@ -2007,7 +2007,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDestinationRequest); i { case 0: return &v.state @@ -2019,7 +2019,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDestinationResponse); i { case 0: return &v.state @@ -2031,7 +2031,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteDestinationRequest); i { case 0: return &v.state @@ -2043,7 +2043,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteDestinationResponse); i { case 0: return &v.state @@ -2055,7 +2055,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDestinationRequest); i { case 0: return &v.state @@ -2067,7 +2067,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AWSMetaData); i { case 0: return &v.state @@ -2079,7 +2079,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDestinationResponse); i { case 0: return &v.state @@ -2091,7 +2091,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDestinationEnableRequest); i { case 0: return &v.state @@ -2103,7 +2103,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListDestinationRequest); i { case 0: return &v.state @@ -2115,7 +2115,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListDestinationResponse); i { case 0: return &v.state @@ -2127,7 +2127,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -2139,7 +2139,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SecretId); i { case 0: return &v.state @@ -2151,7 +2151,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SecretIdWithExtraPrams); i { case 0: return &v.state @@ -2163,7 +2163,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Header); i { case 0: return &v.state @@ -2175,7 +2175,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AWS); i { case 0: return &v.state @@ -2187,7 +2187,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -2199,7 +2199,7 @@ func file_external_data_feed_data_feed_proto_init() { return nil } } - file_external_data_feed_data_feed_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_data_feed_data_feed_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TestDestinationResponse); i { case 0: return &v.state @@ -2212,7 +2212,7 @@ func file_external_data_feed_data_feed_proto_init() { } } } - file_external_data_feed_data_feed_proto_msgTypes[19].OneofWrappers = []any{ + file_external_data_feed_data_feed_proto_msgTypes[19].OneofWrappers = []interface{}{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_SecretIdWithAddon)(nil), diff --git a/api/external/data_lifecycle/data_lifecycle.pb.go b/api/external/data_lifecycle/data_lifecycle.pb.go index b4c87b7ab39..3c814a69cb6 100644 --- a/api/external/data_lifecycle/data_lifecycle.pb.go +++ b/api/external/data_lifecycle/data_lifecycle.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/data_lifecycle/data_lifecycle.proto @@ -2112,120 +2112,122 @@ var file_external_data_lifecycle_data_lifecycle_proto_rawDesc = []byte{ 0x6e, 0x67, 0x73, 0x52, 0x0b, 0x6a, 0x6f, 0x62, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x22, 0x1d, 0x0a, 0x1b, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, - 0xb1, 0x1c, 0x0a, 0x0d, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x12, 0xcf, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0xed, 0x1c, 0x0a, 0x0d, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x12, 0xd3, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x14, - 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, - 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x12, 0xd5, 0x01, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, + 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, + 0xb5, 0x18, 0x16, 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, + 0x6c, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1a, 0x12, 0x18, 0x64, + 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xd9, 0x01, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x8a, 0xb5, 0x18, 0x33, - 0x0a, 0x14, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x1a, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x16, 0x0a, 0x14, 0x64, 0x61, + 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a, 0x1a, 0x1d, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0xba, 0x01, 0x0a, 0x03, - 0x52, 0x75, 0x6e, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, - 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x56, 0x8a, 0xb5, 0x18, 0x2d, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, 0x4c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x3a, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x22, 0x1a, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xe9, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, - 0x49, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, + 0x61, 0x74, 0x65, 0x12, 0xbe, 0x01, 0x0a, 0x03, 0x52, 0x75, 0x6e, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, - 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, - 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x12, 0x17, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, - 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x12, 0xd7, 0x01, 0x0a, 0x08, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, + 0x75, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, + 0x22, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, + 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x1a, 0x12, 0x18, 0x64, 0x61, 0x74, 0x61, + 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x3a, 0x63, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x12, 0xed, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, + 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, + 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x64, 0x61, 0x74, + 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x19, 0x12, 0x17, 0x64, 0x61, 0x74, + 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x67, 0x65, 0x74, 0x12, 0xdb, 0x01, 0x0a, 0x08, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x49, 0x6e, 0x66, 0x72, 0x61, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x17, - 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, - 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xef, - 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, - 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, - 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x12, 0xfb, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x6d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x73, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0xe9, - 0x01, 0x0a, 0x0b, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x34, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, + 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x72, + 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x64, 0x61, 0x74, 0x61, 0x4c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x72, + 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, + 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x12, 0xf3, 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, + 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x8a, 0xb5, 0x18, - 0x3b, 0x0a, 0x1a, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x1d, 0x64, - 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x22, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, - 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0x81, 0x02, 0x0a, 0x11, 0x53, + 0x65, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, + 0x1a, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x63, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x64, 0x61, + 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x64, 0x61, + 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xff, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, + 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, + 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x1d, 0x64, 0x61, 0x74, + 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, + 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xed, 0x01, 0x0a, 0x0b, 0x52, + 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, + 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x22, + 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, + 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x1a, 0x64, 0x61, 0x74, + 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x64, 0x61, 0x74, + 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x85, 0x02, 0x0a, 0x11, 0x53, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, @@ -2234,63 +2236,64 @@ var file_external_data_lifecycle_data_lifecycle_proto_rawDesc = []byte{ 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3e, 0x0a, - 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1d, - 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x1a, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x82, - 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, - 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, - 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, - 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x12, 0xf0, 0x01, 0x0a, 0x0c, 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x46, 0x65, 0x65, 0x64, 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, - 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x71, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, - 0x65, 0x64, 0x3a, 0x72, 0x75, 0x6e, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, - 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, - 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, - 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, - 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, - 0x65, 0x64, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0x88, 0x02, 0x0a, 0x12, 0x53, 0x65, 0x74, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3b, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x2e, 0x53, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, - 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x8a, 0xb5, 0x18, 0x40, 0x0a, 0x1e, - 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1e, + 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x2b, 0x1a, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1f, + 0x0a, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, + 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, + 0x6c, 0x65, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x12, 0x86, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, + 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x0a, 0x1e, 0x64, 0x61, 0x74, 0x61, + 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, + 0x65, 0x65, 0x64, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x12, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x1a, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x12, 0x87, 0x02, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xf4, 0x01, 0x0a, 0x0c, + 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x12, 0x35, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, + 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, + 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, + 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, + 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x1d, 0x0a, 0x1b, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, + 0x18, 0x20, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, + 0x65, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x12, 0x8c, 0x02, 0x0a, 0x12, 0x53, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, + 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, + 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x1a, 0x28, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2d, 0x66, 0x65, 0x65, 0x64, 0x2f, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x20, 0x0a, 0x1e, 0x64, + 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, + 0x20, 0x12, 0x1e, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x12, 0x8b, 0x02, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, @@ -2299,51 +2302,51 @@ var file_external_data_lifecycle_data_lifecycle_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1f, 0x64, 0x61, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, + 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x64, - 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, - 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2a, 0x12, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, - 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, - 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0xf5, 0x01, 0x0a, 0x0d, - 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x36, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, - 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, - 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, - 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x73, - 0x8a, 0xb5, 0x18, 0x3f, 0x0a, 0x1c, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, - 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x72, - 0x75, 0x6e, 0x12, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, 0x22, 0x25, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, - 0x79, 0x63, 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, - 0x72, 0x75, 0x6e, 0x12, 0x8d, 0x02, 0x0a, 0x13, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, - 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, - 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, + 0x1e, 0x12, 0x1c, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x67, 0x65, 0x74, 0x12, + 0xf9, 0x01, 0x0a, 0x0d, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, + 0x65, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, - 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x79, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x1f, + 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x52, 0x75, 0x6e, + 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, + 0x6c, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, 0x75, + 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1e, 0x0a, 0x1c, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x3a, 0x72, 0x75, 0x6e, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x64, 0x61, 0x74, 0x61, + 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x91, 0x02, 0x0a, 0x13, + 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, + 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, + 0x61, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, + 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x1a, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, + 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, + 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, + 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x21, 0x12, 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, 0x6f, - 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, - 0x1f, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x3a, 0x63, - 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, 0x01, 0x2a, 0x1a, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, - 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x42, 0x36, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, + 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, + 0x36, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, + 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -2359,7 +2362,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_rawDescGZIP() []byte { } var file_external_data_lifecycle_data_lifecycle_proto_msgTypes = make([]protoimpl.MessageInfo, 38) -var file_external_data_lifecycle_data_lifecycle_proto_goTypes = []any{ +var file_external_data_lifecycle_data_lifecycle_proto_goTypes = []interface{}{ (*JobStatus)(nil), // 0: chef.automate.api.data_lifecycle.JobStatus (*PurgePolicies)(nil), // 1: chef.automate.api.data_lifecycle.PurgePolicies (*PurgePolicyUpdate)(nil), // 2: chef.automate.api.data_lifecycle.PurgePolicyUpdate @@ -2472,7 +2475,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JobStatus); i { case 0: return &v.state @@ -2484,7 +2487,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgePolicies); i { case 0: return &v.state @@ -2496,7 +2499,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgePolicyUpdate); i { case 0: return &v.state @@ -2508,7 +2511,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EsPolicy); i { case 0: return &v.state @@ -2520,7 +2523,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EsPolicyUpdate); i { case 0: return &v.state @@ -2532,7 +2535,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PgPolicy); i { case 0: return &v.state @@ -2544,7 +2547,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PgPolicyUpdate); i { case 0: return &v.state @@ -2556,7 +2559,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JobSettings); i { case 0: return &v.state @@ -2568,7 +2571,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetStatusRequest); i { case 0: return &v.state @@ -2580,7 +2583,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetStatusResponse); i { case 0: return &v.state @@ -2592,7 +2595,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetConfigRequest); i { case 0: return &v.state @@ -2604,7 +2607,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetConfigResponse); i { case 0: return &v.state @@ -2616,7 +2619,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunRequest); i { case 0: return &v.state @@ -2628,7 +2631,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunResponse); i { case 0: return &v.state @@ -2640,7 +2643,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetInfraStatusRequest); i { case 0: return &v.state @@ -2652,7 +2655,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetInfraStatusResponse); i { case 0: return &v.state @@ -2664,7 +2667,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunInfraRequest); i { case 0: return &v.state @@ -2676,7 +2679,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunInfraResponse); i { case 0: return &v.state @@ -2688,7 +2691,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetInfraConfigRequest); i { case 0: return &v.state @@ -2700,7 +2703,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetInfraConfigResponse); i { case 0: return &v.state @@ -2712,7 +2715,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServicesStatusRequest); i { case 0: return &v.state @@ -2724,7 +2727,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServicesStatusResponse); i { case 0: return &v.state @@ -2736,7 +2739,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunServicesRequest); i { case 0: return &v.state @@ -2748,7 +2751,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunServicesResponse); i { case 0: return &v.state @@ -2760,7 +2763,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetServicesConfigRequest); i { case 0: return &v.state @@ -2772,7 +2775,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetServicesConfigResponse); i { case 0: return &v.state @@ -2784,7 +2787,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventFeedStatusRequest); i { case 0: return &v.state @@ -2796,7 +2799,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventFeedStatusResponse); i { case 0: return &v.state @@ -2808,7 +2811,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunEventFeedRequest); i { case 0: return &v.state @@ -2820,7 +2823,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunEventFeedResponse); i { case 0: return &v.state @@ -2832,7 +2835,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetEventFeedConfigRequest); i { case 0: return &v.state @@ -2844,7 +2847,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetEventFeedConfigResponse); i { case 0: return &v.state @@ -2856,7 +2859,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetComplianceStatusRequest); i { case 0: return &v.state @@ -2868,7 +2871,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetComplianceStatusResponse); i { case 0: return &v.state @@ -2880,7 +2883,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[34].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunComplianceRequest); i { case 0: return &v.state @@ -2892,7 +2895,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[35].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunComplianceResponse); i { case 0: return &v.state @@ -2904,7 +2907,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[36].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetComplianceConfigRequest); i { case 0: return &v.state @@ -2916,7 +2919,7 @@ func file_external_data_lifecycle_data_lifecycle_proto_init() { return nil } } - file_external_data_lifecycle_data_lifecycle_proto_msgTypes[37].Exporter = func(v any, i int) any { + file_external_data_lifecycle_data_lifecycle_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetComplianceConfigResponse); i { case 0: return &v.state diff --git a/api/external/event_feed/event_feed.pb.go b/api/external/event_feed/event_feed.pb.go index b7bb0f63ea9..e7d4af6f4a6 100644 --- a/api/external/event_feed/event_feed.pb.go +++ b/api/external/event_feed/event_feed.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/event_feed/event_feed.proto @@ -57,8 +57,8 @@ var file_external_event_feed_event_feed_proto_rawDesc = []byte{ 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x32, 0xb1, 0x09, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xdb, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, + 0x32, 0xc5, 0x09, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xdf, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x12, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, @@ -66,60 +66,61 @@ var file_external_event_feed_event_feed_proto_rawDesc = []byte{ 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, - 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x13, - 0x12, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x66, - 0x65, 0x65, 0x64, 0x12, 0xf5, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3f, 0x2e, 0x63, 0x68, 0x65, + 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x13, 0x12, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x66, 0x65, 0x65, 0x64, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, + 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, + 0x73, 0x74, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xf9, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3f, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, + 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, + 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, + 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x12, 0xf9, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x3f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, + 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, - 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, - 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, - 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0xf5, 0x01, 0x0a, 0x12, - 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x73, 0x12, 0x3f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, - 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, - 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, 0x18, - 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, - 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x73, 0x12, 0xf9, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, - 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x12, 0x42, 0x2e, + 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, + 0xfd, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, 0x69, + 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x12, 0x42, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x42, + 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, - 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, - 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x56, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x8a, 0xb5, - 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x73, 0x12, - 0xd2, 0x01, 0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, + 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x74, + 0x72, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x5a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, + 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x12, 0x0a, 0x10, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, + 0xd6, 0x01, 0x0a, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, @@ -127,18 +128,19 @@ var file_external_event_feed_event_feed_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, - 0x65, 0x6e, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x65, 0x78, 0x70, 0x6f, - 0x72, 0x74, 0x30, 0x01, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x72, 0x74, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x3a, + 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, + 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x30, 0x01, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, + 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x64, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } -var file_external_event_feed_event_feed_proto_goTypes = []any{ +var file_external_event_feed_event_feed_proto_goTypes = []interface{}{ (*request.GetEventFeedRequest)(nil), // 0: chef.automate.api.event_feed.request.GetEventFeedRequest (*request.GetEventTypeCountsRequest)(nil), // 1: chef.automate.api.event_feed.request.GetEventTypeCountsRequest (*request.GetEventTaskCountsRequest)(nil), // 2: chef.automate.api.event_feed.request.GetEventTaskCountsRequest diff --git a/api/external/event_feed/request/event.pb.go b/api/external/event_feed/request/event.pb.go index fc9c9980a04..a6b4c9357fa 100644 --- a/api/external/event_feed/request/event.pb.go +++ b/api/external/event_feed/request/event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/event_feed/request/event.proto @@ -415,7 +415,7 @@ func file_external_event_feed_request_event_proto_rawDescGZIP() []byte { } var file_external_event_feed_request_event_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_event_feed_request_event_proto_goTypes = []any{ +var file_external_event_feed_request_event_proto_goTypes = []interface{}{ (*GetEventTypeCountsRequest)(nil), // 0: chef.automate.api.event_feed.request.GetEventTypeCountsRequest (*GetEventFeedRequest)(nil), // 1: chef.automate.api.event_feed.request.GetEventFeedRequest (*GetEventTaskCountsRequest)(nil), // 2: chef.automate.api.event_feed.request.GetEventTaskCountsRequest @@ -437,7 +437,7 @@ func file_external_event_feed_request_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_event_feed_request_event_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_event_feed_request_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventTypeCountsRequest); i { case 0: return &v.state @@ -449,7 +449,7 @@ func file_external_event_feed_request_event_proto_init() { return nil } } - file_external_event_feed_request_event_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_event_feed_request_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventFeedRequest); i { case 0: return &v.state @@ -461,7 +461,7 @@ func file_external_event_feed_request_event_proto_init() { return nil } } - file_external_event_feed_request_event_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_event_feed_request_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventTaskCountsRequest); i { case 0: return &v.state @@ -473,7 +473,7 @@ func file_external_event_feed_request_event_proto_init() { return nil } } - file_external_event_feed_request_event_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_event_feed_request_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventExportRequest); i { case 0: return &v.state diff --git a/api/external/event_feed/request/eventstrings.pb.go b/api/external/event_feed/request/eventstrings.pb.go index f3b46207b8c..b8f0b0087db 100644 --- a/api/external/event_feed/request/eventstrings.pb.go +++ b/api/external/event_feed/request/eventstrings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/event_feed/request/eventstrings.proto @@ -142,7 +142,7 @@ func file_external_event_feed_request_eventstrings_proto_rawDescGZIP() []byte { } var file_external_event_feed_request_eventstrings_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_event_feed_request_eventstrings_proto_goTypes = []any{ +var file_external_event_feed_request_eventstrings_proto_goTypes = []interface{}{ (*GetEventStringBucketsRequest)(nil), // 0: chef.automate.api.event_feed.request.GetEventStringBucketsRequest } var file_external_event_feed_request_eventstrings_proto_depIdxs = []int32{ @@ -159,7 +159,7 @@ func file_external_event_feed_request_eventstrings_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_event_feed_request_eventstrings_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_event_feed_request_eventstrings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventStringBucketsRequest); i { case 0: return &v.state diff --git a/api/external/event_feed/response/event.pb.go b/api/external/event_feed/response/event.pb.go index c6cb65e3cb9..74dd43705d9 100644 --- a/api/external/event_feed/response/event.pb.go +++ b/api/external/event_feed/response/event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/event_feed/response/event.proto @@ -566,7 +566,7 @@ func file_external_event_feed_response_event_proto_rawDescGZIP() []byte { } var file_external_event_feed_response_event_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_event_feed_response_event_proto_goTypes = []any{ +var file_external_event_feed_response_event_proto_goTypes = []interface{}{ (*GetEventFeedResponse)(nil), // 0: chef.automate.api.event_feed.response.GetEventFeedResponse (*Event)(nil), // 1: chef.automate.api.event_feed.response.Event (*GetEventTypeCountsResponse)(nil), // 2: chef.automate.api.event_feed.response.GetEventTypeCountsResponse @@ -594,7 +594,7 @@ func file_external_event_feed_response_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_event_feed_response_event_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_event_feed_response_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventFeedResponse); i { case 0: return &v.state @@ -606,7 +606,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_event_feed_response_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Event); i { case 0: return &v.state @@ -618,7 +618,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_event_feed_response_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventTypeCountsResponse); i { case 0: return &v.state @@ -630,7 +630,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_event_feed_response_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventTaskCountsResponse); i { case 0: return &v.state @@ -642,7 +642,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_event_feed_response_event_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventCount); i { case 0: return &v.state @@ -654,7 +654,7 @@ func file_external_event_feed_response_event_proto_init() { return nil } } - file_external_event_feed_response_event_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_event_feed_response_event_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventExportResponse); i { case 0: return &v.state diff --git a/api/external/event_feed/response/eventstrings.pb.go b/api/external/event_feed/response/eventstrings.pb.go index a0a8e3096c3..97a041dbde8 100644 --- a/api/external/event_feed/response/eventstrings.pb.go +++ b/api/external/event_feed/response/eventstrings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/event_feed/response/eventstrings.proto @@ -251,7 +251,7 @@ func file_external_event_feed_response_eventstrings_proto_rawDescGZIP() []byte { } var file_external_event_feed_response_eventstrings_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_event_feed_response_eventstrings_proto_goTypes = []any{ +var file_external_event_feed_response_eventstrings_proto_goTypes = []interface{}{ (*GetEventStringBucketsResponse)(nil), // 0: chef.automate.api.event_feed.response.GetEventStringBucketsResponse (*EventString)(nil), // 1: chef.automate.api.event_feed.response.EventString (*EventCollection)(nil), // 2: chef.automate.api.event_feed.response.EventCollection @@ -275,7 +275,7 @@ func file_external_event_feed_response_eventstrings_proto_init() { } file_external_event_feed_response_event_proto_init() if !protoimpl.UnsafeEnabled { - file_external_event_feed_response_eventstrings_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_event_feed_response_eventstrings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetEventStringBucketsResponse); i { case 0: return &v.state @@ -287,7 +287,7 @@ func file_external_event_feed_response_eventstrings_proto_init() { return nil } } - file_external_event_feed_response_eventstrings_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_event_feed_response_eventstrings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventString); i { case 0: return &v.state @@ -299,7 +299,7 @@ func file_external_event_feed_response_eventstrings_proto_init() { return nil } } - file_external_event_feed_response_eventstrings_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_event_feed_response_eventstrings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventCollection); i { case 0: return &v.state diff --git a/api/external/habitat/event.pb.go b/api/external/habitat/event.pb.go index 5df4cdbbf62..22c7fb82e7e 100644 --- a/api/external/habitat/event.pb.go +++ b/api/external/habitat/event.pb.go @@ -5,7 +5,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/habitat/event.proto @@ -810,7 +810,7 @@ func file_external_habitat_event_proto_rawDescGZIP() []byte { var file_external_habitat_event_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_habitat_event_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_habitat_event_proto_goTypes = []any{ +var file_external_habitat_event_proto_goTypes = []interface{}{ (UpdateStrategy)(0), // 0: chef.habitat.supervisor.event.UpdateStrategy (HealthCheckResult)(0), // 1: chef.habitat.supervisor.event.HealthCheckResult (*EventMetadata)(nil), // 2: chef.habitat.supervisor.event.EventMetadata @@ -857,7 +857,7 @@ func file_external_habitat_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_habitat_event_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventMetadata); i { case 0: return &v.state @@ -869,7 +869,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceMetadata); i { case 0: return &v.state @@ -881,7 +881,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateConfig); i { case 0: return &v.state @@ -893,7 +893,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceStartedEvent); i { case 0: return &v.state @@ -905,7 +905,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceStoppedEvent); i { case 0: return &v.state @@ -917,7 +917,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceUpdateStartedEvent); i { case 0: return &v.state @@ -929,7 +929,7 @@ func file_external_habitat_event_proto_init() { return nil } } - file_external_habitat_event_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_habitat_event_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HealthCheckEvent); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/policy.pb.go b/api/external/iam/v2/common/policy.pb.go index 6340faa0213..2c45e6d1ae3 100644 --- a/api/external/iam/v2/common/policy.pb.go +++ b/api/external/iam/v2/common/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/common/policy.proto @@ -646,7 +646,7 @@ func file_external_iam_v2_common_policy_proto_rawDescGZIP() []byte { var file_external_iam_v2_common_policy_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_external_iam_v2_common_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_iam_v2_common_policy_proto_goTypes = []any{ +var file_external_iam_v2_common_policy_proto_goTypes = []interface{}{ (Type)(0), // 0: chef.automate.api.iam.v2.Type (Statement_Effect)(0), // 1: chef.automate.api.iam.v2.Statement.Effect (Version_VersionNumber)(0), // 2: chef.automate.api.iam.v2.Version.VersionNumber @@ -680,7 +680,7 @@ func file_external_iam_v2_common_policy_proto_init() { } file_external_iam_v2_common_rules_proto_init() if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_common_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policy); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_common_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Statement); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_common_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Role); i { case 0: return &v.state @@ -716,7 +716,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_common_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Project); i { case 0: return &v.state @@ -728,7 +728,7 @@ func file_external_iam_v2_common_policy_proto_init() { return nil } } - file_external_iam_v2_common_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_common_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Version); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/rules.pb.go b/api/external/iam/v2/common/rules.pb.go index 556df07c11b..a06addedefb 100644 --- a/api/external/iam/v2/common/rules.pb.go +++ b/api/external/iam/v2/common/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/common/rules.proto @@ -531,7 +531,7 @@ func file_external_iam_v2_common_rules_proto_rawDescGZIP() []byte { var file_external_iam_v2_common_rules_proto_enumTypes = make([]protoimpl.EnumInfo, 5) var file_external_iam_v2_common_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_iam_v2_common_rules_proto_goTypes = []any{ +var file_external_iam_v2_common_rules_proto_goTypes = []interface{}{ (RuleType)(0), // 0: chef.automate.api.iam.v2.RuleType (ConditionAttribute)(0), // 1: chef.automate.api.iam.v2.ConditionAttribute (ConditionOperator)(0), // 2: chef.automate.api.iam.v2.ConditionOperator @@ -559,7 +559,7 @@ func file_external_iam_v2_common_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_common_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rule); i { case 0: return &v.state @@ -571,7 +571,7 @@ func file_external_iam_v2_common_rules_proto_init() { return nil } } - file_external_iam_v2_common_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_common_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Condition); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/teams.pb.go b/api/external/iam/v2/common/teams.pb.go index 67cc333815d..d95fb74ab00 100644 --- a/api/external/iam/v2/common/teams.pb.go +++ b/api/external/iam/v2/common/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/common/teams.proto @@ -118,7 +118,7 @@ func file_external_iam_v2_common_teams_proto_rawDescGZIP() []byte { } var file_external_iam_v2_common_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_iam_v2_common_teams_proto_goTypes = []any{ +var file_external_iam_v2_common_teams_proto_goTypes = []interface{}{ (*Team)(nil), // 0: chef.automate.api.iam.v2.Team } var file_external_iam_v2_common_teams_proto_depIdxs = []int32{ @@ -135,7 +135,7 @@ func file_external_iam_v2_common_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_common_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Team); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/tokens.pb.go b/api/external/iam/v2/common/tokens.pb.go index ca0cbfea19c..623f77fd5ab 100644 --- a/api/external/iam/v2/common/tokens.pb.go +++ b/api/external/iam/v2/common/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/common/tokens.proto @@ -161,7 +161,7 @@ func file_external_iam_v2_common_tokens_proto_rawDescGZIP() []byte { } var file_external_iam_v2_common_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_iam_v2_common_tokens_proto_goTypes = []any{ +var file_external_iam_v2_common_tokens_proto_goTypes = []interface{}{ (*Token)(nil), // 0: chef.automate.api.iam.v2.Token } var file_external_iam_v2_common_tokens_proto_depIdxs = []int32{ @@ -178,7 +178,7 @@ func file_external_iam_v2_common_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_common_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Token); i { case 0: return &v.state diff --git a/api/external/iam/v2/common/users.pb.go b/api/external/iam/v2/common/users.pb.go index d1542c3c1e5..dd313261a48 100644 --- a/api/external/iam/v2/common/users.pb.go +++ b/api/external/iam/v2/common/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/common/users.proto @@ -117,7 +117,7 @@ func file_external_iam_v2_common_users_proto_rawDescGZIP() []byte { } var file_external_iam_v2_common_users_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_iam_v2_common_users_proto_goTypes = []any{ +var file_external_iam_v2_common_users_proto_goTypes = []interface{}{ (*User)(nil), // 0: chef.automate.api.iam.v2.User } var file_external_iam_v2_common_users_proto_depIdxs = []int32{ @@ -134,7 +134,7 @@ func file_external_iam_v2_common_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_common_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_common_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*User); i { case 0: return &v.state diff --git a/api/external/iam/v2/introspect.pb.go b/api/external/iam/v2/introspect.pb.go index 613a3360aba..32fe21d970a 100644 --- a/api/external/iam/v2/introspect.pb.go +++ b/api/external/iam/v2/introspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/introspect.proto @@ -43,49 +43,50 @@ var file_external_iam_v2_introspect_proto_rawDesc = []byte{ 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xb0, 0x04, 0x0a, 0x0d, - 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xb1, 0x01, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xc8, 0x04, 0x0a, 0x0d, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xb5, 0x01, 0x0a, 0x0d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, - 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, - 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, - 0x6c, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x12, 0xbc, 0x01, 0x0a, 0x0e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, - 0x53, 0x6f, 0x6d, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x52, 0x65, - 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, - 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, 0x8a, 0xb5, 0x18, - 0x28, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x12, 0x16, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x3a, 0x67, 0x65, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, - 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, - 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x6f, 0x6d, 0x65, - 0x12, 0xab, 0x01, 0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, - 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, - 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, + 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, + 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, + 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, + 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, + 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0xc6, 0x01, 0x0a, 0x0e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, + 0x70, 0x65, 0x63, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x24, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, - 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, - 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x42, 0x2e, - 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, - 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x53, 0x6f, + 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, + 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, + 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, + 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x5f, 0x73, 0x6f, 0x6d, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, + 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, + 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, + 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x53, 0x6f, 0x6d, 0x65, 0x12, 0xb5, + 0x01, 0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x27, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, + 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, + 0x22, 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, + 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, + 0x18, 0x14, 0x12, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, + 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_introspect_proto_goTypes = []any{ +var file_external_iam_v2_introspect_proto_goTypes = []interface{}{ (*request.IntrospectAllReq)(nil), // 0: chef.automate.api.iam.v2.IntrospectAllReq (*request.IntrospectSomeReq)(nil), // 1: chef.automate.api.iam.v2.IntrospectSomeReq (*request.IntrospectReq)(nil), // 2: chef.automate.api.iam.v2.IntrospectReq diff --git a/api/external/iam/v2/policy.pb.go b/api/external/iam/v2/policy.pb.go index 70e8a8e850d..2ae0c560424 100644 --- a/api/external/iam/v2/policy.pb.go +++ b/api/external/iam/v2/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/policy.proto @@ -46,15 +46,15 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, - 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xea, 0x2c, - 0x0a, 0x08, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x80, 0x04, 0x0a, 0x0c, 0x43, + 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xbe, 0x2d, + 0x0a, 0x08, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x84, 0x04, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, - 0x73, 0x70, 0x22, 0x98, 0x03, 0x92, 0x41, 0xcd, 0x02, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x73, 0x70, 0x22, 0x9c, 0x03, 0x92, 0x41, 0xcd, 0x02, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0xc0, 0x02, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0xad, 0x02, 0x32, 0xaa, 0x02, 0x0a, 0xa7, 0x02, 0x2a, 0xa4, 0x02, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, @@ -75,53 +75,54 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x63, 0x65, 0x70, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x5d, 0x2c, 0x20, 0x22, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x22, 0x3a, 0x20, 0x22, 0x41, 0x4c, 0x4c, 0x4f, 0x57, 0x22, 0x7d, 0x5d, 0x2c, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xb6, 0x01, - 0x0a, 0x09, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x26, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, - 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, - 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0x58, 0x92, 0x41, - 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, - 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, - 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, - 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, - 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb6, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x69, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, + 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x12, 0xba, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, - 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, - 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, - 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, - 0x21, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, - 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, - 0xc2, 0x01, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, - 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, - 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5b, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, - 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, + 0x22, 0x5c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x90, 0x04, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, + 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x67, 0x65, + 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xba, + 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, + 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, + 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, + 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, + 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, + 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, + 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xc6, 0x01, 0x0a, 0x0c, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x29, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, + 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, + 0x65, 0x73, 0x70, 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, + 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, + 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, + 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, + 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, + 0x63, 0x69, 0x65, 0x73, 0x12, 0x94, 0x04, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0xa8, 0x03, 0x92, + 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x22, 0xac, 0x03, 0x92, 0x41, 0xd3, 0x02, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0xc6, 0x02, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0xb3, 0x02, 0x32, 0xb0, 0x02, 0x0a, 0xad, 0x02, 0x2a, 0xaa, 0x02, 0x0a, 0x0e, 0x0a, 0x04, @@ -143,69 +144,70 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x63, 0x65, 0x70, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x5d, 0x2c, 0x20, 0x22, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x22, 0x3a, 0x20, 0x22, 0x41, 0x4c, 0x4c, 0x4f, 0x57, 0x22, 0x7d, 0x5d, 0x2c, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, - 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x1a, 0x1a, 0x2f, 0x61, 0x70, - 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, - 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xcc, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2d, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, - 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x59, 0x92, 0x41, 0x0a, - 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x11, - 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x73, - 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xe3, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x6d, 0x92, - 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x32, - 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, - 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x15, 0x69, 0x61, 0x6d, - 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x67, - 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0xe1, 0x02, 0x0a, - 0x14, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, - 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe1, 0x01, 0x92, - 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, - 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, - 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, - 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, - 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, - 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, 0x63, - 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x19, - 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, - 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x1a, 0x22, 0x2f, 0x61, + 0x22, 0x3a, 0x20, 0x5b, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x1a, 0x1a, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x13, 0x0a, + 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, + 0x63, 0x69, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xd0, 0x01, 0x0a, 0x10, + 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, + 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, + 0x5d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, + 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x76, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x12, 0x12, + 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x67, 0x65, + 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xe7, + 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, + 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x71, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, + 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, + 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, + 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0xe5, 0x02, 0x0a, 0x14, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x71, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, + 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe5, 0x01, 0x92, 0x41, 0x78, 0x0a, 0x08, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, + 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, 0x32, 0x58, 0x0a, 0x56, + 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, + 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x38, 0x1a, 0x36, + 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x74, 0x65, + 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, + 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x74, + 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x1a, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x12, 0xe5, 0x02, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, + 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, + 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1a, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x12, 0xe9, 0x02, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe8, 0x01, + 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xec, 0x01, 0x92, 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, @@ -213,206 +215,209 @@ var file_external_iam_v2_policy_proto_rawDesc = []byte{ 0x65, 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, - 0x63, 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, - 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x3a, 0x01, 0x2a, 0x22, 0x29, 0x2f, - 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x3a, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0xd9, 0x02, 0x0a, 0x10, 0x41, 0x64, 0x64, - 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2d, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe5, 0x01, 0x92, - 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x6a, 0x6c, 0x0a, 0x0e, - 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x5a, - 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, - 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3a, 0x20, - 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x76, 0x69, 0x65, - 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x3a, 0x6c, 0x6f, 0x63, - 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x19, - 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, - 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, - 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x3a, 0x61, 0x64, 0x64, 0x12, 0xd5, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, - 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, - 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xf3, 0x01, 0x92, 0x41, 0xb1, 0x01, 0x0a, 0x05, 0x72, - 0x6f, 0x6c, 0x65, 0x73, 0x6a, 0xa7, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, - 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x94, 0x01, 0x32, 0x91, 0x01, 0x0a, 0x8e, 0x01, - 0x2a, 0x8b, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, - 0x53, 0x4f, 0x4e, 0x0a, 0x79, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x6f, 0x1a, - 0x6d, 0x7b, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, - 0x72, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, - 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, - 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, - 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, - 0x18, 0x1d, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x10, 0x69, - 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0xa1, 0x01, 0x0a, - 0x09, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, - 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43, 0x92, 0x41, 0x07, - 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x09, 0x69, 0x61, 0x6d, - 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, 0x12, 0x2f, 0x61, + 0x63, 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x2e, 0x22, 0x29, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x6d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x8a, 0xb5, + 0x18, 0x1a, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xdd, 0x02, 0x0a, + 0x10, 0x41, 0x64, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, + 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x22, 0xe9, 0x01, 0x92, 0x41, 0x78, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, + 0x6a, 0x6c, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, + 0x65, 0x73, 0x12, 0x5a, 0x32, 0x58, 0x0a, 0x56, 0x2a, 0x54, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, + 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x42, 0x0a, 0x06, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x38, 0x1a, 0x36, 0x7b, 0x22, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, + 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x74, 0x65, 0x61, 0x6d, 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, + 0x3a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, 0x22, 0x2c, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, + 0x3a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x3a, 0x74, 0x65, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x2b, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x8a, 0xb5, + 0x18, 0x1a, 0x12, 0x18, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xd9, 0x02, 0x0a, + 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, + 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xf7, + 0x01, 0x92, 0x41, 0xb1, 0x01, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x6a, 0xa7, 0x01, 0x0a, + 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, + 0x94, 0x01, 0x32, 0x91, 0x01, 0x0a, 0x8e, 0x01, 0x2a, 0x8b, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, + 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x79, 0x0a, 0x06, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x6f, 0x1a, 0x6d, 0x7b, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, + 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, 0x72, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, + 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, + 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, + 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x12, 0xa4, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xa5, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x6f, + 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, + 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, + 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, + 0x12, 0xa8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, - 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4c, 0x92, 0x41, 0x07, 0x0a, 0x05, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, - 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x72, - 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, - 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, - 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, - 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x07, 0x0a, 0x05, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, - 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, - 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xd1, 0x02, 0x0a, 0x0a, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, - 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, - 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xef, 0x01, 0x92, - 0x41, 0xa3, 0x01, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x6a, 0x99, 0x01, 0x0a, 0x0e, 0x78, - 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x86, 0x01, - 0x32, 0x83, 0x01, 0x0a, 0x80, 0x01, 0x2a, 0x7e, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, - 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6c, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x12, 0x62, 0x1a, 0x60, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, - 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, - 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, - 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, - 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc5, - 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, + 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x50, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x0f, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, + 0x74, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0xb4, 0x01, 0x0a, 0x0a, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, + 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x6f, 0x6c, + 0x65, 0x73, 0x12, 0xd5, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, + 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, + 0x52, 0x65, 0x73, 0x70, 0x22, 0xf3, 0x01, 0x92, 0x41, 0xa3, 0x01, 0x0a, 0x05, 0x72, 0x6f, 0x6c, + 0x65, 0x73, 0x6a, 0x99, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, + 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x86, 0x01, 0x32, 0x83, 0x01, 0x0a, 0x80, 0x01, 0x2a, 0x7e, + 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, + 0x0a, 0x6c, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x62, 0x1a, 0x60, 0x7b, 0x22, + 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x64, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x2c, 0x20, + 0x22, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x3a, 0x2a, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5d, 0x7d, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x1c, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, + 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x6f, + 0x6c, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc9, 0x02, 0x0a, 0x0d, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0xda, 0x01, 0x92, 0x41, 0x8f, 0x01, - 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x6a, 0x82, 0x01, 0x0a, 0x0e, 0x78, - 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x70, 0x32, - 0x6e, 0x0a, 0x6c, 0x2a, 0x6a, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, - 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x58, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, - 0x4e, 0x1a, 0x4c, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, - 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, - 0x20, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x70, - 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x7d, 0x8a, - 0xb5, 0x18, 0x23, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, - 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x22, - 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xab, 0x02, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0xde, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x08, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x6a, 0x82, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, + 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x70, 0x32, 0x6e, 0x0a, 0x6c, 0x2a, + 0x6a, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, + 0x4e, 0x0a, 0x58, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x4e, 0x1a, 0x4c, 0x7b, + 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x64, + 0x22, 0x3a, 0x20, 0x22, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2d, 0x70, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, + 0x69, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, + 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, + 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, + 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xaf, 0x02, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, - 0x70, 0x22, 0xc0, 0x01, 0x92, 0x41, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x70, 0x22, 0xc4, 0x01, 0x92, 0x41, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x6a, 0x60, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x4e, 0x32, 0x4c, 0x0a, 0x4a, 0x2a, 0x48, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x36, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x2c, 0x1a, 0x2a, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x4e, 0x61, 0x6d, - 0x65, 0x22, 0x7d, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x1a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb9, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, - 0x65, 0x63, 0x74, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, - 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x58, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, - 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0xb6, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, - 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0c, 0x69, 0x61, 0x6d, - 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, - 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xc5, 0x01, 0x0a, 0x0d, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x65, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x1a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, + 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, + 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, + 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbd, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, + 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, + 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, + 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5c, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, + 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, + 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xba, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, + 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, + 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xc9, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x22, 0x5b, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, - 0x7d, 0x12, 0xd6, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, + 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, + 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, + 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x12, 0xda, 0x01, 0x0a, 0x15, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x22, 0x66, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x8a, - 0xb5, 0x18, 0x2f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, - 0x65, 0x63, 0x74, 0x12, 0x1d, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, - 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, - 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, - 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x73, 0x70, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, + 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, + 0x65, 0x63, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x10, + 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, + 0x8a, 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, + 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x73, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x42, 0x2e, + 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_policy_proto_goTypes = []any{ +var file_external_iam_v2_policy_proto_goTypes = []interface{}{ (*request.CreatePolicyReq)(nil), // 0: chef.automate.api.iam.v2.CreatePolicyReq (*request.GetPolicyReq)(nil), // 1: chef.automate.api.iam.v2.GetPolicyReq (*request.ListPoliciesReq)(nil), // 2: chef.automate.api.iam.v2.ListPoliciesReq diff --git a/api/external/iam/v2/request/introspect.pb.go b/api/external/iam/v2/request/introspect.pb.go index a32a74909a3..0c38374583b 100644 --- a/api/external/iam/v2/request/introspect.pb.go +++ b/api/external/iam/v2/request/introspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/request/introspect.proto @@ -195,7 +195,7 @@ func file_external_iam_v2_request_introspect_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_introspect_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_iam_v2_request_introspect_proto_goTypes = []any{ +var file_external_iam_v2_request_introspect_proto_goTypes = []interface{}{ (*IntrospectAllReq)(nil), // 0: chef.automate.api.iam.v2.IntrospectAllReq (*IntrospectSomeReq)(nil), // 1: chef.automate.api.iam.v2.IntrospectSomeReq (*IntrospectReq)(nil), // 2: chef.automate.api.iam.v2.IntrospectReq @@ -214,7 +214,7 @@ func file_external_iam_v2_request_introspect_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_introspect_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_request_introspect_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntrospectAllReq); i { case 0: return &v.state @@ -226,7 +226,7 @@ func file_external_iam_v2_request_introspect_proto_init() { return nil } } - file_external_iam_v2_request_introspect_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_request_introspect_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntrospectSomeReq); i { case 0: return &v.state @@ -238,7 +238,7 @@ func file_external_iam_v2_request_introspect_proto_init() { return nil } } - file_external_iam_v2_request_introspect_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_request_introspect_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntrospectReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/policy.pb.go b/api/external/iam/v2/request/policy.pb.go index 25aebd42814..b092b3aaaa9 100644 --- a/api/external/iam/v2/request/policy.pb.go +++ b/api/external/iam/v2/request/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/request/policy.proto @@ -1317,7 +1317,7 @@ func file_external_iam_v2_request_policy_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_external_iam_v2_request_policy_proto_goTypes = []any{ +var file_external_iam_v2_request_policy_proto_goTypes = []interface{}{ (*CreatePolicyReq)(nil), // 0: chef.automate.api.iam.v2.CreatePolicyReq (*GetPolicyReq)(nil), // 1: chef.automate.api.iam.v2.GetPolicyReq (*ListPoliciesReq)(nil), // 2: chef.automate.api.iam.v2.ListPoliciesReq @@ -1356,7 +1356,7 @@ func file_external_iam_v2_request_policy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreatePolicyReq); i { case 0: return &v.state @@ -1368,7 +1368,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyReq); i { case 0: return &v.state @@ -1380,7 +1380,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPoliciesReq); i { case 0: return &v.state @@ -1392,7 +1392,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyReq); i { case 0: return &v.state @@ -1404,7 +1404,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdatePolicyReq); i { case 0: return &v.state @@ -1416,7 +1416,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyVersionReq); i { case 0: return &v.state @@ -1428,7 +1428,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPolicyMembersReq); i { case 0: return &v.state @@ -1440,7 +1440,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReplacePolicyMembersReq); i { case 0: return &v.state @@ -1452,7 +1452,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovePolicyMembersReq); i { case 0: return &v.state @@ -1464,7 +1464,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddPolicyMembersReq); i { case 0: return &v.state @@ -1476,7 +1476,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRoleReq); i { case 0: return &v.state @@ -1488,7 +1488,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRolesReq); i { case 0: return &v.state @@ -1500,7 +1500,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRoleReq); i { case 0: return &v.state @@ -1512,7 +1512,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRoleReq); i { case 0: return &v.state @@ -1524,7 +1524,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRoleReq); i { case 0: return &v.state @@ -1536,7 +1536,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateProjectReq); i { case 0: return &v.state @@ -1548,7 +1548,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateProjectReq); i { case 0: return &v.state @@ -1560,7 +1560,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetProjectReq); i { case 0: return &v.state @@ -1572,7 +1572,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListProjectsReq); i { case 0: return &v.state @@ -1584,7 +1584,7 @@ func file_external_iam_v2_request_policy_proto_init() { return nil } } - file_external_iam_v2_request_policy_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_iam_v2_request_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteProjectReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/rules.pb.go b/api/external/iam/v2/request/rules.pb.go index e2b3f684656..9dbf1a82ddd 100644 --- a/api/external/iam/v2/request/rules.pb.go +++ b/api/external/iam/v2/request/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/request/rules.proto @@ -617,7 +617,7 @@ func file_external_iam_v2_request_rules_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_iam_v2_request_rules_proto_goTypes = []any{ +var file_external_iam_v2_request_rules_proto_goTypes = []interface{}{ (*CreateRuleReq)(nil), // 0: chef.automate.api.iam.v2.CreateRuleReq (*UpdateRuleReq)(nil), // 1: chef.automate.api.iam.v2.UpdateRuleReq (*GetRuleReq)(nil), // 2: chef.automate.api.iam.v2.GetRuleReq @@ -648,7 +648,7 @@ func file_external_iam_v2_request_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRuleReq); i { case 0: return &v.state @@ -660,7 +660,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRuleReq); i { case 0: return &v.state @@ -672,7 +672,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRuleReq); i { case 0: return &v.state @@ -684,7 +684,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesReq); i { case 0: return &v.state @@ -696,7 +696,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesForProjectReq); i { case 0: return &v.state @@ -708,7 +708,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRuleReq); i { case 0: return &v.state @@ -720,7 +720,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStartReq); i { case 0: return &v.state @@ -732,7 +732,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesCancelReq); i { case 0: return &v.state @@ -744,7 +744,7 @@ func file_external_iam_v2_request_rules_proto_init() { return nil } } - file_external_iam_v2_request_rules_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_iam_v2_request_rules_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStatusReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/teams.pb.go b/api/external/iam/v2/request/teams.pb.go index 081182c50be..4de7576df7d 100644 --- a/api/external/iam/v2/request/teams.pb.go +++ b/api/external/iam/v2/request/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/request/teams.proto @@ -664,7 +664,7 @@ func file_external_iam_v2_request_teams_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_iam_v2_request_teams_proto_goTypes = []any{ +var file_external_iam_v2_request_teams_proto_goTypes = []interface{}{ (*ListTeamsReq)(nil), // 0: chef.automate.api.iam.v2.ListTeamsReq (*GetTeamReq)(nil), // 1: chef.automate.api.iam.v2.GetTeamReq (*CreateTeamReq)(nil), // 2: chef.automate.api.iam.v2.CreateTeamReq @@ -691,7 +691,7 @@ func file_external_iam_v2_request_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListTeamsReq); i { case 0: return &v.state @@ -703,7 +703,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamReq); i { case 0: return &v.state @@ -715,7 +715,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTeamReq); i { case 0: return &v.state @@ -727,7 +727,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTeamReq); i { case 0: return &v.state @@ -739,7 +739,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTeamReq); i { case 0: return &v.state @@ -751,7 +751,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddTeamMembersReq); i { case 0: return &v.state @@ -763,7 +763,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamMembershipReq); i { case 0: return &v.state @@ -775,7 +775,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveTeamMembersReq); i { case 0: return &v.state @@ -787,7 +787,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamsForMemberReq); i { case 0: return &v.state @@ -799,7 +799,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyV2DataMigrationsReq); i { case 0: return &v.state @@ -811,7 +811,7 @@ func file_external_iam_v2_request_teams_proto_init() { return nil } } - file_external_iam_v2_request_teams_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_iam_v2_request_teams_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetAllTeamProjectsReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/tokens.pb.go b/api/external/iam/v2/request/tokens.pb.go index e76b4c7a8b7..df0ffa6ca52 100644 --- a/api/external/iam/v2/request/tokens.pb.go +++ b/api/external/iam/v2/request/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/request/tokens.proto @@ -386,7 +386,7 @@ func file_external_iam_v2_request_tokens_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_iam_v2_request_tokens_proto_goTypes = []any{ +var file_external_iam_v2_request_tokens_proto_goTypes = []interface{}{ (*CreateTokenReq)(nil), // 0: chef.automate.api.iam.v2.CreateTokenReq (*GetTokenReq)(nil), // 1: chef.automate.api.iam.v2.GetTokenReq (*UpdateTokenReq)(nil), // 2: chef.automate.api.iam.v2.UpdateTokenReq @@ -410,7 +410,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_request_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTokenReq); i { case 0: return &v.state @@ -422,7 +422,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_request_tokens_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTokenReq); i { case 0: return &v.state @@ -434,7 +434,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_request_tokens_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTokenReq); i { case 0: return &v.state @@ -446,7 +446,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_request_tokens_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTokenReq); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_external_iam_v2_request_tokens_proto_init() { return nil } } - file_external_iam_v2_request_tokens_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_request_tokens_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListTokensReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/request/users.pb.go b/api/external/iam/v2/request/users.pb.go index cb0d1713083..e2ffd02114d 100644 --- a/api/external/iam/v2/request/users.pb.go +++ b/api/external/iam/v2/request/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/request/users.proto @@ -435,7 +435,7 @@ func file_external_iam_v2_request_users_proto_rawDescGZIP() []byte { } var file_external_iam_v2_request_users_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_iam_v2_request_users_proto_goTypes = []any{ +var file_external_iam_v2_request_users_proto_goTypes = []interface{}{ (*CreateUserReq)(nil), // 0: chef.automate.api.iam.v2.CreateUserReq (*ListUsersReq)(nil), // 1: chef.automate.api.iam.v2.ListUsersReq (*DeleteUserReq)(nil), // 2: chef.automate.api.iam.v2.DeleteUserReq @@ -457,7 +457,7 @@ func file_external_iam_v2_request_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_request_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_request_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateUserReq); i { case 0: return &v.state @@ -469,7 +469,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_request_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListUsersReq); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_request_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteUserReq); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_request_users_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserReq); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_request_users_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateUserReq); i { case 0: return &v.state @@ -517,7 +517,7 @@ func file_external_iam_v2_request_users_proto_init() { return nil } } - file_external_iam_v2_request_users_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_request_users_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateSelfReq); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/introspect.pb.go b/api/external/iam/v2/response/introspect.pb.go index cda6e864258..82a0f41615f 100644 --- a/api/external/iam/v2/response/introspect.pb.go +++ b/api/external/iam/v2/response/introspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/response/introspect.proto @@ -193,7 +193,7 @@ func file_external_iam_v2_response_introspect_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_introspect_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_iam_v2_response_introspect_proto_goTypes = []any{ +var file_external_iam_v2_response_introspect_proto_goTypes = []interface{}{ (*MethodsAllowed)(nil), // 0: chef.automate.api.iam.v2.MethodsAllowed (*IntrospectResp)(nil), // 1: chef.automate.api.iam.v2.IntrospectResp nil, // 2: chef.automate.api.iam.v2.IntrospectResp.EndpointsEntry @@ -214,7 +214,7 @@ func file_external_iam_v2_response_introspect_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_introspect_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_response_introspect_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MethodsAllowed); i { case 0: return &v.state @@ -226,7 +226,7 @@ func file_external_iam_v2_response_introspect_proto_init() { return nil } } - file_external_iam_v2_response_introspect_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_response_introspect_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntrospectResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/policy.pb.go b/api/external/iam/v2/response/policy.pb.go index 0c39ced1553..402cc67cfad 100644 --- a/api/external/iam/v2/response/policy.pb.go +++ b/api/external/iam/v2/response/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/response/policy.proto @@ -1322,7 +1322,7 @@ func file_external_iam_v2_response_policy_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 22) -var file_external_iam_v2_response_policy_proto_goTypes = []any{ +var file_external_iam_v2_response_policy_proto_goTypes = []interface{}{ (*CreatePolicyResp)(nil), // 0: chef.automate.api.iam.v2.CreatePolicyResp (*GetPolicyResp)(nil), // 1: chef.automate.api.iam.v2.GetPolicyResp (*ListPoliciesResp)(nil), // 2: chef.automate.api.iam.v2.ListPoliciesResp @@ -1377,7 +1377,7 @@ func file_external_iam_v2_response_policy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreatePolicyResp); i { case 0: return &v.state @@ -1389,7 +1389,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyResp); i { case 0: return &v.state @@ -1401,7 +1401,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPoliciesResp); i { case 0: return &v.state @@ -1413,7 +1413,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyResp); i { case 0: return &v.state @@ -1425,7 +1425,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdatePolicyResp); i { case 0: return &v.state @@ -1437,7 +1437,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyVersionResp); i { case 0: return &v.state @@ -1449,7 +1449,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPolicyMembersResp); i { case 0: return &v.state @@ -1461,7 +1461,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReplacePolicyMembersResp); i { case 0: return &v.state @@ -1473,7 +1473,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovePolicyMembersResp); i { case 0: return &v.state @@ -1485,7 +1485,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddPolicyMembersResp); i { case 0: return &v.state @@ -1497,7 +1497,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRoleResp); i { case 0: return &v.state @@ -1509,7 +1509,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRolesResp); i { case 0: return &v.state @@ -1521,7 +1521,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRoleResp); i { case 0: return &v.state @@ -1533,7 +1533,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRoleResp); i { case 0: return &v.state @@ -1545,7 +1545,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRoleResp); i { case 0: return &v.state @@ -1557,7 +1557,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateProjectResp); i { case 0: return &v.state @@ -1569,7 +1569,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateProjectResp); i { case 0: return &v.state @@ -1581,7 +1581,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetProjectResp); i { case 0: return &v.state @@ -1593,7 +1593,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListProjectsResp); i { case 0: return &v.state @@ -1605,7 +1605,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteProjectResp); i { case 0: return &v.state @@ -1617,7 +1617,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeToV2Resp); i { case 0: return &v.state @@ -1629,7 +1629,7 @@ func file_external_iam_v2_response_policy_proto_init() { return nil } } - file_external_iam_v2_response_policy_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_external_iam_v2_response_policy_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetToV1Resp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/rules.pb.go b/api/external/iam/v2/response/rules.pb.go index e279415db09..334527e9400 100644 --- a/api/external/iam/v2/response/rules.pb.go +++ b/api/external/iam/v2/response/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/response/rules.proto @@ -589,7 +589,7 @@ func file_external_iam_v2_response_rules_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_iam_v2_response_rules_proto_goTypes = []any{ +var file_external_iam_v2_response_rules_proto_goTypes = []interface{}{ (*CreateRuleResp)(nil), // 0: chef.automate.api.iam.v2.CreateRuleResp (*UpdateRuleResp)(nil), // 1: chef.automate.api.iam.v2.UpdateRuleResp (*GetRuleResp)(nil), // 2: chef.automate.api.iam.v2.GetRuleResp @@ -622,7 +622,7 @@ func file_external_iam_v2_response_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRuleResp); i { case 0: return &v.state @@ -634,7 +634,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRuleResp); i { case 0: return &v.state @@ -646,7 +646,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRuleResp); i { case 0: return &v.state @@ -658,7 +658,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesForProjectResp); i { case 0: return &v.state @@ -670,7 +670,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRuleResp); i { case 0: return &v.state @@ -682,7 +682,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStartResp); i { case 0: return &v.state @@ -694,7 +694,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesCancelResp); i { case 0: return &v.state @@ -706,7 +706,7 @@ func file_external_iam_v2_response_rules_proto_init() { return nil } } - file_external_iam_v2_response_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_iam_v2_response_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStatusResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/teams.pb.go b/api/external/iam/v2/response/teams.pb.go index 3819f7300d5..0f92944c6ee 100644 --- a/api/external/iam/v2/response/teams.pb.go +++ b/api/external/iam/v2/response/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/response/teams.proto @@ -662,7 +662,7 @@ func file_external_iam_v2_response_teams_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_iam_v2_response_teams_proto_goTypes = []any{ +var file_external_iam_v2_response_teams_proto_goTypes = []interface{}{ (*GetTeamResp)(nil), // 0: chef.automate.api.iam.v2.GetTeamResp (*ListTeamsResp)(nil), // 1: chef.automate.api.iam.v2.ListTeamsResp (*CreateTeamResp)(nil), // 2: chef.automate.api.iam.v2.CreateTeamResp @@ -696,7 +696,7 @@ func file_external_iam_v2_response_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamResp); i { case 0: return &v.state @@ -708,7 +708,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListTeamsResp); i { case 0: return &v.state @@ -720,7 +720,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTeamResp); i { case 0: return &v.state @@ -732,7 +732,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTeamResp); i { case 0: return &v.state @@ -744,7 +744,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTeamResp); i { case 0: return &v.state @@ -756,7 +756,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddTeamMembersResp); i { case 0: return &v.state @@ -768,7 +768,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamMembershipResp); i { case 0: return &v.state @@ -780,7 +780,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveTeamMembersResp); i { case 0: return &v.state @@ -792,7 +792,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamsForMemberResp); i { case 0: return &v.state @@ -804,7 +804,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyV2DataMigrationsResp); i { case 0: return &v.state @@ -816,7 +816,7 @@ func file_external_iam_v2_response_teams_proto_init() { return nil } } - file_external_iam_v2_response_teams_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_iam_v2_response_teams_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetAllTeamProjectsResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/tokens.pb.go b/api/external/iam/v2/response/tokens.pb.go index 9a92ee2a671..c725d2d3422 100644 --- a/api/external/iam/v2/response/tokens.pb.go +++ b/api/external/iam/v2/response/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/response/tokens.proto @@ -333,7 +333,7 @@ func file_external_iam_v2_response_tokens_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_iam_v2_response_tokens_proto_goTypes = []any{ +var file_external_iam_v2_response_tokens_proto_goTypes = []interface{}{ (*CreateTokenResp)(nil), // 0: chef.automate.api.iam.v2.CreateTokenResp (*GetTokenResp)(nil), // 1: chef.automate.api.iam.v2.GetTokenResp (*UpdateTokenResp)(nil), // 2: chef.automate.api.iam.v2.UpdateTokenResp @@ -359,7 +359,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_response_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTokenResp); i { case 0: return &v.state @@ -371,7 +371,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_response_tokens_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTokenResp); i { case 0: return &v.state @@ -383,7 +383,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_response_tokens_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTokenResp); i { case 0: return &v.state @@ -395,7 +395,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_response_tokens_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTokenResp); i { case 0: return &v.state @@ -407,7 +407,7 @@ func file_external_iam_v2_response_tokens_proto_init() { return nil } } - file_external_iam_v2_response_tokens_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_response_tokens_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListTokensResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/response/users.pb.go b/api/external/iam/v2/response/users.pb.go index 71f3e1c70b0..ad165d29074 100644 --- a/api/external/iam/v2/response/users.pb.go +++ b/api/external/iam/v2/response/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/response/users.proto @@ -346,7 +346,7 @@ func file_external_iam_v2_response_users_proto_rawDescGZIP() []byte { } var file_external_iam_v2_response_users_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_iam_v2_response_users_proto_goTypes = []any{ +var file_external_iam_v2_response_users_proto_goTypes = []interface{}{ (*CreateUserResp)(nil), // 0: chef.automate.api.iam.v2.CreateUserResp (*ListUsersResp)(nil), // 1: chef.automate.api.iam.v2.ListUsersResp (*DeleteUserResp)(nil), // 2: chef.automate.api.iam.v2.DeleteUserResp @@ -374,7 +374,7 @@ func file_external_iam_v2_response_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_iam_v2_response_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_iam_v2_response_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateUserResp); i { case 0: return &v.state @@ -386,7 +386,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_iam_v2_response_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListUsersResp); i { case 0: return &v.state @@ -398,7 +398,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_iam_v2_response_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteUserResp); i { case 0: return &v.state @@ -410,7 +410,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_iam_v2_response_users_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserResp); i { case 0: return &v.state @@ -422,7 +422,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_iam_v2_response_users_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateUserResp); i { case 0: return &v.state @@ -434,7 +434,7 @@ func file_external_iam_v2_response_users_proto_init() { return nil } } - file_external_iam_v2_response_users_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_iam_v2_response_users_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateSelfResp); i { case 0: return &v.state diff --git a/api/external/iam/v2/rules.pb.go b/api/external/iam/v2/rules.pb.go index 6208b37e8bb..0f540a66309 100644 --- a/api/external/iam/v2/rules.pb.go +++ b/api/external/iam/v2/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/rules.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_rules_proto_rawDesc = []byte{ 0x73, 0x65, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x86, 0x11, 0x0a, 0x05, 0x52, - 0x75, 0x6c, 0x65, 0x73, 0x12, 0xe5, 0x03, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa6, 0x11, 0x0a, 0x05, 0x52, + 0x75, 0x6c, 0x65, 0x73, 0x12, 0xe9, 0x03, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x75, - 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x83, 0x03, 0x92, 0x41, 0x98, 0x02, 0x0a, 0x05, 0x72, + 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x87, 0x03, 0x92, 0x41, 0x98, 0x02, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x6a, 0x8e, 0x02, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0xfb, 0x01, 0x32, 0xf8, 0x01, 0x0a, 0xf5, 0x01, 0x2a, 0xf2, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, @@ -71,125 +71,127 @@ var file_external_iam_v2_rules_proto_rawDesc = []byte{ 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x4f, 0x46, 0x22, 0x2c, 0x20, 0x22, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x22, 0x2c, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x69, 0x6f, - 0x22, 0x5d, 0x7d, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x30, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x3a, - 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, - 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xd9, 0x03, 0x0a, - 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, - 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0xf7, - 0x02, 0x92, 0x41, 0x87, 0x02, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x6a, 0xfd, 0x01, 0x0a, - 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, - 0xea, 0x01, 0x32, 0xe7, 0x01, 0x0a, 0xe4, 0x01, 0x2a, 0xe1, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, - 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0xce, 0x01, 0x0a, 0x06, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0xc3, 0x01, 0x1a, 0xc0, 0x01, 0x7b, 0x22, 0x69, 0x64, - 0x22, 0x3a, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, 0x72, 0x75, 0x6c, 0x65, - 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2d, 0x69, 0x64, 0x22, 0x3a, - 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x22, 0x2c, 0x20, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, - 0x74, 0x79, 0x70, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4e, 0x4f, 0x44, 0x45, 0x22, 0x2c, 0x20, 0x22, - 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x7b, 0x22, - 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x43, 0x48, 0x45, - 0x46, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x22, 0x2c, 0x20, 0x22, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x6f, 0x72, 0x22, 0x3a, 0x20, 0x22, 0x45, 0x51, 0x55, 0x41, 0x4c, 0x53, 0x22, 0x2c, - 0x20, 0x22, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x78, 0x61, - 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x22, 0x5d, 0x7d, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x30, - 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, + 0x22, 0x5d, 0x7d, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x22, 0x28, 0x2f, 0x61, 0x70, + 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, + 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x3a, 0x01, 0x2a, 0x1a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, - 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, - 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, - 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, - 0x52, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x22, 0x70, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, - 0x2d, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, - 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, - 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, - 0x69, 0x64, 0x7d, 0x12, 0xd7, 0x01, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, - 0x73, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, - 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, - 0x65, 0x73, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x22, 0x5b, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x25, - 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, - 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, + 0x12, 0xdd, 0x03, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, + 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x22, 0xfb, 0x02, 0x92, 0x41, 0x87, 0x02, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, + 0x6a, 0xfd, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, + 0x6c, 0x65, 0x73, 0x12, 0xea, 0x01, 0x32, 0xe7, 0x01, 0x0a, 0xe4, 0x01, 0x2a, 0xe1, 0x01, 0x0a, + 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, + 0xce, 0x01, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0xc3, 0x01, 0x1a, 0xc0, 0x01, + 0x7b, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, + 0x72, 0x75, 0x6c, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2d, + 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2d, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x2c, 0x20, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, + 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x52, 0x75, 0x6c, 0x65, + 0x22, 0x2c, 0x20, 0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4e, 0x4f, 0x44, 0x45, + 0x22, 0x2c, 0x20, 0x22, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, + 0x20, 0x5b, 0x7b, 0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0x3a, 0x20, + 0x22, 0x43, 0x48, 0x45, 0x46, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x22, 0x2c, 0x20, 0x22, + 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x3a, 0x20, 0x22, 0x45, 0x51, 0x55, 0x41, + 0x4c, 0x53, 0x22, 0x2c, 0x20, 0x22, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x3a, 0x20, 0x5b, + 0x22, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x22, 0x5d, 0x7d, 0x5d, 0x7d, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x1a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, + 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, + 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x12, 0xcc, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, + 0x74, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x74, 0x92, 0x41, 0x07, 0x0a, 0x05, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xd4, 0x01, + 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, + 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, + 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, + 0xdb, 0x01, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x46, 0x6f, 0x72, + 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, + 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x50, + 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x46, 0x6f, + 0x72, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5f, 0x92, 0x41, + 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, + 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, + 0x8a, 0xb5, 0x18, 0x13, 0x0a, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, + 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xd8, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x73, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x30, 0x0a, - 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x7b, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x2a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, - 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xba, 0x01, 0x0a, 0x0f, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, - 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, - 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, - 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4a, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, - 0x73, 0x8a, 0xb5, 0x18, 0x1c, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, - 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x61, 0x70, 0x70, 0x6c, - 0x79, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, - 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, 0x65, - 0x73, 0x12, 0xbe, 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, - 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, - 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, - 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, - 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x2a, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, - 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, - 0x65, 0x73, 0x12, 0xbe, 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, - 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, - 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, - 0x73, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, - 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, - 0x6c, 0x65, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x77, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x2f, 0x2a, 0x2d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x19, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x73, 0x3a, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x8a, + 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x61, 0x6d, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbe, 0x01, 0x0a, 0x0f, 0x41, 0x70, 0x70, + 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x2c, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, + 0x65, 0x73, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, + 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4e, 0x92, 0x41, 0x07, 0x0a, 0x05, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x18, 0x2f, 0x61, 0x70, + 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, + 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x11, 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, + 0x6c, 0x65, 0x73, 0x3a, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0xc2, 0x01, 0x0a, 0x10, 0x41, 0x70, + 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x2d, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, + 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x2e, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, + 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, + 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x2a, + 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x61, 0x70, + 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, + 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, + 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0xc2, + 0x01, 0x0a, 0x10, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, + 0x70, 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x70, + 0x70, 0x6c, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x2d, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, + 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, + 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_rules_proto_goTypes = []any{ +var file_external_iam_v2_rules_proto_goTypes = []interface{}{ (*request.CreateRuleReq)(nil), // 0: chef.automate.api.iam.v2.CreateRuleReq (*request.UpdateRuleReq)(nil), // 1: chef.automate.api.iam.v2.UpdateRuleReq (*request.GetRuleReq)(nil), // 2: chef.automate.api.iam.v2.GetRuleReq diff --git a/api/external/iam/v2/teams.pb.go b/api/external/iam/v2/teams.pb.go index 9078d020c76..c609e75bac7 100644 --- a/api/external/iam/v2/teams.pb.go +++ b/api/external/iam/v2/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/teams.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_teams_proto_rawDesc = []byte{ 0x73, 0x65, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa1, 0x12, 0x0a, 0x05, 0x54, - 0x65, 0x61, 0x6d, 0x73, 0x12, 0xb3, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xc5, 0x12, 0x0a, 0x05, 0x54, + 0x65, 0x61, 0x6d, 0x73, 0x12, 0xb7, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x65, - 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd1, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x74, + 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd5, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x85, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x73, 0x32, 0x71, 0x0a, 0x6f, 0x2a, 0x6d, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, @@ -62,144 +62,146 @@ var file_external_iam_v2_teams_proto_rawDesc = []byte{ 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x54, 0x65, 0x61, 0x6d, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x31, 0x22, 0x2c, 0x20, - 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x1d, - 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x10, 0x69, 0x61, 0x6d, - 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0xa1, 0x01, 0x0a, 0x09, 0x4c, - 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, - 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x54, 0x65, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43, 0x92, 0x41, 0x07, 0x0a, 0x05, - 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x74, - 0x65, 0x61, 0x6d, 0x73, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, 0x12, 0x2f, 0x61, 0x70, 0x69, - 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0xa4, - 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, - 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, - 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4c, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, - 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, - 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, - 0x6d, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb4, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x54, 0x65, 0x61, 0x6d, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x17, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, + 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, + 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, + 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xa5, + 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x26, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, + 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, - 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd2, 0x01, 0x92, 0x41, 0x86, 0x01, 0x0a, 0x05, - 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x7d, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, - 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x6b, 0x32, 0x69, 0x0a, 0x67, 0x2a, 0x65, 0x0a, - 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, - 0x53, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x49, 0x1a, 0x47, 0x7b, 0x22, 0x6e, - 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x54, 0x65, 0x61, 0x6d, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x31, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x6e, 0x65, - 0x77, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, - 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, - 0x61, 0x6d, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, - 0x3a, 0x01, 0x2a, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, - 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, + 0x4c, 0x69, 0x73, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x92, + 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, + 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, + 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, + 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x54, 0x65, + 0x61, 0x6d, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, + 0x74, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, + 0x50, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x0f, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x67, 0x65, + 0x74, 0x12, 0xb8, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, + 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, + 0x65, 0x73, 0x70, 0x22, 0xd6, 0x01, 0x92, 0x41, 0x86, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, + 0x73, 0x6a, 0x7d, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, + 0x6c, 0x65, 0x73, 0x12, 0x6b, 0x32, 0x69, 0x0a, 0x67, 0x2a, 0x65, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, + 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x53, 0x0a, 0x06, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x49, 0x1a, 0x47, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, + 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x20, 0x54, 0x65, 0x73, + 0x74, 0x20, 0x54, 0x65, 0x61, 0x6d, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x31, 0x22, + 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x6e, 0x65, 0x77, 0x22, 0x5d, 0x7d, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, + 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xb4, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, - 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, - 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, - 0xd3, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, - 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, - 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x22, 0x5d, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, - 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, - 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x12, 0x69, 0x61, - 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xee, 0x02, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, - 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x53, + 0x92, 0x41, 0x07, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, + 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, + 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, + 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, + 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x64, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, + 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, + 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, + 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x22, 0x61, 0x92, 0x41, 0x07, 0x0a, + 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x16, 0x0a, + 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x12, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x74, + 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xf2, 0x02, + 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, + 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x54, + 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, + 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x84, 0x02, 0x92, 0x41, + 0xa6, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, 0x78, 0x2d, + 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, 0x01, 0x32, + 0x86, 0x01, 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, + 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, + 0x70, 0x5f, 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, 0x39, 0x36, + 0x66, 0x2d, 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, 0x64, 0x37, + 0x2d, 0x30, 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, 0x2c, 0x20, + 0x22, 0x39, 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, 0x2d, 0x34, + 0x66, 0x39, 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, 0x37, 0x33, + 0x39, 0x36, 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x22, 0x21, + 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, + 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x61, 0x64, + 0x64, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, + 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x16, 0x12, 0x14, 0x69, 0x61, + 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x12, 0xfe, 0x02, 0x0a, 0x11, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, 0x61, + 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, - 0x2e, 0x41, 0x64, 0x64, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x22, 0x80, 0x02, 0x92, 0x41, 0xa6, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, - 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, - 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, 0x01, 0x32, 0x86, 0x01, 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, - 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, - 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, - 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, 0x39, 0x36, 0x66, 0x2d, 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, - 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, 0x64, 0x37, 0x2d, 0x30, 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, - 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, 0x2c, 0x20, 0x22, 0x39, 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, - 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, 0x2d, 0x34, 0x66, 0x39, 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, - 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, 0x37, 0x33, 0x39, 0x36, 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, - 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, - 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, - 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, - 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x3a, 0x61, 0x64, 0x64, 0x12, 0xfa, 0x02, 0x0a, 0x11, 0x52, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x2e, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, - 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, - 0x61, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x83, 0x02, - 0x92, 0x41, 0xa6, 0x01, 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, - 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, - 0x01, 0x32, 0x86, 0x01, 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, - 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, - 0x39, 0x36, 0x66, 0x2d, 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, - 0x64, 0x37, 0x2d, 0x30, 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, - 0x2c, 0x20, 0x22, 0x39, 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, - 0x2d, 0x34, 0x66, 0x39, 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, - 0x37, 0x33, 0x39, 0x36, 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0e, - 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x14, - 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x3a, 0x01, 0x2a, 0x22, 0x24, 0x2f, - 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, - 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x12, 0xe8, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, + 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x4d, 0x65, + 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x87, 0x02, 0x92, 0x41, 0xa6, 0x01, + 0x0a, 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x6a, 0x9c, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, + 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x89, 0x01, 0x32, 0x86, 0x01, + 0x0a, 0x83, 0x01, 0x2a, 0x80, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, + 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x6e, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x64, 0x1a, 0x62, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, + 0x69, 0x64, 0x73, 0x3a, 0x20, 0x5b, 0x22, 0x35, 0x32, 0x37, 0x65, 0x64, 0x39, 0x36, 0x66, 0x2d, + 0x32, 0x65, 0x63, 0x62, 0x2d, 0x34, 0x66, 0x38, 0x66, 0x2d, 0x61, 0x62, 0x64, 0x37, 0x2d, 0x30, + 0x62, 0x66, 0x36, 0x35, 0x31, 0x31, 0x34, 0x35, 0x39, 0x61, 0x63, 0x22, 0x2c, 0x20, 0x22, 0x39, + 0x38, 0x37, 0x63, 0x38, 0x34, 0x37, 0x35, 0x2d, 0x35, 0x37, 0x34, 0x37, 0x2d, 0x34, 0x66, 0x39, + 0x62, 0x2d, 0x61, 0x37, 0x36, 0x36, 0x2d, 0x63, 0x33, 0x33, 0x37, 0x66, 0x37, 0x33, 0x39, 0x36, + 0x35, 0x61, 0x65, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x22, 0x24, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x6d, 0x6f, + 0x76, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, + 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x16, 0x12, 0x14, 0x69, + 0x61, 0x6d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x12, 0xec, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x46, 0x6f, 0x72, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x46, 0x6f, 0x72, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x46, 0x6f, 0x72, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x72, 0x92, 0x41, 0x07, 0x0a, - 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x1f, 0x69, 0x61, 0x6d, 0x3a, + 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x76, 0x92, 0x41, 0x07, 0x0a, + 0x05, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, + 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, + 0x2f, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x12, 0x11, 0x69, 0x61, 0x6d, - 0x3a, 0x75, 0x73, 0x65, 0x72, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x2a, 0x12, 0x28, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x42, 0x2e, - 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, - 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, - 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var file_external_iam_v2_teams_proto_goTypes = []any{ + 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x74, 0x65, 0x61, 0x6d, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, + 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x54, 0x65, 0x61, 0x6d, 0x73, 0x3a, 0x67, + 0x65, 0x74, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var file_external_iam_v2_teams_proto_goTypes = []interface{}{ (*request.CreateTeamReq)(nil), // 0: chef.automate.api.iam.v2.CreateTeamReq (*request.ListTeamsReq)(nil), // 1: chef.automate.api.iam.v2.ListTeamsReq (*request.GetTeamReq)(nil), // 2: chef.automate.api.iam.v2.GetTeamReq diff --git a/api/external/iam/v2/tokens.pb.go b/api/external/iam/v2/tokens.pb.go index 769ad068a43..376d24f5892 100644 --- a/api/external/iam/v2/tokens.pb.go +++ b/api/external/iam/v2/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/tokens.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_tokens_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, - 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xbf, 0x09, - 0x0a, 0x06, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xce, 0x02, 0x0a, 0x0b, 0x43, 0x72, 0x65, + 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd3, 0x09, + 0x0a, 0x06, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xd2, 0x02, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0xe9, 0x01, + 0x65, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0xed, 0x01, 0x92, 0x41, 0xa4, 0x01, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x6a, 0x99, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x86, 0x01, 0x32, 0x83, 0x01, 0x0a, 0x80, 0x01, 0x2a, 0x7e, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, @@ -64,72 +64,73 @@ var file_external_iam_v2_tokens_proto_rawDesc = []byte{ 0x74, 0x69, 0x76, 0x65, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x61, 0x73, 0x74, 0x2d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x2c, 0x20, 0x22, 0x77, 0x65, 0x73, 0x74, 0x2d, 0x72, - 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0a, 0x69, 0x61, - 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x18, 0x3a, 0x01, 0x2a, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, - 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xab, 0x01, 0x0a, 0x08, 0x47, 0x65, - 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, - 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x26, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x50, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, - 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xd0, 0x02, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, - 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0xeb, 0x01, 0x92, - 0x41, 0x9c, 0x01, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x6a, 0x91, 0x01, 0x0a, 0x0e, - 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x7f, - 0x32, 0x7d, 0x0a, 0x7b, 0x2a, 0x79, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, - 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x67, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x12, 0x5d, 0x1a, 0x5b, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x20, 0x6e, 0x61, 0x6d, 0x65, - 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, - 0x65, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, - 0x22, 0x65, 0x61, 0x73, 0x74, 0x2d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x2c, 0x20, 0x22, - 0x73, 0x6f, 0x75, 0x74, 0x68, 0x2d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x8a, - 0xb5, 0x18, 0x24, 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, - 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x3a, 0x01, 0x2a, - 0x1a, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, - 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb7, 0x01, 0x0a, 0x0b, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, + 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x22, 0x13, + 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0c, 0x0a, 0x0a, 0x69, 0x61, 0x6d, 0x3a, + 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, + 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xaf, 0x01, + 0x0a, 0x08, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x53, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x24, - 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, - 0x7d, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x2a, 0x18, 0x2f, 0x61, 0x70, 0x69, - 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa8, 0x01, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, + 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, + 0x71, 0x1a, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, + 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x11, 0x0a, + 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, + 0x3a, 0x67, 0x65, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, + 0xd4, 0x02, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, + 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, + 0x52, 0x65, 0x73, 0x70, 0x22, 0xef, 0x01, 0x92, 0x41, 0x9c, 0x01, 0x0a, 0x06, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x6a, 0x91, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, + 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x7f, 0x32, 0x7d, 0x0a, 0x7b, 0x2a, 0x79, 0x0a, 0x0e, + 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x67, + 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x5d, 0x1a, 0x5b, 0x7b, 0x22, 0x6e, 0x61, + 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x20, 0x74, 0x6f, + 0x6b, 0x65, 0x6e, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x61, 0x63, 0x74, 0x69, + 0x76, 0x65, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x2c, 0x20, 0x22, 0x70, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x73, 0x22, 0x3a, 0x20, 0x5b, 0x22, 0x65, 0x61, 0x73, 0x74, 0x2d, 0x72, 0x65, + 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x2c, 0x20, 0x22, 0x73, 0x6f, 0x75, 0x74, 0x68, 0x2d, 0x72, 0x65, + 0x67, 0x69, 0x6f, 0x6e, 0x22, 0x5d, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x1a, 0x18, 0x2f, + 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x11, 0x0a, 0x0f, + 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, + 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbb, 0x01, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, + 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, + 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x57, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x1a, 0x2a, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, + 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, + 0x11, 0x0a, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, + 0x6e, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, + 0x6b, 0x65, 0x6e, 0x73, 0x12, 0xac, 0x01, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x1d, 0x0a, 0x0a, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x61, 0x70, 0x69, - 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x42, - 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, + 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x0c, 0x0a, 0x0a, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x11, 0x12, 0x0f, 0x69, 0x61, 0x6d, 0x3a, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x92, 0x41, 0x08, 0x0a, 0x06, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x73, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_tokens_proto_goTypes = []any{ +var file_external_iam_v2_tokens_proto_goTypes = []interface{}{ (*request.CreateTokenReq)(nil), // 0: chef.automate.api.iam.v2.CreateTokenReq (*request.GetTokenReq)(nil), // 1: chef.automate.api.iam.v2.GetTokenReq (*request.UpdateTokenReq)(nil), // 2: chef.automate.api.iam.v2.UpdateTokenReq diff --git a/api/external/iam/v2/users.pb.go b/api/external/iam/v2/users.pb.go index 027047964f5..949573395bc 100644 --- a/api/external/iam/v2/users.pb.go +++ b/api/external/iam/v2/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/iam/v2/users.proto @@ -46,14 +46,14 @@ var file_external_iam_v2_users_proto_rawDesc = []byte{ 0x73, 0x65, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xbc, 0x0b, 0x0a, 0x05, 0x55, - 0x73, 0x65, 0x72, 0x73, 0x12, 0xb3, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, + 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd4, 0x0b, 0x0a, 0x05, 0x55, + 0x73, 0x65, 0x72, 0x73, 0x12, 0xb7, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, - 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd1, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x75, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xd5, 0x01, 0x92, 0x41, 0x8f, 0x01, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x85, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x73, 0x32, 0x71, 0x0a, 0x6f, 0x2a, 0x6d, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, @@ -62,49 +62,50 @@ var file_external_iam_v2_users_proto_rawDesc = []byte{ 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x30, 0x30, 0x31, 0x72, 0x75, 0x6c, 0x65, 0x7a, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x53, 0x61, - 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x8a, 0xb5, 0x18, 0x1d, - 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x10, 0x69, 0x61, 0x6d, - 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x17, 0x3a, 0x01, 0x2a, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, - 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xa1, 0x01, 0x0a, 0x09, 0x4c, - 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, - 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, - 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, - 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43, 0x92, 0x41, 0x07, 0x0a, 0x05, - 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x75, - 0x73, 0x65, 0x72, 0x73, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, 0x12, 0x2f, 0x61, 0x70, 0x69, - 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xa4, - 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, - 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x55, - 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4c, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, - 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, - 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, - 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x17, 0x22, 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, + 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, + 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, + 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xa5, + 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x26, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x71, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, - 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x4f, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, - 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, - 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x9d, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, + 0x4c, 0x69, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x47, 0x92, + 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x12, + 0x12, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, + 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x0b, 0x0a, 0x09, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, + 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x10, 0x12, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa8, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x55, 0x73, + 0x65, 0x72, 0x12, 0x24, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, + 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, + 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, + 0x50, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, + 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x0f, 0x12, 0x0d, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, + 0x74, 0x12, 0xb4, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, + 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, + 0x65, 0x73, 0x70, 0x22, 0x53, 0x92, 0x41, 0x07, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, + 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xa1, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xbb, 0x01, 0x92, 0x41, 0x70, + 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0xbf, 0x01, 0x92, 0x41, 0x70, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x67, 0x0a, 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x55, 0x32, 0x53, 0x0a, 0x51, 0x2a, 0x4f, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, @@ -112,40 +113,40 @@ var file_external_iam_v2_users_proto_rawDesc = []byte{ 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4e, 0x65, 0x77, 0x20, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x53, 0x61, 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, - 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x1a, - 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xde, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, - 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x71, - 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x73, 0x70, 0x22, 0xfc, 0x01, 0x92, 0x41, 0xa9, - 0x01, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x9f, 0x01, 0x0a, 0x0e, 0x78, 0x2d, 0x63, - 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, 0x8c, 0x01, 0x32, 0x89, - 0x01, 0x0a, 0x86, 0x01, 0x2a, 0x83, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x12, - 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x71, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x12, 0x67, 0x1a, 0x65, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x3a, 0x20, 0x22, 0x4d, - 0x79, 0x20, 0x4e, 0x65, 0x77, 0x20, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x61, - 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x4e, 0x65, 0x77, 0x53, 0x61, - 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x2c, 0x20, 0x22, 0x70, 0x72, - 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, - 0x3a, 0x20, 0x22, 0x61, 0x50, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x53, 0x61, 0x66, 0x65, - 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x12, - 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0x14, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, 0x6c, - 0x66, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x3a, 0x01, - 0x2a, 0x1a, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x2f, - 0x73, 0x65, 0x6c, 0x66, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, - 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, - 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x1a, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, + 0x6d, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x12, 0x12, 0x10, 0x69, 0x61, 0x6d, 0x3a, + 0x75, 0x73, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xe2, 0x02, 0x0a, + 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x12, 0x27, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, + 0x66, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x32, 0x2e, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x73, 0x70, 0x22, 0x80, + 0x02, 0x92, 0x41, 0xa9, 0x01, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x6a, 0x9f, 0x01, 0x0a, + 0x0e, 0x78, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x12, + 0x8c, 0x01, 0x32, 0x89, 0x01, 0x0a, 0x86, 0x01, 0x2a, 0x83, 0x01, 0x0a, 0x0e, 0x0a, 0x04, 0x6c, + 0x61, 0x6e, 0x67, 0x12, 0x06, 0x1a, 0x04, 0x4a, 0x53, 0x4f, 0x4e, 0x0a, 0x71, 0x0a, 0x06, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x67, 0x1a, 0x65, 0x7b, 0x22, 0x6e, 0x61, 0x6d, 0x65, 0x22, + 0x3a, 0x20, 0x22, 0x4d, 0x79, 0x20, 0x4e, 0x65, 0x77, 0x20, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2c, + 0x20, 0x22, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x4e, + 0x65, 0x77, 0x53, 0x61, 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x2c, + 0x20, 0x22, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, + 0x6f, 0x72, 0x64, 0x22, 0x3a, 0x20, 0x22, 0x61, 0x50, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, + 0x53, 0x61, 0x66, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x7d, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x1b, 0x1a, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, + 0x76, 0x32, 0x2f, 0x73, 0x65, 0x6c, 0x66, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x14, 0x0a, 0x12, 0x69, 0x61, 0x6d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, + 0x6c, 0x66, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x16, 0x12, 0x14, 0x69, 0x61, 0x6d, + 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x76, + 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_iam_v2_users_proto_goTypes = []any{ +var file_external_iam_v2_users_proto_goTypes = []interface{}{ (*request.CreateUserReq)(nil), // 0: chef.automate.api.iam.v2.CreateUserReq (*request.ListUsersReq)(nil), // 1: chef.automate.api.iam.v2.ListUsersReq (*request.GetUserReq)(nil), // 2: chef.automate.api.iam.v2.GetUserReq diff --git a/api/external/infra_proxy/infra_proxy.pb.go b/api/external/infra_proxy/infra_proxy.pb.go index aeb2b0b73b1..b2c4001a3cf 100644 --- a/api/external/infra_proxy/infra_proxy.pb.go +++ b/api/external/infra_proxy/infra_proxy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/infra_proxy.proto @@ -95,177 +95,182 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x32, 0xa9, 0x79, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x12, 0xc3, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, + 0x6f, 0x32, 0x81, 0x7c, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x72, 0x61, 0x50, 0x72, 0x6f, 0x78, 0x79, + 0x12, 0xc7, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x22, 0x4e, 0x8a, 0xb5, 0x18, 0x2d, 0x0a, 0x12, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, - 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0xdf, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x5b, 0x8a, 0xb5, 0x18, - 0x2c, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0xc9, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, - 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x57, 0x8a, 0xb5, 0x18, - 0x31, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, - 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x22, 0x53, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x22, 0x15, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0xd8, 0x01, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, + 0x19, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xe3, 0x01, 0x0a, 0x0f, 0x47, + 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x22, 0x5d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x14, + 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x12, 0xcd, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x30, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x22, 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x12, 0xd8, 0x01, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x5d, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x17, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x14, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x1f, 0x3a, 0x01, 0x2a, 0x1a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0xd5, 0x01, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xe2, 0x01, 0x0a, 0x0c, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x1a, + 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, + 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x12, 0xd9, 0x01, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x5a, 0x8a, 0xb5, - 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xdb, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, - 0x4f, 0x72, 0x67, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, - 0x4f, 0x72, 0x67, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, - 0x74, 0x4f, 0x72, 0x67, 0x73, 0x22, 0x6f, 0x8a, 0xb5, 0x18, 0x3d, 0x0a, 0x23, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, - 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x12, 0xe2, 0x01, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4f, 0x72, - 0x67, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, - 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, - 0x22, 0x79, 0x8a, 0xb5, 0x18, 0x42, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x12, 0x2b, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe7, 0x01, 0x0a, 0x09, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x5e, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x1c, 0x2a, 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, + 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xdf, 0x01, 0x0a, + 0x07, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x73, 0x22, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x28, 0x12, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x23, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xe6, + 0x01, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x75, - 0x8a, 0xb5, 0x18, 0x40, 0x0a, 0x23, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x22, 0x26, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x12, 0xf1, 0x01, 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x22, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, + 0x12, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, + 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x18, 0x12, + 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xf1, 0x01, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x7f, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x28, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, - 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x1a, 0x2b, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xee, 0x01, 0x0a, 0x09, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x7f, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x28, 0x22, 0x26, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x23, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, + 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xfc, 0x01, 0x0a, 0x09, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x7c, 0x8a, 0xb5, - 0x18, 0x45, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x2a, 0x2b, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x91, 0x02, 0x0a, 0x10, 0x52, - 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x12, - 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, - 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, - 0x65, 0x79, 0x22, 0x89, 0x01, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, - 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x89, + 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x1a, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, - 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2d, 0x6b, 0x65, 0x79, 0x12, 0x8b, + 0x7b, 0x69, 0x64, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x12, + 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xf3, 0x01, 0x0a, 0x09, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x22, 0x80, 0x01, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x2a, 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, + 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, + 0x7d, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x12, 0x9b, 0x02, 0x0a, 0x10, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, + 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, + 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x1a, 0x38, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4f, 0x72, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4b, 0x65, 0x79, 0x22, 0x93, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x37, 0x1a, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x72, + 0x65, 0x73, 0x65, 0x74, 0x2d, 0x6b, 0x65, 0x79, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, + 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x8f, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, @@ -273,224 +278,228 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x73, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, - 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x95, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, - 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, - 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0xa7, 0x02, 0x0a, - 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6f, - 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x38, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x9c, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, - 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, - 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, + 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0x99, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, + 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, + 0x6f, 0x6f, 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, + 0x12, 0xab, 0x02, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, + 0x6f, 0x6f, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xa0, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x12, 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, - 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x99, 0x02, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x43, 0x6f, - 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, - 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x22, 0xa6, 0x01, 0x8a, 0xb5, 0x18, 0x50, - 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, - 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x12, 0x4a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, - 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x7d, 0x12, 0xc7, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, - 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x3a, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, - 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, + 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x9d, + 0x02, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x12, 0x2f, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x1a, + 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, + 0x6b, 0x22, 0xaa, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x12, 0x4a, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, + 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, + 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, + 0x6b, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xcb, + 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, + 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0xb3, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, - 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x59, 0x12, 0x57, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, 0x7b, - 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x2f, - 0x66, 0x69, 0x6c, 0x65, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0xf7, 0x01, 0x0a, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x43, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, + 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x6e, 0x74, 0x22, 0xb7, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x59, 0x12, 0x57, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, + 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6f, + 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x2f, 0x66, 0x69, 0x6c, 0x65, 0x2d, 0x63, 0x6f, 0x6e, + 0x74, 0x65, 0x6e, 0x74, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6f, 0x6f, 0x6b, 0x62, 0x6f, 0x6f, 0x6b, 0x73, + 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfb, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x22, 0x8d, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, - 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, + 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0xfb, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x6f, - 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x1a, - 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, + 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xff, 0x01, 0x0a, 0x07, 0x47, + 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, + 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, + 0x65, 0x22, 0x98, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, + 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, + 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xba, 0x02, 0x0a, + 0x16, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, + 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, + 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x94, 0x01, - 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, + 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xae, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x54, 0x12, 0x52, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, + 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x7b, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, + 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, + 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa4, 0x02, 0x0a, 0x13, 0x47, 0x65, + 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x38, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x6e, 0x76, 0x69, + 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0xa5, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x4b, 0x12, 0x49, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, + 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x34, + 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, + 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xb6, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, - 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, - 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, - 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, - 0x22, 0xaa, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x54, 0x12, 0x52, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, - 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, - 0x7b, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x12, 0xa0, 0x02, - 0x0a, 0x13, 0x47, 0x65, 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, - 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, - 0x6c, 0x65, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, - 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0xa1, 0x01, 0x8a, - 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x12, 0x49, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, - 0x6d, 0x65, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x12, 0x83, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, + 0x12, 0x8d, 0x02, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, - 0x22, 0x93, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, 0x3a, 0x01, 0x2a, 0x22, - 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x81, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, - 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, - 0x22, 0x97, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, - 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x8a, 0x02, 0x0a, 0x0a, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x9a, 0x01, 0x8a, 0xb5, 0x18, - 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x1a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x22, 0x9d, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x22, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x81, 0x02, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x43, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, - 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x91, 0x01, 0x8a, 0xb5, 0x18, 0x4e, 0x0a, 0x34, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, - 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x39, 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x80, 0x02, 0x0a, 0x09, - 0x47, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x93, 0x01, 0x8a, 0xb5, 0x18, 0x49, 0x0a, - 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, - 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x8e, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, + 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x12, 0x85, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, + 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x9b, 0x01, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x94, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0xa4, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x3e, 0x1a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x6f, 0x6c, 0x65, 0x73, + 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, + 0x85, 0x02, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x2e, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x2f, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x22, + 0x95, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x12, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, + 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, + 0x73, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x34, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, + 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x84, 0x02, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x43, + 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, + 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6c, + 0x69, 0x65, 0x6e, 0x74, 0x22, 0x97, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, + 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, + 0x31, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, + 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x98, 0x02, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, @@ -498,85 +507,87 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x92, 0x01, 0x8a, 0xb5, 0x18, - 0x4c, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, - 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x3c, 0x3a, 0x01, 0x2a, 0x22, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, - 0x86, 0x02, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x1a, - 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, - 0x96, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, + 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x9c, 0x01, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x39, 0x22, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x8a, 0x02, 0x0a, 0x0c, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x22, 0x9a, 0x01, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x40, 0x2a, 0x3e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x2a, 0x3e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, - 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, - 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x99, 0x02, 0x0a, 0x0e, 0x52, 0x65, 0x73, - 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x30, 0x2e, 0x63, 0x68, + 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa3, 0x02, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x65, 0x74, + 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x1a, 0x33, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, + 0x22, 0xa9, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x1a, 0x44, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, + 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, + 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, + 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x8c, 0x02, 0x0a, + 0x0b, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x12, 0x2f, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x43, 0x6c, 0x69, 0x65, - 0x6e, 0x74, 0x22, 0x9f, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, - 0x65, 0x73, 0x65, 0x74, 0x12, 0x88, 0x02, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, - 0x42, 0x61, 0x67, 0x73, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x22, + 0x99, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, + 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, + 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, + 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x9f, 0x02, 0x0a, 0x0f, + 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, + 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, - 0x61, 0x42, 0x61, 0x67, 0x73, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, - 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x73, 0x22, 0x95, 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, - 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, - 0x9b, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, - 0x65, 0x6d, 0x73, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, - 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, - 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x9c, - 0x01, 0x8a, 0xb5, 0x18, 0x50, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x16, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x12, 0x40, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, - 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x9f, 0x02, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, + 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xa0, 0x01, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x42, 0x12, 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, + 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, + 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, + 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa3, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, @@ -584,90 +595,92 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, - 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xa3, 0x01, 0x8a, 0xb5, 0x18, 0x50, - 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x12, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, - 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x12, - 0x9a, 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, - 0x67, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x22, 0x9b, - 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x3a, 0x01, - 0x2a, 0x22, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0xad, 0x02, 0x0a, - 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, - 0x65, 0x6d, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x39, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, - 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xa2, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, - 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x3a, 0x01, 0x2a, 0x22, 0x40, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, - 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0x92, 0x02, 0x0a, - 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x12, 0x2e, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x2f, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x22, - 0x9f, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, 0x19, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x2a, - 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x7d, 0x12, 0xa5, 0x02, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, - 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x33, 0x2e, 0x63, 0x68, + 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xa7, 0x01, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x49, 0x12, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, + 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, + 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, + 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, + 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x67, 0x65, 0x74, 0x12, 0xa4, 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, + 0x74, 0x61, 0x42, 0x61, 0x67, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, - 0x22, 0xa6, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, - 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x12, + 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, + 0x61, 0x67, 0x22, 0xa5, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x22, 0x39, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, + 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, + 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, - 0x2a, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, + 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xb7, 0x02, 0x0a, 0x11, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, + 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, + 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, + 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xac, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, 0x22, 0x40, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, + 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, + 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x12, 0x96, 0x02, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, + 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, + 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x22, 0xa3, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x42, + 0x2a, 0x40, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x12, 0xb7, 0x02, 0x0a, 0x11, 0x55, 0x70, + 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, + 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa9, 0x02, + 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, + 0x74, 0x65, 0x6d, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, + 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x22, 0xaa, 0x01, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x2a, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x7d, 0x8a, 0xb5, + 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, + 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc1, 0x02, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, @@ -676,91 +689,93 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x61, 0x67, - 0x49, 0x74, 0x65, 0x6d, 0x22, 0xac, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x36, 0x69, 0x6e, 0x66, + 0x49, 0x74, 0x65, 0x6d, 0x22, 0xb6, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x1a, 0x4a, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, + 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, + 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x38, 0x0a, 0x36, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x8a, 0xb5, + 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x9e, 0x02, + 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, + 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x9f, 0x01, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, + 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, + 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa2, + 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, + 0x74, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, + 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, + 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa6, 0x01, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, - 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, - 0x61, 0x67, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x4f, 0x3a, 0x01, 0x2a, 0x1a, 0x4a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x61, - 0x67, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x69, 0x74, 0x65, 0x6d, 0x5f, - 0x69, 0x64, 0x7d, 0x12, 0x9a, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x1a, 0x34, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x73, 0x22, 0x9b, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x12, 0x9e, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, - 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x67, 0x65, 0x74, 0x12, 0xb0, 0x02, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, + 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, - 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa2, 0x01, 0x8a, - 0xb5, 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x7d, 0x12, 0xa6, 0x02, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, - 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, - 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa1, 0x01, 0x8a, 0xb5, 0x18, 0x56, 0x0a, 0x39, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, - 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x22, 0x3c, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0xa4, 0x02, 0x0a, 0x11, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, - 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa5, 0x01, 0x8a, 0xb5, 0x18, 0x56, - 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, - 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, - 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, + 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xab, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x3e, 0x22, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, + 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, + 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x2a, 0x43, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x7d, 0x12, 0xad, 0x02, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa8, 0x02, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, + 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa9, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x2a, 0x43, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, + 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, + 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x12, 0xb7, 0x02, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, @@ -768,86 +783,88 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xa8, 0x01, 0x8a, 0xb5, 0x18, 0x56, 0x0a, 0x39, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, - 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x3a, 0x01, 0x2a, 0x1a, 0x43, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, - 0x7d, 0x12, 0xb8, 0x02, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, - 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, - 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, - 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, - 0xaa, 0x01, 0x8a, 0xb5, 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x12, - 0x4b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xb2, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x1a, + 0x43, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x6e, - 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x12, 0xf7, 0x01, 0x0a, - 0x08, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x8d, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, - 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x87, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x61, 0x6d, 0x65, 0x7d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, + 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, 0x18, 0x1b, + 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xbc, 0x02, 0x0a, 0x15, + 0x47, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x63, 0x69, 0x70, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, - 0x64, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x97, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, - 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x3e, 0x2a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x6e, + 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x3e, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x63, 0x69, 0x70, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xae, 0x01, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x4d, 0x12, 0x4b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, - 0x12, 0x8b, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, - 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x74, 0x61, - 0x69, 0x6c, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, - 0x65, 0x22, 0x9a, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x64, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, + 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x63, 0x69, 0x70, 0x65, 0x73, 0x8a, + 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x8a, 0xb5, + 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfb, 0x01, 0x0a, 0x08, 0x47, + 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, + 0x6f, 0x64, 0x65, 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, + 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x8b, 0x02, 0x0a, 0x0a, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, + 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x9b, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x3e, 0x2a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, + 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x95, 0x02, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, + 0x64, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0xa4, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x1a, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xb9, + 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, + 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, + 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc3, 0x02, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, @@ -857,222 +874,227 @@ var file_external_infra_proxy_infra_proxy_proto_rawDesc = []byte{ 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x22, 0xa5, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4c, 0x3a, 0x01, - 0x2a, 0x1a, 0x47, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, - 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0xfb, 0x01, 0x0a, 0x07, 0x47, - 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, - 0x6f, 0x64, 0x65, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, - 0x65, 0x22, 0x94, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, - 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xbd, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, - 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, - 0x69, 0x73, 0x74, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, - 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, - 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, - 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xa9, 0x01, 0x8a, - 0xb5, 0x18, 0x4c, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x12, 0x51, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, - 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, - 0x65, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x7b, 0x65, 0x6e, 0x76, 0x69, - 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x12, 0xa1, 0x02, 0x0a, 0x0e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x12, 0x35, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, - 0x67, 0x73, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x22, 0x9f, 0x01, 0x8a, 0xb5, 0x18, - 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, + 0x65, 0x73, 0x22, 0xaf, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x1a, 0x47, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, + 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, + 0x75, 0x74, 0x65, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x3a, 0x01, 0x2a, 0x1a, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, - 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, - 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x74, 0x61, 0x67, 0x73, 0x12, 0xbd, 0x02, 0x0a, - 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, - 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, - 0x6d, 0x65, 0x6e, 0x74, 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, - 0x65, 0x6e, 0x74, 0x22, 0xa6, 0x01, 0x8a, 0xb5, 0x18, 0x4f, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x12, 0xff, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x2c, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x98, 0x01, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x3e, 0x12, 0x3c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, + 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xc1, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4e, 0x6f, + 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, + 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, + 0x70, 0x61, 0x6e, 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x3b, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, + 0x64, 0x65, 0x64, 0x52, 0x75, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xad, 0x01, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x53, 0x12, 0x51, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, + 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, + 0x2f, 0x72, 0x75, 0x6e, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x7b, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, + 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x7d, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, - 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x19, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4d, 0x3a, - 0x01, 0x2a, 0x1a, 0x48, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, - 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x95, 0x02, 0x0a, - 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, - 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, - 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x99, 0x01, 0x8a, 0xb5, 0x18, 0x52, 0x0a, - 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, + 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, + 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xab, 0x02, 0x0a, 0x0e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x12, 0x35, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, + 0x54, 0x61, 0x67, 0x73, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, + 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x67, 0x73, 0x22, 0xa9, 0x01, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x43, 0x1a, 0x41, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x7d, 0x2f, 0x74, 0x61, 0x67, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xc7, 0x02, 0x0a, 0x15, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, + 0x6e, 0x74, 0x12, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, + 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, + 0x1a, 0x3d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x4e, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x22, + 0xb0, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4a, 0x1a, 0x48, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, + 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, + 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, + 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, + 0x6e, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, + 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, - 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, - 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3d, 0x12, 0x3b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x12, 0x99, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, + 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x9d, + 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3d, 0x12, 0x3b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, - 0x69, 0x6c, 0x65, 0x73, 0x12, 0x99, 0x02, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa0, 0x01, - 0x8a, 0xb5, 0x18, 0x52, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x16, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x12, 0x42, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, - 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, - 0x12, 0xab, 0x02, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x38, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa3, 0x01, 0x8a, 0xb5, 0x18, 0x55, 0x0a, + 0x69, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x9d, + 0x02, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, + 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, + 0x69, 0x6c, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa4, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, + 0x12, 0x42, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, + 0x61, 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, + 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xaf, + 0x02, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, + 0x69, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, + 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x38, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa7, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x2a, + 0x42, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, + 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, + 0x6d, 0x65, 0x7d, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, + 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, + 0x73, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x12, 0xc2, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, + 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, + 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xae, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4e, 0x12, 0x4c, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, + 0x7d, 0x2f, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x3a, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, - 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x44, 0x2a, 0x42, 0x2f, 0x61, 0x70, 0x69, + 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xa2, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x1a, 0x33, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x22, 0xa6, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, - 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xbe, - 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, - 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, - 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, - 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, - 0x6e, 0x73, 0x22, 0xaa, 0x01, 0x8a, 0xb5, 0x18, 0x52, 0x0a, 0x38, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, - 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, - 0x6c, 0x65, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x4e, 0x12, 0x4c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, - 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x7b, - 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, - 0x9e, 0x02, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, - 0x75, 0x70, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, - 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, - 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0xa2, 0x01, 0x8a, 0xb5, - 0x18, 0x53, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, - 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x16, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x12, 0x43, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, - 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, - 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, - 0x12, 0x84, 0x02, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, - 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4f, 0x72, 0x67, - 0x55, 0x73, 0x65, 0x72, 0x73, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4f, - 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x8d, 0x01, 0x8a, 0xb5, 0x18, 0x4c, 0x0a, 0x32, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, - 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, - 0x72, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, - 0x12, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, - 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0xf3, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, + 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x8a, + 0xb5, 0x18, 0x3b, 0x0a, 0x39, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, + 0x7d, 0x3a, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x8a, 0xb5, + 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x88, 0x02, 0x0a, 0x0f, 0x47, + 0x65, 0x74, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, - 0x72, 0x73, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x65, 0x72, 0x76, - 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x74, 0x8a, 0xb5, 0x18, 0x3e, 0x0a, 0x24, 0x69, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, 0x73, 0x1a, + 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, + 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4f, 0x72, 0x67, 0x55, 0x73, 0x65, 0x72, + 0x73, 0x22, 0x91, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x12, 0x35, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x6f, 0x72, + 0x67, 0x73, 0x2f, 0x7b, 0x6f, 0x72, 0x67, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, + 0x73, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x32, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6f, 0x72, 0x67, 0x73, 0x3a, 0x7b, 0x6f, 0x72, 0x67, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, - 0x65, 0x72, 0x73, 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x2c, 0x3a, 0x01, 0x2a, 0x22, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, - 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x42, 0x33, 0x5a, - 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, - 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, - 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xfd, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x73, + 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, + 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x55, 0x73, 0x65, 0x72, 0x73, 0x22, 0x7e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x22, 0x27, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, + 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x26, 0x0a, 0x24, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, + 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } -var file_external_infra_proxy_infra_proxy_proto_goTypes = []any{ +var file_external_infra_proxy_infra_proxy_proto_goTypes = []interface{}{ (*request.GetServers)(nil), // 0: chef.automate.api.infra_proxy.request.GetServers (*request.GetServerStatus)(nil), // 1: chef.automate.api.infra_proxy.request.GetServerStatus (*request.GetServer)(nil), // 2: chef.automate.api.infra_proxy.request.GetServer diff --git a/api/external/infra_proxy/request/clients.pb.go b/api/external/infra_proxy/request/clients.pb.go index 51df4ec5f57..62d7b51ec7e 100644 --- a/api/external/infra_proxy/request/clients.pb.go +++ b/api/external/infra_proxy/request/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/clients.proto @@ -372,7 +372,7 @@ func file_external_infra_proxy_request_clients_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_infra_proxy_request_clients_proto_goTypes = []any{ +var file_external_infra_proxy_request_clients_proto_goTypes = []interface{}{ (*Clients)(nil), // 0: chef.automate.api.infra_proxy.request.Clients (*Client)(nil), // 1: chef.automate.api.infra_proxy.request.Client (*CreateClient)(nil), // 2: chef.automate.api.infra_proxy.request.CreateClient @@ -395,7 +395,7 @@ func file_external_infra_proxy_request_clients_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Clients); i { case 0: return &v.state @@ -407,7 +407,7 @@ func file_external_infra_proxy_request_clients_proto_init() { return nil } } - file_external_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Client); i { case 0: return &v.state @@ -419,7 +419,7 @@ func file_external_infra_proxy_request_clients_proto_init() { return nil } } - file_external_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -431,7 +431,7 @@ func file_external_infra_proxy_request_clients_proto_init() { return nil } } - file_external_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/common.pb.go b/api/external/infra_proxy/request/common.pb.go index 2fd547aa8d4..5b7c3097002 100644 --- a/api/external/infra_proxy/request/common.pb.go +++ b/api/external/infra_proxy/request/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/common.proto @@ -119,7 +119,7 @@ func file_external_infra_proxy_request_common_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_infra_proxy_request_common_proto_goTypes = []any{ +var file_external_infra_proxy_request_common_proto_goTypes = []interface{}{ (*SearchQuery)(nil), // 0: chef.automate.api.infra_proxy.request.SearchQuery } var file_external_infra_proxy_request_common_proto_depIdxs = []int32{ @@ -136,7 +136,7 @@ func file_external_infra_proxy_request_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SearchQuery); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/cookbooks.pb.go b/api/external/infra_proxy/request/cookbooks.pb.go index 317f0de2eb7..1a565743eb8 100644 --- a/api/external/infra_proxy/request/cookbooks.pb.go +++ b/api/external/infra_proxy/request/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/cookbooks.proto @@ -356,7 +356,7 @@ func file_external_infra_proxy_request_cookbooks_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_external_infra_proxy_request_cookbooks_proto_goTypes = []any{ +var file_external_infra_proxy_request_cookbooks_proto_goTypes = []interface{}{ (*Cookbooks)(nil), // 0: chef.automate.api.infra_proxy.request.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.api.infra_proxy.request.CookbookVersions (*Cookbook)(nil), // 2: chef.automate.api.infra_proxy.request.Cookbook @@ -376,7 +376,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -388,7 +388,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -400,7 +400,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -412,7 +412,7 @@ func file_external_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookFileContent); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/databags.pb.go b/api/external/infra_proxy/request/databags.pb.go index 147e5f0b521..86bb0a49fbe 100644 --- a/api/external/infra_proxy/request/databags.pb.go +++ b/api/external/infra_proxy/request/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/databags.proto @@ -603,7 +603,7 @@ func file_external_infra_proxy_request_databags_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_request_databags_proto_goTypes = []any{ +var file_external_infra_proxy_request_databags_proto_goTypes = []interface{}{ (*DataBags)(nil), // 0: chef.automate.api.infra_proxy.request.DataBags (*DataBag)(nil), // 1: chef.automate.api.infra_proxy.request.DataBag (*DataBagItems)(nil), // 2: chef.automate.api.infra_proxy.request.DataBagItems @@ -632,7 +632,7 @@ func file_external_infra_proxy_request_databags_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBags); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBag); i { case 0: return &v.state @@ -656,7 +656,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -680,7 +680,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_external_infra_proxy_request_databags_proto_init() { return nil } } - file_external_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/environments.pb.go b/api/external/infra_proxy/request/environments.pb.go index 08457fe50ce..d44bb6311fb 100644 --- a/api/external/infra_proxy/request/environments.pb.go +++ b/api/external/infra_proxy/request/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/environments.proto @@ -485,7 +485,7 @@ func file_external_infra_proxy_request_environments_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_environments_proto_goTypes = []any{ +var file_external_infra_proxy_request_environments_proto_goTypes = []interface{}{ (*Environments)(nil), // 0: chef.automate.api.infra_proxy.request.Environments (*Environment)(nil), // 1: chef.automate.api.infra_proxy.request.Environment (*CreateEnvironment)(nil), // 2: chef.automate.api.infra_proxy.request.CreateEnvironment @@ -517,7 +517,7 @@ func file_external_infra_proxy_request_environments_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environments); i { case 0: return &v.state @@ -529,7 +529,7 @@ func file_external_infra_proxy_request_environments_proto_init() { return nil } } - file_external_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environment); i { case 0: return &v.state @@ -541,7 +541,7 @@ func file_external_infra_proxy_request_environments_proto_init() { return nil } } - file_external_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateEnvironment); i { case 0: return &v.state @@ -553,7 +553,7 @@ func file_external_infra_proxy_request_environments_proto_init() { return nil } } - file_external_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateEnvironment); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/nodes.pb.go b/api/external/infra_proxy/request/nodes.pb.go index 446bbbd94c0..cb902f78af9 100644 --- a/api/external/infra_proxy/request/nodes.pb.go +++ b/api/external/infra_proxy/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/nodes.proto @@ -713,7 +713,7 @@ func file_external_infra_proxy_request_nodes_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_request_nodes_proto_goTypes = []any{ +var file_external_infra_proxy_request_nodes_proto_goTypes = []interface{}{ (*Nodes)(nil), // 0: chef.automate.api.infra_proxy.request.Nodes (*Node)(nil), // 1: chef.automate.api.infra_proxy.request.Node (*NodeDetails)(nil), // 2: chef.automate.api.infra_proxy.request.NodeDetails @@ -745,7 +745,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -757,7 +757,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -769,7 +769,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeDetails); i { case 0: return &v.state @@ -781,7 +781,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -793,7 +793,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -805,7 +805,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -817,7 +817,7 @@ func file_external_infra_proxy_request_nodes_proto_init() { return nil } } - file_external_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/orgs.pb.go b/api/external/infra_proxy/request/orgs.pb.go index 36d74f9a330..06cc8783881 100644 --- a/api/external/infra_proxy/request/orgs.pb.go +++ b/api/external/infra_proxy/request/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/orgs.proto @@ -487,7 +487,7 @@ func file_external_infra_proxy_request_orgs_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_orgs_proto_goTypes = []any{ +var file_external_infra_proxy_request_orgs_proto_goTypes = []interface{}{ (*CreateOrg)(nil), // 0: chef.automate.api.infra_proxy.request.CreateOrg (*UpdateOrg)(nil), // 1: chef.automate.api.infra_proxy.request.UpdateOrg (*DeleteOrg)(nil), // 2: chef.automate.api.infra_proxy.request.DeleteOrg @@ -509,7 +509,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -521,7 +521,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -533,7 +533,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -557,7 +557,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_external_infra_proxy_request_orgs_proto_init() { return nil } } - file_external_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/policyfiles.pb.go b/api/external/infra_proxy/request/policyfiles.pb.go index fff2987e73d..c8bce13b2e0 100644 --- a/api/external/infra_proxy/request/policyfiles.pb.go +++ b/api/external/infra_proxy/request/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/policyfiles.proto @@ -407,7 +407,7 @@ func file_external_infra_proxy_request_policyfiles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_infra_proxy_request_policyfiles_proto_goTypes = []any{ +var file_external_infra_proxy_request_policyfiles_proto_goTypes = []interface{}{ (*Policyfiles)(nil), // 0: chef.automate.api.infra_proxy.request.Policyfiles (*Policyfile)(nil), // 1: chef.automate.api.infra_proxy.request.Policyfile (*DeletePolicyfile)(nil), // 2: chef.automate.api.infra_proxy.request.DeletePolicyfile @@ -428,7 +428,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -440,7 +440,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -452,7 +452,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -464,7 +464,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -476,7 +476,7 @@ func file_external_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policygroup); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/roles.pb.go b/api/external/infra_proxy/request/roles.pb.go index ca4c3e74b0d..327918baa5b 100644 --- a/api/external/infra_proxy/request/roles.pb.go +++ b/api/external/infra_proxy/request/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/roles.proto @@ -613,7 +613,7 @@ func file_external_infra_proxy_request_roles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_roles_proto_goTypes = []any{ +var file_external_infra_proxy_request_roles_proto_goTypes = []interface{}{ (*Roles)(nil), // 0: chef.automate.api.infra_proxy.request.Roles (*Role)(nil), // 1: chef.automate.api.infra_proxy.request.Role (*CreateRole)(nil), // 2: chef.automate.api.infra_proxy.request.CreateRole @@ -645,7 +645,7 @@ func file_external_infra_proxy_request_roles_proto_init() { } file_external_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Roles); i { case 0: return &v.state @@ -657,7 +657,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Role); i { case 0: return &v.state @@ -669,7 +669,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRole); i { case 0: return &v.state @@ -681,7 +681,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRole); i { case 0: return &v.state @@ -693,7 +693,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvRunList); i { case 0: return &v.state @@ -705,7 +705,7 @@ func file_external_infra_proxy_request_roles_proto_init() { return nil } } - file_external_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/servers.pb.go b/api/external/infra_proxy/request/servers.pb.go index 3f023eba2e1..835b62e2e7b 100644 --- a/api/external/infra_proxy/request/servers.pb.go +++ b/api/external/infra_proxy/request/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/servers.proto @@ -400,7 +400,7 @@ func file_external_infra_proxy_request_servers_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_infra_proxy_request_servers_proto_goTypes = []any{ +var file_external_infra_proxy_request_servers_proto_goTypes = []interface{}{ (*CreateServer)(nil), // 0: chef.automate.api.infra_proxy.request.CreateServer (*UpdateServer)(nil), // 1: chef.automate.api.infra_proxy.request.UpdateServer (*DeleteServer)(nil), // 2: chef.automate.api.infra_proxy.request.DeleteServer @@ -422,7 +422,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -434,7 +434,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -446,7 +446,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServers); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServer); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_external_infra_proxy_request_servers_proto_init() { return nil } } - file_external_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/external/infra_proxy/request/users.pb.go b/api/external/infra_proxy/request/users.pb.go index 9e3169c2ab4..ccac59e676e 100644 --- a/api/external/infra_proxy/request/users.pb.go +++ b/api/external/infra_proxy/request/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/request/users.proto @@ -181,7 +181,7 @@ func file_external_infra_proxy_request_users_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_request_users_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_external_infra_proxy_request_users_proto_goTypes = []any{ +var file_external_infra_proxy_request_users_proto_goTypes = []interface{}{ (*OrgUsers)(nil), // 0: chef.automate.api.infra_proxy.request.OrgUsers (*ServerUsers)(nil), // 1: chef.automate.api.infra_proxy.request.ServerUsers } @@ -199,7 +199,7 @@ func file_external_infra_proxy_request_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -211,7 +211,7 @@ func file_external_infra_proxy_request_users_proto_init() { return nil } } - file_external_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/clients.pb.go b/api/external/infra_proxy/response/clients.pb.go index 35ea8ae58ba..ba264ab619b 100644 --- a/api/external/infra_proxy/response/clients.pb.go +++ b/api/external/infra_proxy/response/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/clients.proto @@ -588,7 +588,7 @@ func file_external_infra_proxy_response_clients_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_response_clients_proto_goTypes = []any{ +var file_external_infra_proxy_response_clients_proto_goTypes = []interface{}{ (*Clients)(nil), // 0: chef.automate.api.infra_proxy.response.Clients (*ClientListItem)(nil), // 1: chef.automate.api.infra_proxy.response.ClientListItem (*Client)(nil), // 2: chef.automate.api.infra_proxy.response.Client @@ -615,7 +615,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Clients); i { case 0: return &v.state @@ -627,7 +627,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientListItem); i { case 0: return &v.state @@ -639,7 +639,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Client); i { case 0: return &v.state @@ -651,7 +651,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -663,7 +663,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetClient); i { case 0: return &v.state @@ -675,7 +675,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientKey); i { case 0: return &v.state @@ -687,7 +687,7 @@ func file_external_infra_proxy_response_clients_proto_init() { return nil } } - file_external_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientAccessKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/common.pb.go b/api/external/infra_proxy/response/common.pb.go index 9c94d2f29a9..3a750c590c2 100644 --- a/api/external/infra_proxy/response/common.pb.go +++ b/api/external/infra_proxy/response/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/common.proto @@ -165,7 +165,7 @@ func file_external_infra_proxy_response_common_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_infra_proxy_response_common_proto_goTypes = []any{ +var file_external_infra_proxy_response_common_proto_goTypes = []interface{}{ (*RunList)(nil), // 0: chef.automate.api.infra_proxy.response.RunList } var file_external_infra_proxy_response_common_proto_depIdxs = []int32{ @@ -183,7 +183,7 @@ func file_external_infra_proxy_response_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/cookbooks.pb.go b/api/external/infra_proxy/response/cookbooks.pb.go index 4ee0d45b21c..29af69d2aac 100644 --- a/api/external/infra_proxy/response/cookbooks.pb.go +++ b/api/external/infra_proxy/response/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/cookbooks.proto @@ -804,7 +804,7 @@ func file_external_infra_proxy_response_cookbooks_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_infra_proxy_response_cookbooks_proto_goTypes = []any{ +var file_external_infra_proxy_response_cookbooks_proto_goTypes = []interface{}{ (*Cookbooks)(nil), // 0: chef.automate.api.infra_proxy.response.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.api.infra_proxy.response.CookbookVersions (*CookbookFileContent)(nil), // 2: chef.automate.api.infra_proxy.response.CookbookFileContent @@ -840,7 +840,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -852,7 +852,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -864,7 +864,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookFileContent); i { case 0: return &v.state @@ -876,7 +876,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookVersion); i { case 0: return &v.state @@ -888,7 +888,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -900,7 +900,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookItem); i { case 0: return &v.state @@ -912,7 +912,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookMeta); i { case 0: return &v.state @@ -924,7 +924,7 @@ func file_external_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_external_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookAccess); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/databags.pb.go b/api/external/infra_proxy/response/databags.pb.go index 841b88755ad..f047492115e 100644 --- a/api/external/infra_proxy/response/databags.pb.go +++ b/api/external/infra_proxy/response/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/databags.proto @@ -530,7 +530,7 @@ func file_external_infra_proxy_response_databags_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_infra_proxy_response_databags_proto_goTypes = []any{ +var file_external_infra_proxy_response_databags_proto_goTypes = []interface{}{ (*DataBags)(nil), // 0: chef.automate.api.infra_proxy.response.DataBags (*DataBagItems)(nil), // 1: chef.automate.api.infra_proxy.response.DataBagItems (*DataBagListItem)(nil), // 2: chef.automate.api.infra_proxy.response.DataBagListItem @@ -556,7 +556,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBags); i { case 0: return &v.state @@ -568,7 +568,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -580,7 +580,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagListItem); i { case 0: return &v.state @@ -592,7 +592,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -604,7 +604,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBag); i { case 0: return &v.state @@ -616,7 +616,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -628,7 +628,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -640,7 +640,7 @@ func file_external_infra_proxy_response_databags_proto_init() { return nil } } - file_external_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/environments.pb.go b/api/external/infra_proxy/response/environments.pb.go index 2e87fc9a064..2727f41a4d4 100644 --- a/api/external/infra_proxy/response/environments.pb.go +++ b/api/external/infra_proxy/response/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/environments.proto @@ -365,7 +365,7 @@ func file_external_infra_proxy_response_environments_proto_rawDescGZIP() []byte } var file_external_infra_proxy_response_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_infra_proxy_response_environments_proto_goTypes = []any{ +var file_external_infra_proxy_response_environments_proto_goTypes = []interface{}{ (*Environments)(nil), // 0: chef.automate.api.infra_proxy.response.Environments (*EnvironmentListItem)(nil), // 1: chef.automate.api.infra_proxy.response.EnvironmentListItem (*Environment)(nil), // 2: chef.automate.api.infra_proxy.response.Environment @@ -388,7 +388,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environments); i { case 0: return &v.state @@ -400,7 +400,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return nil } } - file_external_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvironmentListItem); i { case 0: return &v.state @@ -412,7 +412,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return nil } } - file_external_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environment); i { case 0: return &v.state @@ -424,7 +424,7 @@ func file_external_infra_proxy_response_environments_proto_init() { return nil } } - file_external_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvironmentRecipesList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/nodes.pb.go b/api/external/infra_proxy/response/nodes.pb.go index c8ecb16c84f..75fbd40676e 100644 --- a/api/external/infra_proxy/response/nodes.pb.go +++ b/api/external/infra_proxy/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/nodes.proto @@ -712,7 +712,7 @@ func file_external_infra_proxy_response_nodes_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_external_infra_proxy_response_nodes_proto_goTypes = []any{ +var file_external_infra_proxy_response_nodes_proto_goTypes = []interface{}{ (*Nodes)(nil), // 0: chef.automate.api.infra_proxy.response.Nodes (*NodeAttribute)(nil), // 1: chef.automate.api.infra_proxy.response.NodeAttribute (*DeleteNode)(nil), // 2: chef.automate.api.infra_proxy.response.DeleteNode @@ -740,7 +740,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { } file_external_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -752,7 +752,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -764,7 +764,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteNode); i { case 0: return &v.state @@ -776,7 +776,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -788,7 +788,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -800,7 +800,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -812,7 +812,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -824,7 +824,7 @@ func file_external_infra_proxy_response_nodes_proto_init() { return nil } } - file_external_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/orgs.pb.go b/api/external/infra_proxy/response/orgs.pb.go index 8f3749c6fc2..915b7287a1d 100644 --- a/api/external/infra_proxy/response/orgs.pb.go +++ b/api/external/infra_proxy/response/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/orgs.proto @@ -468,7 +468,7 @@ func file_external_infra_proxy_response_orgs_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_infra_proxy_response_orgs_proto_goTypes = []any{ +var file_external_infra_proxy_response_orgs_proto_goTypes = []interface{}{ (*CreateOrg)(nil), // 0: chef.automate.api.infra_proxy.response.CreateOrg (*DeleteOrg)(nil), // 1: chef.automate.api.infra_proxy.response.DeleteOrg (*UpdateOrg)(nil), // 2: chef.automate.api.infra_proxy.response.UpdateOrg @@ -497,7 +497,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -509,7 +509,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -521,7 +521,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -533,7 +533,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -545,7 +545,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -557,7 +557,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Org); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_external_infra_proxy_response_orgs_proto_init() { return nil } } - file_external_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/policyfiles.pb.go b/api/external/infra_proxy/response/policyfiles.pb.go index de99a4044ac..ebe3554b5a0 100644 --- a/api/external/infra_proxy/response/policyfiles.pb.go +++ b/api/external/infra_proxy/response/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/policyfiles.proto @@ -1222,7 +1222,7 @@ func file_external_infra_proxy_response_policyfiles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_external_infra_proxy_response_policyfiles_proto_goTypes = []any{ +var file_external_infra_proxy_response_policyfiles_proto_goTypes = []interface{}{ (*Policyfiles)(nil), // 0: chef.automate.api.infra_proxy.response.Policyfiles (*PolicyfileListItem)(nil), // 1: chef.automate.api.infra_proxy.response.PolicyfileListItem (*Policyfile)(nil), // 2: chef.automate.api.infra_proxy.response.Policyfile @@ -1267,7 +1267,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { } file_external_infra_proxy_response_roles_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -1279,7 +1279,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileListItem); i { case 0: return &v.state @@ -1291,7 +1291,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -1303,7 +1303,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SolutionDependencies); i { case 0: return &v.state @@ -1315,7 +1315,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DepedenciesData); i { case 0: return &v.state @@ -1327,7 +1327,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IncludedPolicyLock); i { case 0: return &v.state @@ -1339,7 +1339,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookLock); i { case 0: return &v.state @@ -1351,7 +1351,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SCMDetail); i { case 0: return &v.state @@ -1363,7 +1363,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceOptions); i { case 0: return &v.state @@ -1375,7 +1375,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NamedRunList); i { case 0: return &v.state @@ -1387,7 +1387,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -1399,7 +1399,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -1411,7 +1411,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileRevision); i { case 0: return &v.state @@ -1423,7 +1423,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policygroup); i { case 0: return &v.state @@ -1435,7 +1435,7 @@ func file_external_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_external_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GroupPolicy); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/roles.pb.go b/api/external/infra_proxy/response/roles.pb.go index 040d5ded361..e5da9a774fa 100644 --- a/api/external/infra_proxy/response/roles.pb.go +++ b/api/external/infra_proxy/response/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/roles.proto @@ -430,7 +430,7 @@ func file_external_infra_proxy_response_roles_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_external_infra_proxy_response_roles_proto_goTypes = []any{ +var file_external_infra_proxy_response_roles_proto_goTypes = []interface{}{ (*Roles)(nil), // 0: chef.automate.api.infra_proxy.response.Roles (*RoleListItem)(nil), // 1: chef.automate.api.infra_proxy.response.RoleListItem (*Role)(nil), // 2: chef.automate.api.infra_proxy.response.Role @@ -455,7 +455,7 @@ func file_external_infra_proxy_response_roles_proto_init() { } file_external_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Roles); i { case 0: return &v.state @@ -467,7 +467,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoleListItem); i { case 0: return &v.state @@ -479,7 +479,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Role); i { case 0: return &v.state @@ -491,7 +491,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -503,7 +503,7 @@ func file_external_infra_proxy_response_roles_proto_init() { return nil } } - file_external_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoleEnvironments); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/servers.pb.go b/api/external/infra_proxy/response/servers.pb.go index 8da9160e32f..1e59be0cd1f 100644 --- a/api/external/infra_proxy/response/servers.pb.go +++ b/api/external/infra_proxy/response/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/servers.proto @@ -496,7 +496,7 @@ func file_external_infra_proxy_response_servers_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_infra_proxy_response_servers_proto_goTypes = []any{ +var file_external_infra_proxy_response_servers_proto_goTypes = []interface{}{ (*CreateServer)(nil), // 0: chef.automate.api.infra_proxy.response.CreateServer (*DeleteServer)(nil), // 1: chef.automate.api.infra_proxy.response.DeleteServer (*UpdateServer)(nil), // 2: chef.automate.api.infra_proxy.response.UpdateServer @@ -528,7 +528,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -540,7 +540,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -552,7 +552,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -564,7 +564,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServers); i { case 0: return &v.state @@ -576,7 +576,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServer); i { case 0: return &v.state @@ -588,7 +588,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Server); i { case 0: return &v.state @@ -600,7 +600,7 @@ func file_external_infra_proxy_response_servers_proto_init() { return nil } } - file_external_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/external/infra_proxy/response/users.pb.go b/api/external/infra_proxy/response/users.pb.go index 0db86e1fc4f..6b4b7ac2772 100644 --- a/api/external/infra_proxy/response/users.pb.go +++ b/api/external/infra_proxy/response/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/infra_proxy/response/users.proto @@ -238,7 +238,7 @@ func file_external_infra_proxy_response_users_proto_rawDescGZIP() []byte { } var file_external_infra_proxy_response_users_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_infra_proxy_response_users_proto_goTypes = []any{ +var file_external_infra_proxy_response_users_proto_goTypes = []interface{}{ (*OrgUsers)(nil), // 0: chef.automate.api.infra_proxy.response.OrgUsers (*UsersListItem)(nil), // 1: chef.automate.api.infra_proxy.response.UsersListItem (*ServerUsers)(nil), // 2: chef.automate.api.infra_proxy.response.ServerUsers @@ -259,7 +259,7 @@ func file_external_infra_proxy_response_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -271,7 +271,7 @@ func file_external_infra_proxy_response_users_proto_init() { return nil } } - file_external_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsersListItem); i { case 0: return &v.state @@ -283,7 +283,7 @@ func file_external_infra_proxy_response_users_proto_init() { return nil } } - file_external_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/external/ingest/chef.pb.go b/api/external/ingest/chef.pb.go index 3c94904a086..97a7a92c216 100644 --- a/api/external/ingest/chef.pb.go +++ b/api/external/ingest/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/chef.proto @@ -55,65 +55,66 @@ var file_external_ingest_chef_proto_rawDesc = []byte{ 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, - 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xd5, + 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xed, 0x0a, 0x0a, 0x0c, 0x43, 0x68, 0x65, 0x66, 0x49, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x65, 0x72, 0x12, - 0xd7, 0x01, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, + 0xdb, 0x01, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x75, 0x6e, 0x1a, 0x39, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x36, 0x0a, 0x1f, 0x69, 0x6e, 0x67, 0x65, - 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, 0x72, 0x75, 0x6e, 0x73, 0x12, 0x13, 0x69, 0x6e, 0x67, - 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x3a, 0x01, 0x2a, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xd4, 0x01, 0x0a, 0x11, 0x50, 0x72, - 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, - 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, - 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x15, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x63, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26, 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0xd4, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, - 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, - 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, - 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x57, - 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x0c, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x3a, 0x01, 0x2a, - 0x22, 0x25, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, - 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x83, 0x02, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, - 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, - 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, - 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, + 0xb5, 0x18, 0x21, 0x0a, 0x1f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, + 0x72, 0x75, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xd8, 0x01, + 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x3c, 0x2e, + 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, + 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x26, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, + 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, + 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, + 0x17, 0x12, 0x15, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xd8, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, + 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x28, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x1a, 0x3c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, + 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, + 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2a, 0x22, 0x25, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x64, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x6e, + 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, + 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x12, 0x87, 0x02, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x62, 0x8a, 0xb5, 0x18, 0x23, 0x0a, - 0x0c, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x13, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x3a, 0x01, 0x2a, 0x22, 0x30, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x70, 0x6c, 0x65, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x12, 0xeb, 0x01, + 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, + 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x44, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, + 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, + 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x22, 0x30, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x6d, + 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x0e, 0x0a, 0x0c, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xef, 0x01, 0x0a, 0x13, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, @@ -121,33 +122,34 @@ var file_external_ingest_chef_proto_rawDesc = []byte{ 0x73, 0x1a, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, - 0x65, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x8a, - 0xb5, 0x18, 0x3a, 0x0a, 0x23, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x3a, 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, - 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x22, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x12, 0xc8, 0x01, 0x0a, 0x0a, - 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, - 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, - 0x55, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, - 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x70, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x22, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, + 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x25, 0x0a, 0x23, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, + 0x7b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x7d, 0x3a, 0x6c, 0x69, + 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x8a, 0xb5, 0x18, 0x15, 0x12, 0x13, 0x69, 0x6e, 0x67, 0x65, + 0x73, 0x74, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, + 0xcc, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, + 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, + 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, + 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, + 0x6e, 0x66, 0x6f, 0x22, 0x59, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x76, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, + 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x2e, + 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_external_ingest_chef_proto_goTypes = []any{ +var file_external_ingest_chef_proto_goTypes = []interface{}{ (*request.Run)(nil), // 0: chef.automate.api.ingest.request.Run (*request.Action)(nil), // 1: chef.automate.api.ingest.request.Action (*request.Delete)(nil), // 2: chef.automate.api.ingest.request.Delete diff --git a/api/external/ingest/job_scheduler.pb.go b/api/external/ingest/job_scheduler.pb.go index 89d7b468e01..787209653bf 100644 --- a/api/external/ingest/job_scheduler.pb.go +++ b/api/external/ingest/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/job_scheduler.proto @@ -44,8 +44,8 @@ var file_external_ingest_job_scheduler_proto_rawDesc = []byte{ 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x6a, 0x6f, 0x62, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x83, 0x08, 0x0a, 0x0c, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0xd9, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xa5, 0x08, 0x0a, 0x0c, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0xdd, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, @@ -54,68 +54,70 @@ var file_external_ingest_job_scheduler_proto_rawDesc = []byte{ 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4a, 0x6f, 0x62, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, - 0x50, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x13, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, - 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x12, 0xfc, 0x01, 0x0a, 0x1e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4e, - 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, - 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x41, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, - 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x75, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, - 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x64, 0x8a, 0xb5, 0x18, 0x29, - 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x3a, - 0x01, 0x2a, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, - 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, 0x69, 0x73, 0x73, - 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x12, 0xf9, 0x01, 0x0a, 0x1d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x11, 0x0a, 0x0f, 0x72, 0x65, 0x74, + 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x15, + 0x12, 0x13, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x86, 0x02, 0x0a, 0x1e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, + 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x41, 0x2e, 0x63, 0x68, + 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, + 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4d, 0x69, + 0x73, 0x73, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x6e, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x22, 0x2c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, + 0x11, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, + 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x83, + 0x02, 0x0a, 0x1d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, + 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x1a, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x6d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x22, 0x2b, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, + 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2d, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x11, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, + 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x72, 0x65, + 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x12, 0xa5, 0x02, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x6f, + 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x4c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x75, 0x72, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x29, 0x0a, 0x0f, 0x72, - 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x16, - 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x3a, 0x01, 0x2a, 0x22, - 0x2b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, - 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2d, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x9b, 0x02, 0x0a, - 0x29, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, - 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, - 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x63, 0x68, 0x65, - 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, - 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x4c, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, - 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, - 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x22, 0x6d, 0x8a, 0xb5, 0x18, - 0x29, 0x0a, 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3a, - 0x3a, 0x01, 0x2a, 0x22, 0x35, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, - 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, - 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x2e, 0x5a, 0x2c, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, - 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x75, 0x72, 0x65, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x46, + 0x6f, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x65, 0x72, 0x22, 0x77, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x22, 0x35, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x2d, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x2d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x11, 0x0a, + 0x0f, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x8a, 0xb5, 0x18, 0x18, 0x12, 0x16, 0x72, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x2e, 0x5a, 0x2c, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } -var file_external_ingest_job_scheduler_proto_goTypes = []any{ +var file_external_ingest_job_scheduler_proto_goTypes = []interface{}{ (*request.GetStatusJobScheduler)(nil), // 0: chef.automate.api.ingest.request.GetStatusJobScheduler (*request.SchedulerConfig)(nil), // 1: chef.automate.api.ingest.request.SchedulerConfig (*response.JobSchedulerStatus)(nil), // 2: chef.automate.api.ingest.response.JobSchedulerStatus diff --git a/api/external/ingest/request/action.pb.go b/api/external/ingest/request/action.pb.go index 5a0ffd197ba..c45bc92c7c3 100644 --- a/api/external/ingest/request/action.pb.go +++ b/api/external/ingest/request/action.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/request/action.proto @@ -457,7 +457,7 @@ func file_external_ingest_request_action_proto_rawDescGZIP() []byte { } var file_external_ingest_request_action_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_ingest_request_action_proto_goTypes = []any{ +var file_external_ingest_request_action_proto_goTypes = []interface{}{ (*Action)(nil), // 0: chef.automate.api.ingest.request.Action (*Delete)(nil), // 1: chef.automate.api.ingest.request.Delete (*MultipleNodeDeleteRequest)(nil), // 2: chef.automate.api.ingest.request.MultipleNodeDeleteRequest @@ -476,7 +476,7 @@ func file_external_ingest_request_action_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_action_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_request_action_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Action); i { case 0: return &v.state @@ -488,7 +488,7 @@ func file_external_ingest_request_action_proto_init() { return nil } } - file_external_ingest_request_action_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_ingest_request_action_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Delete); i { case 0: return &v.state @@ -500,7 +500,7 @@ func file_external_ingest_request_action_proto_init() { return nil } } - file_external_ingest_request_action_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_ingest_request_action_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MultipleNodeDeleteRequest); i { case 0: return &v.state diff --git a/api/external/ingest/request/chef.pb.go b/api/external/ingest/request/chef.pb.go index 48e8a271a8f..a19691b5e7c 100644 --- a/api/external/ingest/request/chef.pb.go +++ b/api/external/ingest/request/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/request/chef.proto @@ -905,7 +905,7 @@ func file_external_ingest_request_chef_proto_rawDescGZIP() []byte { } var file_external_ingest_request_chef_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_external_ingest_request_chef_proto_goTypes = []any{ +var file_external_ingest_request_chef_proto_goTypes = []interface{}{ (*Run)(nil), // 0: chef.automate.api.ingest.request.Run (*Deprecation)(nil), // 1: chef.automate.api.ingest.request.Deprecation (*ExpandedRunList)(nil), // 2: chef.automate.api.ingest.request.ExpandedRunList @@ -943,7 +943,7 @@ func file_external_ingest_request_chef_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_chef_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Run); i { case 0: return &v.state @@ -955,7 +955,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Deprecation); i { case 0: return &v.state @@ -967,7 +967,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -979,7 +979,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunList); i { case 0: return &v.state @@ -991,7 +991,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Resource); i { case 0: return &v.state @@ -1003,7 +1003,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Error); i { case 0: return &v.state @@ -1015,7 +1015,7 @@ func file_external_ingest_request_chef_proto_init() { return nil } } - file_external_ingest_request_chef_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_ingest_request_chef_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Description); i { case 0: return &v.state diff --git a/api/external/ingest/request/job_scheduler.pb.go b/api/external/ingest/request/job_scheduler.pb.go index 73b4740974e..673fa4b8f3e 100644 --- a/api/external/ingest/request/job_scheduler.pb.go +++ b/api/external/ingest/request/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/request/job_scheduler.proto @@ -521,7 +521,7 @@ func file_external_ingest_request_job_scheduler_proto_rawDescGZIP() []byte { } var file_external_ingest_request_job_scheduler_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_ingest_request_job_scheduler_proto_goTypes = []any{ +var file_external_ingest_request_job_scheduler_proto_goTypes = []interface{}{ (*SchedulerConfig)(nil), // 0: chef.automate.api.ingest.request.SchedulerConfig (*GetStatusJobScheduler)(nil), // 1: chef.automate.api.ingest.request.GetStatusJobScheduler (*DeleteMarkedNodes)(nil), // 2: chef.automate.api.ingest.request.DeleteMarkedNodes @@ -548,7 +548,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_job_scheduler_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SchedulerConfig); i { case 0: return &v.state @@ -560,7 +560,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetStatusJobScheduler); i { case 0: return &v.state @@ -572,7 +572,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMarkedNodes); i { case 0: return &v.state @@ -584,7 +584,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartDeleteNodesScheduler); i { case 0: return &v.state @@ -596,7 +596,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopDeleteNodesScheduler); i { case 0: return &v.state @@ -608,7 +608,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkMissingNodesForDeletion); i { case 0: return &v.state @@ -620,7 +620,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -632,7 +632,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkNodesMissing); i { case 0: return &v.state @@ -656,7 +656,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartNodesMissingScheduler); i { case 0: return &v.state @@ -668,7 +668,7 @@ func file_external_ingest_request_job_scheduler_proto_init() { return nil } } - file_external_ingest_request_job_scheduler_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_ingest_request_job_scheduler_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopNodesMissingScheduler); i { case 0: return &v.state diff --git a/api/external/ingest/request/liveness.pb.go b/api/external/ingest/request/liveness.pb.go index 9b327925cc1..1681e629de6 100644 --- a/api/external/ingest/request/liveness.pb.go +++ b/api/external/ingest/request/liveness.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/request/liveness.proto @@ -158,7 +158,7 @@ func file_external_ingest_request_liveness_proto_rawDescGZIP() []byte { } var file_external_ingest_request_liveness_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_ingest_request_liveness_proto_goTypes = []any{ +var file_external_ingest_request_liveness_proto_goTypes = []interface{}{ (*Liveness)(nil), // 0: chef.automate.api.ingest.request.Liveness } var file_external_ingest_request_liveness_proto_depIdxs = []int32{ @@ -175,7 +175,7 @@ func file_external_ingest_request_liveness_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_request_liveness_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_request_liveness_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Liveness); i { case 0: return &v.state diff --git a/api/external/ingest/response/action.pb.go b/api/external/ingest/response/action.pb.go index 5b2673bdb7b..8f8d0232225 100644 --- a/api/external/ingest/response/action.pb.go +++ b/api/external/ingest/response/action.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/response/action.proto @@ -167,7 +167,7 @@ func file_external_ingest_response_action_proto_rawDescGZIP() []byte { } var file_external_ingest_response_action_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_ingest_response_action_proto_goTypes = []any{ +var file_external_ingest_response_action_proto_goTypes = []interface{}{ (*ProcessChefActionResponse)(nil), // 0: chef.automate.api.ingest.response.ProcessChefActionResponse (*ProcessNodeDeleteResponse)(nil), // 1: chef.automate.api.ingest.response.ProcessNodeDeleteResponse (*ProcessMultipleNodeDeleteResponse)(nil), // 2: chef.automate.api.ingest.response.ProcessMultipleNodeDeleteResponse @@ -186,7 +186,7 @@ func file_external_ingest_response_action_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_action_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_response_action_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessChefActionResponse); i { case 0: return &v.state @@ -198,7 +198,7 @@ func file_external_ingest_response_action_proto_init() { return nil } } - file_external_ingest_response_action_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_ingest_response_action_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessNodeDeleteResponse); i { case 0: return &v.state @@ -210,7 +210,7 @@ func file_external_ingest_response_action_proto_init() { return nil } } - file_external_ingest_response_action_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_ingest_response_action_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessMultipleNodeDeleteResponse); i { case 0: return &v.state diff --git a/api/external/ingest/response/chef.pb.go b/api/external/ingest/response/chef.pb.go index 66d1b174d41..656b9dade41 100644 --- a/api/external/ingest/response/chef.pb.go +++ b/api/external/ingest/response/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/response/chef.proto @@ -87,7 +87,7 @@ func file_external_ingest_response_chef_proto_rawDescGZIP() []byte { } var file_external_ingest_response_chef_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_ingest_response_chef_proto_goTypes = []any{ +var file_external_ingest_response_chef_proto_goTypes = []interface{}{ (*ProcessChefRunResponse)(nil), // 0: chef.automate.api.ingest.response.ProcessChefRunResponse } var file_external_ingest_response_chef_proto_depIdxs = []int32{ @@ -104,7 +104,7 @@ func file_external_ingest_response_chef_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_chef_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_response_chef_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessChefRunResponse); i { case 0: return &v.state diff --git a/api/external/ingest/response/job_scheduler.pb.go b/api/external/ingest/response/job_scheduler.pb.go index 8f1725ca76c..6b2509143a0 100644 --- a/api/external/ingest/response/job_scheduler.pb.go +++ b/api/external/ingest/response/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/response/job_scheduler.proto @@ -709,7 +709,7 @@ func file_external_ingest_response_job_scheduler_proto_rawDescGZIP() []byte { } var file_external_ingest_response_job_scheduler_proto_msgTypes = make([]protoimpl.MessageInfo, 14) -var file_external_ingest_response_job_scheduler_proto_goTypes = []any{ +var file_external_ingest_response_job_scheduler_proto_goTypes = []interface{}{ (*JobSchedulerStatus)(nil), // 0: chef.automate.api.ingest.response.JobSchedulerStatus (*Job)(nil), // 1: chef.automate.api.ingest.response.Job (*DeleteMarkedNodes)(nil), // 2: chef.automate.api.ingest.response.DeleteMarkedNodes @@ -740,7 +740,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_job_scheduler_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JobSchedulerStatus); i { case 0: return &v.state @@ -752,7 +752,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Job); i { case 0: return &v.state @@ -764,7 +764,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMarkedNodes); i { case 0: return &v.state @@ -776,7 +776,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartDeleteNodesScheduler); i { case 0: return &v.state @@ -788,7 +788,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopDeleteNodesScheduler); i { case 0: return &v.state @@ -800,7 +800,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureDeleteNodesScheduler); i { case 0: return &v.state @@ -812,7 +812,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkMissingNodesForDeletion); i { case 0: return &v.state @@ -824,7 +824,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -836,7 +836,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -848,7 +848,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureMissingNodesForDeletionScheduler); i { case 0: return &v.state @@ -860,7 +860,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkNodesMissing); i { case 0: return &v.state @@ -872,7 +872,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartNodesMissingScheduler); i { case 0: return &v.state @@ -884,7 +884,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopNodesMissingScheduler); i { case 0: return &v.state @@ -896,7 +896,7 @@ func file_external_ingest_response_job_scheduler_proto_init() { return nil } } - file_external_ingest_response_job_scheduler_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_external_ingest_response_job_scheduler_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureNodesMissingScheduler); i { case 0: return &v.state diff --git a/api/external/ingest/response/liveness.pb.go b/api/external/ingest/response/liveness.pb.go index 89247285a54..7a73fd34886 100644 --- a/api/external/ingest/response/liveness.pb.go +++ b/api/external/ingest/response/liveness.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/ingest/response/liveness.proto @@ -87,7 +87,7 @@ func file_external_ingest_response_liveness_proto_rawDescGZIP() []byte { } var file_external_ingest_response_liveness_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_external_ingest_response_liveness_proto_goTypes = []any{ +var file_external_ingest_response_liveness_proto_goTypes = []interface{}{ (*ProcessLivenessResponse)(nil), // 0: chef.automate.api.ingest.response.ProcessLivenessResponse } var file_external_ingest_response_liveness_proto_depIdxs = []int32{ @@ -104,7 +104,7 @@ func file_external_ingest_response_liveness_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_ingest_response_liveness_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_ingest_response_liveness_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessLivenessResponse); i { case 0: return &v.state diff --git a/api/external/nodes/manager/manager.pb.go b/api/external/nodes/manager/manager.pb.go index b127116a84c..3d2293efd0a 100644 --- a/api/external/nodes/manager/manager.pb.go +++ b/api/external/nodes/manager/manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/nodes/manager/manager.proto @@ -938,142 +938,142 @@ var file_external_nodes_manager_manager_proto_rawDesc = []byte{ 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x52, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x12, 0x69, - 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x12, 0xba, 0x01, 0x0a, 0x04, + 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, + 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2f, 0x0a, 0x12, 0x69, 0x6e, + 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, + 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xba, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x22, 0x59, 0x8a, - 0xb5, 0x18, 0x31, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, - 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, - 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, - 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xb2, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, + 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x22, 0x59, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, + 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x31, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, + 0x12, 0x16, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xb2, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5f, 0x8a, 0xb5, - 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, - 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x1a, - 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa6, 0x01, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5f, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x21, 0x1a, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, + 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, + 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, + 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa6, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5c, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, - 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x2a, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, - 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xcb, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x5c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, + 0x2a, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, + 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xcb, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x67, 0x8a, 0xb5, 0x18, - 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x12, 0xd2, 0x01, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, + 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x67, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x29, 0x2a, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, + 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x34, + 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd2, 0x01, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, - 0x70, 0x74, 0x79, 0x22, 0x74, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, - 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x36, 0x2a, 0x34, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, - 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, - 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, - 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x12, 0xd8, 0x01, 0x0a, 0x1d, 0x44, 0x65, + 0x70, 0x74, 0x79, 0x22, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x2a, 0x34, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, + 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x70, 0x70, 0x65, + 0x64, 0x8a, 0xb5, 0x18, 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, + 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd8, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x77, 0x8a, 0xb5, 0x18, - 0x34, 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, - 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x2a, 0x37, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, - 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2f, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x65, 0x64, 0x12, 0xbc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x77, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x39, 0x2a, 0x37, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, + 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, + 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x2d, 0x73, 0x74, 0x61, 0x74, + 0x65, 0x2f, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x8a, 0xb5, 0x18, 0x34, + 0x0a, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x19, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x12, 0xbc, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x22, 0x57, 0x8a, 0xb5, 0x18, 0x2d, - 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, - 0x67, 0x65, 0x72, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x20, 0x3a, 0x01, 0x2a, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x73, 0x65, 0x61, - 0x72, 0x63, 0x68, 0x12, 0xfd, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, + 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x22, 0x57, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, + 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2d, 0x0a, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x12, 0xfd, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, - 0x65, 0x6c, 0x64, 0x73, 0x22, 0x8c, 0x01, 0x8a, 0xb5, 0x18, 0x46, 0x0a, 0x2b, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, - 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x7d, 0x3a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, - 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3c, 0x3a, 0x01, 0x2a, 0x22, 0x37, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, - 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2d, 0x66, 0x69, 0x65, - 0x6c, 0x64, 0x73, 0x12, 0xf4, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, + 0x65, 0x6c, 0x64, 0x73, 0x22, 0x8c, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3c, 0x22, 0x37, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x46, 0x0a, 0x2b, 0x69, + 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, + 0x69, 0x64, 0x7d, 0x3a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x12, 0xf4, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x8a, 0x01, - 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x2a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, - 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, - 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, - 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, - 0x01, 0x2a, 0x22, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, - 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x6e, 0x6f, 0x64, - 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x73, 0x65, - 0x61, 0x72, 0x63, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0xd2, 0x01, 0x0a, 0x07, 0x43, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x22, 0x36, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, + 0x7d, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x01, + 0x2a, 0x8a, 0xb5, 0x18, 0x45, 0x0a, 0x2a, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x6e, 0x6f, 0x64, 0x65, 0x5f, + 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x12, 0x17, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xd2, 0x01, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x26, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1d, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x18, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x72, - 0x75, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x3a, 0x01, 0x2a, 0x22, 0x22, 0x2f, 0x61, 0x70, + 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x27, 0x22, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, - 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x42, + 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x1d, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x18, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x6d, @@ -1094,7 +1094,7 @@ func file_external_nodes_manager_manager_proto_rawDescGZIP() []byte { var file_external_nodes_manager_manager_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_nodes_manager_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_external_nodes_manager_manager_proto_goTypes = []any{ +var file_external_nodes_manager_manager_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.nodes.manager.v1.Query.OrderType (*ConnectResponse)(nil), // 1: chef.automate.api.nodes.manager.v1.ConnectResponse (*Id)(nil), // 2: chef.automate.api.nodes.manager.v1.Id @@ -1157,7 +1157,7 @@ func file_external_nodes_manager_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_nodes_manager_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConnectResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ids); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Fields); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FieldQuery); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeQuery); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeManager); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CredentialsByTags); i { case 0: return &v.state @@ -1277,7 +1277,7 @@ func file_external_nodes_manager_manager_proto_init() { return nil } } - file_external_nodes_manager_manager_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_external_nodes_manager_manager_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeManagers); i { case 0: return &v.state diff --git a/api/external/nodes/nodes.pb.go b/api/external/nodes/nodes.pb.go index 10c235b562a..3543ca30030 100644 --- a/api/external/nodes/nodes.pb.go +++ b/api/external/nodes/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/nodes/nodes.proto @@ -1135,88 +1135,88 @@ var file_external_nodes_nodes_proto_rawDesc = []byte{ 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x3d, 0x8a, 0xb5, - 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, - 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x12, 0x3a, 0x01, 0x2a, 0x22, 0x0d, 0x2f, 0x61, - 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x8e, 0x01, 0x0a, 0x04, + 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x22, 0x3d, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x12, 0x22, 0x0d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x8e, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x20, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x44, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x10, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0f, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x8e, 0x01, 0x0a, + 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x44, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, + 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x23, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x0f, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0x8e, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x20, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, - 0x79, 0x22, 0x4a, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, + 0x79, 0x22, 0x4a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x1a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x1a, 0x3a, 0x01, 0x2a, 0x1a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x89, 0x01, + 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x89, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, - 0x22, 0x47, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, - 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x17, 0x2a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xab, 0x01, 0x0a, 0x0e, 0x42, 0x75, + 0x22, 0x47, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x2a, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, + 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, + 0xb5, 0x18, 0x26, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, + 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xab, 0x01, 0x0a, 0x0e, 0x42, 0x75, 0x6c, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x75, 0x6c, 0x6b, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0x8a, - 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, - 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x3a, 0x01, 0x2a, 0x22, 0x18, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x2f, 0x69, 0x64, 0x73, 0x12, 0x90, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x48, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, + 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2f, 0x69, 0x64, 0x73, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, + 0x64, 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, + 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x90, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, - 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x42, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0xa0, 0x01, 0x0a, 0x05, 0x52, + 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x42, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x73, 0x65, + 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x66, + 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xa0, 0x01, 0x0a, 0x05, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x12, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x72, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x4c, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x11, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, - 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, - 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa5, 0x01, + 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x25, 0x0a, 0x10, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, + 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x11, 0x69, 0x6e, 0x66, 0x72, + 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x72, 0x65, 0x72, 0x75, 0x6e, 0x12, 0xa5, 0x01, 0x0a, 0x0a, 0x42, 0x75, 0x6c, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x75, 0x6c, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x44, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, - 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, - 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, - 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, + 0x44, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, + 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, + 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x9b, 0x01, 0x0a, 0x0a, 0x42, 0x75, 0x6c, 0x6b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x1a, 0x1f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x49, 0x8a, 0xb5, 0x18, 0x21, 0x0a, 0x0b, - 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x12, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x3a, 0x01, 0x2a, 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, 0x62, 0x75, 0x6c, 0x6b, 0x2d, 0x63, 0x72, 0x65, + 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x73, 0x22, 0x49, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, + 0x22, 0x19, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x2f, + 0x62, 0x75, 0x6c, 0x6b, 0x2d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, + 0x18, 0x21, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, + 0x12, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x3a, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x2d, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6e, 0x6f, 0x64, @@ -1237,7 +1237,7 @@ func file_external_nodes_nodes_proto_rawDescGZIP() []byte { var file_external_nodes_nodes_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_external_nodes_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_external_nodes_nodes_proto_goTypes = []any{ +var file_external_nodes_nodes_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.nodes.v1.Query.OrderType (LastContactData_Status)(0), // 1: chef.automate.api.nodes.v1.LastContactData.Status (*Id)(nil), // 2: chef.automate.api.nodes.v1.Id @@ -1301,7 +1301,7 @@ func file_external_nodes_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_nodes_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -1313,7 +1313,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ids); i { case 0: return &v.state @@ -1325,7 +1325,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -1337,7 +1337,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -1349,7 +1349,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TargetConfig); i { case 0: return &v.state @@ -1361,7 +1361,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -1373,7 +1373,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LastContactData); i { case 0: return &v.state @@ -1385,7 +1385,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -1397,7 +1397,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResultsRow); i { case 0: return &v.state @@ -1409,7 +1409,7 @@ func file_external_nodes_nodes_proto_init() { return nil } } - file_external_nodes_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_external_nodes_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BulkDeleteResponse); i { case 0: return &v.state diff --git a/api/external/report_manager/report_manager.pb.go b/api/external/report_manager/report_manager.pb.go index bf73cd1d2ba..7c70c44932b 100644 --- a/api/external/report_manager/report_manager.pb.go +++ b/api/external/report_manager/report_manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/report_manager/report_manager.proto @@ -285,13 +285,13 @@ var file_external_report_manager_report_manager_proto_rawDesc = []byte{ 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x8a, 0xb5, 0x18, 0x35, 0x0a, - 0x16, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, - 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, - 0x72, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x85, 0x01, 0x0a, 0x17, 0x45, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x20, 0x12, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, + 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x73, 0x8a, 0xb5, 0x18, 0x35, 0x0a, 0x16, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x1b, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x3a, 0x72, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x85, 0x01, 0x0a, 0x17, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x40, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x72, 0x65, 0x70, 0x6f, 0x72, @@ -320,7 +320,7 @@ func file_external_report_manager_report_manager_proto_rawDescGZIP() []byte { } var file_external_report_manager_report_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_external_report_manager_report_manager_proto_goTypes = []any{ +var file_external_report_manager_report_manager_proto_goTypes = []interface{}{ (*ListDownloadReportRequestsResponse)(nil), // 0: chef.automate.api.report_manager.ListDownloadReportRequestsResponse (*DownloadRequestResponse)(nil), // 1: chef.automate.api.report_manager.DownloadRequestResponse (*ExportFromReportManagerRequest)(nil), // 2: chef.automate.api.report_manager.ExportFromReportManagerRequest @@ -349,7 +349,7 @@ func file_external_report_manager_report_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListDownloadReportRequestsResponse); i { case 0: return &v.state @@ -361,7 +361,7 @@ func file_external_report_manager_report_manager_proto_init() { return nil } } - file_external_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DownloadRequestResponse); i { case 0: return &v.state @@ -373,7 +373,7 @@ func file_external_report_manager_report_manager_proto_init() { return nil } } - file_external_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExportFromReportManagerRequest); i { case 0: return &v.state diff --git a/api/external/secrets/secrets.pb.go b/api/external/secrets/secrets.pb.go index b5926a484fc..d9718e9cb0b 100644 --- a/api/external/secrets/secrets.pb.go +++ b/api/external/secrets/secrets.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/secrets/secrets.proto @@ -493,53 +493,53 @@ var file_external_secrets_secrets_proto_rawDesc = []byte{ 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x1a, 0x1d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x22, 0x47, 0x8a, 0xb5, 0x18, - 0x29, 0x0a, 0x0f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x73, 0x12, 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, - 0x65, 0x74, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, - 0x3a, 0x01, 0x2a, 0x22, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x12, 0x98, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1d, 0x2e, + 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x22, 0x47, 0x82, 0xd3, 0xe4, + 0x93, 0x02, 0x14, 0x22, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x29, 0x0a, 0x0f, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x16, 0x73, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x63, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x12, 0x98, 0x01, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x1a, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, - 0x4e, 0x8a, 0xb5, 0x18, 0x2b, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, - 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, + 0x4e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x8a, 0xb5, 0x18, 0x2b, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x13, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xac, 0x01, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x54, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x14, - 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x32, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, - 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xa5, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, + 0x32, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x73, 0x2f, 0x69, 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x2e, + 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa5, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x49, 0x64, 0x1a, 0x29, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x51, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, - 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, - 0x16, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, - 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, - 0x64, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x9a, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x6e, 0x73, 0x65, 0x22, 0x51, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x2a, 0x17, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x69, 0x64, 0x2f, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x2e, 0x0a, 0x14, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x16, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, + 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x9a, 0x01, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x1a, 0x22, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x22, 0x4c, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0f, 0x73, 0x65, 0x63, - 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x14, 0x73, 0x65, - 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x6c, 0x69, - 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x3a, 0x01, 0x2a, 0x22, 0x16, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x73, 0x65, 0x61, - 0x72, 0x63, 0x68, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x22, 0x4c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x73, + 0x65, 0x61, 0x72, 0x63, 0x68, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0f, 0x73, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x14, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x3a, 0x6c, + 0x69, 0x73, 0x74, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, @@ -559,7 +559,7 @@ func file_external_secrets_secrets_proto_rawDescGZIP() []byte { var file_external_secrets_secrets_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_external_secrets_secrets_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_external_secrets_secrets_proto_goTypes = []any{ +var file_external_secrets_secrets_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.api.secrets.Query.OrderType (*UpdateResponse)(nil), // 1: chef.automate.api.secrets.UpdateResponse (*DeleteResponse)(nil), // 2: chef.automate.api.secrets.DeleteResponse @@ -601,7 +601,7 @@ func file_external_secrets_secrets_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_secrets_secrets_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_secrets_secrets_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateResponse); i { case 0: return &v.state @@ -613,7 +613,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_secrets_secrets_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteResponse); i { case 0: return &v.state @@ -625,7 +625,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_secrets_secrets_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -637,7 +637,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_secrets_secrets_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -649,7 +649,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_secrets_secrets_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Secret); i { case 0: return &v.state @@ -661,7 +661,7 @@ func file_external_secrets_secrets_proto_init() { return nil } } - file_external_secrets_secrets_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_secrets_secrets_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Secrets); i { case 0: return &v.state diff --git a/api/external/user_settings/user_settings.pb.go b/api/external/user_settings/user_settings.pb.go index d86f8ee46e5..12dfc824d6c 100644 --- a/api/external/user_settings/user_settings.pb.go +++ b/api/external/user_settings/user_settings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: external/user_settings/user_settings.proto @@ -492,8 +492,8 @@ var file_external_user_settings_user_settings_proto_rawDesc = []byte{ 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x56, 0x61, 0x6c, 0x75, - 0x65, 0x73, 0x32, 0xee, 0x05, 0x0a, 0x13, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, - 0x6e, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xeb, 0x01, 0x0a, 0x0f, 0x47, + 0x65, 0x73, 0x32, 0xf6, 0x05, 0x0a, 0x13, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, + 0x6e, 0x67, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xef, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, @@ -502,48 +502,48 @@ var file_external_user_settings_user_settings_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x65, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, - 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, - 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, - 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, - 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, - 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, 0xee, 0x01, 0x0a, 0x0f, 0x50, 0x75, 0x74, - 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x37, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, - 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, - 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, - 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, - 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x68, 0x8a, 0xb5, 0x18, 0x27, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, - 0x73, 0x70, 0x65, 0x63, 0x74, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, - 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x37, 0x3a, 0x01, 0x2a, 0x1a, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, + 0x65, 0x22, 0x69, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, + 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, + 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x8a, 0xb5, 0x18, + 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, + 0x74, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, 0x6f, + 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x67, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x12, 0xf2, 0x01, 0x0a, + 0x0f, 0x50, 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, + 0x12, 0x37, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, + 0x67, 0x73, 0x2e, 0x50, 0x75, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, + 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, + 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x50, 0x75, 0x74, 0x55, + 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x1a, 0x32, 0x2f, 0x61, 0x70, + 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, + 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, + 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x69, 0x61, 0x6d, 0x3a, 0x69, 0x6e, 0x74, 0x72, + 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x8a, 0xb5, 0x18, 0x17, 0x12, 0x15, 0x69, 0x61, 0x6d, 0x3a, + 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x73, 0x70, 0x65, 0x63, 0x74, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x12, 0xf7, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, + 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, + 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x8c, 0x01, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x2a, 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, - 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, 0xf7, 0x01, 0x0a, 0x12, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, - 0x12, 0x3a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, - 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, - 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, - 0x6d, 0x70, 0x74, 0x79, 0x22, 0x8c, 0x01, 0x8a, 0xb5, 0x18, 0x4e, 0x0a, 0x30, 0x67, 0x6c, 0x6f, - 0x62, 0x61, 0x6c, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, - 0x3a, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x3a, 0x7b, 0x75, 0x73, - 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, 0x1a, 0x67, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x8a, 0xb5, 0x18, 0x4e, 0x0a, 0x30, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, - 0x67, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x2a, - 0x32, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x73, 0x65, - 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, - 0x65, 0x7d, 0x2f, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, - 0x6f, 0x72, 0x7d, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x75, 0x73, 0x65, - 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x67, 0x73, 0x3a, 0x7b, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x7d, 0x3a, 0x7b, + 0x75, 0x73, 0x65, 0x72, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x7d, 0x12, + 0x1a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x3a, 0x75, 0x73, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, + 0x69, 0x6e, 0x67, 0x73, 0x3a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, + 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x78, 0x74, 0x65, + 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, + 0x67, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -559,7 +559,7 @@ func file_external_user_settings_user_settings_proto_rawDescGZIP() []byte { } var file_external_user_settings_user_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_external_user_settings_user_settings_proto_goTypes = []any{ +var file_external_user_settings_user_settings_proto_goTypes = []interface{}{ (*User)(nil), // 0: chef.automate.api.user_settings.User (*GetUserSettingsRequest)(nil), // 1: chef.automate.api.user_settings.GetUserSettingsRequest (*PutUserSettingsRequest)(nil), // 2: chef.automate.api.user_settings.PutUserSettingsRequest @@ -600,7 +600,7 @@ func file_external_user_settings_user_settings_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_external_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*User); i { case 0: return &v.state @@ -612,7 +612,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserSettingsRequest); i { case 0: return &v.state @@ -624,7 +624,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PutUserSettingsRequest); i { case 0: return &v.state @@ -636,7 +636,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteUserSettingsRequest); i { case 0: return &v.state @@ -648,7 +648,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserSettingsResponse); i { case 0: return &v.state @@ -660,7 +660,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PutUserSettingsResponse); i { case 0: return &v.state @@ -672,7 +672,7 @@ func file_external_user_settings_user_settings_proto_init() { return nil } } - file_external_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_external_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UserSettingValue); i { case 0: return &v.state diff --git a/api/interservice/authn/authenticate.pb.go b/api/interservice/authn/authenticate.pb.go index c1393246f8f..475c55cc856 100644 --- a/api/interservice/authn/authenticate.pb.go +++ b/api/interservice/authn/authenticate.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/authn/authenticate.proto @@ -179,7 +179,7 @@ func file_interservice_authn_authenticate_proto_rawDescGZIP() []byte { } var file_interservice_authn_authenticate_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_authn_authenticate_proto_goTypes = []any{ +var file_interservice_authn_authenticate_proto_goTypes = []interface{}{ (*AuthenticateRequest)(nil), // 0: chef.automate.domain.authn.AuthenticateRequest (*AuthenticateResponse)(nil), // 1: chef.automate.domain.authn.AuthenticateResponse } @@ -199,7 +199,7 @@ func file_interservice_authn_authenticate_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_authn_authenticate_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_authn_authenticate_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AuthenticateRequest); i { case 0: return &v.state @@ -211,7 +211,7 @@ func file_interservice_authn_authenticate_proto_init() { return nil } } - file_interservice_authn_authenticate_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_authn_authenticate_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AuthenticateResponse); i { case 0: return &v.state diff --git a/api/interservice/authn/tokens.pb.go b/api/interservice/authn/tokens.pb.go index 533515894e3..03fd23c05b2 100644 --- a/api/interservice/authn/tokens.pb.go +++ b/api/interservice/authn/tokens.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/authn/tokens.proto @@ -727,7 +727,7 @@ func file_interservice_authn_tokens_proto_rawDescGZIP() []byte { } var file_interservice_authn_tokens_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_interservice_authn_tokens_proto_goTypes = []any{ +var file_interservice_authn_tokens_proto_goTypes = []interface{}{ (*CreateTokenReq)(nil), // 0: chef.automate.domain.authn.CreateTokenReq (*CreateTokenWithValueReq)(nil), // 1: chef.automate.domain.authn.CreateTokenWithValueReq (*UpdateTokenReq)(nil), // 2: chef.automate.domain.authn.UpdateTokenReq @@ -766,7 +766,7 @@ func file_interservice_authn_tokens_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_authn_tokens_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTokenReq); i { case 0: return &v.state @@ -778,7 +778,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTokenWithValueReq); i { case 0: return &v.state @@ -790,7 +790,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTokenReq); i { case 0: return &v.state @@ -802,7 +802,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Token); i { case 0: return &v.state @@ -814,7 +814,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Tokens); i { case 0: return &v.state @@ -826,7 +826,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Value); i { case 0: return &v.state @@ -838,7 +838,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTokenReq); i { case 0: return &v.state @@ -850,7 +850,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTokensReq); i { case 0: return &v.state @@ -862,7 +862,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTokenReq); i { case 0: return &v.state @@ -874,7 +874,7 @@ func file_interservice_authn_tokens_proto_init() { return nil } } - file_interservice_authn_tokens_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_authn_tokens_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTokenResp); i { case 0: return &v.state diff --git a/api/interservice/authz/authz.pb.go b/api/interservice/authz/authz.pb.go index b3ff8397bdb..144975e09f1 100644 --- a/api/interservice/authz/authz.pb.go +++ b/api/interservice/authz/authz.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/authz/authz.proto @@ -783,7 +783,7 @@ func file_interservice_authz_authz_proto_rawDescGZIP() []byte { } var file_interservice_authz_authz_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_interservice_authz_authz_proto_goTypes = []any{ +var file_interservice_authz_authz_proto_goTypes = []interface{}{ (*IsAuthorizedReq)(nil), // 0: chef.automate.domain.authz.IsAuthorizedReq (*GetVersionReq)(nil), // 1: chef.automate.domain.authz.GetVersionReq (*ProjectsAuthorizedReq)(nil), // 2: chef.automate.domain.authz.ProjectsAuthorizedReq @@ -824,7 +824,7 @@ func file_interservice_authz_authz_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_authz_authz_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IsAuthorizedReq); i { case 0: return &v.state @@ -836,7 +836,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetVersionReq); i { case 0: return &v.state @@ -848,7 +848,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectsAuthorizedReq); i { case 0: return &v.state @@ -860,7 +860,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectsAuthorizedResp); i { case 0: return &v.state @@ -872,7 +872,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FilterAuthorizedPairsReq); i { case 0: return &v.state @@ -884,7 +884,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FilterAuthorizedPairsResp); i { case 0: return &v.state @@ -896,7 +896,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Pair); i { case 0: return &v.state @@ -908,7 +908,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FilterAuthorizedProjectsReq); i { case 0: return &v.state @@ -920,7 +920,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FilterAuthorizedProjectsResp); i { case 0: return &v.state @@ -932,7 +932,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidateProjectAssignmentReq); i { case 0: return &v.state @@ -944,7 +944,7 @@ func file_interservice_authz_authz_proto_init() { return nil } } - file_interservice_authz_authz_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_authz_authz_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidateProjectAssignmentResp); i { case 0: return &v.state diff --git a/api/interservice/authz/policy.pb.go b/api/interservice/authz/policy.pb.go index 22b7160e91c..776f704a164 100644 --- a/api/interservice/authz/policy.pb.go +++ b/api/interservice/authz/policy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/authz/policy.proto @@ -2382,7 +2382,7 @@ func file_interservice_authz_policy_proto_rawDescGZIP() []byte { var file_interservice_authz_policy_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_interservice_authz_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 34) -var file_interservice_authz_policy_proto_goTypes = []any{ +var file_interservice_authz_policy_proto_goTypes = []interface{}{ (Flag)(0), // 0: chef.automate.domain.authz.Flag (Statement_Effect)(0), // 1: chef.automate.domain.authz.Statement.Effect (Version_VersionNumber)(0), // 2: chef.automate.domain.authz.Version.VersionNumber @@ -2481,7 +2481,7 @@ func file_interservice_authz_policy_proto_init() { } file_interservice_authz_type_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_authz_policy_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policy); i { case 0: return &v.state @@ -2493,7 +2493,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Role); i { case 0: return &v.state @@ -2505,7 +2505,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreatePolicyReq); i { case 0: return &v.state @@ -2517,7 +2517,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyReq); i { case 0: return &v.state @@ -2529,7 +2529,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyResp); i { case 0: return &v.state @@ -2541,7 +2541,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Statement); i { case 0: return &v.state @@ -2553,7 +2553,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPoliciesReq); i { case 0: return &v.state @@ -2565,7 +2565,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPoliciesResp); i { case 0: return &v.state @@ -2577,7 +2577,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyReq); i { case 0: return &v.state @@ -2589,7 +2589,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdatePolicyReq); i { case 0: return &v.state @@ -2601,7 +2601,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReplacePolicyMembersReq); i { case 0: return &v.state @@ -2613,7 +2613,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReplacePolicyMembersResp); i { case 0: return &v.state @@ -2625,7 +2625,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddPolicyMembersReq); i { case 0: return &v.state @@ -2637,7 +2637,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddPolicyMembersResp); i { case 0: return &v.state @@ -2649,7 +2649,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Version); i { case 0: return &v.state @@ -2661,7 +2661,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyVersionReq); i { case 0: return &v.state @@ -2673,7 +2673,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPolicyVersionResp); i { case 0: return &v.state @@ -2685,7 +2685,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRolesReq); i { case 0: return &v.state @@ -2697,7 +2697,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRolesResp); i { case 0: return &v.state @@ -2709,7 +2709,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRoleReq); i { case 0: return &v.state @@ -2721,7 +2721,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRoleResp); i { case 0: return &v.state @@ -2733,7 +2733,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRoleReq); i { case 0: return &v.state @@ -2745,7 +2745,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPolicyMembersReq); i { case 0: return &v.state @@ -2757,7 +2757,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListPolicyMembersResp); i { case 0: return &v.state @@ -2769,7 +2769,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovePolicyMembersReq); i { case 0: return &v.state @@ -2781,7 +2781,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovePolicyMembersResp); i { case 0: return &v.state @@ -2793,7 +2793,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrateToV2Req); i { case 0: return &v.state @@ -2805,7 +2805,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrateToV2Resp); i { case 0: return &v.state @@ -2817,7 +2817,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetToV1Req); i { case 0: return &v.state @@ -2829,7 +2829,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetToV1Resp); i { case 0: return &v.state @@ -2841,7 +2841,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRoleReq); i { case 0: return &v.state @@ -2853,7 +2853,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRoleReq); i { case 0: return &v.state @@ -2865,7 +2865,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeSubjectFromPoliciesReq); i { case 0: return &v.state @@ -2877,7 +2877,7 @@ func file_interservice_authz_policy_proto_init() { return nil } } - file_interservice_authz_policy_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_interservice_authz_policy_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeSubjectFromPoliciesResp); i { case 0: return &v.state diff --git a/api/interservice/authz/project.pb.go b/api/interservice/authz/project.pb.go index bcbc2ed183b..853a33bd567 100644 --- a/api/interservice/authz/project.pb.go +++ b/api/interservice/authz/project.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/authz/project.proto @@ -2300,7 +2300,7 @@ func file_interservice_authz_project_proto_rawDescGZIP() []byte { var file_interservice_authz_project_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_interservice_authz_project_proto_msgTypes = make([]protoimpl.MessageInfo, 35) -var file_interservice_authz_project_proto_goTypes = []any{ +var file_interservice_authz_project_proto_goTypes = []interface{}{ (ProjectRuleTypes)(0), // 0: chef.automate.domain.authz.ProjectRuleTypes (ProjectRuleConditionAttributes)(0), // 1: chef.automate.domain.authz.ProjectRuleConditionAttributes (ProjectRuleConditionOperators)(0), // 2: chef.automate.domain.authz.ProjectRuleConditionOperators @@ -2411,7 +2411,7 @@ func file_interservice_authz_project_proto_init() { } file_interservice_authz_type_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_authz_project_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Project); i { case 0: return &v.state @@ -2423,7 +2423,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateProjectReq); i { case 0: return &v.state @@ -2435,7 +2435,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateProjectResp); i { case 0: return &v.state @@ -2447,7 +2447,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetProjectReq); i { case 0: return &v.state @@ -2459,7 +2459,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetProjectResp); i { case 0: return &v.state @@ -2471,7 +2471,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListProjectsReq); i { case 0: return &v.state @@ -2483,7 +2483,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListProjectsResp); i { case 0: return &v.state @@ -2495,7 +2495,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateProjectReq); i { case 0: return &v.state @@ -2507,7 +2507,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateProjectResp); i { case 0: return &v.state @@ -2519,7 +2519,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteProjectReq); i { case 0: return &v.state @@ -2531,7 +2531,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteProjectResp); i { case 0: return &v.state @@ -2543,7 +2543,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStartReq); i { case 0: return &v.state @@ -2555,7 +2555,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStartResp); i { case 0: return &v.state @@ -2567,7 +2567,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesCancelReq); i { case 0: return &v.state @@ -2579,7 +2579,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesCancelResp); i { case 0: return &v.state @@ -2591,7 +2591,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStatusReq); i { case 0: return &v.state @@ -2603,7 +2603,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyRulesStatusResp); i { case 0: return &v.state @@ -2615,7 +2615,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesForAllProjectsReq); i { case 0: return &v.state @@ -2627,7 +2627,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesForAllProjectsResp); i { case 0: return &v.state @@ -2639,7 +2639,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectRules); i { case 0: return &v.state @@ -2651,7 +2651,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectRule); i { case 0: return &v.state @@ -2663,7 +2663,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Condition); i { case 0: return &v.state @@ -2675,7 +2675,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRuleReq); i { case 0: return &v.state @@ -2687,7 +2687,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRuleResp); i { case 0: return &v.state @@ -2699,7 +2699,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRuleReq); i { case 0: return &v.state @@ -2711,7 +2711,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRuleResp); i { case 0: return &v.state @@ -2723,7 +2723,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRuleReq); i { case 0: return &v.state @@ -2735,7 +2735,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetRuleResp); i { case 0: return &v.state @@ -2747,7 +2747,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesReq); i { case 0: return &v.state @@ -2759,7 +2759,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesResp); i { case 0: return &v.state @@ -2771,7 +2771,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesForProjectReq); i { case 0: return &v.state @@ -2783,7 +2783,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListRulesForProjectResp); i { case 0: return &v.state @@ -2795,7 +2795,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRuleReq); i { case 0: return &v.state @@ -2807,7 +2807,7 @@ func file_interservice_authz_project_proto_init() { return nil } } - file_interservice_authz_project_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_interservice_authz_project_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteRuleResp); i { case 0: return &v.state diff --git a/api/interservice/authz/type.pb.go b/api/interservice/authz/type.pb.go index fca9e53c157..d08c45d1ac6 100644 --- a/api/interservice/authz/type.pb.go +++ b/api/interservice/authz/type.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/authz/type.proto @@ -94,7 +94,7 @@ func file_interservice_authz_type_proto_rawDescGZIP() []byte { } var file_interservice_authz_type_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_interservice_authz_type_proto_goTypes = []any{ +var file_interservice_authz_type_proto_goTypes = []interface{}{ (Type)(0), // 0: chef.automate.domain.authz.Type } var file_interservice_authz_type_proto_depIdxs = []int32{ diff --git a/api/interservice/cds/service/cds.pb.go b/api/interservice/cds/service/cds.pb.go index 1bd2f5753a4..bd0b4c498c3 100644 --- a/api/interservice/cds/service/cds.pb.go +++ b/api/interservice/cds/service/cds.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cds/service/cds.proto @@ -95,7 +95,7 @@ var file_interservice_cds_service_cds_proto_rawDesc = []byte{ 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_cds_service_cds_proto_goTypes = []any{ +var file_interservice_cds_service_cds_proto_goTypes = []interface{}{ (*version.VersionInfoRequest)(nil), // 0: chef.automate.api.common.version.VersionInfoRequest (*request.ContentItems)(nil), // 1: chef.automate.api.cds.request.ContentItems (*request.InstallContentItem)(nil), // 2: chef.automate.api.cds.request.InstallContentItem diff --git a/api/interservice/cereal/cereal.pb.go b/api/interservice/cereal/cereal.pb.go index f40bb286ce3..5289f2a3b07 100644 --- a/api/interservice/cereal/cereal.pb.go +++ b/api/interservice/cereal/cereal.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cereal/cereal.proto @@ -3454,7 +3454,7 @@ func file_interservice_cereal_cereal_proto_rawDescGZIP() []byte { } var file_interservice_cereal_cereal_proto_msgTypes = make([]protoimpl.MessageInfo, 47) -var file_interservice_cereal_cereal_proto_goTypes = []any{ +var file_interservice_cereal_cereal_proto_goTypes = []interface{}{ (*Task)(nil), // 0: chef.automate.infra.cereal.Task (*TaskMetadata)(nil), // 1: chef.automate.infra.cereal.TaskMetadata (*WorkflowInstance)(nil), // 2: chef.automate.infra.cereal.WorkflowInstance @@ -3588,7 +3588,7 @@ func file_interservice_cereal_cereal_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cereal_cereal_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Task); i { case 0: return &v.state @@ -3600,7 +3600,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TaskMetadata); i { case 0: return &v.state @@ -3612,7 +3612,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkflowInstance); i { case 0: return &v.state @@ -3624,7 +3624,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TaskResult); i { case 0: return &v.state @@ -3636,7 +3636,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WorkflowEvent); i { case 0: return &v.state @@ -3648,7 +3648,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowRequest); i { case 0: return &v.state @@ -3660,7 +3660,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowChunkRequest); i { case 0: return &v.state @@ -3672,7 +3672,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowResponse); i { case 0: return &v.state @@ -3684,7 +3684,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowChunkResponse); i { case 0: return &v.state @@ -3696,7 +3696,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnqueueWorkflowRequest); i { case 0: return &v.state @@ -3708,7 +3708,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnqueueWorkflowResponse); i { case 0: return &v.state @@ -3720,7 +3720,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CancelWorkflowRequest); i { case 0: return &v.state @@ -3732,7 +3732,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CancelWorkflowResponse); i { case 0: return &v.state @@ -3744,7 +3744,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*KillWorkflowRequest); i { case 0: return &v.state @@ -3756,7 +3756,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*KillWorkflowResponse); i { case 0: return &v.state @@ -3768,7 +3768,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskRequest); i { case 0: return &v.state @@ -3780,7 +3780,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskResponse); i { case 0: return &v.state @@ -3792,7 +3792,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateWorkflowScheduleRequest); i { case 0: return &v.state @@ -3804,7 +3804,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateWorkflowScheduleResponse); i { case 0: return &v.state @@ -3816,7 +3816,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListWorkflowSchedulesRequest); i { case 0: return &v.state @@ -3828,7 +3828,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Schedule); i { case 0: return &v.state @@ -3840,7 +3840,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListWorkflowSchedulesResponse); i { case 0: return &v.state @@ -3852,7 +3852,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetWorkflowScheduleByNameRequest); i { case 0: return &v.state @@ -3864,7 +3864,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetWorkflowScheduleByNameResponse); i { case 0: return &v.state @@ -3876,7 +3876,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateWorkflowScheduleByNameRequest); i { case 0: return &v.state @@ -3888,7 +3888,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateWorkflowScheduleByNameResponse); i { case 0: return &v.state @@ -3900,7 +3900,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetWorkflowInstanceByNameRequest); i { case 0: return &v.state @@ -3912,7 +3912,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetWorkflowInstanceByNameResponse); i { case 0: return &v.state @@ -3924,7 +3924,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListWorkflowInstancesRequest); i { case 0: return &v.state @@ -3936,7 +3936,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListWorkflowInstancesResponse); i { case 0: return &v.state @@ -3948,7 +3948,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowRequest_Dequeue); i { case 0: return &v.state @@ -3960,7 +3960,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowRequest_Continue); i { case 0: return &v.state @@ -3972,7 +3972,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowRequest_Fail); i { case 0: return &v.state @@ -3984,7 +3984,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowRequest_Done); i { case 0: return &v.state @@ -3996,7 +3996,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[34].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowChunkRequest_Dequeue); i { case 0: return &v.state @@ -4008,7 +4008,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[35].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowChunkRequest_Continue); i { case 0: return &v.state @@ -4020,7 +4020,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[36].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowChunkRequest_Fail); i { case 0: return &v.state @@ -4032,7 +4032,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[37].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowChunkRequest_Done); i { case 0: return &v.state @@ -4044,7 +4044,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[38].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowResponse_Dequeue); i { case 0: return &v.state @@ -4056,7 +4056,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[39].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowResponse_Status); i { case 0: return &v.state @@ -4068,7 +4068,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[40].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueWorkflowResponse_Committed); i { case 0: return &v.state @@ -4080,7 +4080,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[41].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskRequest_Dequeue); i { case 0: return &v.state @@ -4092,7 +4092,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[42].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskRequest_Fail); i { case 0: return &v.state @@ -4104,7 +4104,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[43].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskRequest_Succeed); i { case 0: return &v.state @@ -4116,7 +4116,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[44].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskResponse_Dequeue); i { case 0: return &v.state @@ -4128,7 +4128,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[45].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskResponse_Cancel); i { case 0: return &v.state @@ -4140,7 +4140,7 @@ func file_interservice_cereal_cereal_proto_init() { return nil } } - file_interservice_cereal_cereal_proto_msgTypes[46].Exporter = func(v any, i int) any { + file_interservice_cereal_cereal_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DequeueTaskResponse_Committed); i { case 0: return &v.state @@ -4153,29 +4153,29 @@ func file_interservice_cereal_cereal_proto_init() { } } } - file_interservice_cereal_cereal_proto_msgTypes[5].OneofWrappers = []any{ + file_interservice_cereal_cereal_proto_msgTypes[5].OneofWrappers = []interface{}{ (*DequeueWorkflowRequest_Dequeue_)(nil), (*DequeueWorkflowRequest_Continue_)(nil), (*DequeueWorkflowRequest_Done_)(nil), (*DequeueWorkflowRequest_Fail_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[6].OneofWrappers = []any{ + file_interservice_cereal_cereal_proto_msgTypes[6].OneofWrappers = []interface{}{ (*DequeueWorkflowChunkRequest_Dequeue_)(nil), (*DequeueWorkflowChunkRequest_Continue_)(nil), (*DequeueWorkflowChunkRequest_Done_)(nil), (*DequeueWorkflowChunkRequest_Fail_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[7].OneofWrappers = []any{ + file_interservice_cereal_cereal_proto_msgTypes[7].OneofWrappers = []interface{}{ (*DequeueWorkflowResponse_Dequeue_)(nil), (*DequeueWorkflowResponse_Status_)(nil), (*DequeueWorkflowResponse_Committed_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[15].OneofWrappers = []any{ + file_interservice_cereal_cereal_proto_msgTypes[15].OneofWrappers = []interface{}{ (*DequeueTaskRequest_Dequeue_)(nil), (*DequeueTaskRequest_Succeed_)(nil), (*DequeueTaskRequest_Fail_)(nil), } - file_interservice_cereal_cereal_proto_msgTypes[16].OneofWrappers = []any{ + file_interservice_cereal_cereal_proto_msgTypes[16].OneofWrappers = []interface{}{ (*DequeueTaskResponse_Dequeue_)(nil), (*DequeueTaskResponse_Cancel_)(nil), (*DequeueTaskResponse_Committed_)(nil), diff --git a/api/interservice/cfgmgmt/request/actions.pb.go b/api/interservice/cfgmgmt/request/actions.pb.go index e46c316c3c2..068afebdaf6 100644 --- a/api/interservice/cfgmgmt/request/actions.pb.go +++ b/api/interservice/cfgmgmt/request/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/actions.proto @@ -287,7 +287,7 @@ func file_interservice_cfgmgmt_request_actions_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_request_actions_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_actions_proto_goTypes = []interface{}{ (*PolicyRevision)(nil), // 0: chef.automate.domain.cfgmgmt.request.PolicyRevision (*PolicyUpdateAction)(nil), // 1: chef.automate.domain.cfgmgmt.request.PolicyUpdateAction (*PolicyCookbookLock)(nil), // 2: chef.automate.domain.cfgmgmt.request.PolicyCookbookLock @@ -307,7 +307,7 @@ func file_interservice_cfgmgmt_request_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyRevision); i { case 0: return &v.state @@ -319,7 +319,7 @@ func file_interservice_cfgmgmt_request_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_request_actions_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_actions_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyUpdateAction); i { case 0: return &v.state @@ -331,7 +331,7 @@ func file_interservice_cfgmgmt_request_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_request_actions_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_actions_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyCookbookLock); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/inventory_nodes.pb.go b/api/interservice/cfgmgmt/request/inventory_nodes.pb.go index 5846bd11e83..b6e0fb73a1d 100644 --- a/api/interservice/cfgmgmt/request/inventory_nodes.pb.go +++ b/api/interservice/cfgmgmt/request/inventory_nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/inventory_nodes.proto @@ -170,7 +170,7 @@ func file_interservice_cfgmgmt_request_inventory_nodes_proto_rawDescGZIP() []byt } var file_interservice_cfgmgmt_request_inventory_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_cfgmgmt_request_inventory_nodes_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_inventory_nodes_proto_goTypes = []interface{}{ (*InventoryNodes)(nil), // 0: chef.automate.domain.cfgmgmt.request.InventoryNodes (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp (*Sorting)(nil), // 2: chef.automate.domain.cfgmgmt.request.Sorting @@ -194,7 +194,7 @@ func file_interservice_cfgmgmt_request_inventory_nodes_proto_init() { } file_interservice_cfgmgmt_request_parameters_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_inventory_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_inventory_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InventoryNodes); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/node_export.pb.go b/api/interservice/cfgmgmt/request/node_export.pb.go index ea8dcd15e9a..54521457d7c 100644 --- a/api/interservice/cfgmgmt/request/node_export.pb.go +++ b/api/interservice/cfgmgmt/request/node_export.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/node_export.proto @@ -217,7 +217,7 @@ func file_interservice_cfgmgmt_request_node_export_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_node_export_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_request_node_export_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_node_export_proto_goTypes = []interface{}{ (*NodeExport)(nil), // 0: chef.automate.domain.cfgmgmt.request.NodeExport (*ReportExport)(nil), // 1: chef.automate.domain.cfgmgmt.request.ReportExport (*Sorting)(nil), // 2: chef.automate.domain.cfgmgmt.request.Sorting @@ -241,7 +241,7 @@ func file_interservice_cfgmgmt_request_node_export_proto_init() { } file_interservice_cfgmgmt_request_parameters_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_node_export_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_node_export_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeExport); i { case 0: return &v.state @@ -253,7 +253,7 @@ func file_interservice_cfgmgmt_request_node_export_proto_init() { return nil } } - file_interservice_cfgmgmt_request_node_export_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_node_export_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportExport); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/nodes.pb.go b/api/interservice/cfgmgmt/request/nodes.pb.go index cc427d30f4a..1545bcead90 100644 --- a/api/interservice/cfgmgmt/request/nodes.pb.go +++ b/api/interservice/cfgmgmt/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/nodes.proto @@ -547,7 +547,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_cfgmgmt_request_nodes_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_nodes_proto_goTypes = []interface{}{ (*NodeRun)(nil), // 0: chef.automate.domain.cfgmgmt.request.NodeRun (*Nodes)(nil), // 1: chef.automate.domain.cfgmgmt.request.Nodes (*Node)(nil), // 2: chef.automate.domain.cfgmgmt.request.Node @@ -578,7 +578,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { } file_interservice_cfgmgmt_request_parameters_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeRun); i { case 0: return &v.state @@ -590,7 +590,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -602,7 +602,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -614,7 +614,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Runs); i { case 0: return &v.state @@ -626,7 +626,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -638,7 +638,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -650,7 +650,7 @@ func file_interservice_cfgmgmt_request_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/parameters.pb.go b/api/interservice/cfgmgmt/request/parameters.pb.go index fc91bed3aaf..fcf000c9e02 100644 --- a/api/interservice/cfgmgmt/request/parameters.pb.go +++ b/api/interservice/cfgmgmt/request/parameters.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/parameters.proto @@ -284,7 +284,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_rawDescGZIP() []byte { var file_interservice_cfgmgmt_request_parameters_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_cfgmgmt_request_parameters_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_request_parameters_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_parameters_proto_goTypes = []interface{}{ (Order)(0), // 0: chef.automate.domain.cfgmgmt.request.Order (*Pagination)(nil), // 1: chef.automate.domain.cfgmgmt.request.Pagination (*Sorting)(nil), // 2: chef.automate.domain.cfgmgmt.request.Sorting @@ -305,7 +305,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_parameters_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_parameters_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Pagination); i { case 0: return &v.state @@ -317,7 +317,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_init() { return nil } } - file_interservice_cfgmgmt_request_parameters_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_parameters_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Sorting); i { case 0: return &v.state @@ -329,7 +329,7 @@ func file_interservice_cfgmgmt_request_parameters_proto_init() { return nil } } - file_interservice_cfgmgmt_request_parameters_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_parameters_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestion); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/root.pb.go b/api/interservice/cfgmgmt/request/root.pb.go index d78efbfc893..394e2a7271f 100644 --- a/api/interservice/cfgmgmt/request/root.pb.go +++ b/api/interservice/cfgmgmt/request/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/root.proto @@ -203,7 +203,7 @@ func file_interservice_cfgmgmt_request_root_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_root_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_cfgmgmt_request_root_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_root_proto_goTypes = []interface{}{ (*VersionInfo)(nil), // 0: chef.automate.domain.cfgmgmt.request.VersionInfo (*Health)(nil), // 1: chef.automate.domain.cfgmgmt.request.Health (*Organizations)(nil), // 2: chef.automate.domain.cfgmgmt.request.Organizations @@ -223,7 +223,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionInfo); i { case 0: return &v.state @@ -235,7 +235,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return nil } } - file_interservice_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Health); i { case 0: return &v.state @@ -247,7 +247,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return nil } } - file_interservice_cfgmgmt_request_root_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Organizations); i { case 0: return &v.state @@ -259,7 +259,7 @@ func file_interservice_cfgmgmt_request_root_proto_init() { return nil } } - file_interservice_cfgmgmt_request_root_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceFQDNS); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/stats.pb.go b/api/interservice/cfgmgmt/request/stats.pb.go index b992e223fc8..1caac1af47d 100644 --- a/api/interservice/cfgmgmt/request/stats.pb.go +++ b/api/interservice/cfgmgmt/request/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/stats.proto @@ -255,7 +255,7 @@ func file_interservice_cfgmgmt_request_stats_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_request_stats_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_stats_proto_goTypes = []interface{}{ (*NodesCounts)(nil), // 0: chef.automate.domain.cfgmgmt.request.NodesCounts (*RunsCounts)(nil), // 1: chef.automate.domain.cfgmgmt.request.RunsCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.domain.cfgmgmt.request.CheckInCountsTimeSeries @@ -274,7 +274,7 @@ func file_interservice_cfgmgmt_request_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -286,7 +286,7 @@ func file_interservice_cfgmgmt_request_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -298,7 +298,7 @@ func file_interservice_cfgmgmt_request_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/request/telemetry.pb.go b/api/interservice/cfgmgmt/request/telemetry.pb.go index 538a810b7bb..e16e0b7a02d 100644 --- a/api/interservice/cfgmgmt/request/telemetry.pb.go +++ b/api/interservice/cfgmgmt/request/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/request/telemetry.proto @@ -142,7 +142,7 @@ func file_interservice_cfgmgmt_request_telemetry_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_request_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_request_telemetry_proto_goTypes = []any{ +var file_interservice_cfgmgmt_request_telemetry_proto_goTypes = []interface{}{ (*UpdateTelemetryReportedRequest)(nil), // 0: chef.automate.domain.cfgmgmt.request.UpdateTelemetryReportedRequest (*GetNodesUsageCountRequest)(nil), // 1: chef.automate.domain.cfgmgmt.request.GetNodesUsageCountRequest } @@ -160,7 +160,7 @@ func file_interservice_cfgmgmt_request_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -172,7 +172,7 @@ func file_interservice_cfgmgmt_request_telemetry_proto_init() { return nil } } - file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_request_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/actions.pb.go b/api/interservice/cfgmgmt/response/actions.pb.go index 6f96465543d..938123697c8 100644 --- a/api/interservice/cfgmgmt/response/actions.pb.go +++ b/api/interservice/cfgmgmt/response/actions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/actions.proto @@ -212,7 +212,7 @@ func file_interservice_cfgmgmt_response_actions_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_actions_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_cfgmgmt_response_actions_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_actions_proto_goTypes = []interface{}{ (*PolicyCookbooks)(nil), // 0: chef.automate.domain.cfgmgmt.response.PolicyCookbooks (*CookbookLock)(nil), // 1: chef.automate.domain.cfgmgmt.response.CookbookLock (*PolicyUpdateAction)(nil), // 2: chef.automate.domain.cfgmgmt.response.PolicyUpdateAction @@ -232,7 +232,7 @@ func file_interservice_cfgmgmt_response_actions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_actions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyCookbooks); i { case 0: return &v.state @@ -244,7 +244,7 @@ func file_interservice_cfgmgmt_response_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_actions_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookLock); i { case 0: return &v.state @@ -256,7 +256,7 @@ func file_interservice_cfgmgmt_response_actions_proto_init() { return nil } } - file_interservice_cfgmgmt_response_actions_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_actions_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyUpdateAction); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/inventory_nodes.pb.go b/api/interservice/cfgmgmt/response/inventory_nodes.pb.go index 18bb4a114c9..46e8dbfb877 100644 --- a/api/interservice/cfgmgmt/response/inventory_nodes.pb.go +++ b/api/interservice/cfgmgmt/response/inventory_nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/inventory_nodes.proto @@ -279,7 +279,7 @@ func file_interservice_cfgmgmt_response_inventory_nodes_proto_rawDescGZIP() []by } var file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_response_inventory_nodes_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_inventory_nodes_proto_goTypes = []interface{}{ (*InventoryNodes)(nil), // 0: chef.automate.domain.cfgmgmt.response.InventoryNodes (*InventoryNode)(nil), // 1: chef.automate.domain.cfgmgmt.response.InventoryNode (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp @@ -301,7 +301,7 @@ func file_interservice_cfgmgmt_response_inventory_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InventoryNodes); i { case 0: return &v.state @@ -313,7 +313,7 @@ func file_interservice_cfgmgmt_response_inventory_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_inventory_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InventoryNode); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/nodes.pb.go b/api/interservice/cfgmgmt/response/nodes.pb.go index af312524d30..9fd5ac707ab 100644 --- a/api/interservice/cfgmgmt/response/nodes.pb.go +++ b/api/interservice/cfgmgmt/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/nodes.proto @@ -1866,7 +1866,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_interservice_cfgmgmt_response_nodes_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_nodes_proto_goTypes = []interface{}{ (*NodeAttribute)(nil), // 0: chef.automate.domain.cfgmgmt.response.NodeAttribute (*AbridgedConverge)(nil), // 1: chef.automate.domain.cfgmgmt.response.AbridgedConverge (*Run)(nil), // 2: chef.automate.domain.cfgmgmt.response.Run @@ -1917,7 +1917,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -1929,7 +1929,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AbridgedConverge); i { case 0: return &v.state @@ -1941,7 +1941,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Run); i { case 0: return &v.state @@ -1953,7 +1953,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -1965,7 +1965,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Resource); i { case 0: return &v.state @@ -1977,7 +1977,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ChefError); i { case 0: return &v.state @@ -1989,7 +1989,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunList); i { case 0: return &v.state @@ -2001,7 +2001,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Description); i { case 0: return &v.state @@ -2013,7 +2013,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Deprecation); i { case 0: return &v.state @@ -2025,7 +2025,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionedCookbook); i { case 0: return &v.state @@ -2037,7 +2037,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MissingNodeDurationCounts); i { case 0: return &v.state @@ -2049,7 +2049,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CountedDuration); i { case 0: return &v.state @@ -2061,7 +2061,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeMetadataCounts); i { case 0: return &v.state @@ -2073,7 +2073,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TypeCount); i { case 0: return &v.state @@ -2085,7 +2085,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValueCount); i { case 0: return &v.state @@ -2097,7 +2097,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeRunsDailyStatusTimeSeries); i { case 0: return &v.state @@ -2109,7 +2109,7 @@ func file_interservice_cfgmgmt_response_nodes_proto_init() { return nil } } - file_interservice_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_nodes_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunDurationStatus); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/root.pb.go b/api/interservice/cfgmgmt/response/root.pb.go index 46bdd714b6d..820f356fe98 100644 --- a/api/interservice/cfgmgmt/response/root.pb.go +++ b/api/interservice/cfgmgmt/response/root.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/root.proto @@ -384,7 +384,7 @@ func file_interservice_cfgmgmt_response_root_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_root_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_cfgmgmt_response_root_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_root_proto_goTypes = []interface{}{ (*VersionInfo)(nil), // 0: chef.automate.domain.cfgmgmt.response.VersionInfo (*Health)(nil), // 1: chef.automate.domain.cfgmgmt.response.Health (*Organizations)(nil), // 2: chef.automate.domain.cfgmgmt.response.Organizations @@ -406,7 +406,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_root_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_root_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionInfo); i { case 0: return &v.state @@ -418,7 +418,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_root_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Health); i { case 0: return &v.state @@ -430,7 +430,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_root_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Organizations); i { case 0: return &v.state @@ -442,7 +442,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_root_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceFQDNS); i { case 0: return &v.state @@ -454,7 +454,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_root_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExportData); i { case 0: return &v.state @@ -466,7 +466,7 @@ func file_interservice_cfgmgmt_response_root_proto_init() { return nil } } - file_interservice_cfgmgmt_response_root_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_root_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportExportData); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/stats.pb.go b/api/interservice/cfgmgmt/response/stats.pb.go index 2b7b6a43d1d..fec2ac3c802 100644 --- a/api/interservice/cfgmgmt/response/stats.pb.go +++ b/api/interservice/cfgmgmt/response/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/stats.proto @@ -327,7 +327,7 @@ func file_interservice_cfgmgmt_response_stats_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_cfgmgmt_response_stats_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_stats_proto_goTypes = []interface{}{ (*RunsCounts)(nil), // 0: chef.automate.domain.cfgmgmt.response.RunsCounts (*NodesCounts)(nil), // 1: chef.automate.domain.cfgmgmt.response.NodesCounts (*CheckInCountsTimeSeries)(nil), // 2: chef.automate.domain.cfgmgmt.response.CheckInCountsTimeSeries @@ -348,7 +348,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunsCounts); i { case 0: return &v.state @@ -360,7 +360,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodesCounts); i { case 0: return &v.state @@ -372,7 +372,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckInCountsTimeSeries); i { case 0: return &v.state @@ -384,7 +384,7 @@ func file_interservice_cfgmgmt_response_stats_proto_init() { return nil } } - file_interservice_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckInCounts); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/suggestions.pb.go b/api/interservice/cfgmgmt/response/suggestions.pb.go index 9ebc01d8ac2..d0f4aefce85 100644 --- a/api/interservice/cfgmgmt/response/suggestions.pb.go +++ b/api/interservice/cfgmgmt/response/suggestions.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/suggestions.proto @@ -107,7 +107,7 @@ func file_interservice_cfgmgmt_response_suggestions_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_suggestions_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_cfgmgmt_response_suggestions_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_suggestions_proto_goTypes = []interface{}{ (*Suggestion)(nil), // 0: chef.automate.domain.cfgmgmt.response.Suggestion } var file_interservice_cfgmgmt_response_suggestions_proto_depIdxs = []int32{ @@ -124,7 +124,7 @@ func file_interservice_cfgmgmt_response_suggestions_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_suggestions_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestion); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/response/telemetry.pb.go b/api/interservice/cfgmgmt/response/telemetry.pb.go index 94324f5b6c5..d9a967b0815 100644 --- a/api/interservice/cfgmgmt/response/telemetry.pb.go +++ b/api/interservice/cfgmgmt/response/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/response/telemetry.proto @@ -152,7 +152,7 @@ func file_interservice_cfgmgmt_response_telemetry_proto_rawDescGZIP() []byte { } var file_interservice_cfgmgmt_response_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_cfgmgmt_response_telemetry_proto_goTypes = []any{ +var file_interservice_cfgmgmt_response_telemetry_proto_goTypes = []interface{}{ (*UpdateTelemetryReportedResponse)(nil), // 0: chef.automate.domain.cfgmgmt.response.UpdateTelemetryReportedResponse (*GetNodesUsageCountResponse)(nil), // 1: chef.automate.domain.cfgmgmt.response.GetNodesUsageCountResponse } @@ -170,7 +170,7 @@ func file_interservice_cfgmgmt_response_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -182,7 +182,7 @@ func file_interservice_cfgmgmt_response_telemetry_proto_init() { return nil } } - file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_cfgmgmt_response_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/interservice/cfgmgmt/service/cfgmgmt.pb.go b/api/interservice/cfgmgmt/service/cfgmgmt.pb.go index 0363bb3f5a1..4fd4b874288 100644 --- a/api/interservice/cfgmgmt/service/cfgmgmt.pb.go +++ b/api/interservice/cfgmgmt/service/cfgmgmt.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/cfgmgmt/service/cfgmgmt.proto @@ -315,7 +315,7 @@ var file_interservice_cfgmgmt_service_cfgmgmt_proto_rawDesc = []byte{ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_cfgmgmt_service_cfgmgmt_proto_goTypes = []any{ +var file_interservice_cfgmgmt_service_cfgmgmt_proto_goTypes = []interface{}{ (*request.VersionInfo)(nil), // 0: chef.automate.domain.cfgmgmt.request.VersionInfo (*request.Health)(nil), // 1: chef.automate.domain.cfgmgmt.request.Health (*request.NodesCounts)(nil), // 2: chef.automate.domain.cfgmgmt.request.NodesCounts diff --git a/api/interservice/compliance/common/common.pb.go b/api/interservice/compliance/common/common.pb.go index 6130eed3bb7..ec9ba72321c 100644 --- a/api/interservice/compliance/common/common.pb.go +++ b/api/interservice/compliance/common/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/common/common.proto @@ -181,7 +181,7 @@ func file_interservice_compliance_common_common_proto_rawDescGZIP() []byte { } var file_interservice_compliance_common_common_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_compliance_common_common_proto_goTypes = []any{ +var file_interservice_compliance_common_common_proto_goTypes = []interface{}{ (*Filter)(nil), // 0: chef.automate.domain.compliance.common.Filter (*Kv)(nil), // 1: chef.automate.domain.compliance.common.Kv } @@ -199,7 +199,7 @@ func file_interservice_compliance_common_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_common_common_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_common_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Filter); i { case 0: return &v.state @@ -211,7 +211,7 @@ func file_interservice_compliance_common_common_proto_init() { return nil } } - file_interservice_compliance_common_common_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_common_common_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Kv); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/events/compliance/compliance.pb.go b/api/interservice/compliance/ingest/events/compliance/compliance.pb.go index 612917a9f27..b422ebc2d03 100644 --- a/api/interservice/compliance/ingest/events/compliance/compliance.pb.go +++ b/api/interservice/compliance/ingest/events/compliance/compliance.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/ingest/events/compliance/compliance.proto @@ -416,7 +416,7 @@ func file_interservice_compliance_ingest_events_compliance_compliance_proto_rawD } var file_interservice_compliance_ingest_events_compliance_compliance_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_compliance_ingest_events_compliance_compliance_proto_goTypes = []any{ +var file_interservice_compliance_ingest_events_compliance_compliance_proto_goTypes = []interface{}{ (*Report)(nil), // 0: chef.automate.domain.compliance.ingest.events.compliance.Report (*inspec.Platform)(nil), // 1: chef.automate.domain.compliance.ingest.events.inspec.Platform (*inspec.Statistics)(nil), // 2: chef.automate.domain.compliance.ingest.events.inspec.Statistics @@ -441,7 +441,7 @@ func file_interservice_compliance_ingest_events_compliance_compliance_proto_init return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_ingest_events_compliance_compliance_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_compliance_compliance_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Report); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/events/inspec/inspec.pb.go b/api/interservice/compliance/ingest/events/inspec/inspec.pb.go index f4c3b03999d..c0bc86aaedb 100644 --- a/api/interservice/compliance/ingest/events/inspec/inspec.pb.go +++ b/api/interservice/compliance/ingest/events/inspec/inspec.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/ingest/events/inspec/inspec.proto @@ -1407,7 +1407,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_rawDescGZIP( } var file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes = make([]protoimpl.MessageInfo, 13) -var file_interservice_compliance_ingest_events_inspec_inspec_proto_goTypes = []any{ +var file_interservice_compliance_ingest_events_inspec_inspec_proto_goTypes = []interface{}{ (*Report)(nil), // 0: chef.automate.domain.compliance.ingest.events.inspec.Report (*Platform)(nil), // 1: chef.automate.domain.compliance.ingest.events.inspec.Platform (*Statistics)(nil), // 2: chef.automate.domain.compliance.ingest.events.inspec.Statistics @@ -1452,7 +1452,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Report); i { case 0: return &v.state @@ -1464,7 +1464,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Platform); i { case 0: return &v.state @@ -1476,7 +1476,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Statistics); i { case 0: return &v.state @@ -1488,7 +1488,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -1500,7 +1500,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Control); i { case 0: return &v.state @@ -1512,7 +1512,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WaiverData); i { case 0: return &v.state @@ -1524,7 +1524,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovedResultsCounts); i { case 0: return &v.state @@ -1536,7 +1536,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Result); i { case 0: return &v.state @@ -1548,7 +1548,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -1560,7 +1560,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -1572,7 +1572,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Attribute); i { case 0: return &v.state @@ -1584,7 +1584,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Dependency); i { case 0: return &v.state @@ -1596,7 +1596,7 @@ func file_interservice_compliance_ingest_events_inspec_inspec_proto_init() { return nil } } - file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_events_inspec_inspec_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Group); i { case 0: return &v.state diff --git a/api/interservice/compliance/ingest/ingest/compliance.pb.go b/api/interservice/compliance/ingest/ingest/compliance.pb.go index acc81b95595..8d9915d9c90 100644 --- a/api/interservice/compliance/ingest/ingest/compliance.pb.go +++ b/api/interservice/compliance/ingest/ingest/compliance.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/ingest/ingest/compliance.proto @@ -240,9 +240,9 @@ var file_interservice_compliance_ingest_ingest_compliance_proto_rawDesc = []byte 0x74, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x2b, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, - 0x65, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x28, 0x01, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, + 0x93, 0x02, 0x25, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, 0x63, 0x65, 0x2f, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x3a, 0x01, 0x2a, 0x28, 0x01, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x69, 0x61, 0x6e, @@ -263,7 +263,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_rawDescGZIP() [ } var file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_compliance_ingest_ingest_compliance_proto_goTypes = []any{ +var file_interservice_compliance_ingest_ingest_compliance_proto_goTypes = []interface{}{ (*ProjectUpdateStatusReq)(nil), // 0: chef.automate.domain.compliance.ingest.ingest.ProjectUpdateStatusReq (*ProjectUpdateStatusResp)(nil), // 1: chef.automate.domain.compliance.ingest.ingest.ProjectUpdateStatusResp (*ReportData)(nil), // 2: chef.automate.domain.compliance.ingest.ingest.ReportData @@ -293,7 +293,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectUpdateStatusReq); i { case 0: return &v.state @@ -305,7 +305,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_init() { return nil } } - file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectUpdateStatusResp); i { case 0: return &v.state @@ -317,7 +317,7 @@ func file_interservice_compliance_ingest_ingest_compliance_proto_init() { return nil } } - file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_ingest_ingest_compliance_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportData); i { case 0: return &v.state diff --git a/api/interservice/compliance/jobs/jobs.pb.go b/api/interservice/compliance/jobs/jobs.pb.go index 10760bf8534..720f2effd68 100644 --- a/api/interservice/compliance/jobs/jobs.pb.go +++ b/api/interservice/compliance/jobs/jobs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/jobs/jobs.proto @@ -1082,7 +1082,7 @@ func file_interservice_compliance_jobs_jobs_proto_rawDescGZIP() []byte { var file_interservice_compliance_jobs_jobs_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_jobs_jobs_proto_msgTypes = make([]protoimpl.MessageInfo, 11) -var file_interservice_compliance_jobs_jobs_proto_goTypes = []any{ +var file_interservice_compliance_jobs_jobs_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.jobs.Query.OrderType (*GetJobResultByNodeIdRequest)(nil), // 1: chef.automate.domain.compliance.jobs.GetJobResultByNodeIdRequest (*RerunResponse)(nil), // 2: chef.automate.domain.compliance.jobs.RerunResponse @@ -1145,7 +1145,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_jobs_jobs_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetJobResultByNodeIdRequest); i { case 0: return &v.state @@ -1157,7 +1157,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ids); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IdsWithTime); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TimeQuery); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ManagerFilter); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Job); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Jobs); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_interservice_compliance_jobs_jobs_proto_init() { return nil } } - file_interservice_compliance_jobs_jobs_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_compliance_jobs_jobs_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResultsRow); i { case 0: return &v.state diff --git a/api/interservice/compliance/profiles/profiles.pb.go b/api/interservice/compliance/profiles/profiles.pb.go index ca55fbd8592..5d6f985c2ed 100644 --- a/api/interservice/compliance/profiles/profiles.pb.go +++ b/api/interservice/compliance/profiles/profiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/profiles/profiles.proto @@ -2091,7 +2091,7 @@ func file_interservice_compliance_profiles_profiles_proto_rawDescGZIP() []byte { var file_interservice_compliance_profiles_profiles_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_profiles_profiles_proto_msgTypes = make([]protoimpl.MessageInfo, 24) -var file_interservice_compliance_profiles_profiles_proto_goTypes = []any{ +var file_interservice_compliance_profiles_profiles_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.profiles.Query.OrderType (*Sha256)(nil), // 1: chef.automate.domain.compliance.profiles.Sha256 (*Missing)(nil), // 2: chef.automate.domain.compliance.profiles.Missing @@ -2167,7 +2167,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Sha256); i { case 0: return &v.state @@ -2179,7 +2179,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Missing); i { case 0: return &v.state @@ -2191,7 +2191,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfilePostRequest); i { case 0: return &v.state @@ -2203,7 +2203,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Metadata); i { case 0: return &v.state @@ -2215,7 +2215,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Chunk); i { case 0: return &v.state @@ -2227,7 +2227,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileData); i { case 0: return &v.state @@ -2239,7 +2239,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profiles); i { case 0: return &v.state @@ -2251,7 +2251,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -2263,7 +2263,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Group); i { case 0: return &v.state @@ -2275,7 +2275,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Control); i { case 0: return &v.state @@ -2287,7 +2287,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ref); i { case 0: return &v.state @@ -2299,7 +2299,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Result); i { case 0: return &v.state @@ -2311,7 +2311,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -2323,7 +2323,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Attribute); i { case 0: return &v.state @@ -2335,7 +2335,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Option); i { case 0: return &v.state @@ -2347,7 +2347,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -2359,7 +2359,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Dependency); i { case 0: return &v.state @@ -2371,7 +2371,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileDetails); i { case 0: return &v.state @@ -2383,7 +2383,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckResult); i { case 0: return &v.state @@ -2395,7 +2395,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResultSummary); i { case 0: return &v.state @@ -2407,7 +2407,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CheckMessage); i { case 0: return &v.state @@ -2419,7 +2419,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2431,7 +2431,7 @@ func file_interservice_compliance_profiles_profiles_proto_init() { return nil } } - file_interservice_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_compliance_profiles_profiles_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state diff --git a/api/interservice/compliance/reporting/reporting.pb.go b/api/interservice/compliance/reporting/reporting.pb.go index 356244a9744..cf51073efca 100644 --- a/api/interservice/compliance/reporting/reporting.pb.go +++ b/api/interservice/compliance/reporting/reporting.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/reporting/reporting.proto @@ -5453,7 +5453,7 @@ func file_interservice_compliance_reporting_reporting_proto_rawDescGZIP() []byte var file_interservice_compliance_reporting_reporting_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_reporting_reporting_proto_msgTypes = make([]protoimpl.MessageInfo, 64) -var file_interservice_compliance_reporting_reporting_proto_goTypes = []any{ +var file_interservice_compliance_reporting_reporting_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.reporting.Query.OrderType (*ReportContentRequest)(nil), // 1: chef.automate.domain.compliance.reporting.ReportContentRequest (*ReportContentResponse)(nil), // 2: chef.automate.domain.compliance.reporting.ReportContentResponse @@ -5636,7 +5636,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportContentRequest); i { case 0: return &v.state @@ -5648,7 +5648,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportContentResponse); i { case 0: return &v.state @@ -5660,7 +5660,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExportData); i { case 0: return &v.state @@ -5672,7 +5672,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -5684,7 +5684,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -5696,7 +5696,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -5708,7 +5708,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilters); i { case 0: return &v.state @@ -5720,7 +5720,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Total); i { case 0: return &v.state @@ -5732,7 +5732,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Failed); i { case 0: return &v.state @@ -5744,7 +5744,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlSummary); i { case 0: return &v.state @@ -5756,7 +5756,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlItemRequest); i { case 0: return &v.state @@ -5768,7 +5768,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WaiverData); i { case 0: return &v.state @@ -5780,7 +5780,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlItem); i { case 0: return &v.state @@ -5792,7 +5792,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlItems); i { case 0: return &v.state @@ -5804,7 +5804,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportsSummaryLevelOne); i { case 0: return &v.state @@ -5816,7 +5816,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportSummaryLevelOne); i { case 0: return &v.state @@ -5828,7 +5828,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Reports); i { case 0: return &v.state @@ -5840,7 +5840,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Report); i { case 0: return &v.state @@ -5852,7 +5852,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeHeaderInfo); i { case 0: return &v.state @@ -5864,7 +5864,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportIds); i { case 0: return &v.state @@ -5876,7 +5876,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportData); i { case 0: return &v.state @@ -5888,7 +5888,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -5900,7 +5900,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeHeaderProfileInfo); i { case 0: return &v.state @@ -5912,7 +5912,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ref); i { case 0: return &v.state @@ -5924,7 +5924,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Result); i { case 0: return &v.state @@ -5936,7 +5936,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -5948,7 +5948,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Option); i { case 0: return &v.state @@ -5960,7 +5960,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -5972,7 +5972,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Dependency); i { case 0: return &v.state @@ -5984,7 +5984,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Group); i { case 0: return &v.state @@ -5996,7 +5996,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Control); i { case 0: return &v.state @@ -6008,7 +6008,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OrigWaiverData); i { case 0: return &v.state @@ -6020,7 +6020,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemovedResultsCounts); i { case 0: return &v.state @@ -6032,7 +6032,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TagValues); i { case 0: return &v.state @@ -6044,7 +6044,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Attribute); i { case 0: return &v.state @@ -6056,7 +6056,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Platform); i { case 0: return &v.state @@ -6068,7 +6068,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Statistics); i { case 0: return &v.state @@ -6080,7 +6080,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SuggestionRequest); i { case 0: return &v.state @@ -6092,7 +6092,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestion); i { case 0: return &v.state @@ -6104,7 +6104,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Suggestions); i { case 0: return &v.state @@ -6116,7 +6116,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileMins); i { case 0: return &v.state @@ -6128,7 +6128,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileCounts); i { case 0: return &v.state @@ -6140,7 +6140,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileMin); i { case 0: return &v.state @@ -6152,7 +6152,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -6164,7 +6164,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -6176,7 +6176,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Kv); i { case 0: return &v.state @@ -6188,7 +6188,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LatestReportSummary); i { case 0: return &v.state @@ -6200,7 +6200,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileMeta); i { case 0: return &v.state @@ -6212,7 +6212,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlElement); i { case 0: return &v.state @@ -6224,7 +6224,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlElements); i { case 0: return &v.state @@ -6236,7 +6236,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CustomReportResponse); i { case 0: return &v.state @@ -6248,7 +6248,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportListForReportManagerResponse); i { case 0: return &v.state @@ -6260,7 +6260,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportResponse); i { case 0: return &v.state @@ -6272,7 +6272,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileResponse); i { case 0: return &v.state @@ -6284,7 +6284,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AssetSummary); i { case 0: return &v.state @@ -6296,7 +6296,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Collected); i { case 0: return &v.state @@ -6308,7 +6308,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Uncollected); i { case 0: return &v.state @@ -6320,7 +6320,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[57].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Assets); i { case 0: return &v.state @@ -6332,7 +6332,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[58].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AssetListRequest); i { case 0: return &v.state @@ -6344,7 +6344,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[59].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AssetListResponse); i { case 0: return &v.state @@ -6356,7 +6356,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[60].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceConfigRequest); i { case 0: return &v.state @@ -6368,7 +6368,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[61].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceConfigResponse); i { case 0: return &v.state @@ -6380,7 +6380,7 @@ func file_interservice_compliance_reporting_reporting_proto_init() { return nil } } - file_interservice_compliance_reporting_reporting_proto_msgTypes[62].Exporter = func(v any, i int) any { + file_interservice_compliance_reporting_reporting_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetConfigRequest); i { case 0: return &v.state diff --git a/api/interservice/compliance/stats/stats.pb.go b/api/interservice/compliance/stats/stats.pb.go index dfa7945d346..8dfb348fcef 100644 --- a/api/interservice/compliance/stats/stats.pb.go +++ b/api/interservice/compliance/stats/stats.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/stats/stats.proto @@ -501,7 +501,7 @@ type Stats struct { // we don't really need for nodes counts to be int64 as int32 limits us to 2billion nodes which is plenty for now // we are therefore deprecating nodes and favor nodesCnt // - // Deprecated: Marked as deprecated in interservice/compliance/stats/stats.proto. + // Deprecated: Do not use. Nodes int64 `protobuf:"varint,1,opt,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"` Platforms int32 `protobuf:"varint,2,opt,name=platforms,proto3" json:"platforms,omitempty" toml:"platforms,omitempty" mapstructure:"platforms,omitempty"` Environments int32 `protobuf:"varint,3,opt,name=environments,proto3" json:"environments,omitempty" toml:"environments,omitempty" mapstructure:"environments,omitempty"` @@ -542,7 +542,7 @@ func (*Stats) Descriptor() ([]byte, []int) { return file_interservice_compliance_stats_stats_proto_rawDescGZIP(), []int{5} } -// Deprecated: Marked as deprecated in interservice/compliance/stats/stats.proto. +// Deprecated: Do not use. func (x *Stats) GetNodes() int64 { if x != nil { return x.Nodes @@ -2018,7 +2018,7 @@ func file_interservice_compliance_stats_stats_proto_rawDescGZIP() []byte { var file_interservice_compliance_stats_stats_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_compliance_stats_stats_proto_msgTypes = make([]protoimpl.MessageInfo, 21) -var file_interservice_compliance_stats_stats_proto_goTypes = []any{ +var file_interservice_compliance_stats_stats_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.domain.compliance.stats.Query.OrderType (*ListFilter)(nil), // 1: chef.automate.domain.compliance.stats.ListFilter (*Query)(nil), // 2: chef.automate.domain.compliance.stats.Query @@ -2086,7 +2086,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_stats_stats_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -2098,7 +2098,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -2110,7 +2110,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Summary); i { case 0: return &v.state @@ -2122,7 +2122,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlsSummary); i { case 0: return &v.state @@ -2134,7 +2134,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeSummary); i { case 0: return &v.state @@ -2146,7 +2146,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Stats); i { case 0: return &v.state @@ -2158,7 +2158,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReportSummary); i { case 0: return &v.state @@ -2170,7 +2170,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Trend); i { case 0: return &v.state @@ -2182,7 +2182,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Trends); i { case 0: return &v.state @@ -2194,7 +2194,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -2206,7 +2206,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileList); i { case 0: return &v.state @@ -2218,7 +2218,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileSummary); i { case 0: return &v.state @@ -2230,7 +2230,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileSummaryStats); i { case 0: return &v.state @@ -2242,7 +2242,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlStats); i { case 0: return &v.state @@ -2254,7 +2254,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Support); i { case 0: return &v.state @@ -2266,7 +2266,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Failures); i { case 0: return &v.state @@ -2278,7 +2278,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FailureSummary); i { case 0: return &v.state @@ -2290,7 +2290,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedRequest); i { case 0: return &v.state @@ -2302,7 +2302,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTelemetryReportedResponse); i { case 0: return &v.state @@ -2314,7 +2314,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountRequest); i { case 0: return &v.state @@ -2326,7 +2326,7 @@ func file_interservice_compliance_stats_stats_proto_init() { return nil } } - file_interservice_compliance_stats_stats_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_compliance_stats_stats_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNodesUsageCountResponse); i { case 0: return &v.state diff --git a/api/interservice/compliance/status/status.pb.go b/api/interservice/compliance/status/status.pb.go index 0a344580e38..fdabd479f1d 100644 --- a/api/interservice/compliance/status/status.pb.go +++ b/api/interservice/compliance/status/status.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/status/status.proto @@ -405,7 +405,7 @@ func file_interservice_compliance_status_status_proto_rawDescGZIP() []byte { var file_interservice_compliance_status_status_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_interservice_compliance_status_status_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_compliance_status_status_proto_goTypes = []any{ +var file_interservice_compliance_status_status_proto_goTypes = []interface{}{ (MigrationStatus_Status)(0), // 0: chef.automate.domain.compliance.status.MigrationStatus.Status (ControlIndexMigrationStatus_Status)(0), // 1: chef.automate.domain.compliance.status.ControlIndexMigrationStatus.Status (*MigrationStatus)(nil), // 2: chef.automate.domain.compliance.status.MigrationStatus @@ -436,7 +436,7 @@ func file_interservice_compliance_status_status_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_status_status_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_status_status_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrationStatus); i { case 0: return &v.state @@ -448,7 +448,7 @@ func file_interservice_compliance_status_status_proto_init() { return nil } } - file_interservice_compliance_status_status_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_compliance_status_status_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlIndexMigrationStatus); i { case 0: return &v.state @@ -460,7 +460,7 @@ func file_interservice_compliance_status_status_proto_init() { return nil } } - file_interservice_compliance_status_status_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_compliance_status_status_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LogEntry); i { case 0: return &v.state diff --git a/api/interservice/compliance/version/version.pb.go b/api/interservice/compliance/version/version.pb.go index 535f5b8a17e..b83e2be4931 100644 --- a/api/interservice/compliance/version/version.pb.go +++ b/api/interservice/compliance/version/version.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/compliance/version/version.proto @@ -151,7 +151,7 @@ func file_interservice_compliance_version_version_proto_rawDescGZIP() []byte { } var file_interservice_compliance_version_version_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_compliance_version_version_proto_goTypes = []any{ +var file_interservice_compliance_version_version_proto_goTypes = []interface{}{ (*VersionInfo)(nil), // 0: chef.automate.domain.compliance.version.VersionInfo (*emptypb.Empty)(nil), // 1: google.protobuf.Empty } @@ -171,7 +171,7 @@ func file_interservice_compliance_version_version_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_compliance_version_version_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_compliance_version_version_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionInfo); i { case 0: return &v.state diff --git a/api/interservice/data_lifecycle/purge.pb.go b/api/interservice/data_lifecycle/purge.pb.go index d2ff2abb657..88020899f0e 100644 --- a/api/interservice/data_lifecycle/purge.pb.go +++ b/api/interservice/data_lifecycle/purge.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/data_lifecycle/purge.proto @@ -529,7 +529,7 @@ func file_interservice_data_lifecycle_purge_proto_rawDescGZIP() []byte { } var file_interservice_data_lifecycle_purge_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_data_lifecycle_purge_proto_goTypes = []any{ +var file_interservice_data_lifecycle_purge_proto_goTypes = []interface{}{ (*RunRequest)(nil), // 0: chef.automate.infra.data_lifecycle.api.RunRequest (*RunResponse)(nil), // 1: chef.automate.infra.data_lifecycle.api.RunResponse (*ConfigureRequest)(nil), // 2: chef.automate.infra.data_lifecycle.api.ConfigureRequest @@ -572,7 +572,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_data_lifecycle_purge_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunRequest); i { case 0: return &v.state @@ -584,7 +584,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunResponse); i { case 0: return &v.state @@ -596,7 +596,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureRequest); i { case 0: return &v.state @@ -608,7 +608,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureResponse); i { case 0: return &v.state @@ -620,7 +620,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ShowRequest); i { case 0: return &v.state @@ -632,7 +632,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ShowResponse); i { case 0: return &v.state @@ -644,7 +644,7 @@ func file_interservice_data_lifecycle_purge_proto_init() { return nil } } - file_interservice_data_lifecycle_purge_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_data_lifecycle_purge_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyUpdate); i { case 0: return &v.state diff --git a/api/interservice/deployment/automate_deployment.pb.go b/api/interservice/deployment/automate_deployment.pb.go index f117ac8abe4..33c568d6e24 100644 --- a/api/interservice/deployment/automate_deployment.pb.go +++ b/api/interservice/deployment/automate_deployment.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/deployment/automate_deployment.proto @@ -7688,7 +7688,7 @@ func file_interservice_deployment_automate_deployment_proto_rawDescGZIP() []byte var file_interservice_deployment_automate_deployment_proto_enumTypes = make([]protoimpl.EnumInfo, 8) var file_interservice_deployment_automate_deployment_proto_msgTypes = make([]protoimpl.MessageInfo, 113) -var file_interservice_deployment_automate_deployment_proto_goTypes = []any{ +var file_interservice_deployment_automate_deployment_proto_goTypes = []interface{}{ (UpgradeStatusResponse_UpgradeState)(0), // 0: chef.automate.domain.deployment.UpgradeStatusResponse.UpgradeState (DeployEvent_Status)(0), // 1: chef.automate.domain.deployment.DeployEvent.Status (DeployEvent_PhaseID)(0), // 2: chef.automate.domain.deployment.DeployEvent.PhaseID @@ -7997,7 +7997,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_deployment_automate_deployment_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ControlIndexUpgradeStatusResponse); i { case 0: return &v.state @@ -8009,7 +8009,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BootstrapBundleRequest); i { case 0: return &v.state @@ -8021,7 +8021,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BootstrapBundleResponse); i { case 0: return &v.state @@ -8033,7 +8033,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetCLIExecutableRequest); i { case 0: return &v.state @@ -8045,7 +8045,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetCLIExecutableResponse); i { case 0: return &v.state @@ -8057,7 +8057,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeInventoryRequest); i { case 0: return &v.state @@ -8069,7 +8069,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeInventoryResponse); i { case 0: return &v.state @@ -8081,7 +8081,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InfrastructureNodeDeleteRequest); i { case 0: return &v.state @@ -8093,7 +8093,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InfrastructureNodeDeleteResponse); i { case 0: return &v.state @@ -8105,7 +8105,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InventoryNode); i { case 0: return &v.state @@ -8117,7 +8117,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsageRequest); i { case 0: return &v.state @@ -8129,7 +8129,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsageResponse); i { case 0: return &v.state @@ -8141,7 +8141,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeUsage); i { case 0: return &v.state @@ -8153,7 +8153,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GenerateAdminTokenRequest); i { case 0: return &v.state @@ -8165,7 +8165,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GenerateAdminTokenResponse); i { case 0: return &v.state @@ -8177,7 +8177,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NewDeploymentRequest); i { case 0: return &v.state @@ -8189,7 +8189,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureDeploymentRequest); i { case 0: return &v.state @@ -8201,7 +8201,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureDeploymentResponse); i { case 0: return &v.state @@ -8213,7 +8213,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployRequest); i { case 0: return &v.state @@ -8225,7 +8225,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployResponse); i { case 0: return &v.state @@ -8237,7 +8237,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployStatusRequest); i { case 0: return &v.state @@ -8249,7 +8249,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveRequest); i { case 0: return &v.state @@ -8261,7 +8261,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ManifestVersionRequest); i { case 0: return &v.state @@ -8273,7 +8273,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PingRequest); i { case 0: return &v.state @@ -8285,7 +8285,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PingResponse); i { case 0: return &v.state @@ -8297,7 +8297,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployIDRequest); i { case 0: return &v.state @@ -8309,7 +8309,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveResponse); i { case 0: return &v.state @@ -8321,7 +8321,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopRequest); i { case 0: return &v.state @@ -8333,7 +8333,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopResponse); i { case 0: return &v.state @@ -8345,7 +8345,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[29].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopConvergeRequest); i { case 0: return &v.state @@ -8357,7 +8357,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[30].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopConvergeResponse); i { case 0: return &v.state @@ -8369,7 +8369,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[31].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartConvergeRequest); i { case 0: return &v.state @@ -8381,7 +8381,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[32].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartConvergeResponse); i { case 0: return &v.state @@ -8393,7 +8393,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[33].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceVersionsRequest); i { case 0: return &v.state @@ -8405,7 +8405,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[34].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SystemLogsRequest); i { case 0: return &v.state @@ -8417,7 +8417,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[35].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeStatusRequest); i { case 0: return &v.state @@ -8429,7 +8429,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[36].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeStatusResponse); i { case 0: return &v.state @@ -8441,7 +8441,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[37].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetLogLevelRequest); i { case 0: return &v.state @@ -8453,7 +8453,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[38].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetLogLevelResponse); i { case 0: return &v.state @@ -8465,7 +8465,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[39].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradingService); i { case 0: return &v.state @@ -8477,7 +8477,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[40].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PackageOptions); i { case 0: return &v.state @@ -8489,7 +8489,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[41].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureRequest); i { case 0: return &v.state @@ -8501,7 +8501,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[42].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeploymentID); i { case 0: return &v.state @@ -8513,7 +8513,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[43].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeploymentStatus); i { case 0: return &v.state @@ -8525,7 +8525,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[44].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent); i { case 0: return &v.state @@ -8537,7 +8537,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[45].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LogLine); i { case 0: return &v.state @@ -8549,7 +8549,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[46].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SupportBundleConfig); i { case 0: return &v.state @@ -8561,7 +8561,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[47].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StatusRequest); i { case 0: return &v.state @@ -8573,7 +8573,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[48].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StatusResponse); i { case 0: return &v.state @@ -8585,7 +8585,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[49].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceVersionsResponse); i { case 0: return &v.state @@ -8597,7 +8597,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[50].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceVersion); i { case 0: return &v.state @@ -8609,7 +8609,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[51].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LicenseStatusRequest); i { case 0: return &v.state @@ -8621,7 +8621,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[52].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LicenseStatusResponse); i { case 0: return &v.state @@ -8633,7 +8633,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[53].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LicenseApplyRequest); i { case 0: return &v.state @@ -8645,7 +8645,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[54].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LicenseApplyResponse); i { case 0: return &v.state @@ -8657,7 +8657,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[55].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceStatus); i { case 0: return &v.state @@ -8669,7 +8669,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[56].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceState); i { case 0: return &v.state @@ -8681,7 +8681,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[57].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GatherLogsRequest); i { case 0: return &v.state @@ -8693,7 +8693,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[58].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GatherLogsResponse); i { case 0: return &v.state @@ -8705,7 +8705,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[59].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GatherLogsDownloadRequest); i { case 0: return &v.state @@ -8717,7 +8717,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[60].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GatherLogsDownloadResponse); i { case 0: return &v.state @@ -8729,7 +8729,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[61].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestartServicesRequest); i { case 0: return &v.state @@ -8741,7 +8741,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[62].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestartServicesResponse); i { case 0: return &v.state @@ -8753,7 +8753,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[63].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAutomateConfigRequest); i { case 0: return &v.state @@ -8765,7 +8765,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[64].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAutomateConfigResponse); i { case 0: return &v.state @@ -8777,7 +8777,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[65].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PatchAutomateConfigRequest); i { case 0: return &v.state @@ -8789,7 +8789,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[66].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PatchAutomateConfigResponse); i { case 0: return &v.state @@ -8801,7 +8801,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[67].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetAutomateConfigRequest); i { case 0: return &v.state @@ -8813,7 +8813,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[68].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetAutomateConfigResponse); i { case 0: return &v.state @@ -8825,7 +8825,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[69].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DumpDBRequest); i { case 0: return &v.state @@ -8837,7 +8837,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[70].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DumpDBResponse); i { case 0: return &v.state @@ -8849,7 +8849,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[71].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ManifestVersionResponse); i { case 0: return &v.state @@ -8861,7 +8861,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[72].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployIDResponse); i { case 0: return &v.state @@ -8873,7 +8873,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[73].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupTask); i { case 0: return &v.state @@ -8885,7 +8885,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[74].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupDescription); i { case 0: return &v.state @@ -8897,7 +8897,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[75].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*S3BackupLocation); i { case 0: return &v.state @@ -8909,7 +8909,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[76].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GCSBackupLocation); i { case 0: return &v.state @@ -8921,7 +8921,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[77].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupRestoreTask); i { case 0: return &v.state @@ -8933,7 +8933,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[78].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupDeleteTask); i { case 0: return &v.state @@ -8945,7 +8945,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[79].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateBackupRequest); i { case 0: return &v.state @@ -8957,7 +8957,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[80].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateBackupResponse); i { case 0: return &v.state @@ -8969,7 +8969,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[81].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListBackupsRequest); i { case 0: return &v.state @@ -8981,7 +8981,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[82].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListBackupsResponse); i { case 0: return &v.state @@ -8993,7 +8993,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[83].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ShowBackupRequest); i { case 0: return &v.state @@ -9005,7 +9005,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[84].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ShowBackupResponse); i { case 0: return &v.state @@ -9017,7 +9017,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[85].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteBackupsRequest); i { case 0: return &v.state @@ -9029,7 +9029,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[86].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteBackupsResponse); i { case 0: return &v.state @@ -9041,7 +9041,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[87].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupIntegrityShowRequest); i { case 0: return &v.state @@ -9053,7 +9053,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[88].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupIntegrityShowResponse); i { case 0: return &v.state @@ -9065,7 +9065,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[89].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SnapshotIntegrity); i { case 0: return &v.state @@ -9077,7 +9077,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[90].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidateBackupIntegrityRequest); i { case 0: return &v.state @@ -9089,7 +9089,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[91].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidateBackupIntegrityResponse); i { case 0: return &v.state @@ -9101,7 +9101,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[92].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestoreBackupRequest); i { case 0: return &v.state @@ -9113,7 +9113,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[93].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestoreBackupResponse); i { case 0: return &v.state @@ -9125,7 +9125,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[94].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupStatusRequest); i { case 0: return &v.state @@ -9137,7 +9137,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[95].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BackupStatusResponse); i { case 0: return &v.state @@ -9149,7 +9149,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[96].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CancelBackupRequest); i { case 0: return &v.state @@ -9161,7 +9161,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[97].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CancelBackupResponse); i { case 0: return &v.state @@ -9173,7 +9173,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[98].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeRequest); i { case 0: return &v.state @@ -9185,7 +9185,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[99].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeResponse); i { case 0: return &v.state @@ -9197,7 +9197,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[100].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidatedUpgradeResponse); i { case 0: return &v.state @@ -9209,7 +9209,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[101].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CurrentReleaseManifestRequest); i { case 0: return &v.state @@ -9221,7 +9221,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[102].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReleaseManifest); i { case 0: return &v.state @@ -9233,7 +9233,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[103].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*A1UpgradeStatusRequest); i { case 0: return &v.state @@ -9245,7 +9245,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[104].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*A1UpgradeStatusResponse); i { case 0: return &v.state @@ -9257,7 +9257,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[106].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent_Deploy); i { case 0: return &v.state @@ -9269,7 +9269,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[107].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent_Phase); i { case 0: return &v.state @@ -9281,7 +9281,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[108].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent_PhaseStep); i { case 0: return &v.state @@ -9293,7 +9293,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[109].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent_Backup); i { case 0: return &v.state @@ -9305,7 +9305,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[110].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent_TaskComplete); i { case 0: return &v.state @@ -9317,7 +9317,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[111].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeployEvent_Backup_Operation); i { case 0: return &v.state @@ -9329,7 +9329,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { return nil } } - file_interservice_deployment_automate_deployment_proto_msgTypes[112].Exporter = func(v any, i int) any { + file_interservice_deployment_automate_deployment_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*A1UpgradeStatusResponse_ServiceMigrationStatus); i { case 0: return &v.state @@ -9342,7 +9342,7 @@ func file_interservice_deployment_automate_deployment_proto_init() { } } } - file_interservice_deployment_automate_deployment_proto_msgTypes[44].OneofWrappers = []any{ + file_interservice_deployment_automate_deployment_proto_msgTypes[44].OneofWrappers = []interface{}{ (*DeployEvent_Deploy_)(nil), (*DeployEvent_Phase_)(nil), (*DeployEvent_PhaseStep_)(nil), diff --git a/api/interservice/deployment/certificate_authority.pb.go b/api/interservice/deployment/certificate_authority.pb.go index ee4ec6c8c99..6346bbe4ba3 100644 --- a/api/interservice/deployment/certificate_authority.pb.go +++ b/api/interservice/deployment/certificate_authority.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/deployment/certificate_authority.proto @@ -239,7 +239,7 @@ func file_interservice_deployment_certificate_authority_proto_rawDescGZIP() []by } var file_interservice_deployment_certificate_authority_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_deployment_certificate_authority_proto_goTypes = []any{ +var file_interservice_deployment_certificate_authority_proto_goTypes = []interface{}{ (*RootCertRequest)(nil), // 0: chef.automate.domain.deployment.RootCertRequest (*RootCertResponse)(nil), // 1: chef.automate.domain.deployment.RootCertResponse (*RegenerateRootRequest)(nil), // 2: chef.automate.domain.deployment.RegenerateRootRequest @@ -263,7 +263,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_deployment_certificate_authority_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_deployment_certificate_authority_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RootCertRequest); i { case 0: return &v.state @@ -275,7 +275,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return nil } } - file_interservice_deployment_certificate_authority_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_deployment_certificate_authority_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RootCertResponse); i { case 0: return &v.state @@ -287,7 +287,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return nil } } - file_interservice_deployment_certificate_authority_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_deployment_certificate_authority_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RegenerateRootRequest); i { case 0: return &v.state @@ -299,7 +299,7 @@ func file_interservice_deployment_certificate_authority_proto_init() { return nil } } - file_interservice_deployment_certificate_authority_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_deployment_certificate_authority_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RegenerateRootResponse); i { case 0: return &v.state diff --git a/api/interservice/es_sidecar/service.pb.go b/api/interservice/es_sidecar/service.pb.go index 719abf5a15f..d82fa2d2267 100644 --- a/api/interservice/es_sidecar/service.pb.go +++ b/api/interservice/es_sidecar/service.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/es_sidecar/service.proto @@ -1341,7 +1341,7 @@ func file_interservice_es_sidecar_service_proto_rawDescGZIP() []byte { var file_interservice_es_sidecar_service_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_es_sidecar_service_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_interservice_es_sidecar_service_proto_goTypes = []any{ +var file_interservice_es_sidecar_service_proto_goTypes = []interface{}{ (SnapshotState)(0), // 0: chef.automate.infra.es_sidecar.SnapshotState (*PurgeRequest)(nil), // 1: chef.automate.infra.es_sidecar.PurgeRequest (*PurgeResponse)(nil), // 2: chef.automate.infra.es_sidecar.PurgeResponse @@ -1404,7 +1404,7 @@ func file_interservice_es_sidecar_service_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_es_sidecar_service_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeRequest); i { case 0: return &v.state @@ -1416,7 +1416,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeResponse); i { case 0: return &v.state @@ -1428,7 +1428,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionResponse); i { case 0: return &v.state @@ -1440,7 +1440,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRepositoryRequest); i { case 0: return &v.state @@ -1452,7 +1452,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRepositoryResponse); i { case 0: return &v.state @@ -1464,7 +1464,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConvergeRepositorySettingsRequest); i { case 0: return &v.state @@ -1476,7 +1476,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConvergeRepositorySettingsResponse); i { case 0: return &v.state @@ -1488,7 +1488,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveRepositoryRequest); i { case 0: return &v.state @@ -1500,7 +1500,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveRepositoryResponse); i { case 0: return &v.state @@ -1512,7 +1512,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateSnapshotRequest); i { case 0: return &v.state @@ -1524,7 +1524,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateSnapshotResponse); i { case 0: return &v.state @@ -1536,7 +1536,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateSnapshotStatusRequest); i { case 0: return &v.state @@ -1548,7 +1548,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateSnapshotStatusResponse); i { case 0: return &v.state @@ -1560,7 +1560,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestoreSnapshotRequest); i { case 0: return &v.state @@ -1572,7 +1572,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestoreSnapshotResponse); i { case 0: return &v.state @@ -1584,7 +1584,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestoreSnapshotStatusRequest); i { case 0: return &v.state @@ -1596,7 +1596,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RestoreSnapshotStatusResponse); i { case 0: return &v.state @@ -1608,7 +1608,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteSnapshotRequest); i { case 0: return &v.state @@ -1620,7 +1620,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteSnapshotResponse); i { case 0: return &v.state @@ -1632,7 +1632,7 @@ func file_interservice_es_sidecar_service_proto_init() { return nil } } - file_interservice_es_sidecar_service_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_es_sidecar_service_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeResponse_Failure); i { case 0: return &v.state diff --git a/api/interservice/event/event.pb.go b/api/interservice/event/event.pb.go index cc447134307..7f5de95f280 100644 --- a/api/interservice/event/event.pb.go +++ b/api/interservice/event/event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/event/event.proto @@ -964,7 +964,7 @@ func file_interservice_event_event_proto_rawDescGZIP() []byte { } var file_interservice_event_event_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_event_event_proto_goTypes = []any{ +var file_interservice_event_event_proto_goTypes = []interface{}{ (*EventType)(nil), // 0: chef.automate.domain.event.api.EventType (*Producer)(nil), // 1: chef.automate.domain.event.api.Producer (*Actor)(nil), // 2: chef.automate.domain.event.api.Actor @@ -1013,7 +1013,7 @@ func file_interservice_event_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_event_event_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventType); i { case 0: return &v.state @@ -1025,7 +1025,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Producer); i { case 0: return &v.state @@ -1037,7 +1037,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Actor); i { case 0: return &v.state @@ -1049,7 +1049,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Object); i { case 0: return &v.state @@ -1061,7 +1061,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Target); i { case 0: return &v.state @@ -1073,7 +1073,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventMsg); i { case 0: return &v.state @@ -1085,7 +1085,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventResponse); i { case 0: return &v.state @@ -1097,7 +1097,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PublishRequest); i { case 0: return &v.state @@ -1109,7 +1109,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PublishResponse); i { case 0: return &v.state @@ -1121,7 +1121,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SubscribeRequest); i { case 0: return &v.state @@ -1133,7 +1133,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SubscribeResponse); i { case 0: return &v.state @@ -1145,7 +1145,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartRequest); i { case 0: return &v.state @@ -1157,7 +1157,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopRequest); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_interservice_event_event_proto_init() { return nil } } - file_interservice_event_event_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_event_event_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopResponse); i { case 0: return &v.state diff --git a/api/interservice/event_feed/event_feed.pb.go b/api/interservice/event_feed/event_feed.pb.go index 906866eb342..cef6984c5fb 100644 --- a/api/interservice/event_feed/event_feed.pb.go +++ b/api/interservice/event_feed/event_feed.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/event_feed/event_feed.proto @@ -1497,7 +1497,7 @@ func file_interservice_event_feed_event_feed_proto_rawDescGZIP() []byte { } var file_interservice_event_feed_event_feed_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_interservice_event_feed_event_feed_proto_goTypes = []any{ +var file_interservice_event_feed_event_feed_proto_goTypes = []interface{}{ (*FeedRequest)(nil), // 0: chef.automate.domain.event_feed.api.FeedRequest (*FeedResponse)(nil), // 1: chef.automate.domain.event_feed.api.FeedResponse (*FeedEntry)(nil), // 2: chef.automate.domain.event_feed.api.FeedEntry @@ -1557,7 +1557,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_event_feed_event_feed_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedRequest); i { case 0: return &v.state @@ -1569,7 +1569,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedResponse); i { case 0: return &v.state @@ -1581,7 +1581,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedEntry); i { case 0: return &v.state @@ -1593,7 +1593,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Parent); i { case 0: return &v.state @@ -1605,7 +1605,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Producer); i { case 0: return &v.state @@ -1617,7 +1617,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Actor); i { case 0: return &v.state @@ -1629,7 +1629,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Object); i { case 0: return &v.state @@ -1641,7 +1641,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Target); i { case 0: return &v.state @@ -1653,7 +1653,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedSummaryRequest); i { case 0: return &v.state @@ -1665,7 +1665,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedSummaryResponse); i { case 0: return &v.state @@ -1677,7 +1677,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EntryCount); i { case 0: return &v.state @@ -1689,7 +1689,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedTimelineRequest); i { case 0: return &v.state @@ -1701,7 +1701,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FeedTimelineResponse); i { case 0: return &v.state @@ -1713,7 +1713,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActionLine); i { case 0: return &v.state @@ -1725,7 +1725,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Timeslot); i { case 0: return &v.state @@ -1737,7 +1737,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventExportResponse); i { case 0: return &v.state @@ -1749,7 +1749,7 @@ func file_interservice_event_feed_event_feed_proto_init() { return nil } } - file_interservice_event_feed_event_feed_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_event_feed_event_feed_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EventExportRequest); i { case 0: return &v.state diff --git a/api/interservice/id_token/id_token.pb.go b/api/interservice/id_token/id_token.pb.go index 539db5f869c..7987b9344f5 100644 --- a/api/interservice/id_token/id_token.pb.go +++ b/api/interservice/id_token/id_token.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/id_token/id_token.proto @@ -162,7 +162,7 @@ func file_interservice_id_token_id_token_proto_rawDescGZIP() []byte { } var file_interservice_id_token_id_token_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_id_token_id_token_proto_goTypes = []any{ +var file_interservice_id_token_id_token_proto_goTypes = []interface{}{ (*ValidateIdTokenRequest)(nil), // 0: chef.automate.domain.id_token.ValidateIdTokenRequest (*ValidateIdTokenResponse)(nil), // 1: chef.automate.domain.id_token.ValidateIdTokenResponse } @@ -182,7 +182,7 @@ func file_interservice_id_token_id_token_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_id_token_id_token_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_id_token_id_token_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidateIdTokenRequest); i { case 0: return &v.state @@ -194,7 +194,7 @@ func file_interservice_id_token_id_token_proto_init() { return nil } } - file_interservice_id_token_id_token_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_id_token_id_token_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ValidateIdTokenResponse); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/clients.pb.go b/api/interservice/infra_proxy/request/clients.pb.go index 2c5ae19c074..17389ab7a8a 100644 --- a/api/interservice/infra_proxy/request/clients.pb.go +++ b/api/interservice/infra_proxy/request/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/clients.proto @@ -373,7 +373,7 @@ func file_interservice_infra_proxy_request_clients_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_infra_proxy_request_clients_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_clients_proto_goTypes = []interface{}{ (*Clients)(nil), // 0: chef.automate.domain.infra_proxy.request.Clients (*Client)(nil), // 1: chef.automate.domain.infra_proxy.request.Client (*CreateClient)(nil), // 2: chef.automate.domain.infra_proxy.request.CreateClient @@ -396,7 +396,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Clients); i { case 0: return &v.state @@ -408,7 +408,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { return nil } } - file_interservice_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Client); i { case 0: return &v.state @@ -420,7 +420,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { return nil } } - file_interservice_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -432,7 +432,7 @@ func file_interservice_infra_proxy_request_clients_proto_init() { return nil } } - file_interservice_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/common.pb.go b/api/interservice/infra_proxy/request/common.pb.go index 6c2bbba299f..1025f880f08 100644 --- a/api/interservice/infra_proxy/request/common.pb.go +++ b/api/interservice/infra_proxy/request/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/common.proto @@ -119,7 +119,7 @@ func file_interservice_infra_proxy_request_common_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_infra_proxy_request_common_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_common_proto_goTypes = []interface{}{ (*SearchQuery)(nil), // 0: chef.automate.domain.infra_proxy.request.SearchQuery } var file_interservice_infra_proxy_request_common_proto_depIdxs = []int32{ @@ -136,7 +136,7 @@ func file_interservice_infra_proxy_request_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SearchQuery); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/cookbooks.pb.go b/api/interservice/infra_proxy/request/cookbooks.pb.go index fbdef48f31e..d38d5b04fad 100644 --- a/api/interservice/infra_proxy/request/cookbooks.pb.go +++ b/api/interservice/infra_proxy/request/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/cookbooks.proto @@ -356,7 +356,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_rawDescGZIP() []byte } var file_interservice_infra_proxy_request_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_interservice_infra_proxy_request_cookbooks_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_cookbooks_proto_goTypes = []interface{}{ (*Cookbooks)(nil), // 0: chef.automate.domain.infra_proxy.request.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.domain.infra_proxy.request.CookbookVersions (*Cookbook)(nil), // 2: chef.automate.domain.infra_proxy.request.Cookbook @@ -376,7 +376,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -388,7 +388,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -400,7 +400,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -412,7 +412,7 @@ func file_interservice_infra_proxy_request_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookFileContent); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/databags.pb.go b/api/interservice/infra_proxy/request/databags.pb.go index 0be7bcad2b3..81b09c9c902 100644 --- a/api/interservice/infra_proxy/request/databags.pb.go +++ b/api/interservice/infra_proxy/request/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/databags.proto @@ -604,7 +604,7 @@ func file_interservice_infra_proxy_request_databags_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_request_databags_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_databags_proto_goTypes = []interface{}{ (*DataBags)(nil), // 0: chef.automate.domain.infra_proxy.request.DataBags (*DataBag)(nil), // 1: chef.automate.domain.infra_proxy.request.DataBag (*DataBagItems)(nil), // 2: chef.automate.domain.infra_proxy.request.DataBagItems @@ -633,7 +633,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBags); i { case 0: return &v.state @@ -645,7 +645,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBag); i { case 0: return &v.state @@ -657,7 +657,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -669,7 +669,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -681,7 +681,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -693,7 +693,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -705,7 +705,7 @@ func file_interservice_infra_proxy_request_databags_proto_init() { return nil } } - file_interservice_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/environments.pb.go b/api/interservice/infra_proxy/request/environments.pb.go index 6e75f8c65f2..0e56aaaa2ab 100644 --- a/api/interservice/infra_proxy/request/environments.pb.go +++ b/api/interservice/infra_proxy/request/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/environments.proto @@ -487,7 +487,7 @@ func file_interservice_infra_proxy_request_environments_proto_rawDescGZIP() []by } var file_interservice_infra_proxy_request_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_environments_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_environments_proto_goTypes = []interface{}{ (*Environments)(nil), // 0: chef.automate.domain.infra_proxy.request.Environments (*Environment)(nil), // 1: chef.automate.domain.infra_proxy.request.Environment (*CreateEnvironment)(nil), // 2: chef.automate.domain.infra_proxy.request.CreateEnvironment @@ -519,7 +519,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environments); i { case 0: return &v.state @@ -531,7 +531,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { return nil } } - file_interservice_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environment); i { case 0: return &v.state @@ -543,7 +543,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { return nil } } - file_interservice_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateEnvironment); i { case 0: return &v.state @@ -555,7 +555,7 @@ func file_interservice_infra_proxy_request_environments_proto_init() { return nil } } - file_interservice_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateEnvironment); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/nodes.pb.go b/api/interservice/infra_proxy/request/nodes.pb.go index 77d7a89c009..e58a67d06b7 100644 --- a/api/interservice/infra_proxy/request/nodes.pb.go +++ b/api/interservice/infra_proxy/request/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/nodes.proto @@ -714,7 +714,7 @@ func file_interservice_infra_proxy_request_nodes_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_request_nodes_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_nodes_proto_goTypes = []interface{}{ (*Nodes)(nil), // 0: chef.automate.domain.infra_proxy.request.Nodes (*Node)(nil), // 1: chef.automate.domain.infra_proxy.request.Node (*NodeDetails)(nil), // 2: chef.automate.domain.infra_proxy.request.NodeDetails @@ -746,7 +746,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -758,7 +758,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -770,7 +770,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeDetails); i { case 0: return &v.state @@ -782,7 +782,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -794,7 +794,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -806,7 +806,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -818,7 +818,7 @@ func file_interservice_infra_proxy_request_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/orgs.pb.go b/api/interservice/infra_proxy/request/orgs.pb.go index ff46dd26882..745d50d4202 100644 --- a/api/interservice/infra_proxy/request/orgs.pb.go +++ b/api/interservice/infra_proxy/request/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/orgs.proto @@ -488,7 +488,7 @@ func file_interservice_infra_proxy_request_orgs_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_orgs_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_orgs_proto_goTypes = []interface{}{ (*CreateOrg)(nil), // 0: chef.automate.domain.infra_proxy.request.CreateOrg (*UpdateOrg)(nil), // 1: chef.automate.domain.infra_proxy.request.UpdateOrg (*DeleteOrg)(nil), // 2: chef.automate.domain.infra_proxy.request.DeleteOrg @@ -510,7 +510,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -522,7 +522,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -534,7 +534,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -546,7 +546,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -558,7 +558,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -570,7 +570,7 @@ func file_interservice_infra_proxy_request_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/policyfiles.pb.go b/api/interservice/infra_proxy/request/policyfiles.pb.go index a8a1f34f4ce..361a0ff77da 100644 --- a/api/interservice/infra_proxy/request/policyfiles.pb.go +++ b/api/interservice/infra_proxy/request/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/policyfiles.proto @@ -412,7 +412,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_rawDescGZIP() []byt } var file_interservice_infra_proxy_request_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_interservice_infra_proxy_request_policyfiles_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_policyfiles_proto_goTypes = []interface{}{ (*Policyfiles)(nil), // 0: chef.automate.domain.infra_proxy.request.Policyfiles (*Policyfile)(nil), // 1: chef.automate.domain.infra_proxy.request.Policyfile (*DeletePolicyfile)(nil), // 2: chef.automate.domain.infra_proxy.request.DeletePolicyfile @@ -433,7 +433,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -445,7 +445,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -457,7 +457,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -469,7 +469,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_interservice_infra_proxy_request_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policygroup); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/roles.pb.go b/api/interservice/infra_proxy/request/roles.pb.go index f705f2ebca8..e4cd05167ee 100644 --- a/api/interservice/infra_proxy/request/roles.pb.go +++ b/api/interservice/infra_proxy/request/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/roles.proto @@ -614,7 +614,7 @@ func file_interservice_infra_proxy_request_roles_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_roles_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_roles_proto_goTypes = []interface{}{ (*Roles)(nil), // 0: chef.automate.domain.infra_proxy.request.Roles (*Role)(nil), // 1: chef.automate.domain.infra_proxy.request.Role (*CreateRole)(nil), // 2: chef.automate.domain.infra_proxy.request.CreateRole @@ -646,7 +646,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { } file_interservice_infra_proxy_request_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Roles); i { case 0: return &v.state @@ -658,7 +658,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Role); i { case 0: return &v.state @@ -670,7 +670,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateRole); i { case 0: return &v.state @@ -682,7 +682,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRole); i { case 0: return &v.state @@ -694,7 +694,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvRunList); i { case 0: return &v.state @@ -706,7 +706,7 @@ func file_interservice_infra_proxy_request_roles_proto_init() { return nil } } - file_interservice_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_roles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/servers.pb.go b/api/interservice/infra_proxy/request/servers.pb.go index 5b415620b30..8362079a33f 100644 --- a/api/interservice/infra_proxy/request/servers.pb.go +++ b/api/interservice/infra_proxy/request/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/servers.proto @@ -412,7 +412,7 @@ func file_interservice_infra_proxy_request_servers_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_interservice_infra_proxy_request_servers_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_servers_proto_goTypes = []interface{}{ (*CreateServer)(nil), // 0: chef.automate.domain.infra_proxy.request.CreateServer (*UpdateServer)(nil), // 1: chef.automate.domain.infra_proxy.request.UpdateServer (*DeleteServer)(nil), // 2: chef.automate.domain.infra_proxy.request.DeleteServer @@ -434,7 +434,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -446,7 +446,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -458,7 +458,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -470,7 +470,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServers); i { case 0: return &v.state @@ -482,7 +482,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServer); i { case 0: return &v.state @@ -494,7 +494,7 @@ func file_interservice_infra_proxy_request_servers_proto_init() { return nil } } - file_interservice_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/request/users.pb.go b/api/interservice/infra_proxy/request/users.pb.go index f82a1455d69..9e966dc5f9a 100644 --- a/api/interservice/infra_proxy/request/users.pb.go +++ b/api/interservice/infra_proxy/request/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/request/users.proto @@ -182,7 +182,7 @@ func file_interservice_infra_proxy_request_users_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_request_users_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_infra_proxy_request_users_proto_goTypes = []any{ +var file_interservice_infra_proxy_request_users_proto_goTypes = []interface{}{ (*OrgUsers)(nil), // 0: chef.automate.domain.infra_proxy.request.OrgUsers (*ServerUsers)(nil), // 1: chef.automate.domain.infra_proxy.request.ServerUsers } @@ -200,7 +200,7 @@ func file_interservice_infra_proxy_request_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -212,7 +212,7 @@ func file_interservice_infra_proxy_request_users_proto_init() { return nil } } - file_interservice_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_request_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/clients.pb.go b/api/interservice/infra_proxy/response/clients.pb.go index 5cfd3771796..22a1b9014da 100644 --- a/api/interservice/infra_proxy/response/clients.pb.go +++ b/api/interservice/infra_proxy/response/clients.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/clients.proto @@ -589,7 +589,7 @@ func file_interservice_infra_proxy_response_clients_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_clients_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_response_clients_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_clients_proto_goTypes = []interface{}{ (*Clients)(nil), // 0: chef.automate.domain.infra_proxy.response.Clients (*ClientListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.ClientListItem (*Client)(nil), // 2: chef.automate.domain.infra_proxy.response.Client @@ -616,7 +616,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Clients); i { case 0: return &v.state @@ -628,7 +628,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientListItem); i { case 0: return &v.state @@ -640,7 +640,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Client); i { case 0: return &v.state @@ -652,7 +652,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateClient); i { case 0: return &v.state @@ -664,7 +664,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetClient); i { case 0: return &v.state @@ -676,7 +676,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientKey); i { case 0: return &v.state @@ -688,7 +688,7 @@ func file_interservice_infra_proxy_response_clients_proto_init() { return nil } } - file_interservice_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_clients_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ClientAccessKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/common.pb.go b/api/interservice/infra_proxy/response/common.pb.go index 60a6908a0af..f819ab3e1cf 100644 --- a/api/interservice/infra_proxy/response/common.pb.go +++ b/api/interservice/infra_proxy/response/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/common.proto @@ -165,7 +165,7 @@ func file_interservice_infra_proxy_response_common_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_interservice_infra_proxy_response_common_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_common_proto_goTypes = []interface{}{ (*RunList)(nil), // 0: chef.automate.domain.infra_proxy.response.RunList } var file_interservice_infra_proxy_response_common_proto_depIdxs = []int32{ @@ -183,7 +183,7 @@ func file_interservice_infra_proxy_response_common_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/cookbooks.pb.go b/api/interservice/infra_proxy/response/cookbooks.pb.go index 3a9596db03d..7d4fa96b90d 100644 --- a/api/interservice/infra_proxy/response/cookbooks.pb.go +++ b/api/interservice/infra_proxy/response/cookbooks.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/cookbooks.proto @@ -807,7 +807,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_rawDescGZIP() []byte } var file_interservice_infra_proxy_response_cookbooks_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_interservice_infra_proxy_response_cookbooks_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_cookbooks_proto_goTypes = []interface{}{ (*Cookbooks)(nil), // 0: chef.automate.domain.infra_proxy.response.Cookbooks (*CookbookVersions)(nil), // 1: chef.automate.domain.infra_proxy.response.CookbookVersions (*CookbookFileContent)(nil), // 2: chef.automate.domain.infra_proxy.response.CookbookFileContent @@ -843,7 +843,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbooks); i { case 0: return &v.state @@ -855,7 +855,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookVersions); i { case 0: return &v.state @@ -867,7 +867,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookFileContent); i { case 0: return &v.state @@ -879,7 +879,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookVersion); i { case 0: return &v.state @@ -891,7 +891,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cookbook); i { case 0: return &v.state @@ -903,7 +903,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookItem); i { case 0: return &v.state @@ -915,7 +915,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookMeta); i { case 0: return &v.state @@ -927,7 +927,7 @@ func file_interservice_infra_proxy_response_cookbooks_proto_init() { return nil } } - file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_cookbooks_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookAccess); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/databags.pb.go b/api/interservice/infra_proxy/response/databags.pb.go index d85105ecd2c..54cf17664a3 100644 --- a/api/interservice/infra_proxy/response/databags.pb.go +++ b/api/interservice/infra_proxy/response/databags.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/databags.proto @@ -531,7 +531,7 @@ func file_interservice_infra_proxy_response_databags_proto_rawDescGZIP() []byte } var file_interservice_infra_proxy_response_databags_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_interservice_infra_proxy_response_databags_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_databags_proto_goTypes = []interface{}{ (*DataBags)(nil), // 0: chef.automate.domain.infra_proxy.response.DataBags (*DataBagItems)(nil), // 1: chef.automate.domain.infra_proxy.response.DataBagItems (*DataBagListItem)(nil), // 2: chef.automate.domain.infra_proxy.response.DataBagListItem @@ -557,7 +557,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBags); i { case 0: return &v.state @@ -569,7 +569,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItems); i { case 0: return &v.state @@ -581,7 +581,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagListItem); i { case 0: return &v.state @@ -593,7 +593,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBagItem); i { case 0: return &v.state @@ -605,7 +605,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DataBag); i { case 0: return &v.state @@ -617,7 +617,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBag); i { case 0: return &v.state @@ -629,7 +629,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDataBagItem); i { case 0: return &v.state @@ -641,7 +641,7 @@ func file_interservice_infra_proxy_response_databags_proto_init() { return nil } } - file_interservice_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_databags_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateDataBagItem); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/environments.pb.go b/api/interservice/infra_proxy/response/environments.pb.go index 151e5106a92..dc3601013e0 100644 --- a/api/interservice/infra_proxy/response/environments.pb.go +++ b/api/interservice/infra_proxy/response/environments.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/environments.proto @@ -366,7 +366,7 @@ func file_interservice_infra_proxy_response_environments_proto_rawDescGZIP() []b } var file_interservice_infra_proxy_response_environments_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_interservice_infra_proxy_response_environments_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_environments_proto_goTypes = []interface{}{ (*Environments)(nil), // 0: chef.automate.domain.infra_proxy.response.Environments (*EnvironmentListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.EnvironmentListItem (*Environment)(nil), // 2: chef.automate.domain.infra_proxy.response.Environment @@ -389,7 +389,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_environments_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environments); i { case 0: return &v.state @@ -401,7 +401,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return nil } } - file_interservice_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_environments_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvironmentListItem); i { case 0: return &v.state @@ -413,7 +413,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return nil } } - file_interservice_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_environments_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Environment); i { case 0: return &v.state @@ -425,7 +425,7 @@ func file_interservice_infra_proxy_response_environments_proto_init() { return nil } } - file_interservice_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_environments_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvironmentRecipesList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/nodes.pb.go b/api/interservice/infra_proxy/response/nodes.pb.go index 27783c3f1e5..fce2e943064 100644 --- a/api/interservice/infra_proxy/response/nodes.pb.go +++ b/api/interservice/infra_proxy/response/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/nodes.proto @@ -713,7 +713,7 @@ func file_interservice_infra_proxy_response_nodes_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_interservice_infra_proxy_response_nodes_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_nodes_proto_goTypes = []interface{}{ (*Nodes)(nil), // 0: chef.automate.domain.infra_proxy.response.Nodes (*NodeAttribute)(nil), // 1: chef.automate.domain.infra_proxy.response.NodeAttribute (*DeleteNode)(nil), // 2: chef.automate.domain.infra_proxy.response.DeleteNode @@ -741,7 +741,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { } file_interservice_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -753,7 +753,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeAttribute); i { case 0: return &v.state @@ -765,7 +765,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteNode); i { case 0: return &v.state @@ -777,7 +777,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -789,7 +789,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeTags); i { case 0: return &v.state @@ -801,7 +801,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeEnvironment); i { case 0: return &v.state @@ -813,7 +813,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNodeAttributes); i { case 0: return &v.state @@ -825,7 +825,7 @@ func file_interservice_infra_proxy_response_nodes_proto_init() { return nil } } - file_interservice_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeExpandedRunList); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/orgs.pb.go b/api/interservice/infra_proxy/response/orgs.pb.go index f8e44333354..1a6dceac771 100644 --- a/api/interservice/infra_proxy/response/orgs.pb.go +++ b/api/interservice/infra_proxy/response/orgs.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/orgs.proto @@ -470,7 +470,7 @@ func file_interservice_infra_proxy_response_orgs_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_orgs_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_infra_proxy_response_orgs_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_orgs_proto_goTypes = []interface{}{ (*CreateOrg)(nil), // 0: chef.automate.domain.infra_proxy.response.CreateOrg (*DeleteOrg)(nil), // 1: chef.automate.domain.infra_proxy.response.DeleteOrg (*UpdateOrg)(nil), // 2: chef.automate.domain.infra_proxy.response.UpdateOrg @@ -499,7 +499,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateOrg); i { case 0: return &v.state @@ -511,7 +511,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteOrg); i { case 0: return &v.state @@ -523,7 +523,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateOrg); i { case 0: return &v.state @@ -535,7 +535,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrgs); i { case 0: return &v.state @@ -547,7 +547,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetOrg); i { case 0: return &v.state @@ -559,7 +559,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Org); i { case 0: return &v.state @@ -571,7 +571,7 @@ func file_interservice_infra_proxy_response_orgs_proto_init() { return nil } } - file_interservice_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_orgs_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetOrgAdminKey); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/policyfiles.pb.go b/api/interservice/infra_proxy/response/policyfiles.pb.go index 9be5d90af9c..d8cdcd210e2 100644 --- a/api/interservice/infra_proxy/response/policyfiles.pb.go +++ b/api/interservice/infra_proxy/response/policyfiles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/policyfiles.proto @@ -1225,7 +1225,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_rawDescGZIP() []by } var file_interservice_infra_proxy_response_policyfiles_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_infra_proxy_response_policyfiles_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_policyfiles_proto_goTypes = []interface{}{ (*Policyfiles)(nil), // 0: chef.automate.domain.infra_proxy.response.Policyfiles (*PolicyfileListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.PolicyfileListItem (*Policyfile)(nil), // 2: chef.automate.domain.infra_proxy.response.Policyfile @@ -1270,7 +1270,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { } file_interservice_infra_proxy_response_roles_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfiles); i { case 0: return &v.state @@ -1282,7 +1282,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileListItem); i { case 0: return &v.state @@ -1294,7 +1294,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policyfile); i { case 0: return &v.state @@ -1306,7 +1306,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SolutionDependencies); i { case 0: return &v.state @@ -1318,7 +1318,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DepedenciesData); i { case 0: return &v.state @@ -1330,7 +1330,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IncludedPolicyLock); i { case 0: return &v.state @@ -1342,7 +1342,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CookbookLock); i { case 0: return &v.state @@ -1354,7 +1354,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SCMDetail); i { case 0: return &v.state @@ -1366,7 +1366,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceOptions); i { case 0: return &v.state @@ -1378,7 +1378,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NamedRunList); i { case 0: return &v.state @@ -1390,7 +1390,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeletePolicyfile); i { case 0: return &v.state @@ -1402,7 +1402,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileRevisions); i { case 0: return &v.state @@ -1414,7 +1414,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyfileRevision); i { case 0: return &v.state @@ -1426,7 +1426,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policygroup); i { case 0: return &v.state @@ -1438,7 +1438,7 @@ func file_interservice_infra_proxy_response_policyfiles_proto_init() { return nil } } - file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_policyfiles_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GroupPolicy); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/roles.pb.go b/api/interservice/infra_proxy/response/roles.pb.go index 90b850cbb00..fdb1a1c8cfa 100644 --- a/api/interservice/infra_proxy/response/roles.pb.go +++ b/api/interservice/infra_proxy/response/roles.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/roles.proto @@ -432,7 +432,7 @@ func file_interservice_infra_proxy_response_roles_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_roles_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_interservice_infra_proxy_response_roles_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_roles_proto_goTypes = []interface{}{ (*Roles)(nil), // 0: chef.automate.domain.infra_proxy.response.Roles (*RoleListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.RoleListItem (*Role)(nil), // 2: chef.automate.domain.infra_proxy.response.Role @@ -457,7 +457,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { } file_interservice_infra_proxy_response_common_proto_init() if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_roles_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Roles); i { case 0: return &v.state @@ -469,7 +469,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_roles_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoleListItem); i { case 0: return &v.state @@ -481,7 +481,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_roles_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Role); i { case 0: return &v.state @@ -493,7 +493,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_roles_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExpandedRunList); i { case 0: return &v.state @@ -505,7 +505,7 @@ func file_interservice_infra_proxy_response_roles_proto_init() { return nil } } - file_interservice_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_roles_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoleEnvironments); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/servers.pb.go b/api/interservice/infra_proxy/response/servers.pb.go index ad857de5631..35d6901aaf8 100644 --- a/api/interservice/infra_proxy/response/servers.pb.go +++ b/api/interservice/infra_proxy/response/servers.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/servers.proto @@ -498,7 +498,7 @@ func file_interservice_infra_proxy_response_servers_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_servers_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_infra_proxy_response_servers_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_servers_proto_goTypes = []interface{}{ (*CreateServer)(nil), // 0: chef.automate.domain.infra_proxy.response.CreateServer (*DeleteServer)(nil), // 1: chef.automate.domain.infra_proxy.response.DeleteServer (*UpdateServer)(nil), // 2: chef.automate.domain.infra_proxy.response.UpdateServer @@ -530,7 +530,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateServer); i { case 0: return &v.state @@ -542,7 +542,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteServer); i { case 0: return &v.state @@ -554,7 +554,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateServer); i { case 0: return &v.state @@ -566,7 +566,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServers); i { case 0: return &v.state @@ -578,7 +578,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServer); i { case 0: return &v.state @@ -590,7 +590,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Server); i { case 0: return &v.state @@ -602,7 +602,7 @@ func file_interservice_infra_proxy_response_servers_proto_init() { return nil } } - file_interservice_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_servers_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetServerStatus); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/response/users.pb.go b/api/interservice/infra_proxy/response/users.pb.go index 4be91201561..313f810390b 100644 --- a/api/interservice/infra_proxy/response/users.pb.go +++ b/api/interservice/infra_proxy/response/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/response/users.proto @@ -239,7 +239,7 @@ func file_interservice_infra_proxy_response_users_proto_rawDescGZIP() []byte { } var file_interservice_infra_proxy_response_users_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_interservice_infra_proxy_response_users_proto_goTypes = []any{ +var file_interservice_infra_proxy_response_users_proto_goTypes = []interface{}{ (*OrgUsers)(nil), // 0: chef.automate.domain.infra_proxy.response.OrgUsers (*UsersListItem)(nil), // 1: chef.automate.domain.infra_proxy.response.UsersListItem (*ServerUsers)(nil), // 2: chef.automate.domain.infra_proxy.response.ServerUsers @@ -260,7 +260,7 @@ func file_interservice_infra_proxy_response_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OrgUsers); i { case 0: return &v.state @@ -272,7 +272,7 @@ func file_interservice_infra_proxy_response_users_proto_init() { return nil } } - file_interservice_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsersListItem); i { case 0: return &v.state @@ -284,7 +284,7 @@ func file_interservice_infra_proxy_response_users_proto_init() { return nil } } - file_interservice_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_infra_proxy_response_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServerUsers); i { case 0: return &v.state diff --git a/api/interservice/infra_proxy/service/infra_proxy.pb.go b/api/interservice/infra_proxy/service/infra_proxy.pb.go index 8bf7f79e574..931b6c2bc44 100644 --- a/api/interservice/infra_proxy/service/infra_proxy.pb.go +++ b/api/interservice/infra_proxy/service/infra_proxy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/infra_proxy/service/infra_proxy.proto @@ -578,7 +578,7 @@ var file_interservice_infra_proxy_service_infra_proxy_proto_rawDesc = []byte{ 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_infra_proxy_service_infra_proxy_proto_goTypes = []any{ +var file_interservice_infra_proxy_service_infra_proxy_proto_goTypes = []interface{}{ (*request.CreateServer)(nil), // 0: chef.automate.domain.infra_proxy.request.CreateServer (*request.DeleteServer)(nil), // 1: chef.automate.domain.infra_proxy.request.DeleteServer (*request.UpdateServer)(nil), // 2: chef.automate.domain.infra_proxy.request.UpdateServer diff --git a/api/interservice/ingest/automate_event.pb.go b/api/interservice/ingest/automate_event.pb.go index 732b38b64da..c7f309e06cb 100644 --- a/api/interservice/ingest/automate_event.pb.go +++ b/api/interservice/ingest/automate_event.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/ingest/automate_event.proto @@ -187,7 +187,7 @@ func file_interservice_ingest_automate_event_proto_rawDescGZIP() []byte { } var file_interservice_ingest_automate_event_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_ingest_automate_event_proto_goTypes = []any{ +var file_interservice_ingest_automate_event_proto_goTypes = []interface{}{ (*ProjectUpdateStatusReq)(nil), // 0: chef.automate.domain.ingest.ProjectUpdateStatusReq (*ProjectUpdateStatusResp)(nil), // 1: chef.automate.domain.ingest.ProjectUpdateStatusResp (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp @@ -213,7 +213,7 @@ func file_interservice_ingest_automate_event_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_automate_event_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_ingest_automate_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectUpdateStatusReq); i { case 0: return &v.state @@ -225,7 +225,7 @@ func file_interservice_ingest_automate_event_proto_init() { return nil } } - file_interservice_ingest_automate_event_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_ingest_automate_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectUpdateStatusResp); i { case 0: return &v.state diff --git a/api/interservice/ingest/chef.pb.go b/api/interservice/ingest/chef.pb.go index 988972a3742..d922be28d38 100644 --- a/api/interservice/ingest/chef.pb.go +++ b/api/interservice/ingest/chef.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/ingest/chef.proto @@ -182,9 +182,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x52, 0x75, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x72, 0x75, 0x6e, 0x12, 0xa2, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, + 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, + 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0xa2, 0x01, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, @@ -192,9 +192,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x43, 0x68, 0x65, 0x66, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x3a, 0x01, 0x2a, 0x22, - 0x1a, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, - 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xa6, 0x01, 0x0a, 0x13, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x22, 0x1a, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0xa6, 0x01, 0x0a, 0x13, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, @@ -203,9 +203,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x27, 0x82, 0xd3, 0xe4, - 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, - 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, - 0x6e, 0x65, 0x73, 0x73, 0x12, 0x9f, 0x01, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, + 0x93, 0x02, 0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, + 0x73, 0x3a, 0x01, 0x2a, 0x12, 0x9f, 0x01, 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, @@ -223,9 +223,9 @@ var file_interservice_ingest_chef_proto_rawDesc = []byte{ 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x3a, 0x01, 0x2a, 0x22, - 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, - 0x63, 0x68, 0x65, 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x22, 0x1e, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63, 0x68, 0x65, + 0x66, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x7f, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x2e, 0x56, 0x65, 0x72, 0x73, @@ -253,7 +253,7 @@ func file_interservice_ingest_chef_proto_rawDescGZIP() []byte { } var file_interservice_ingest_chef_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_ingest_chef_proto_goTypes = []any{ +var file_interservice_ingest_chef_proto_goTypes = []interface{}{ (*Version)(nil), // 0: chef.automate.domain.ingest.Version (*VersionRequest)(nil), // 1: chef.automate.domain.ingest.VersionRequest (*request.Run)(nil), // 2: chef.automate.api.ingest.request.Run @@ -293,7 +293,7 @@ func file_interservice_ingest_chef_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_chef_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_ingest_chef_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Version); i { case 0: return &v.state @@ -305,7 +305,7 @@ func file_interservice_ingest_chef_proto_init() { return nil } } - file_interservice_ingest_chef_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_ingest_chef_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionRequest); i { case 0: return &v.state diff --git a/api/interservice/ingest/job_scheduler.pb.go b/api/interservice/ingest/job_scheduler.pb.go index c963200bf9f..9eb4c731bb9 100644 --- a/api/interservice/ingest/job_scheduler.pb.go +++ b/api/interservice/ingest/job_scheduler.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/ingest/job_scheduler.proto @@ -1532,7 +1532,7 @@ func file_interservice_ingest_job_scheduler_proto_rawDescGZIP() []byte { } var file_interservice_ingest_job_scheduler_proto_msgTypes = make([]protoimpl.MessageInfo, 29) -var file_interservice_ingest_job_scheduler_proto_goTypes = []any{ +var file_interservice_ingest_job_scheduler_proto_goTypes = []interface{}{ (*JobSettings)(nil), // 0: chef.automate.domain.ingest.JobSettings (*JobSchedulerStatus)(nil), // 1: chef.automate.domain.ingest.JobSchedulerStatus (*Job)(nil), // 2: chef.automate.domain.ingest.Job @@ -1604,7 +1604,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_job_scheduler_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JobSettings); i { case 0: return &v.state @@ -1616,7 +1616,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JobSchedulerStatus); i { case 0: return &v.state @@ -1628,7 +1628,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Job); i { case 0: return &v.state @@ -1640,7 +1640,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JobSchedulerStatusRequest); i { case 0: return &v.state @@ -1652,7 +1652,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopJobSchedulerRequest); i { case 0: return &v.state @@ -1664,7 +1664,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopJobSchedulerResponse); i { case 0: return &v.state @@ -1676,7 +1676,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartJobSchedulerRequest); i { case 0: return &v.state @@ -1688,7 +1688,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartJobSchedulerResponse); i { case 0: return &v.state @@ -1700,7 +1700,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkNodesMissingRequest); i { case 0: return &v.state @@ -1712,7 +1712,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkNodesMissingResponse); i { case 0: return &v.state @@ -1724,7 +1724,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureNodesMissingSchedulerResponse); i { case 0: return &v.state @@ -1736,7 +1736,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartNodesMissingSchedulerRequest); i { case 0: return &v.state @@ -1748,7 +1748,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartNodesMissingSchedulerResponse); i { case 0: return &v.state @@ -1760,7 +1760,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopNodesMissingSchedulerRequest); i { case 0: return &v.state @@ -1772,7 +1772,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopNodesMissingSchedulerResponse); i { case 0: return &v.state @@ -1784,7 +1784,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMarkedNodesRequest); i { case 0: return &v.state @@ -1796,7 +1796,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMarkedNodesResponse); i { case 0: return &v.state @@ -1808,7 +1808,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartDeleteNodesSchedulerRequest); i { case 0: return &v.state @@ -1820,7 +1820,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartDeleteNodesSchedulerResponse); i { case 0: return &v.state @@ -1832,7 +1832,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopDeleteNodesSchedulerRequest); i { case 0: return &v.state @@ -1844,7 +1844,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopDeleteNodesSchedulerResponse); i { case 0: return &v.state @@ -1856,7 +1856,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureDeleteNodesSchedulerResponse); i { case 0: return &v.state @@ -1868,7 +1868,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkMissingNodesForDeletionRequest); i { case 0: return &v.state @@ -1880,7 +1880,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MarkMissingNodesForDeletionResponse); i { case 0: return &v.state @@ -1892,7 +1892,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigureMissingNodesForDeletionSchedulerResponse); i { case 0: return &v.state @@ -1904,7 +1904,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartMissingNodesForDeletionSchedulerRequest); i { case 0: return &v.state @@ -1916,7 +1916,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StartMissingNodesForDeletionSchedulerResponse); i { case 0: return &v.state @@ -1928,7 +1928,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopMissingNodesForDeletionSchedulerRequest); i { case 0: return &v.state @@ -1940,7 +1940,7 @@ func file_interservice_ingest_job_scheduler_proto_init() { return nil } } - file_interservice_ingest_job_scheduler_proto_msgTypes[28].Exporter = func(v any, i int) any { + file_interservice_ingest_job_scheduler_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StopMissingNodesForDeletionSchedulerResponse); i { case 0: return &v.state diff --git a/api/interservice/ingest/status.pb.go b/api/interservice/ingest/status.pb.go index d84a45f0a61..d6184da200b 100644 --- a/api/interservice/ingest/status.pb.go +++ b/api/interservice/ingest/status.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/ingest/status.proto @@ -459,7 +459,7 @@ func file_interservice_ingest_status_proto_rawDescGZIP() []byte { } var file_interservice_ingest_status_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_interservice_ingest_status_proto_goTypes = []any{ +var file_interservice_ingest_status_proto_goTypes = []interface{}{ (*Health)(nil), // 0: chef.automate.domain.ingest.Health (*MigrationStatus)(nil), // 1: chef.automate.domain.ingest.MigrationStatus (*Metrics)(nil), // 2: chef.automate.domain.ingest.Metrics @@ -489,7 +489,7 @@ func file_interservice_ingest_status_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_ingest_status_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Health); i { case 0: return &v.state @@ -501,7 +501,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrationStatus); i { case 0: return &v.state @@ -513,7 +513,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Metrics); i { case 0: return &v.state @@ -525,7 +525,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineMetrics); i { case 0: return &v.state @@ -537,7 +537,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HealthRequest); i { case 0: return &v.state @@ -549,7 +549,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MetricsRequest); i { case 0: return &v.state @@ -561,7 +561,7 @@ func file_interservice_ingest_status_proto_init() { return nil } } - file_interservice_ingest_status_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_ingest_status_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrationStatusRequest); i { case 0: return &v.state diff --git a/api/interservice/license_control/license_control.pb.go b/api/interservice/license_control/license_control.pb.go index a157c4eeef0..0500bcb2eac 100644 --- a/api/interservice/license_control/license_control.pb.go +++ b/api/interservice/license_control/license_control.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/license_control/license_control.proto @@ -1062,7 +1062,7 @@ func file_interservice_license_control_license_control_proto_rawDescGZIP() []byt } var file_interservice_license_control_license_control_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_interservice_license_control_license_control_proto_goTypes = []any{ +var file_interservice_license_control_license_control_proto_goTypes = []interface{}{ (*LicenseRequest)(nil), // 0: chef.automate.domain.license_control.LicenseRequest (*LicenseResponse)(nil), // 1: chef.automate.domain.license_control.LicenseResponse (*PolicyRequest)(nil), // 2: chef.automate.domain.license_control.PolicyRequest @@ -1121,7 +1121,7 @@ func file_interservice_license_control_license_control_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_license_control_license_control_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LicenseRequest); i { case 0: return &v.state @@ -1133,7 +1133,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LicenseResponse); i { case 0: return &v.state @@ -1145,7 +1145,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyRequest); i { case 0: return &v.state @@ -1157,7 +1157,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PolicyResponse); i { case 0: return &v.state @@ -1169,7 +1169,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Policy); i { case 0: return &v.state @@ -1181,7 +1181,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Capability); i { case 0: return &v.state @@ -1193,7 +1193,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StatusRequest); i { case 0: return &v.state @@ -1205,7 +1205,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StatusResponse); i { case 0: return &v.state @@ -1217,7 +1217,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DateRange); i { case 0: return &v.state @@ -1229,7 +1229,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateRequest); i { case 0: return &v.state @@ -1241,7 +1241,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateResponse); i { case 0: return &v.state @@ -1253,7 +1253,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TelemetryRequest); i { case 0: return &v.state @@ -1265,7 +1265,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TelemetryResponse); i { case 0: return &v.state @@ -1277,7 +1277,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDeploymentIDRequest); i { case 0: return &v.state @@ -1289,7 +1289,7 @@ func file_interservice_license_control_license_control_proto_init() { return nil } } - file_interservice_license_control_license_control_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_license_control_license_control_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDeploymentIDResponse); i { case 0: return &v.state diff --git a/api/interservice/local_user/users.pb.go b/api/interservice/local_user/users.pb.go index 8fb13aee394..84f4115ac1e 100644 --- a/api/interservice/local_user/users.pb.go +++ b/api/interservice/local_user/users.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/local_user/users.proto @@ -626,7 +626,7 @@ func file_interservice_local_user_users_proto_rawDescGZIP() []byte { } var file_interservice_local_user_users_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_local_user_users_proto_goTypes = []any{ +var file_interservice_local_user_users_proto_goTypes = []interface{}{ (*Email)(nil), // 0: chef.automate.domain.local_user.Email (*GetUsersReq)(nil), // 1: chef.automate.domain.local_user.GetUsersReq (*User)(nil), // 2: chef.automate.domain.local_user.User @@ -665,7 +665,7 @@ func file_interservice_local_user_users_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_local_user_users_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Email); i { case 0: return &v.state @@ -677,7 +677,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUsersReq); i { case 0: return &v.state @@ -689,7 +689,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*User); i { case 0: return &v.state @@ -701,7 +701,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateUserReq); i { case 0: return &v.state @@ -713,7 +713,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateUserReq); i { case 0: return &v.state @@ -725,7 +725,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateSelfReq); i { case 0: return &v.state @@ -737,7 +737,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteUserResp); i { case 0: return &v.state @@ -749,7 +749,7 @@ func file_interservice_local_user_users_proto_init() { return nil } } - file_interservice_local_user_users_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_local_user_users_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Users); i { case 0: return &v.state diff --git a/api/interservice/nodemanager/manager/manager.pb.go b/api/interservice/nodemanager/manager/manager.pb.go index f1defac5adc..bf4434633c6 100644 --- a/api/interservice/nodemanager/manager/manager.pb.go +++ b/api/interservice/nodemanager/manager/manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/nodemanager/manager/manager.proto @@ -1610,7 +1610,7 @@ func file_interservice_nodemanager_manager_manager_proto_rawDescGZIP() []byte { var file_interservice_nodemanager_manager_manager_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_interservice_nodemanager_manager_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 17) -var file_interservice_nodemanager_manager_manager_proto_goTypes = []any{ +var file_interservice_nodemanager_manager_manager_proto_goTypes = []interface{}{ (NodeState_State)(0), // 0: chef.automate.domain.nodemanager.manager.NodeState.State (Query_OrderType)(0), // 1: chef.automate.domain.nodemanager.manager.Query.OrderType (*Id)(nil), // 2: chef.automate.domain.nodemanager.manager.Id @@ -1701,7 +1701,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_nodemanager_manager_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -1713,7 +1713,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ids); i { case 0: return &v.state @@ -1725,7 +1725,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ChangeNodeStateResponse); i { case 0: return &v.state @@ -1737,7 +1737,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessNodeResponse); i { case 0: return &v.state @@ -1749,7 +1749,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeState); i { case 0: return &v.state @@ -1761,7 +1761,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -1773,7 +1773,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeMetadata); i { case 0: return &v.state @@ -1785,7 +1785,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Fields); i { case 0: return &v.state @@ -1797,7 +1797,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FieldQuery); i { case 0: return &v.state @@ -1809,7 +1809,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -1821,7 +1821,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeQuery); i { case 0: return &v.state @@ -1833,7 +1833,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Credentials); i { case 0: return &v.state @@ -1845,7 +1845,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeManager); i { case 0: return &v.state @@ -1857,7 +1857,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CredentialsByTags); i { case 0: return &v.state @@ -1869,7 +1869,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeManagers); i { case 0: return &v.state @@ -1881,7 +1881,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ManagerNodes); i { case 0: return &v.state @@ -1893,7 +1893,7 @@ func file_interservice_nodemanager_manager_manager_proto_init() { return nil } } - file_interservice_nodemanager_manager_manager_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_nodemanager_manager_manager_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ManagerNode); i { case 0: return &v.state diff --git a/api/interservice/nodemanager/nodes/nodes.pb.go b/api/interservice/nodemanager/nodes/nodes.pb.go index 0f3910b0af7..0d26dafacc9 100644 --- a/api/interservice/nodemanager/nodes/nodes.pb.go +++ b/api/interservice/nodemanager/nodes/nodes.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/nodemanager/nodes/nodes.proto @@ -1781,7 +1781,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_rawDescGZIP() []byte { var file_interservice_nodemanager_nodes_nodes_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_interservice_nodemanager_nodes_nodes_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_nodemanager_nodes_nodes_proto_goTypes = []any{ +var file_interservice_nodemanager_nodes_nodes_proto_goTypes = []interface{}{ (Query_OrderType)(0), // 0: chef.automate.domain.nodemanager.nodes.Query.OrderType (LastContactData_Status)(0), // 1: chef.automate.domain.nodemanager.nodes.LastContactData.Status (*NodeError)(nil), // 2: chef.automate.domain.nodemanager.nodes.NodeError @@ -1856,7 +1856,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeError); i { case 0: return &v.state @@ -1868,7 +1868,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeDetectJobInfo); i { case 0: return &v.state @@ -1880,7 +1880,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RerunResponse); i { case 0: return &v.state @@ -1892,7 +1892,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Ids); i { case 0: return &v.state @@ -1904,7 +1904,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Id); i { case 0: return &v.state @@ -1916,7 +1916,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Query); i { case 0: return &v.state @@ -1928,7 +1928,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TargetConfig); i { case 0: return &v.state @@ -1940,7 +1940,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*NodeSecrets); i { case 0: return &v.state @@ -1952,7 +1952,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Node); i { case 0: return &v.state @@ -1964,7 +1964,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CloudInfo); i { case 0: return &v.state @@ -1976,7 +1976,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProjectsData); i { case 0: return &v.state @@ -1988,7 +1988,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LastContactData); i { case 0: return &v.state @@ -2000,7 +2000,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Nodes); i { case 0: return &v.state @@ -2012,7 +2012,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResultsRow); i { case 0: return &v.state @@ -2024,7 +2024,7 @@ func file_interservice_nodemanager_nodes_nodes_proto_init() { return nil } } - file_interservice_nodemanager_nodes_nodes_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_nodemanager_nodes_nodes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BulkDeleteResponse); i { case 0: return &v.state diff --git a/api/interservice/notifications/service/events.pb.go b/api/interservice/notifications/service/events.pb.go index 77c88295a97..00a32b58087 100644 --- a/api/interservice/notifications/service/events.pb.go +++ b/api/interservice/notifications/service/events.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/notifications/service/events.proto @@ -1832,7 +1832,7 @@ func file_interservice_notifications_service_events_proto_rawDescGZIP() []byte { } var file_interservice_notifications_service_events_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_interservice_notifications_service_events_proto_goTypes = []any{ +var file_interservice_notifications_service_events_proto_goTypes = []interface{}{ (*ExceptionInfo)(nil), // 0: chef.automate.domain.notifications.service.ExceptionInfo (*TimeInfo)(nil), // 1: chef.automate.domain.notifications.service.TimeInfo (*Profile)(nil), // 2: chef.automate.domain.notifications.service.Profile @@ -1885,7 +1885,7 @@ func file_interservice_notifications_service_events_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_notifications_service_events_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExceptionInfo); i { case 0: return &v.state @@ -1897,7 +1897,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TimeInfo); i { case 0: return &v.state @@ -1909,7 +1909,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -1921,7 +1921,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -1933,7 +1933,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Refs); i { case 0: return &v.state @@ -1945,7 +1945,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlatformSupport); i { case 0: return &v.state @@ -1957,7 +1957,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceSuccess); i { case 0: return &v.state @@ -1969,7 +1969,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceFailure); i { case 0: return &v.state @@ -1981,7 +1981,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CCRFailure); i { case 0: return &v.state @@ -1993,7 +1993,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CCRSuccess); i { case 0: return &v.state @@ -2005,7 +2005,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Response); i { case 0: return &v.state @@ -2017,7 +2017,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Event); i { case 0: return &v.state @@ -2029,7 +2029,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Control); i { case 0: return &v.state @@ -2041,7 +2041,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Attribute); i { case 0: return &v.state @@ -2053,7 +2053,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_ControlTotals); i { case 0: return &v.state @@ -2065,7 +2065,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Control_Result); i { case 0: return &v.state @@ -2077,7 +2077,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Control_ResultTotals); i { case 0: return &v.state @@ -2089,7 +2089,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Attribute_Options); i { case 0: return &v.state @@ -2101,7 +2101,7 @@ func file_interservice_notifications_service_events_proto_init() { return nil } } - file_interservice_notifications_service_events_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_notifications_service_events_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceFailure_ControlTotals); i { case 0: return &v.state @@ -2114,7 +2114,7 @@ func file_interservice_notifications_service_events_proto_init() { } } } - file_interservice_notifications_service_events_proto_msgTypes[11].OneofWrappers = []any{ + file_interservice_notifications_service_events_proto_msgTypes[11].OneofWrappers = []interface{}{ (*Event_CCRSuccess)(nil), (*Event_CCRFailure)(nil), (*Event_ComplianceSuccess)(nil), diff --git a/api/interservice/notifications/service/health.pb.go b/api/interservice/notifications/service/health.pb.go index de3494e0f24..9f3ebf04248 100644 --- a/api/interservice/notifications/service/health.pb.go +++ b/api/interservice/notifications/service/health.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/notifications/service/health.proto @@ -138,7 +138,7 @@ func file_interservice_notifications_service_health_proto_rawDescGZIP() []byte { } var file_interservice_notifications_service_health_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_interservice_notifications_service_health_proto_goTypes = []any{ +var file_interservice_notifications_service_health_proto_goTypes = []interface{}{ (*VersionRequest)(nil), // 0: chef.automate.domain.notifications.service.VersionRequest (*VersionResponse)(nil), // 1: chef.automate.domain.notifications.service.VersionResponse } @@ -156,7 +156,7 @@ func file_interservice_notifications_service_health_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_notifications_service_health_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_notifications_service_health_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -168,7 +168,7 @@ func file_interservice_notifications_service_health_proto_init() { return nil } } - file_interservice_notifications_service_health_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_notifications_service_health_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionResponse); i { case 0: return &v.state diff --git a/api/interservice/notifications/service/rules.pb.go b/api/interservice/notifications/service/rules.pb.go index f45cc747b8f..32552cd80f9 100644 --- a/api/interservice/notifications/service/rules.pb.go +++ b/api/interservice/notifications/service/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/notifications/service/rules.proto @@ -1512,7 +1512,7 @@ func file_interservice_notifications_service_rules_proto_rawDescGZIP() []byte { var file_interservice_notifications_service_rules_proto_enumTypes = make([]protoimpl.EnumInfo, 7) var file_interservice_notifications_service_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_interservice_notifications_service_rules_proto_goTypes = []any{ +var file_interservice_notifications_service_rules_proto_goTypes = []interface{}{ (Rule_Event)(0), // 0: chef.automate.domain.notifications.service.Rule.Event (URLValidationResponse_Code)(0), // 1: chef.automate.domain.notifications.service.URLValidationResponse.Code (RuleUpdateResponse_Code)(0), // 2: chef.automate.domain.notifications.service.RuleUpdateResponse.Code @@ -1566,7 +1566,7 @@ func file_interservice_notifications_service_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_notifications_service_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Empty); i { case 0: return &v.state @@ -1578,7 +1578,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SlackAlert); i { case 0: return &v.state @@ -1590,7 +1590,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WebhookAlert); i { case 0: return &v.state @@ -1602,7 +1602,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceNowAlert); i { case 0: return &v.state @@ -1614,7 +1614,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rule); i { case 0: return &v.state @@ -1626,7 +1626,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -1638,7 +1638,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SecretId); i { case 0: return &v.state @@ -1650,7 +1650,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -1662,7 +1662,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationResponse); i { case 0: return &v.state @@ -1674,7 +1674,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleIdentifier); i { case 0: return &v.state @@ -1686,7 +1686,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleUpdateResponse); i { case 0: return &v.state @@ -1698,7 +1698,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleDeleteResponse); i { case 0: return &v.state @@ -1710,7 +1710,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleAddResponse); i { case 0: return &v.state @@ -1722,7 +1722,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleGetResponse); i { case 0: return &v.state @@ -1734,7 +1734,7 @@ func file_interservice_notifications_service_rules_proto_init() { return nil } } - file_interservice_notifications_service_rules_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_notifications_service_rules_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleListResponse); i { case 0: return &v.state @@ -1747,12 +1747,12 @@ func file_interservice_notifications_service_rules_proto_init() { } } } - file_interservice_notifications_service_rules_proto_msgTypes[4].OneofWrappers = []any{ + file_interservice_notifications_service_rules_proto_msgTypes[4].OneofWrappers = []interface{}{ (*Rule_SlackAlert)(nil), (*Rule_WebhookAlert)(nil), (*Rule_ServiceNowAlert)(nil), } - file_interservice_notifications_service_rules_proto_msgTypes[7].OneofWrappers = []any{ + file_interservice_notifications_service_rules_proto_msgTypes[7].OneofWrappers = []interface{}{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_None)(nil), diff --git a/api/interservice/notifications/service/server.pb.go b/api/interservice/notifications/service/server.pb.go index 79074ffa555..2e893e0857a 100644 --- a/api/interservice/notifications/service/server.pb.go +++ b/api/interservice/notifications/service/server.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/notifications/service/server.proto @@ -115,7 +115,7 @@ var file_interservice_notifications_service_server_proto_rawDesc = []byte{ 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_interservice_notifications_service_server_proto_goTypes = []any{ +var file_interservice_notifications_service_server_proto_goTypes = []interface{}{ (*Event)(nil), // 0: chef.automate.domain.notifications.service.Event (*Rule)(nil), // 1: chef.automate.domain.notifications.service.Rule (*RuleIdentifier)(nil), // 2: chef.automate.domain.notifications.service.RuleIdentifier diff --git a/api/interservice/pg_sidecar/service.pb.go b/api/interservice/pg_sidecar/service.pb.go index 302913c14db..6a9220441d1 100644 --- a/api/interservice/pg_sidecar/service.pb.go +++ b/api/interservice/pg_sidecar/service.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/pg_sidecar/service.proto @@ -1297,7 +1297,7 @@ func file_interservice_pg_sidecar_service_proto_rawDescGZIP() []byte { var file_interservice_pg_sidecar_service_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_interservice_pg_sidecar_service_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_interservice_pg_sidecar_service_proto_goTypes = []any{ +var file_interservice_pg_sidecar_service_proto_goTypes = []interface{}{ (ErrorDetails_Codes)(0), // 0: chef.automate.infra.pg_sidecar.ErrorDetails.Codes (*ErrorDetails)(nil), // 1: chef.automate.infra.pg_sidecar.ErrorDetails (*MigrateTablesReq)(nil), // 2: chef.automate.infra.pg_sidecar.MigrateTablesReq @@ -1352,7 +1352,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_pg_sidecar_service_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ErrorDetails); i { case 0: return &v.state @@ -1364,7 +1364,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrateTablesReq); i { case 0: return &v.state @@ -1376,7 +1376,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MigrateTablesRes); i { case 0: return &v.state @@ -1388,7 +1388,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RenameDBReq); i { case 0: return &v.state @@ -1400,7 +1400,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RenameDBRes); i { case 0: return &v.state @@ -1412,7 +1412,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDBReq); i { case 0: return &v.state @@ -1424,7 +1424,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDBRes); i { case 0: return &v.state @@ -1436,7 +1436,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateExtensionReq); i { case 0: return &v.state @@ -1448,7 +1448,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateExtensionRes); i { case 0: return &v.state @@ -1460,7 +1460,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeploySqitchReq); i { case 0: return &v.state @@ -1472,7 +1472,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeploySqitchRes); i { case 0: return &v.state @@ -1484,7 +1484,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetPublicSchemaRoleReq); i { case 0: return &v.state @@ -1496,7 +1496,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetPublicSchemaRoleRes); i { case 0: return &v.state @@ -1508,7 +1508,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlterRoleReq); i { case 0: return &v.state @@ -1520,7 +1520,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlterRoleRes); i { case 0: return &v.state @@ -1532,7 +1532,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DropTablesReq); i { case 0: return &v.state @@ -1544,7 +1544,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DropTablesRes); i { case 0: return &v.state @@ -1556,7 +1556,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlterRoleReq_Options); i { case 0: return &v.state @@ -1568,7 +1568,7 @@ func file_interservice_pg_sidecar_service_proto_init() { return nil } } - file_interservice_pg_sidecar_service_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_pg_sidecar_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlterRoleReq_Password); i { case 0: return &v.state diff --git a/api/interservice/report_manager/report_manager.pb.go b/api/interservice/report_manager/report_manager.pb.go index 5c6be32647e..7a8c86b7193 100644 --- a/api/interservice/report_manager/report_manager.pb.go +++ b/api/interservice/report_manager/report_manager.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/report_manager/report_manager.proto @@ -708,7 +708,7 @@ func file_interservice_report_manager_report_manager_proto_rawDescGZIP() []byte } var file_interservice_report_manager_report_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_report_manager_report_manager_proto_goTypes = []any{ +var file_interservice_report_manager_report_manager_proto_goTypes = []interface{}{ (*ListFilter)(nil), // 0: chef.automate.domain.report_manager.service.ListFilter (*StoreReportRequest)(nil), // 1: chef.automate.domain.report_manager.service.StoreReportRequest (*CustomReportRequest)(nil), // 2: chef.automate.domain.report_manager.service.CustomReportRequest @@ -747,7 +747,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListFilter); i { case 0: return &v.state @@ -759,7 +759,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StoreReportRequest); i { case 0: return &v.state @@ -771,7 +771,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CustomReportRequest); i { case 0: return &v.state @@ -783,7 +783,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CustomReportResponse); i { case 0: return &v.state @@ -795,7 +795,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AllStatusRequest); i { case 0: return &v.state @@ -807,7 +807,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AllStatusResponse); i { case 0: return &v.state @@ -819,7 +819,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StatusResponse); i { case 0: return &v.state @@ -831,7 +831,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPresignedURLRequest); i { case 0: return &v.state @@ -843,7 +843,7 @@ func file_interservice_report_manager_report_manager_proto_init() { return nil } } - file_interservice_report_manager_report_manager_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_report_manager_report_manager_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetPresignedURLResponse); i { case 0: return &v.state diff --git a/api/interservice/teams/teams.pb.go b/api/interservice/teams/teams.pb.go index ba33c20dda8..0fe668b9eee 100644 --- a/api/interservice/teams/teams.pb.go +++ b/api/interservice/teams/teams.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/teams/teams.proto @@ -1442,7 +1442,7 @@ func file_interservice_teams_teams_proto_rawDescGZIP() []byte { } var file_interservice_teams_teams_proto_msgTypes = make([]protoimpl.MessageInfo, 25) -var file_interservice_teams_teams_proto_goTypes = []any{ +var file_interservice_teams_teams_proto_goTypes = []interface{}{ (*Team)(nil), // 0: chef.automate.domain.teams.Team (*GetTeamReq)(nil), // 1: chef.automate.domain.teams.GetTeamReq (*GetTeamResp)(nil), // 2: chef.automate.domain.teams.GetTeamResp @@ -1513,7 +1513,7 @@ func file_interservice_teams_teams_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_teams_teams_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Team); i { case 0: return &v.state @@ -1525,7 +1525,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamReq); i { case 0: return &v.state @@ -1537,7 +1537,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamResp); i { case 0: return &v.state @@ -1549,7 +1549,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListTeamsReq); i { case 0: return &v.state @@ -1561,7 +1561,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListTeamsResp); i { case 0: return &v.state @@ -1573,7 +1573,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTeamReq); i { case 0: return &v.state @@ -1585,7 +1585,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTeamResp); i { case 0: return &v.state @@ -1597,7 +1597,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTeamReq); i { case 0: return &v.state @@ -1609,7 +1609,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTeamResp); i { case 0: return &v.state @@ -1621,7 +1621,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTeamReq); i { case 0: return &v.state @@ -1633,7 +1633,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTeamResp); i { case 0: return &v.state @@ -1645,7 +1645,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddTeamMembersReq); i { case 0: return &v.state @@ -1657,7 +1657,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddTeamMembersResp); i { case 0: return &v.state @@ -1669,7 +1669,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveTeamMembersReq); i { case 0: return &v.state @@ -1681,7 +1681,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RemoveTeamMembersResp); i { case 0: return &v.state @@ -1693,7 +1693,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamsForMemberReq); i { case 0: return &v.state @@ -1705,7 +1705,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamsForMemberResp); i { case 0: return &v.state @@ -1717,7 +1717,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamMembershipReq); i { case 0: return &v.state @@ -1729,7 +1729,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTeamMembershipResp); i { case 0: return &v.state @@ -1741,7 +1741,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeToV2Req); i { case 0: return &v.state @@ -1753,7 +1753,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpgradeToV2Resp); i { case 0: return &v.state @@ -1765,7 +1765,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetToV1Req); i { case 0: return &v.state @@ -1777,7 +1777,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResetToV1Resp); i { case 0: return &v.state @@ -1789,7 +1789,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeUserMembershipReq); i { case 0: return &v.state @@ -1801,7 +1801,7 @@ func file_interservice_teams_teams_proto_init() { return nil } } - file_interservice_teams_teams_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_interservice_teams_teams_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PurgeUserMembershipResp); i { case 0: return &v.state diff --git a/api/interservice/user_settings/user_settings.pb.go b/api/interservice/user_settings/user_settings.pb.go index a22018ae201..a6570694131 100644 --- a/api/interservice/user_settings/user_settings.pb.go +++ b/api/interservice/user_settings/user_settings.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: interservice/user_settings/user_settings.proto @@ -533,7 +533,7 @@ func file_interservice_user_settings_user_settings_proto_rawDescGZIP() []byte { } var file_interservice_user_settings_user_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 9) -var file_interservice_user_settings_user_settings_proto_goTypes = []any{ +var file_interservice_user_settings_user_settings_proto_goTypes = []interface{}{ (*User)(nil), // 0: chef.automate.domain.user_settings.service.User (*GetUserSettingsRequest)(nil), // 1: chef.automate.domain.user_settings.service.GetUserSettingsRequest (*PutUserSettingsRequest)(nil), // 2: chef.automate.domain.user_settings.service.PutUserSettingsRequest @@ -574,7 +574,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_interservice_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*User); i { case 0: return &v.state @@ -586,7 +586,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserSettingsRequest); i { case 0: return &v.state @@ -598,7 +598,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PutUserSettingsRequest); i { case 0: return &v.state @@ -610,7 +610,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteUserSettingsRequest); i { case 0: return &v.state @@ -622,7 +622,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserSettingsResponse); i { case 0: return &v.state @@ -634,7 +634,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PutUserSettingsResponse); i { case 0: return &v.state @@ -646,7 +646,7 @@ func file_interservice_user_settings_user_settings_proto_init() { return nil } } - file_interservice_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_interservice_user_settings_user_settings_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UserSettingValue); i { case 0: return &v.state diff --git a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go index 1070049b386..87c266ce932 100644 --- a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go +++ b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-grpc/protoc-gen-a2-config/api/a2conf/annotations.proto @@ -167,7 +167,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_rawDes } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_goTypes = []any{ +var file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_goTypes = []interface{}{ (*ServiceConfig)(nil), // 0: chef.automate.api.ServiceConfig (*descriptorpb.FieldOptions)(nil), // 1: google.protobuf.FieldOptions (*descriptorpb.MessageOptions)(nil), // 2: google.protobuf.MessageOptions @@ -196,7 +196,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_init() file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_init() file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_init() if !protoimpl.UnsafeEnabled { - file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_grpc_protoc_gen_a2_config_api_a2conf_annotations_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceConfig); i { case 0: return &v.state diff --git a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go index 9a888c808f2..551eb75e66c 100644 --- a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go +++ b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/port.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-grpc/protoc-gen-a2-config/api/a2conf/port.proto @@ -117,7 +117,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_rawDescGZIP() } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_goTypes = []any{ +var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_goTypes = []interface{}{ (*Port)(nil), // 0: chef.automate.api.Port } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_depIdxs = []int32{ @@ -134,7 +134,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_grpc_protoc_gen_a2_config_api_a2conf_port_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Port); i { case 0: return &v.state diff --git a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go index b9980aa7758..c6492a3dffb 100644 --- a/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go +++ b/components/automate-grpc/protoc-gen-a2-config/api/a2conf/secret.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-grpc/protoc-gen-a2-config/api/a2conf/secret.proto @@ -98,7 +98,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_rawDescGZIP } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_goTypes = []any{ +var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_goTypes = []interface{}{ (*Secret)(nil), // 0: chef.automate.api.Secret } var file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_depIdxs = []int32{ @@ -115,7 +115,7 @@ func file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_grpc_protoc_gen_a2_config_api_a2conf_secret_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Secret); i { case 0: return &v.state diff --git a/components/notifications-client/api/health.pb.go b/components/notifications-client/api/health.pb.go index 26e8cb2c27b..d3d2c4a5a63 100644 --- a/components/notifications-client/api/health.pb.go +++ b/components/notifications-client/api/health.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: health.proto @@ -130,7 +130,7 @@ func file_health_proto_rawDescGZIP() []byte { } var file_health_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_health_proto_goTypes = []any{ +var file_health_proto_goTypes = []interface{}{ (*VersionRequest)(nil), // 0: notifications.VersionRequest (*VersionResponse)(nil), // 1: notifications.VersionResponse } @@ -148,7 +148,7 @@ func file_health_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_health_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_health_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -160,7 +160,7 @@ func file_health_proto_init() { return nil } } - file_health_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_health_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionResponse); i { case 0: return &v.state diff --git a/components/notifications-client/api/notifications.pb.go b/components/notifications-client/api/notifications.pb.go index 5b048f14cb8..438beea5b8a 100644 --- a/components/notifications-client/api/notifications.pb.go +++ b/components/notifications-client/api/notifications.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: notifications.proto @@ -1793,7 +1793,7 @@ func file_notifications_proto_rawDescGZIP() []byte { } var file_notifications_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_notifications_proto_goTypes = []any{ +var file_notifications_proto_goTypes = []interface{}{ (*ExceptionInfo)(nil), // 0: notifications.ExceptionInfo (*TimeInfo)(nil), // 1: notifications.TimeInfo (*Profile)(nil), // 2: notifications.Profile @@ -1846,7 +1846,7 @@ func file_notifications_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_notifications_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExceptionInfo); i { case 0: return &v.state @@ -1858,7 +1858,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TimeInfo); i { case 0: return &v.state @@ -1870,7 +1870,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile); i { case 0: return &v.state @@ -1882,7 +1882,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SourceLocation); i { case 0: return &v.state @@ -1894,7 +1894,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Refs); i { case 0: return &v.state @@ -1906,7 +1906,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlatformSupport); i { case 0: return &v.state @@ -1918,7 +1918,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceSuccess); i { case 0: return &v.state @@ -1930,7 +1930,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceFailure); i { case 0: return &v.state @@ -1942,7 +1942,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CCRFailure); i { case 0: return &v.state @@ -1954,7 +1954,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CCRSuccess); i { case 0: return &v.state @@ -1966,7 +1966,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Response); i { case 0: return &v.state @@ -1978,7 +1978,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Event); i { case 0: return &v.state @@ -1990,7 +1990,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Control); i { case 0: return &v.state @@ -2002,7 +2002,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Attribute); i { case 0: return &v.state @@ -2014,7 +2014,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_ControlTotals); i { case 0: return &v.state @@ -2026,7 +2026,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Control_Result); i { case 0: return &v.state @@ -2038,7 +2038,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Control_ResultTotals); i { case 0: return &v.state @@ -2050,7 +2050,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Profile_Attribute_Options); i { case 0: return &v.state @@ -2062,7 +2062,7 @@ func file_notifications_proto_init() { return nil } } - file_notifications_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_notifications_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComplianceFailure_ControlTotals); i { case 0: return &v.state @@ -2075,7 +2075,7 @@ func file_notifications_proto_init() { } } } - file_notifications_proto_msgTypes[11].OneofWrappers = []any{ + file_notifications_proto_msgTypes[11].OneofWrappers = []interface{}{ (*Event_CCRSuccess)(nil), (*Event_CCRFailure)(nil), (*Event_ComplianceSuccess)(nil), diff --git a/components/notifications-client/api/rules.pb.go b/components/notifications-client/api/rules.pb.go index e7b6af1ccad..a1475636d25 100644 --- a/components/notifications-client/api/rules.pb.go +++ b/components/notifications-client/api/rules.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: rules.proto @@ -1473,7 +1473,7 @@ func file_rules_proto_rawDescGZIP() []byte { var file_rules_proto_enumTypes = make([]protoimpl.EnumInfo, 7) var file_rules_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_rules_proto_goTypes = []any{ +var file_rules_proto_goTypes = []interface{}{ (Rule_Event)(0), // 0: notifications.Rule.Event (URLValidationResponse_Code)(0), // 1: notifications.URLValidationResponse.Code (RuleUpdateResponse_Code)(0), // 2: notifications.RuleUpdateResponse.Code @@ -1527,7 +1527,7 @@ func file_rules_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_rules_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Empty); i { case 0: return &v.state @@ -1539,7 +1539,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SlackAlert); i { case 0: return &v.state @@ -1551,7 +1551,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WebhookAlert); i { case 0: return &v.state @@ -1563,7 +1563,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceNowAlert); i { case 0: return &v.state @@ -1575,7 +1575,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rule); i { case 0: return &v.state @@ -1587,7 +1587,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -1599,7 +1599,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SecretId); i { case 0: return &v.state @@ -1611,7 +1611,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -1623,7 +1623,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationResponse); i { case 0: return &v.state @@ -1635,7 +1635,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleIdentifier); i { case 0: return &v.state @@ -1647,7 +1647,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleUpdateResponse); i { case 0: return &v.state @@ -1659,7 +1659,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleDeleteResponse); i { case 0: return &v.state @@ -1671,7 +1671,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleAddResponse); i { case 0: return &v.state @@ -1683,7 +1683,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleGetResponse); i { case 0: return &v.state @@ -1695,7 +1695,7 @@ func file_rules_proto_init() { return nil } } - file_rules_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_rules_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleListResponse); i { case 0: return &v.state @@ -1708,12 +1708,12 @@ func file_rules_proto_init() { } } } - file_rules_proto_msgTypes[4].OneofWrappers = []any{ + file_rules_proto_msgTypes[4].OneofWrappers = []interface{}{ (*Rule_SlackAlert)(nil), (*Rule_WebhookAlert)(nil), (*Rule_ServiceNowAlert)(nil), } - file_rules_proto_msgTypes[7].OneofWrappers = []any{ + file_rules_proto_msgTypes[7].OneofWrappers = []interface{}{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_None)(nil), diff --git a/components/notifications-client/api/server.pb.go b/components/notifications-client/api/server.pb.go index e02f65b62c4..bbfa2c5c888 100644 --- a/components/notifications-client/api/server.pb.go +++ b/components/notifications-client/api/server.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: server.proto @@ -72,7 +72,7 @@ var file_server_proto_rawDesc = []byte{ 0x72, 0x6f, 0x74, 0x6f, 0x33, } -var file_server_proto_goTypes = []any{ +var file_server_proto_goTypes = []interface{}{ (*Event)(nil), // 0: notifications.Event (*Rule)(nil), // 1: notifications.Rule (*RuleIdentifier)(nil), // 2: notifications.RuleIdentifier diff --git a/go.sum b/go.sum index e1ed7ba68e8..2f82f5ede03 100644 --- a/go.sum +++ b/go.sum @@ -1,17 +1,4 @@ -bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= -bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.28.1-20240401165935-b983156c5e99.4/go.mod h1:mS9XvSH4W2c4pyTYRkCwrIuwoYpigZwLrYhzHaIT0Vo= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.28.1-20240717164558-a6c49f84cc0f.4 h1:VpB1AbXqPiPScDKT8HLcd8CFrehklzrB0yysXjcVtt4= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.28.1-20240717164558-a6c49f84cc0f.4/go.mod h1:mS9XvSH4W2c4pyTYRkCwrIuwoYpigZwLrYhzHaIT0Vo= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 h1:SZRVx928rbYZ6hEKUIN+vtGDkl7uotABRWGY4OAg5gM= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2/go.mod h1:ylS4c28ACSI59oJrOdW4pHS4n0Hw4TgSPHn8rpHl4Yw= -buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240821192916-45ba72cdd479.1 h1:QaJ6UkpvlGo4dBXR41vLRfPiKungbg7brjmbBC/k6Ig= -buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240821192916-45ba72cdd479.1/go.mod h1:oQsMFNU3YzxxjRS6O68UkcF/A+pXdXqQNcUfQEBTWcw= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.28.1-20240821192916-45ba72cdd479.4 h1:IF45ViHHWwJWk0+psjie1/6807EmQo23F7fuWMybZfM= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.28.1-20240821192916-45ba72cdd479.4/go.mod h1:W/p07eAQQREFoBYkVzvzx8pOKucigQ/Q3cJWlkGqI0w= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240821192916-45ba72cdd479.2 h1:C3CTZTucEUm7i0O2tAM8GSlg23GnQYcljX1b1Jcpsro= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240821192916-45ba72cdd479.2/go.mod h1:psseUmlKRo9v5LZJtR/aTpdTLuyp9o3X7rnLT87SZEo= cloud.google.com/go v0.0.0-20170206221025-ce650573d812/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= @@ -44,84 +31,8 @@ cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4g cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY= cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY= -cloud.google.com/go/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY= -cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck= -cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= -cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg= -cloud.google.com/go/container v1.7.0/go.mod h1:Dp5AHtmothHGX3DwwIHPgq45Y8KmNsgN3amoYfxVkLo= -cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= -cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= -cloud.google.com/go/containeranalysis v0.6.0/go.mod h1:HEJoiEIu+lEXM+k7+qLCci0h33lX3ZqoYFdmPcoO7s4= -cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= -cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= -cloud.google.com/go/datacatalog v1.5.0/go.mod h1:M7GPLNQeLfWqeIm3iuiruhPzkt65+Bx8dAKvScX8jvs= -cloud.google.com/go/datacatalog v1.6.0/go.mod h1:+aEyF8JKg+uXcIdAmmaMUmZ3q1b/lKLtXCmXdnc0lbc= -cloud.google.com/go/datacatalog v1.7.0/go.mod h1:9mEl4AuDYWw81UGc41HonIHH7/sn52H0/tc8f8ZbZIE= -cloud.google.com/go/datacatalog v1.8.0/go.mod h1:KYuoVOv9BM8EYz/4eMFxrr4DUKhGIOXxZoKYF5wdISM= -cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= -cloud.google.com/go/dataflow v0.6.0/go.mod h1:9QwV89cGoxjjSR9/r7eFDqqjtvbKxAK2BaYU6PVk9UM= -cloud.google.com/go/dataflow v0.7.0/go.mod h1:PX526vb4ijFMesO1o202EaUmouZKBpjHsTlCtB4parQ= -cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= -cloud.google.com/go/dataform v0.3.0/go.mod h1:cj8uNliRlHpa6L3yVhDOBrUXH+BPAO1+KFMQQNSThKo= -cloud.google.com/go/dataform v0.4.0/go.mod h1:fwV6Y4Ty2yIFL89huYlEkwUPtS7YZinZbzzj5S9FzCE= -cloud.google.com/go/dataform v0.5.0/go.mod h1:GFUYRe8IBa2hcomWplodVmUx/iTL0FrsauObOM3Ipr0= -cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= -cloud.google.com/go/datafusion v1.4.0/go.mod h1:1Zb6VN+W6ALo85cXnM1IKiPw+yQMKMhB9TsTSRDo/38= -cloud.google.com/go/datafusion v1.5.0/go.mod h1:Kz+l1FGHB0J+4XF2fud96WMmRiq/wj8N9u007vyXZ2w= -cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= -cloud.google.com/go/datalabeling v0.5.0/go.mod h1:TGcJ0G2NzcsXSE/97yWjIZO0bXj0KbVlINXMG9ud42I= -cloud.google.com/go/datalabeling v0.6.0/go.mod h1:WqdISuk/+WIGeMkpw/1q7bK/tFEZxsrFJOJdY2bXvTQ= -cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= -cloud.google.com/go/dataplex v1.3.0/go.mod h1:hQuRtDg+fCiFgC8j0zV222HvzFQdRd+SVX8gdmFcZzA= -cloud.google.com/go/dataplex v1.4.0/go.mod h1:X51GfLXEMVJ6UN47ESVqvlsRplbLhcsAt0kZCCKsU0A= -cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= -cloud.google.com/go/dataproc v1.7.0/go.mod h1:CKAlMjII9H90RXaMpSxQ8EU6dQx6iAYNPcYPOkSbi8s= -cloud.google.com/go/dataproc v1.8.0/go.mod h1:5OW+zNAH0pMpw14JVrPONsxMQYMBqJuzORhIBfBn9uI= -cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= -cloud.google.com/go/dataqna v0.5.0/go.mod h1:90Hyk596ft3zUQ8NkFfvICSIfHFh1Bc7C4cK3vbhkeo= -cloud.google.com/go/dataqna v0.6.0/go.mod h1:1lqNpM7rqNLVgWBJyk5NF6Uen2PHym0jtVJonplVsDA= -cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= -cloud.google.com/go/datastream v1.2.0/go.mod h1:i/uTP8/fZwgATHS/XFu0TcNUhuA0twZxxQ3EyCUQMwo= -cloud.google.com/go/datastream v1.3.0/go.mod h1:cqlOX8xlyYF/uxhiKn6Hbv6WjwPPuI9W2M9SAXwaLLQ= -cloud.google.com/go/datastream v1.4.0/go.mod h1:h9dpzScPhDTs5noEMQVWP8Wx8AFBRyS0s8KWPx/9r0g= -cloud.google.com/go/datastream v1.5.0/go.mod h1:6TZMMNPwjUqZHBKPQ1wwXpb0d5VDVPl2/XoS5yi88q4= -cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= -cloud.google.com/go/deploy v1.4.0/go.mod h1:5Xghikd4VrmMLNaF6FiRFDlHb59VM59YoDQnOUdsH/c= -cloud.google.com/go/deploy v1.5.0/go.mod h1:ffgdD0B89tToyW/U/D2eL0jN2+IEV/3EMuXHA0l4r+s= -cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= -cloud.google.com/go/dialogflow v1.15.0/go.mod h1:HbHDWs33WOGJgn6rfzBW1Kv807BE3O1+xGbn59zZWI4= -cloud.google.com/go/dialogflow v1.16.1/go.mod h1:po6LlzGfK+smoSmTBnbkIZY2w8ffjz/RcGSS+sh1el0= -cloud.google.com/go/dialogflow v1.17.0/go.mod h1:YNP09C/kXA1aZdBgC/VtXX74G/TKn7XVCcVumTflA+8= -cloud.google.com/go/dialogflow v1.18.0/go.mod h1:trO7Zu5YdyEuR+BhSNOqJezyFQ3aUzz0njv7sMx/iek= -cloud.google.com/go/dialogflow v1.19.0/go.mod h1:JVmlG1TwykZDtxtTXujec4tQ+D8SBFMoosgy+6Gn0s0= -cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= -cloud.google.com/go/dlp v1.6.0/go.mod h1:9eyB2xIhpU0sVwUixfBubDoRwP+GjeUoxxeueZmqvmM= -cloud.google.com/go/dlp v1.7.0/go.mod h1:68ak9vCiMBjbasxeVD17hVPxDEck+ExiHavX8kiHG+Q= -cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= -cloud.google.com/go/documentai v1.7.0/go.mod h1:lJvftZB5NRiFSX4moiye1SMxHx0Bc3x1+p9e/RfXYiU= -cloud.google.com/go/documentai v1.8.0/go.mod h1:xGHNEB7CtsnySCNrCFdCyyMz44RhFEEX2Q7UD0c5IhU= -cloud.google.com/go/documentai v1.9.0/go.mod h1:FS5485S8R00U10GhgBC0aNGrJxBP8ZVpEeJ7PQDZd6k= -cloud.google.com/go/documentai v1.10.0/go.mod h1:vod47hKQIPeCfN2QS/jULIvQTugbmdc0ZvxxfQY1bg4= -cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= -cloud.google.com/go/domains v0.6.0/go.mod h1:T9Rz3GasrpYk6mEGHh4rymIhjlnIuB4ofT1wTxDeT4Y= -cloud.google.com/go/domains v0.7.0/go.mod h1:PtZeqS1xjnXuRPKE/88Iru/LdfoRyEHYA9nFQf4UKpg= -cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= -cloud.google.com/go/edgecontainer v0.1.0/go.mod h1:WgkZ9tp10bFxqO8BLPqv2LlfmQF1X8lZqwW4r1BTajk= -cloud.google.com/go/edgecontainer v0.2.0/go.mod h1:RTmLijy+lGpQ7BXuTDa4C4ssxyXT34NIuHIgKuP4s5w= -cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= -cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= -cloud.google.com/go/essentialcontacts v1.3.0/go.mod h1:r+OnHa5jfj90qIfZDO/VztSFqbQan7HV75p8sA+mdGI= -cloud.google.com/go/essentialcontacts v1.4.0/go.mod h1:8tRldvHYsmnBCHdFpvU+GL75oWiBKl80BiqlFh9tp+8= -cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= -cloud.google.com/go/eventarc v1.7.0/go.mod h1:6ctpF3zTnaQCxUjHUdcfgcA1A2T309+omHZth7gDfmc= -cloud.google.com/go/eventarc v1.8.0/go.mod h1:imbzxkyAU4ubfsaKYdQg04WS1NvncblHEup4kvF+4gw= -cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= -cloud.google.com/go/filestore v1.3.0/go.mod h1:+qbvHGvXU1HaKX2nD0WEPo92TP/8AQuCVEBXNY9z0+w= -cloud.google.com/go/filestore v1.4.0/go.mod h1:PaG5oDfo9r224f8OYXURtAsY+Fbyq/bLYoINEK8XQAI= -cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/firestore v1.4.0/go.mod h1:NjjGEnxCS3CAKYp+vmALu20QzcqasGodQp48WxJGAYc= cloud.google.com/go/iam v0.7.0 h1:k4MuwOsS7zGJJ+QfZ5vBK8SgHBAvYN/23BWsiihJ1vs= @@ -175,8 +86,6 @@ github.com/Azure/go-autorest/autorest/adal v0.9.4/go.mod h1:/3SMAM86bP6wC9Ev35pe github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.6/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/adal v0.9.20/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/adal v0.9.21/go.mod h1:zua7mBUaCc5YnSLKYgGJR/w5ePdMDA6H56upLsHzA9U= github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= github.com/Azure/go-autorest/autorest/adal v0.9.24 h1:BHZfgGsGwdkHDyZdtQRQk1WeUdW0m2WPAwuHZwUi5i4= github.com/Azure/go-autorest/autorest/adal v0.9.24/go.mod h1:7T1+g0PYFmACYW5LlG2fcoPiPlFHjClyRGL7dRlP5c8= @@ -202,10 +111,6 @@ github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+Z github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= -github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= -github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0/go.mod h1:BDJ5qMFKx9DugEg3+uQSDCdbYPr5s9vBTrL9P8TpqOU= -github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1/go.mod h1:4qFor3D/HDsvBME35Xy9rwW9DecL+M2sNw1ybjPtwA0= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= @@ -217,8 +122,6 @@ github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= -github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= -github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0= github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/Masterminds/squirrel v1.5.4 h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM= @@ -232,27 +135,16 @@ github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAE github.com/OneOfOne/xxhash v1.2.7/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ= -github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= -github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= -github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= github.com/aclements/go-gg v0.0.0-20170118225347-6dbb4e4fefb0/go.mod h1:55qNq4vcpkIuHowELi5C8e+1yUHtoLoOUR9QU5j7Tes= github.com/aclements/go-moremath v0.0.0-20161014184102-0ff62e0875ff/go.mod h1:idZL3yvz4kzx1dsBOAC+oYv6L92P1oFEhUXUB1A/lwQ= -github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= -github.com/alecthomas/kingpin/v2 v2.3.1/go.mod h1:oYL5vtsvEHZGHxU7DMp32Dvx+qL+ptGn6lWaot2vCNE= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= -github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= github.com/alexedwards/scs v1.4.1 h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0= github.com/alexedwards/scs v1.4.1/go.mod h1:JRIFiXthhMSivuGbxpzUa0/hT5rz2hpyw61Bmd+S1bg= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= @@ -261,26 +153,15 @@ github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer5 github.com/ansrivas/fiberprometheus/v2 v2.6.0 h1:QUaaKxil/N5IM1R19k6jsmFEJMfa4O3qtnDkiF+zxUc= github.com/ansrivas/fiberprometheus/v2 v2.6.0/go.mod h1:hivZjKkqX04PPbMZNi9iGB0AQ90iN6RmKERiX1TdgTA= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI= -github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g= -github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= -github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY= github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= -github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= @@ -291,10 +172,7 @@ github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= -github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM= github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= -github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= -github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= @@ -302,10 +180,7 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas= github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA= -github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= -github.com/blang/semver v3.1.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ= github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY= @@ -318,7 +193,6 @@ github.com/bufbuild/buf v0.29.0 h1:4H7m9SW5JaNCf8CUFMZiRAHvimUEU5w8GpKs3wnQt+s= github.com/bufbuild/buf v0.29.0/go.mod h1:ukzHJo2ZzZlUHGmyPzwMEjn01DIIZwub+kia5NX5vJE= github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY= github.com/buger/goterm v1.0.4/go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE= -github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= @@ -330,38 +204,24 @@ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/checkpoint-restore/go-criu/v4 v4.1.0/go.mod h1:xUQBLp4RLc5zJtWY++yjOoMoB5lihDt7fai+75m+rGw= -github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d89JlCLQIfgVcNsNN0t6T2M= -github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E= github.com/chef/toml v0.3.1-0.20200807000621-f5591d7db659 h1:tDsIsmywxeWK8iUWN3GF1v+t20ijEJ7B1aI6wm84DRY= github.com/chef/toml v0.3.1-0.20200807000621-f5591d7db659/go.mod h1:WzupinluQEwU43AC1/UZItixzo5R849ewfPDB2ZMDDg= github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs= github.com/chromedp/chromedp v0.9.2/go.mod h1:LkSXJKONWTCHAfQasKFUZI+mxqS4tZqhmtGzzhLsnLs= github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= github.com/chzyer/logex v1.2.1 h1:XHDu3E6q+gdHgsdTPH6ImJMIp436vR6MPtH8gP05QzM= github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= github.com/chzyer/readline v1.5.1 h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI= github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/chzyer/test v1.0.0 h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04= github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= -github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3/go.mod h1:MA5e5Lr8slmEg9bt0VpxxWqJlO4iwu3FBdHUzV7wQVg= -github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775/go.mod h1:7cR51M8ViRLIdUjrmSXlK9pkrsDlLHbO8jiB8X8JnOc= -github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs= -github.com/cilium/ebpf v0.4.0/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= -github.com/cilium/ebpf v0.6.2/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= -github.com/cilium/ebpf v0.7.0/go.mod h1:/oI2+1shJiTGAMgl6/RgJr36Eo1jzrRcAWbcXO2usCA= github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= github.com/ckaznocha/protoc-gen-lint v0.2.1 h1:wP+SgbHat4ovpPQayCroxK/1pXtnBR4HIo9G+2gTnHU= github.com/ckaznocha/protoc-gen-lint v0.2.1/go.mod h1:EveTCMo4KBPAmWqVxMXUDrI/iV6v93ydJyZVdEYyFIg= -github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng= -github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= @@ -378,12 +238,10 @@ github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3 github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de/go.mod h1:PvCDdDGpgqzQIzDW1TphrGLssLDZp2GuS+X5DkEJB8o= github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd/go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= -github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-oidc v2.2.1+incompatible h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk= github.com/coreos/go-oidc v2.2.1+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc= -github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= @@ -393,23 +251,11 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 h1:rIXlvz2IWiupMFlC45cZCXZFvKX/ExBcSLrDy2G0Lp8= github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5/go.mod h1:p/NrK5tF6ICIly4qwEDsf6VDirFiWWz0FenfYBwJaKQ= github.com/cpuguy83/go-md2man v1.0.8/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY= -github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= -github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/ctdk/goiardi v0.11.10 h1:IB/3Afl1pC2Q4KGwzmhHPAoJfe8VtU51wZ2V0QkvsL0= github.com/ctdk/goiardi v0.11.10/go.mod h1:Pr6Cj6Wsahw45myttaOEZeZ0LE7p1qzWmzgsBISkrNI= -github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4= -github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= -github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c/go.mod h1:Ct2BUK8SB0YC1SMSibvLzxjeJLnrYEVLULFNiHY9YfQ= -github.com/d2g/dhcp4client v1.0.0/go.mod h1:j0hNfjhrt2SxUOw55nL0ATM/z4Yt3t2Kd1mW34z5W5s= -github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5/go.mod h1:Eo87+Kg/IX2hfWJfwxMzLyuSZyxSoAug2nGa1G2QAi8= -github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4/go.mod h1:bMl4RjIciD2oAxI7DmWRx6gbeqrkoLqv3MV0vzNad+I= github.com/dave/jennifer v1.7.0 h1:uRbSBH9UTS64yXbh4FrMHfgfY762RD+C7bUPKODpSJE= github.com/dave/jennifer v1.7.0/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3RmGZc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -425,12 +271,8 @@ github.com/dexidp/dex/api/v2 v2.0.0/go.mod h1:k5arBJT1QYvpsEY3sEd0NXJp3hKWKuUUfz github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/dgryski/go-sip13 v0.0.0-20200911182023-62edffca9245/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g= github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA= -github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm0xbEVw2LCs= -github.com/digitalocean/godo v1.88.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= -github.com/digitalocean/godo v1.95.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA= github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= @@ -450,45 +292,16 @@ github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDD github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= -github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= -github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU= -github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= -github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= -github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q= -github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= -github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= -github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= -github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= -github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= -github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= -github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= -github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= -github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= -github.com/envoyproxy/protoc-gen-validate v0.6.13/go.mod h1:qEySVqXrEugbHKvmhI8ZqtQi75/RHSSRNpffvB4I6Bw= -github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8 h1:8fATmp6SLK9XevENs3p8w3nMTcllQHfpYK6XGXDce28= github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8/go.mod h1:/tKK1rWdr4+hCDMhEg1hR/fkxiTnPwqVofFWkGFllMM= -github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= -github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= -github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= -github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= -github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= -github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI= @@ -518,8 +331,6 @@ github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-chef/chef v0.30.1 h1:yvOSijEBWAQtRbBPj9hz1atEJUU6HckPc7AaEyZXnLg= github.com/go-chef/chef v0.30.1/go.mod h1:7RU1oCrRErTrkmIszkhJ9vHw7Bv2hZ1Vv1C1qKj01fc= -github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= -github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-delve/delve v1.3.1 h1:LI0X4aAE0N7ay8uR48aMJ6GNTxamIpcxi1THjwJjenI= github.com/go-delve/delve v1.3.1/go.mod h1:LLw6qJfIsRK9WcwV2IRRqsdlgrqzOeuGrQOCOIhDpt8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= @@ -530,8 +341,6 @@ github.com/go-gorp/gorp v2.2.0+incompatible/go.mod h1:7IfkAQnO7jfT/9IQ3R9wL1dFhu github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= -github.com/go-kit/kit v0.12.0/go.mod h1:lHd+EkCZPIwYItmGDDRdhinkzX2A1sj+M9biaEaizzs= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= @@ -540,46 +349,16 @@ github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= -github.com/go-logr/stdr v1.2.0/go.mod h1:YkVgnZu1ZjjL7xTxrfm/LLZBfkhTqSR1ydtm6jTKKwI= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE= github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78= -github.com/go-openapi/analysis v0.21.2/go.mod h1:HZwRk4RRisyG8vx2Oe6aqeSQcoxRp47Xkp3+K6q+LdY= -github.com/go-openapi/analysis v0.21.4/go.mod h1:4zQ35W4neeZTqh3ol0rv/O8JBbka9QyAgQRPp9y3pfo= github.com/go-openapi/errors v0.17.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= github.com/go-openapi/errors v0.19.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= -github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/errors v0.19.9/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/errors v0.20.2/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuAOhlsB1FSgk= github.com/go-openapi/errors v0.22.0 h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w= github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUynjIx092vXE= -github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= -github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= -github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= -github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= -github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= -github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= -github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= -github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= -github.com/go-openapi/loads v0.21.1/go.mod h1:/DtAMXXneXFjbQMGEtbamCZb+4x7eGwkvZCvBmwUG+g= -github.com/go-openapi/loads v0.21.2/go.mod h1:Jq58Os6SSGz0rzh62ptiu8Z31I+OTHqmULx5e/gJbNw= -github.com/go-openapi/runtime v0.23.1/go.mod h1:AKurw9fNre+h3ELZfk6ILsfvPN+bvvlaU/M9q/r9hpk= -github.com/go-openapi/runtime v0.25.0/go.mod h1:Ux6fikcHXyyob6LNWxtE96hWwjBPYF0DXgVFuMTneOs= -github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc= -github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo= -github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= -github.com/go-openapi/spec v0.20.6/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= -github.com/go-openapi/spec v0.20.7/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= -github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg= -github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= -github.com/go-openapi/strfmt v0.21.2/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= -github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg= github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c= github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= @@ -589,44 +368,11 @@ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GO github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= -github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= -github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP3XYfe4= -github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= -github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= -github.com/go-zookeeper/zk v1.0.2/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= -github.com/go-zookeeper/zk v1.0.3/go.mod h1:nOB03cncLtlp4t+UAkGSV+9beXP/akpekBwL+UX1Qcw= -github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0= -github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY= -github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg= -github.com/gobuffalo/envy v1.6.15/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= -github.com/gobuffalo/envy v1.7.0/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= -github.com/gobuffalo/flect v0.1.0/go.mod h1:d2ehjJqGOH/Kjqcoz+F7jHTBbmDb38yXA598Hb50EGs= -github.com/gobuffalo/flect v0.1.1/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= -github.com/gobuffalo/flect v0.1.3/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= -github.com/gobuffalo/genny v0.0.0-20190329151137-27723ad26ef9/go.mod h1:rWs4Z12d1Zbf19rlsn0nurr75KqhYp52EAGGxTbBhNk= -github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e/go.mod h1:80lIj3kVJWwOrXWWMRzzdhW3DsrdjILVil/SFKBzF28= -github.com/gobuffalo/genny v0.1.0/go.mod h1:XidbUqzak3lHdS//TPu2OgiFB+51Ur5f7CSnXZ/JDvo= -github.com/gobuffalo/genny v0.1.1/go.mod h1:5TExbEyY48pfunL4QSXxlDOmdsD44RRq4mVZ0Ex28Xk= -github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211/go.mod h1:vEHJk/E9DmhejeLeNt7UVvlSGv3ziL+djtTr3yyzcOw= -github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5/go.mod h1:V9QVDIxsgKNZs6L2IYiGR8datgMhB577vzTDqypH360= -github.com/gobuffalo/gogen v0.1.0/go.mod h1:8NTelM5qd8RZ15VjQTFkAW6qOMx5wBbW4dSCS3BY8gg= -github.com/gobuffalo/gogen v0.1.1/go.mod h1:y8iBtmHmGc4qa3urIyo1shvOD8JftTtfcKi+71xfDNE= -github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2/go.mod h1:QdxcLw541hSGtBnhUc4gaNIXRjiDppFGaDqzbrBd3v8= -github.com/gobuffalo/mapi v1.0.1/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= -github.com/gobuffalo/mapi v1.0.2/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= -github.com/gobuffalo/packd v0.0.0-20190315124812-a385830c7fc0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= -github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= -github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ= -github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0= -github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= @@ -648,33 +394,15 @@ github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yG github.com/gofiber/fiber/v2 v2.52.5/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= -github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E= -github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0= github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= -github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= -github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= -github.com/gofrs/uuid v4.3.1+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA= github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= -github.com/gofrs/uuid/v5 v5.3.0 h1:m0mUMr+oVYUdxpMLgSYCZiXe7PuVPnI94+OMeVBNedk= -github.com/gofrs/uuid/v5 v5.3.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8= -github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= -github.com/gogo/googleapis v1.2.0/go.mod h1:Njal3psf3qN6dwBtQfUmBZh2ybovJ0tlu3o/AC7HYjU= -github.com/gogo/googleapis v1.4.0/go.mod h1:5YRNX2z1oM5gXdAkurHa942MDgEJyk02w4OecKY87+c= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= -github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= -github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= -github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/golang-jwt/jwt/v4 v4.4.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= -github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg= github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-migrate/migrate v3.5.4+incompatible h1:R7OzwvCJTCgwapPCiX6DyBiu2czIUMDCB118gFTKTUA= @@ -682,10 +410,8 @@ github.com/golang-migrate/migrate v3.5.4+incompatible/go.mod h1:IsVUlFN5puWOmXrq github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0= github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4= github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= -github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -729,14 +455,8 @@ github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9/go.mod h1:XA3DeT6rxh2 github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP0HCqCz+K4ts155PXIlUywf0wqN+GfPZw= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= -github.com/google/cel-go v0.15.3 h1:W1wIeGuEs81+lBVU+cQRg1hkRT58Q6bNxvM5yn008S8= -github.com/google/cel-go v0.15.3/go.mod h1:YzWEoI07MC/a/wj9in8GeVatqfypkldgBlwXh9bCwqY= -github.com/google/cel-go v0.21.0 h1:cl6uW/gxN+Hy50tNYvI691+sXxioCnstFzLp2WO4GCI= -github.com/google/cel-go v0.21.0/go.mod h1:rHUlWCcBKgyEk+eV03RPdZUekPp6YcJwV0FxuUksYxc= github.com/google/flatbuffers v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw= github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= -github.com/google/gnostic v0.5.7-v3refs/go.mod h1:73MKFl6jIHelAJNaBGFzt3SPtZULs9dYrGFt8OiIsHQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -812,11 +532,6 @@ github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= -github.com/grafana/regexp v0.0.0-20221005093135-b4c2bcb0a4b6/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= -github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd/go.mod h1:M5qHK+eWfAv8VR/265dIuEpL3fNfeC21tXXp9itM24A= -github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI= @@ -829,19 +544,10 @@ github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMc github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw= -github.com/hanwen/go-fuse v1.0.0/go.mod h1:unqXarDXqzAk0rt98O2tVndEPIpUgLD9+rwFisZH3Ok= -github.com/hanwen/go-fuse/v2 v2.1.0/go.mod h1:oRyA5eK+pvJyv5otpO/DgccS8y/RvYMaO00GgRLGryc= -github.com/hanwen/go-fuse/v2 v2.2.0/go.mod h1:B1nGE/6RBFyBRC1RRnf23UpwCdyJ31eukw34oAKukAc= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= -github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= -github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= -github.com/hashicorp/consul/api v1.12.0/go.mod h1:6pVBMo0ebnYdt2S3H87XhekM/HHrUoTD2XXb/VrZVy0= -github.com/hashicorp/consul/api v1.15.3/go.mod h1:/g/qgcoBcEXALCNZgRRisyTW0nY86++L0KbeAMXYCeY= -github.com/hashicorp/consul/api v1.18.0/go.mod h1:owRRGJ9M5xReDC5nfT8FTJrNAPbT4NM6p/k+d03q2v4= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= -github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= @@ -851,8 +557,6 @@ github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39E github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-immutable-radix v1.2.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-immutable-radix v1.3.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= @@ -863,30 +567,20 @@ github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= -github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA= -github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= -github.com/hashicorp/go-retryablehttp v0.7.1/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY= github.com/hashicorp/go-retryablehttp v0.7.2 h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0= github.com/hashicorp/go-retryablehttp v0.7.2/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= -github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A= github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= -github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= -github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c= github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= @@ -895,26 +589,13 @@ github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul1 github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= -github.com/hashicorp/mdns v1.0.1/go.mod h1:4gW7WsVCke5TE7EPeYliwHlRUyBtfCwuFwuMg2DmyNY= -github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= github.com/hashicorp/raft v1.3.9/go.mod h1:4Ak7FSPnuvmb0GV6vgIAJ4vYT4bek9bb6Q+7HVbyzqM= github.com/hashicorp/raft v1.6.0 h1:tkIAORZy2GbJ2Trp5eUSggLXDPOJLXC+JJLNMMqtgtM= github.com/hashicorp/raft v1.6.0/go.mod h1:Xil5pDgeGwRWuX4uPUmwa+7Vagg4N804dz6mhNi6S7o= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= -github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= -github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= -github.com/hashicorp/serf v0.9.7/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= -github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4= -github.com/hetznercloud/hcloud-go v1.33.1/go.mod h1:XX/TQub3ge0yWR2yHWmnDVIrB+MQbda1pHxkUmDlUME= -github.com/hetznercloud/hcloud-go v1.35.3/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= -github.com/hetznercloud/hcloud-go v1.39.0/go.mod h1:mepQwR6va27S3UQthaEPGS86jtzSY9xWL1e9dyxXpgA= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= -github.com/hudl/fargo v1.4.0/go.mod h1:9Ai6uvFy5fQNq6VPKtg+Ceq1+eTY4nKUlR2JElEOcDo= -github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= -github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI= github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= @@ -926,63 +607,10 @@ github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+h github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= -github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= -github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ= -github.com/ionos-cloud/sdk-go/v6 v6.1.3/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME= -github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA= -github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw= -github.com/jackc/chunkreader v1.0.0/go.mod h1:RT6O25fNZIuasFJRyZ4R/Y2BbhasbmZXF9QQ7T3kePo= -github.com/jackc/chunkreader/v2 v2.0.0/go.mod h1:odVSm741yZoC3dpHEUXIqA9tQRhFrgOHwnPIn9lDKlk= -github.com/jackc/chunkreader/v2 v2.0.1/go.mod h1:odVSm741yZoC3dpHEUXIqA9tQRhFrgOHwnPIn9lDKlk= -github.com/jackc/pgconn v0.0.0-20190420214824-7e0022ef6ba3/go.mod h1:jkELnwuX+w9qN5YIfX0fl88Ehu4XC3keFuOJJk9pcnA= -github.com/jackc/pgconn v0.0.0-20190824142844-760dd75542eb/go.mod h1:lLjNuW/+OfW9/pnVKPazfWOgNfH2aPem8YQ7ilXGvJE= -github.com/jackc/pgconn v0.0.0-20190831204454-2fabfa3c18b7/go.mod h1:ZJKsE/KZfsUgOEh9hBm+xYTstcNHg7UPMVJqRfQxq4s= -github.com/jackc/pgconn v1.8.0/go.mod h1:1C2Pb36bGIP9QHGBYCjnyhqu7Rv3sGshaQUvmfGIB/o= -github.com/jackc/pgconn v1.9.0/go.mod h1:YctiPyvzfU11JFxoXokUOOKQXQmDMoJL9vJzHH8/2JY= -github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530/go.mod h1:4z2w8XhRbP1hYxkpTuBjTS3ne3J48K83+u0zoyvg2pI= -github.com/jackc/pgconn v1.13.0/go.mod h1:AnowpAqO4CMIIJNZl2VJp+KrkAZciAkhEl0W0JIobpI= -github.com/jackc/pgio v1.0.0/go.mod h1:oP+2QK2wFfUWgr+gxjoBH9KGBb31Eio69xUb0w5bYf8= -github.com/jackc/pgmock v0.0.0-20190831213851-13a1b77aafa2/go.mod h1:fGZlG77KXmcq05nJLRkk0+p82V8B8Dw8KN2/V9c/OAE= -github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd/go.mod h1:hrBW0Enj2AZTNpt/7Y5rr2xe/9Mn757Wtb2xeBzPv2c= -github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65/go.mod h1:5R2h2EEX+qri8jOWMbJCtaPWkrrNc7OHwsp2TCqp7ak= -github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= -github.com/jackc/pgproto3 v1.1.0/go.mod h1:eR5FA3leWg7p9aeAqi37XOTgTIbkABlvcPB3E5rlc78= -github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190420180111-c116219b62db/go.mod h1:bhq50y+xrl9n5mRYyCBFKkpRVTLYJVWeCc+mEAI3yXA= -github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190609003834-432c2951c711/go.mod h1:uH0AWtUmuShn0bcesswc4aBTWGvw0cAxIJp+6OB//Wg= -github.com/jackc/pgproto3/v2 v2.0.0-rc3/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM= -github.com/jackc/pgproto3/v2 v2.0.0-rc3.0.20190831210041-4c03ce451f29/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM= -github.com/jackc/pgproto3/v2 v2.0.6/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= -github.com/jackc/pgproto3/v2 v2.1.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= -github.com/jackc/pgproto3/v2 v2.3.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA= -github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b/go.mod h1:vsD4gTJCa9TptPL8sPkXrLZ+hDuNrZCnj29CQpr4X1E= -github.com/jackc/pgtype v0.0.0-20190421001408-4ed0de4755e0/go.mod h1:hdSHsc1V01CGwFsrv11mJRHWJ6aifDLfdV3aVjFF0zg= -github.com/jackc/pgtype v0.0.0-20190824184912-ab885b375b90/go.mod h1:KcahbBH1nCMSo2DXpzsoWOAfFkdEtEJpPbVLq8eE+mc= -github.com/jackc/pgtype v0.0.0-20190828014616-a8802b16cc59/go.mod h1:MWlu30kVJrUS8lot6TQqcg7mtthZ9T0EoIBFiJcmcyw= -github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178/go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM= -github.com/jackc/pgtype v1.12.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= -github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96/go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y= -github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912/go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM= -github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186/go.mod h1:X+GQnOEnf1dqHGpw7JmHqHc1NxDoalibchSk9/RWuDc= -github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c/go.mod h1:1QD0+tgSXP7iUjYm9C1NxKhny7lq6ee99u/z+IHFcgs= -github.com/jackc/pgx/v4 v4.17.2/go.mod h1:lcxIZN44yMIrWI78a5CpucdD14hX0SBDbNRvjDBItsw= -github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= -github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= -github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= -github.com/jackc/puddle v1.3.0/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk= github.com/jaswdr/faker v1.0.2 h1:3iRZztCC4oU67i67qGcyhIxeKgHQQH/iCifJOj3uOSI= github.com/jaswdr/faker v1.0.2/go.mod h1:9S4x1SRPC3m+iLgZTx2HZ0/R1/B0hwuL8uvOAiuJNtg= -github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= -github.com/jcmturner/dnsutils/v2 v2.0.0/go.mod h1:b0TnjGOvI/n42bZa+hmXL+kFJZsFT7G4t3HTlQ184QM= -github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/UM3ncEo0o= -github.com/jcmturner/goidentity/v6 v6.0.1/go.mod h1:X1YW3bgtvwAXju7V3LCIMpY0Gbxyjn/mY9zx4tFonSg= -github.com/jcmturner/gokrb5/v8 v8.4.2/go.mod h1:sb+Xq/fTY5yktf/VxLsE3wlfPqQjp0aWNYyvBVK62bc= -github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc= -github.com/jdx/go-netrc v1.0.0 h1:QbLMLyCZGj0NA8glAhxUpf1zDg6cxnWgMBbjq40W0gQ= -github.com/jdx/go-netrc v1.0.0/go.mod h1:Gh9eFQJnoTNIRHXl2j5bJXA1u84hQWJWgGh569zF3v8= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha h1:rRYHSFWZ3egaMVREb5NgN17UanLMWM2s7EhG3u/1Yy4= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha/go.mod h1:DAKhNY3KVw+n6uMJ+WIzEs2XHfuQpMu2taSsKOXbTBw= -github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= github.com/jhump/gopoet v0.0.0-20190322174617-17282ff210b3/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= github.com/jhump/gopoet v0.1.0/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= github.com/jhump/goprotoc v0.5.0/go.mod h1:VrbvcYrQOrTi3i0Vf+m+oqQWk9l72mjkJCYo7UvLHRQ= @@ -995,7 +623,6 @@ github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9Y github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= -github.com/joefitzgerald/rainbow-reporter v0.1.0/go.mod h1:481CNgqmVHQZzdIbN52CupLJyoVwB10FQ/IQlF1pdL8= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= @@ -1016,12 +643,9 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= -github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= -github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g= github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= -github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= @@ -1038,23 +662,16 @@ github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= -github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw= @@ -1070,29 +687,14 @@ github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= -github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= -github.com/linode/linodego v1.4.0/go.mod h1:PVsRxSlOiJyvG4/scTszpmZDTdgS+to3X6eS8pRrWI8= -github.com/linode/linodego v1.9.3/go.mod h1:h6AuFR/JpqwwM/vkj7s8KV3iGN8/jxn+zc437F8SZ8w= -github.com/linode/linodego v1.12.0/go.mod h1:NJlzvlNtdMRRkXb0oN6UWzUkj6t+IBsyveHgZ5Ppjyk= -github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo= -github.com/lyft/protoc-gen-star v0.4.10/go.mod h1:mE8fbna26u7aEA2QCVvvfBU/ZrPgocG1206xAFPcs94= -github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= -github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= github.com/lyft/protoc-gen-star v0.6.2 h1:DgqBrh0Q/JGHXDZjJaYCWKD/EXLczxplIC0JeElY2iU= github.com/lyft/protoc-gen-star v0.6.2/go.mod h1:M0b1EfeJR3f8E3YHKFr9KXWjAB4mrKn6Rm6PPEuJlI0= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= -github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs= -github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA= @@ -1125,9 +727,6 @@ github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc= github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/mattn/go-shellwords v1.0.3/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= -github.com/mattn/go-shellwords v1.0.6/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= -github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y= github.com/mattn/go-sqlite3 v0.0.0-20161215041557-2d44decb4941/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q= github.com/mattn/go-sqlite3 v1.11.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= @@ -1143,13 +742,10 @@ github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEp github.com/minio/minio-go/v7 v7.0.72 h1:ZSbxs2BfJensLyHdVOgHv+pfmvxYraaUy07ER04dWnA= github.com/minio/minio-go/v7 v7.0.72/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= -github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8= -github.com/mitchellh/go-wordwrap v1.0.0/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo= github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0= github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0= github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= @@ -1194,7 +790,6 @@ github.com/nats-io/nats.go v1.15.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/ github.com/nats-io/nats.go v1.28.0 h1:Th4G6zdsz2d0OqXdfzKLClo6bOfoI/b1kInhRtFIy5c= github.com/nats-io/nats.go v1.28.0/go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc= github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4= -github.com/nats-io/nkeys v0.4.4/go.mod h1:XUkxdLPTufzlihbamfzQ7mw/VGx6ObUs+0bN5sNvt64= github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= @@ -1203,11 +798,6 @@ github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/k github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= -github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs= -github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= -github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= @@ -1216,7 +806,6 @@ github.com/olivere/elastic/v7 v7.0.28 h1:KAP4EuaEcvPJknRNkAAso1xeu0C1+/CeDQsxj9C github.com/olivere/elastic/v7 v7.0.28/go.mod h1:DzHQoqd6YqSuvF1lk/fR4cW4FNUNzSD5/F5MBm3GRMo= github.com/onsi/ginkgo v1.4.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= @@ -1242,11 +831,7 @@ github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0Mw github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= -github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE= -github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= -github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/peterbourgon/mergemap v0.0.1 h1:5/brtSACv34REV0xoYjPQ8JXZnx3nurGt6WInLRwqX4= @@ -1259,7 +844,6 @@ github.com/philhofer/fwd v1.1.1/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1-0.20171018195549-f15c970de5b7/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -1274,7 +858,6 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= -github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU= github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= @@ -1282,42 +865,24 @@ github.com/pquerna/cachecontrol v0.2.0 h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEn github.com/pquerna/cachecontrol v0.2.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= -github.com/prometheus/alertmanager v0.24.0/go.mod h1:r6fy/D7FRuZh5YbnX6J3MBY0eI4Pb5yPYS7/bPSXXqI= -github.com/prometheus/alertmanager v0.25.0/go.mod h1:MEZ3rFVHqKZsw7IcNS/m4AWZeXThmJhumpiWR4eHU/w= -github.com/prometheus/client_golang v0.0.0-20180209125602-c332b6f63c06/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g= -github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= -github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= -github.com/prometheus/client_golang v1.13.1/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ= +github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw= github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= -github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg= -github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= -github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= -github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= -github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= -github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.6.0/go.mod h1:eBmuwkDJBwy6iBfxCBob6t6dR6ENT/y+J+Zk0j9GMYc= -github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= @@ -1326,9 +891,7 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= @@ -1338,16 +901,7 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1 github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= -github.com/prometheus/prometheus v0.35.0/go.mod h1:7HaLx5kEPKJ0GDgbODG0fZgXbQ8K/XjZNJXQmbmgQlY= -github.com/prometheus/prometheus v0.40.5/go.mod h1:bxgdmtoSNLmmIVPGmeTJ3OiP67VmuY4yalE4ZP6L/j8= -github.com/prometheus/prometheus v0.42.0/go.mod h1:Pfqb/MLnnR2KK+0vchiaH39jXxvLMBk+3lnIGP4N7Vk= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= -github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo= -github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A= -github.com/quic-go/quic-go v0.44.0 h1:So5wOr7jyO4vzL2sd8/pD9Kesciv91zSk8BoFngItQ0= -github.com/quic-go/quic-go v0.44.0/go.mod h1:z4cx/9Ny9UtGITIPzmPTXh1ULfOyWh4qGQlpnPcWmek= -github.com/quic-go/quic-go v0.46.0 h1:uuwLClEEyk1DNvchH8uCByQVjo3yKL9opKulExNDs7Y= -github.com/quic-go/quic-go v0.46.0/go.mod h1:1dLehS7TIR64+vxGR70GDcatWTOtMX2PUtnKsjbTurI= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a h1:2v4Ipjxa3sh+xn6GvtgrMub2ci4ZLQMvTaYIba2lfdc= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a/go.mod h1:ozniNEFS3j1qCwHKdvraMn1WJOsUxHd7lYfukEIS4cs= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= @@ -1358,26 +912,16 @@ github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= -github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= -github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= -github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po= -github.com/rs/cors v1.11.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= -github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU= github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= -github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= -github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThCjNc= github.com/russellhaering/goxmldsig v1.1.0 h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk= github.com/russellhaering/goxmldsig v1.1.0/go.mod h1:QK8GhXPB3+AfuCrfo0oRISa9NfzeCpWmxeGnqEpDF9o= github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= @@ -1386,28 +930,14 @@ github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94/go.mod h1:90zrgN3 github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d/go.mod h1:Gy+0tqhJvgGlqnTF8CVGP0AaGRjwBtXs/a5PA0Y3+A4= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible h1:1FhtJltOydnEqlp1QZ6CQY4vYt/Gs2citvRZ+4ua7xQ= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g= -github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw= -github.com/sclevine/spec v1.2.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24q7p+U= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo= -github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg= github.com/segmentio/backo-go v1.1.0 h1:cJIfHQUdmLsd8t9IXqf5J8SdrOMn9vMa7cIvOavHAhc= github.com/segmentio/backo-go v1.1.0/go.mod h1:ckenwdf+v/qbyhVdNPWHnqh2YdJBED1O9cidYyM5J18= github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI= github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= -github.com/shoenig/test v0.4.3/go.mod h1:xYtyGBC5Q3kzCNyJg/SjgNpfAa2kvmgA0i5+lQso8x0= -github.com/shoenig/test v0.6.0/go.mod h1:xYtyGBC5Q3kzCNyJg/SjgNpfAa2kvmgA0i5+lQso8x0= -github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4= -github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= -github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= github.com/sirupsen/logrus v0.0.0-20180523074243-ea8897e79973/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= -github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= -github.com/sirupsen/logrus v1.0.6/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= @@ -1417,19 +947,12 @@ github.com/smartystreets/assertions v1.1.1/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYl github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0= -github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= -github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= -github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY= github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= @@ -1441,8 +964,6 @@ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= -github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= -github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v0.0.0-20181024212040-082b515c9490/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= @@ -1452,23 +973,6 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.7.0 h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= -github.com/spf13/viper v1.13.0/go.mod h1:Icm2xNL3/8uyh/wFuB1jI7TiTNKp8632Nwegu+zgdYw= -github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= -github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= -github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI= -github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI= -github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= -github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= -github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8= -github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= -github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs= -github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo= -github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= -github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= -github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= -github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= -github.com/streadway/handy v0.0.0-20200128134331-0f66f006fb2e/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= -github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= @@ -1476,7 +980,6 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= -github.com/stretchr/testify v0.0.0-20180303142811-b89eecf5ca5d/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= @@ -1485,14 +988,12 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= -github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= @@ -1505,11 +1006,8 @@ github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZ github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY= github.com/tklauser/numcpus v0.8.0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY= github.com/tklauser/numcpus v0.8.0/go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE= -github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= -github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c/go.mod h1:hzIxponao9Kjc7aWznkXaL4U4TWaDSs8zcsY4Ka08nM= github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o= github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg= @@ -1545,18 +1043,13 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0= github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= -github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43/go.mod h1:aX5oPXxHm3bOH+xeAttToC8pqch2ScQN/JoXYupl6xs= -github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPSUX/bi6SeDMUh6brw0nXpxHnc96TguQh0+r/ssA= -github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg= github.com/zclconf/go-cty v1.15.0 h1:tTCRWxsexYUmtt/wVxgDClUe+uQusuI443uL6e+5sXQ= github.com/zclconf/go-cty v1.15.0/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM= -github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= @@ -1579,12 +1072,6 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8= -go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo= -go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVjb2PTs= -go.opentelemetry.io/otel v1.6.0/go.mod h1:bfJD2DZVw0LBxghOTlgnlI0CV3hLDu9XF/QKOUXMTQQ= -go.opentelemetry.io/otel v1.6.1/go.mod h1:blzUabWHkX6LJewxvadmzafgh/wnvBSDBdOuwkAtrWQ= -go.opentelemetry.io/otel v1.11.1/go.mod h1:1nNhXBbWSD0nsL38H6btgnFN2k4i0sNLHNNMZMSbUGE= -go.opentelemetry.io/otel v1.11.2/go.mod h1:7p4EUV+AqgdlNV9gL97IgUZiVR3yrFXYo53f9BM3tRI= go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= @@ -1593,54 +1080,33 @@ go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt3 go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ= go.starlark.net v0.0.0-20190702223751-32f345186213 h1:lkYv5AKwvvduv5XWP6szk/bvvgO6aDeUujhZQXIFTes= go.starlark.net v0.0.0-20190702223751-32f345186213/go.mod h1:c1/X6cHgvdXj6pUlmWKMkuqRnW4K8x2vwt6JAaaircg= -go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= -go.uber.org/automaxprocs v1.5.1/go.mod h1:BF4eumQw0P9GtnuxxovUd06vwm1o18oMzFtK66vU6XU= go.uber.org/automaxprocs v1.5.3 h1:kWazyxZUrS3Gs4qUpbwo5kEIMGe/DAvi5Z4tl2NW4j8= go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= -go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= -go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= -go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= -go.uber.org/goleak v1.2.0/go.mod h1:XJYK+MuIchqpmGmUSAzotztawfKvYLUIgg7guXrwVUo= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= -go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU= -go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= -go.uber.org/multierr v1.7.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= -go.uber.org/multierr v1.8.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= -go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= -go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ= go.uber.org/zap v1.18.1/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= -go.uber.org/zap v1.19.1/go.mod h1:j3DNczoxDZroyBnOT1L/Q79cfUMGZxlv/9dzN7SM1rI= -go.uber.org/zap v1.23.0/go.mod h1:D+nX8jyLsMHMYrln8A0rJjFt/T/9/bGgIhAqxv5URuY= -go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg= go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= gocloud.dev v0.22.0 h1:psFb4EJ+bF9bjns7XR3n3tMMMB1LNs97YURcyh4oVWM= gocloud.dev v0.22.0/go.mod h1:z3jKIQ0Es9LALVZFQ3wOvwqAsSLq1R5c/2RdmghDucw= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 h1:TP7YcWHbnFq4v8/3wM2JwgM0SRRtsYJ7Z6Oj0arz2bs= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4/go.mod h1:cYlCBUl1MsqxdiKgmc4uh7TxZfWSFLOGSRR090WDxt8= -golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180614174826-fd5f17ee7299/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= @@ -1649,9 +1115,7 @@ golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= @@ -1707,12 +1171,7 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= -golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= @@ -1720,22 +1179,18 @@ golang.org/x/net v0.0.0-20180112015858-5ccada7d0a7b/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -1753,7 +1208,6 @@ golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/ golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= @@ -1762,7 +1216,6 @@ golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81R golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= @@ -1771,21 +1224,11 @@ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96b golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211216030914-fe4d6282115f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.0.0-20220617184016-355a448f1bc9/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= @@ -1810,7 +1253,6 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1820,7 +1262,6 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= @@ -1838,18 +1279,13 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190514135907-3a4b5fb9f71f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1865,12 +1301,9 @@ golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200120151820-655fe14d7479/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200217220822-9197077df867/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1889,14 +1322,12 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201202213521-69691e467435/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1905,22 +1336,10 @@ golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210903071746-97244b99971b/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210917161153-d61c044b1678/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1929,17 +1348,10 @@ golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1950,11 +1362,8 @@ golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= @@ -1969,7 +1378,6 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= @@ -1987,8 +1395,6 @@ golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181120060634-fc4f04983f62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1997,24 +1403,14 @@ golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190329151228-23e29df326fe/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190416151739-9c9e1878f421/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190420181800-aa740d480789/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190425163242-31fd60d6bfdc/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190624222133-a101b041ded4/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190706070813-72ffa07ba3db/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190823170909-c4a336ef6a2f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -2030,7 +1426,6 @@ golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= @@ -2043,7 +1438,6 @@ golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjs golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= @@ -2068,18 +1462,7 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU= -golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= -golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k= -golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= -golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= @@ -2087,19 +1470,13 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= -golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= -golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 h1:LLhsEBxRTBLuKlQxFBYUOU8xyFgXv6cOTp2HASDlsDk= golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= -google.golang.org/api v0.0.0-20160322025152-9bf6e6e569ff/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.0.0-20170206182103-3d017632ea10/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= -google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= @@ -2126,7 +1503,6 @@ google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjR google.golang.org/api v0.102.0 h1:JxJl2qQ85fRMPNvlZY/enexbxpCjLwGhZUtgfGeQ51I= google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= @@ -2186,13 +1562,10 @@ google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 h1:a2S6M0+660BgMNl google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/grpc v0.0.0-20170208002647-2a6bf6142e96/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= -google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.22.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= @@ -2227,41 +1600,29 @@ google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12/go.mod h1:9JNX7 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= -google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d h1:TxyelI5cVkbREznMhfzycHdkp5cLA7DpE+GKjSslYhM= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d/go.mod h1:cuepJuh7vyXfUyUwEgHQXw849cJrilpS5NeIjOWESAw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20141024133853-64131543e789/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= -gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/cheggaaa/pb.v1 v1.0.28 h1:n1tBJnnK2r7g9OW2btFH91V92STTUevLXYFb8gy9EMk= gopkg.in/cheggaaa/pb.v1 v1.0.28/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo= -gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec/go.mod h1:aPpfJ7XW+gOuirDoZ8gHhLh3kZ1B08FtV2bbmy7Jv3s= -gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.57.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.66.6/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ldap.v2 v2.5.1 h1:wiu0okdNfjlBzg6UWvd1Hn8Y+Ux17/u/4nlk4CQr6tU= gopkg.in/ldap.v2 v2.5.1/go.mod h1:oI0cpe/D7HRtBQl8aTg+ZmzFUAvu4lsv3eLXMLGFxWk= -gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= -gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce/go.mod h1:5AcXVHNjg+BDxry382+8OKon8SEWiKktQR07RKPsv1c= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 h1:E846t8CnR+lv5nE+VuiKTDG/v1U2stad0QzddfJC7kY= gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5/go.mod h1:hiOFpYm0ZJbusNj2ywpbrXowU3G8U6GIQzqn2mw1UIE= @@ -2270,11 +1631,8 @@ gopkg.in/segmentio/analytics-go.v3 v3.1.0/go.mod h1:4QqqlTlSSpVlWA9/9nDcPw+FkM2y gopkg.in/square/go-jose.v2 v2.4.1/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= gopkg.in/square/go-jose.v2 v2.6.0 h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI= gopkg.in/square/go-jose.v2 v2.6.0/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= -gopkg.in/telebot.v3 v3.0.0/go.mod h1:7rExV8/0mDDNu9epSrDm/8j22KLaActH1Tbee6YjzWg= -gopkg.in/telebot.v3 v3.1.2/go.mod h1:GJKwwWqp9nSkIVN51eRKU78aB5f5OnQuWdwiIZfPbko= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.0.0/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -2287,7 +1645,6 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/lib/license/license.pb.go b/lib/license/license.pb.go index cda620f74a6..cf98244bf53 100644 --- a/lib/license/license.pb.go +++ b/lib/license/license.pb.go @@ -10,7 +10,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: lib/license/license.proto @@ -289,7 +289,7 @@ func file_lib_license_license_proto_rawDescGZIP() []byte { } var file_lib_license_license_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_lib_license_license_proto_goTypes = []any{ +var file_lib_license_license_proto_goTypes = []interface{}{ (*License)(nil), // 0: license.License (*Entitlement)(nil), // 1: license.Entitlement (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp @@ -312,7 +312,7 @@ func file_lib_license_license_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_lib_license_license_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_lib_license_license_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*License); i { case 0: return &v.state @@ -324,7 +324,7 @@ func file_lib_license_license_proto_init() { return nil } } - file_lib_license_license_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_lib_license_license_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Entitlement); i { case 0: return &v.state From 8693793477a1fab17d8bde4db7f148bc15bebaa0 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Fri, 30 Aug 2024 13:20:36 +0530 Subject: [PATCH 018/147] Protobuf compiles newly added messages and services Signed-off-by: daveaugustus --- .../boltdb/internal/v1/schema/v1.pb.go | 12 +- .../api/deployment/deployment.pb.go | 65 ++--- .../api/gateway/gateway.pb.go | 52 ++-- .../automate-gateway/api/legacy/legacy.pb.go | 32 +-- .../api/license/license.pb.go | 88 +++---- .../api/notifications/notifications.pb.go | 225 +++++++++--------- .../api/telemetry/telemetry.pb.go | 33 +-- lib/grpc/debug/debug_api/debug.pb.go | 57 ++--- 8 files changed, 285 insertions(+), 279 deletions(-) diff --git a/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go b/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go index 700f8314206..bafd52eb365 100644 --- a/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go +++ b/components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: components/automate-deployment/pkg/persistence/boltdb/internal/v1/schema/v1.proto @@ -532,7 +532,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_goTypes = []any{ +var file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_goTypes = []interface{}{ (Service_DeploymentState)(0), // 0: Service.DeploymentState (Service_InstallType)(0), // 1: Service.InstallType (*Deployment)(nil), // 2: Deployment @@ -563,7 +563,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return } if !protoimpl.UnsafeEnabled { - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Deployment); i { case 0: return &v.state @@ -575,7 +575,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return nil } } - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReleaseManifest); i { case 0: return &v.state @@ -587,7 +587,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return nil } } - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Hart); i { case 0: return &v.state @@ -599,7 +599,7 @@ func file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_sche return nil } } - file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_components_automate_deployment_pkg_persistence_boltdb_internal_v1_schema_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Service); i { case 0: return &v.state diff --git a/components/automate-gateway/api/deployment/deployment.pb.go b/components/automate-gateway/api/deployment/deployment.pb.go index aefd9158646..bbeb7556b6d 100644 --- a/components/automate-gateway/api/deployment/deployment.pb.go +++ b/components/automate-gateway/api/deployment/deployment.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-gateway/api/deployment/deployment.proto @@ -266,37 +266,38 @@ var file_automate_gateway_api_deployment_deployment_proto_rawDesc = []byte{ 0x52, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x90, 0x03, 0x0a, - 0x0a, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x9b, 0x01, 0x0a, 0x0a, + 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x32, 0x98, 0x03, 0x0a, + 0x0a, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x9f, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, - 0x74, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x4e, 0x8a, 0xb5, 0x18, 0x33, 0x0a, + 0x74, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x52, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x11, 0x12, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, + 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xe7, 0x01, + 0x0a, 0x0f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x12, 0x34, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, + 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x67, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, + 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, - 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x11, 0x12, 0x0f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0xe3, 0x01, 0x0a, 0x0f, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x34, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x72, - 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, - 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, - 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x63, 0x8a, 0xb5, 0x18, 0x34, - 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, - 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x12, 0x23, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, - 0x45, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, - 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, - 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x64, 0x65, 0x70, 0x6c, - 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x73, 0x79, 0x73, + 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x42, 0x45, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -312,7 +313,7 @@ func file_automate_gateway_api_deployment_deployment_proto_rawDescGZIP() []byte } var file_automate_gateway_api_deployment_deployment_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_automate_gateway_api_deployment_deployment_proto_goTypes = []any{ +var file_automate_gateway_api_deployment_deployment_proto_goTypes = []interface{}{ (*Version)(nil), // 0: chef.automate.api.deployment.Version (*ServiceVersionsRequest)(nil), // 1: chef.automate.api.deployment.ServiceVersionsRequest (*ServiceVersionsResponse)(nil), // 2: chef.automate.api.deployment.ServiceVersionsResponse @@ -338,7 +339,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_deployment_deployment_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Version); i { case 0: return &v.state @@ -350,7 +351,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return nil } } - file_automate_gateway_api_deployment_deployment_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceVersionsRequest); i { case 0: return &v.state @@ -362,7 +363,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return nil } } - file_automate_gateway_api_deployment_deployment_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceVersionsResponse); i { case 0: return &v.state @@ -374,7 +375,7 @@ func file_automate_gateway_api_deployment_deployment_proto_init() { return nil } } - file_automate_gateway_api_deployment_deployment_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_automate_gateway_api_deployment_deployment_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceVersion); i { case 0: return &v.state diff --git a/components/automate-gateway/api/gateway/gateway.pb.go b/components/automate-gateway/api/gateway/gateway.pb.go index 9611eec833f..ba791d940f6 100644 --- a/components/automate-gateway/api/gateway/gateway.pb.go +++ b/components/automate-gateway/api/gateway/gateway.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-gateway/api/gateway/gateway.proto @@ -183,31 +183,31 @@ var file_automate_gateway_api_gateway_gateway_proto_rawDesc = []byte{ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x68, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x68, 0x61, 0x22, 0x20, 0x0a, 0x06, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xab, 0x02, 0x0a, 0x07, 0x47, 0x61, - 0x74, 0x65, 0x77, 0x61, 0x79, 0x12, 0x98, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, + 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xb3, 0x02, 0x0a, 0x07, 0x47, 0x61, + 0x74, 0x65, 0x77, 0x61, 0x79, 0x12, 0x9c, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x56, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, - 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, - 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, - 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, - 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x84, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x12, 0x16, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x19, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, - 0x68, 0x22, 0x44, 0x8a, 0xb5, 0x18, 0x22, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x12, 0x11, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x68, - 0x65, 0x61, 0x6c, 0x74, 0x68, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, - 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, - 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, + 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x5a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, + 0x12, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, + 0x79, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x3a, 0x67, 0x65, 0x74, 0x12, 0x88, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x48, 0x65, 0x61, 0x6c, + 0x74, 0x68, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x19, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x48, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x22, 0x48, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x68, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, + 0x6d, 0x3a, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x73, 0x79, + 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x3a, 0x67, 0x65, 0x74, 0x42, + 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, + 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, + 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, + 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x61, 0x74, 0x65, + 0x77, 0x61, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -223,7 +223,7 @@ func file_automate_gateway_api_gateway_gateway_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_gateway_gateway_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_automate_gateway_api_gateway_gateway_proto_goTypes = []any{ +var file_automate_gateway_api_gateway_gateway_proto_goTypes = []interface{}{ (*Version)(nil), // 0: chef.automate.api.Version (*Health)(nil), // 1: chef.automate.api.Health (*emptypb.Empty)(nil), // 2: google.protobuf.Empty @@ -246,7 +246,7 @@ func file_automate_gateway_api_gateway_gateway_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_gateway_gateway_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_gateway_api_gateway_gateway_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Version); i { case 0: return &v.state @@ -258,7 +258,7 @@ func file_automate_gateway_api_gateway_gateway_proto_init() { return nil } } - file_automate_gateway_api_gateway_gateway_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_automate_gateway_api_gateway_gateway_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Health); i { case 0: return &v.state diff --git a/components/automate-gateway/api/legacy/legacy.pb.go b/components/automate-gateway/api/legacy/legacy.pb.go index 77f02fcf69c..f91c13bd739 100644 --- a/components/automate-gateway/api/legacy/legacy.pb.go +++ b/components/automate-gateway/api/legacy/legacy.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-gateway/api/legacy/legacy.proto @@ -90,23 +90,23 @@ var file_automate_gateway_api_legacy_legacy_proto_rawDesc = []byte{ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x28, 0x0a, 0x0e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xaf, 0x01, 0x0a, 0x13, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, - 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x97, 0x01, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xb3, 0x01, 0x0a, 0x13, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, + 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x9b, 0x01, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0x8a, 0xb5, 0x18, 0x22, - 0x0a, 0x0d, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, - 0x11, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x67, - 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x63, 0x6f, - 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x42, 0x41, 0x5a, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4f, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, 0x3a, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x13, 0x12, 0x11, 0x69, 0x6e, 0x67, 0x65, 0x73, 0x74, + 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x41, 0x5a, 0x3f, 0x67, + 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, + 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, + 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -122,7 +122,7 @@ func file_automate_gateway_api_legacy_legacy_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_legacy_legacy_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_automate_gateway_api_legacy_legacy_proto_goTypes = []any{ +var file_automate_gateway_api_legacy_legacy_proto_goTypes = []interface{}{ (*StatusResponse)(nil), // 0: chef.automate.api.legacy.StatusResponse (*emptypb.Empty)(nil), // 1: google.protobuf.Empty } @@ -142,7 +142,7 @@ func file_automate_gateway_api_legacy_legacy_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_legacy_legacy_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_gateway_api_legacy_legacy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StatusResponse); i { case 0: return &v.state diff --git a/components/automate-gateway/api/license/license.pb.go b/components/automate-gateway/api/license/license.pb.go index 0b574bd719d..4e69a44b2b5 100644 --- a/components/automate-gateway/api/license/license.pb.go +++ b/components/automate-gateway/api/license/license.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-gateway/api/license/license.proto @@ -322,7 +322,7 @@ type RequestLicenseResp struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Deprecated: Marked as deprecated in automate-gateway/api/license/license.proto. + // Deprecated: Do not use. License string `protobuf:"bytes,1,opt,name=license,proto3" json:"license,omitempty"` Status *GetStatusResp `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` } @@ -359,7 +359,7 @@ func (*RequestLicenseResp) Descriptor() ([]byte, []int) { return file_automate_gateway_api_license_license_proto_rawDescGZIP(), []int{5} } -// Deprecated: Marked as deprecated in automate-gateway/api/license/license.proto. +// Deprecated: Do not use. func (x *RequestLicenseResp) GetLicense() string { if x != nil { return x.License @@ -494,46 +494,48 @@ var file_automate_gateway_api_license_license_proto_rawDesc = []byte{ 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, - 0x70, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xa7, 0x04, 0x0a, 0x07, 0x4c, 0x69, - 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0xb3, 0x01, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, + 0x70, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xbf, 0x04, 0x0a, 0x07, 0x4c, 0x69, + 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0xbd, 0x01, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x2a, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, - 0x4a, 0x8a, 0xb5, 0x18, 0x26, 0x0a, 0x0e, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, - 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, - 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x1a, 0x3a, 0x01, 0x2a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, - 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0xa5, 0x01, 0x0a, 0x09, - 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, - 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, - 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, - 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x45, 0x8a, 0xb5, - 0x18, 0x23, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x12, 0x12, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, - 0x65, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x12, 0xbd, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, - 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, - 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, - 0x73, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, - 0x65, 0x52, 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, + 0x54, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, 0x0e, 0x73, 0x79, 0x73, + 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x8a, 0xb5, 0x18, 0x16, 0x12, + 0x14, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, + 0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0xa9, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, + 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x63, + 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, + 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x22, 0x49, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x3a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x8a, 0xb5, 0x18, 0x14, 0x12, 0x12, 0x73, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, 0x67, 0x65, + 0x74, 0x12, 0xc7, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, + 0x65, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, - 0x65, 0x73, 0x70, 0x22, 0x4e, 0x8a, 0xb5, 0x18, 0x28, 0x0a, 0x0e, 0x73, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x72, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, - 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x71, 0x1a, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x73, + 0x70, 0x22, 0x58, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x03, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x10, 0x0a, + 0x0e, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x8a, + 0xb5, 0x18, 0x18, 0x12, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x6c, 0x69, 0x63, 0x65, + 0x6e, 0x73, 0x65, 0x3a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x42, 0x5a, 0x40, 0x67, + 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, + 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, + 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -549,7 +551,7 @@ func file_automate_gateway_api_license_license_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_license_license_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_automate_gateway_api_license_license_proto_goTypes = []any{ +var file_automate_gateway_api_license_license_proto_goTypes = []interface{}{ (*ApplyLicenseReq)(nil), // 0: chef.automate.api.license.ApplyLicenseReq (*ApplyLicenseResp)(nil), // 1: chef.automate.api.license.ApplyLicenseResp (*GetStatusReq)(nil), // 2: chef.automate.api.license.GetStatusReq @@ -585,7 +587,7 @@ func file_automate_gateway_api_license_license_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_license_license_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyLicenseReq); i { case 0: return &v.state @@ -597,7 +599,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ApplyLicenseResp); i { case 0: return &v.state @@ -609,7 +611,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetStatusReq); i { case 0: return &v.state @@ -621,7 +623,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetStatusResp); i { case 0: return &v.state @@ -633,7 +635,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RequestLicenseReq); i { case 0: return &v.state @@ -645,7 +647,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RequestLicenseResp); i { case 0: return &v.state @@ -657,7 +659,7 @@ func file_automate_gateway_api_license_license_proto_init() { return nil } } - file_automate_gateway_api_license_license_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_automate_gateway_api_license_license_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetStatusResp_DateRange); i { case 0: return &v.state diff --git a/components/automate-gateway/api/notifications/notifications.pb.go b/components/automate-gateway/api/notifications/notifications.pb.go index 6dc3556b083..1f3b250b8b7 100644 --- a/components/automate-gateway/api/notifications/notifications.pb.go +++ b/components/automate-gateway/api/notifications/notifications.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-gateway/api/notifications/notifications.proto @@ -1311,109 +1311,110 @@ var file_automate_gateway_api_notifications_notifications_proto_rawDesc = []byte 0x6f, 0x6e, 0x73, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x00, 0x52, 0x04, 0x6e, 0x6f, 0x6e, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x17, 0x0a, 0x15, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x83, 0x0c, 0x0a, 0x0d, 0x4e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xcf, 0x01, 0x0a, 0x07, + 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x9f, 0x0c, 0x0a, 0x0d, 0x4e, 0x6f, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xd3, 0x01, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x41, - 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x8a, 0xb5, 0x18, 0x37, - 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, - 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x3a, 0x01, 0x2a, - 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xdc, 0x01, - 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, - 0x75, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x1a, 0x33, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x52, 0x75, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x68, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, - 0x64, 0x7d, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x20, 0x22, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, + 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x22, 0x12, + 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, + 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x63, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x12, 0xe0, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, + 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, + 0x72, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x2a, 0x20, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, + 0x8a, 0xb5, 0x18, 0x1a, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, + 0x18, 0x22, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x2a, 0x20, 0x2f, 0x61, 0x70, 0x69, - 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xe2, 0x01, 0x0a, - 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x32, 0x2e, 0x63, 0x68, - 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, - 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, - 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x8a, 0xb5, 0x18, 0x3c, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, + 0x6c, 0x65, 0x74, 0x65, 0x12, 0xe6, 0x01, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, + 0x75, 0x6c, 0x65, 0x12, 0x32, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, + 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x25, 0x1a, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, + 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x1a, 0x0a, 0x18, 0x6e, + 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, + 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x22, 0x12, 0x20, 0x6e, 0x6f, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, + 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xd7, 0x01, + 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, + 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, + 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, + 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, + 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, + 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x82, 0xd3, + 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, + 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1a, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, - 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x20, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x1a, - 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, - 0x7d, 0x12, 0xd3, 0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x2f, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, - 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x1a, 0x30, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x65, 0x8a, 0xb5, 0x18, 0x39, 0x0a, 0x18, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x7b, 0x69, 0x64, 0x7d, - 0x12, 0x1d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x82, - 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x12, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, - 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, - 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, + 0x7b, 0x69, 0x64, 0x7d, 0x8a, 0xb5, 0x18, 0x1f, 0x12, 0x1d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, + 0x6c, 0x65, 0x73, 0x3a, 0x67, 0x65, 0x74, 0x12, 0xd2, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, - 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5c, 0x8a, 0xb5, 0x18, 0x35, - 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, - 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x1e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, - 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0xe7, 0x01, 0x0a, 0x0f, 0x56, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x12, 0x35, 0x2e, 0x63, - 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, - 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, - 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, - 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x8a, 0xb5, 0x18, - 0x39, 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, + 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, + 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x20, 0x12, 0x1e, 0x6e, 0x6f, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x12, 0xeb, 0x01, 0x0a, + 0x0f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x12, 0x35, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, + 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x2e, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x55, 0x52, 0x4c, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0x69, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, + 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x77, + 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x3a, 0x01, 0x2a, 0x8a, 0xb5, 0x18, 0x15, 0x0a, 0x13, 0x6e, + 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x72, 0x75, 0x6c, + 0x65, 0x73, 0x8a, 0xb5, 0x18, 0x24, 0x12, 0x22, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x52, 0x75, 0x6c, 0x65, - 0x73, 0x3a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, - 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x77, 0x65, 0x62, 0x68, 0x6f, - 0x6f, 0x6b, 0x12, 0xca, 0x01, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2f, - 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, - 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, - 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, - 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x5c, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, - 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, - 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, - 0x48, 0x5a, 0x46, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, - 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, - 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, - 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, + 0x73, 0x3a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x12, 0xce, 0x01, 0x0a, 0x07, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6e, 0x6f, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1f, 0x12, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x30, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x8a, 0xb5, 0x18, 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, + 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x48, 0x5a, 0x46, 0x67, + 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, + 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, + 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, + 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -1430,7 +1431,7 @@ func file_automate_gateway_api_notifications_notifications_proto_rawDescGZIP() [ var file_automate_gateway_api_notifications_notifications_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_automate_gateway_api_notifications_notifications_proto_msgTypes = make([]protoimpl.MessageInfo, 20) -var file_automate_gateway_api_notifications_notifications_proto_goTypes = []any{ +var file_automate_gateway_api_notifications_notifications_proto_goTypes = []interface{}{ (Rule_Event)(0), // 0: chef.automate.api.notifications.Rule.Event (*SlackAlert)(nil), // 1: chef.automate.api.notifications.SlackAlert (*WebhookAlert)(nil), // 2: chef.automate.api.notifications.WebhookAlert @@ -1493,7 +1494,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_notifications_notifications_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SlackAlert); i { case 0: return &v.state @@ -1505,7 +1506,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WebhookAlert); i { case 0: return &v.state @@ -1517,7 +1518,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ServiceNowAlert); i { case 0: return &v.state @@ -1529,7 +1530,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Rule); i { case 0: return &v.state @@ -1541,7 +1542,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleIdentifier); i { case 0: return &v.state @@ -1553,7 +1554,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleUpdateRequest); i { case 0: return &v.state @@ -1565,7 +1566,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleListRequest); i { case 0: return &v.state @@ -1577,7 +1578,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleUpdateResponse); i { case 0: return &v.state @@ -1589,7 +1590,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleDeleteResponse); i { case 0: return &v.state @@ -1601,7 +1602,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleAddRequest); i { case 0: return &v.state @@ -1613,7 +1614,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleAddResponse); i { case 0: return &v.state @@ -1625,7 +1626,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleGetResponse); i { case 0: return &v.state @@ -1637,7 +1638,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RuleListResponse); i { case 0: return &v.state @@ -1649,7 +1650,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -1661,7 +1662,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionResponse); i { case 0: return &v.state @@ -1673,7 +1674,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UsernamePassword); i { case 0: return &v.state @@ -1685,7 +1686,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SecretId); i { case 0: return &v.state @@ -1697,7 +1698,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Empty); i { case 0: return &v.state @@ -1709,7 +1710,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationRequest); i { case 0: return &v.state @@ -1721,7 +1722,7 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { return nil } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_automate_gateway_api_notifications_notifications_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*URLValidationResponse); i { case 0: return &v.state @@ -1734,12 +1735,12 @@ func file_automate_gateway_api_notifications_notifications_proto_init() { } } } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].OneofWrappers = []any{ + file_automate_gateway_api_notifications_notifications_proto_msgTypes[3].OneofWrappers = []interface{}{ (*Rule_SlackAlert)(nil), (*Rule_WebhookAlert)(nil), (*Rule_ServiceNowAlert)(nil), } - file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].OneofWrappers = []any{ + file_automate_gateway_api_notifications_notifications_proto_msgTypes[18].OneofWrappers = []interface{}{ (*URLValidationRequest_UsernamePassword)(nil), (*URLValidationRequest_SecretId)(nil), (*URLValidationRequest_None)(nil), diff --git a/components/automate-gateway/api/telemetry/telemetry.pb.go b/components/automate-gateway/api/telemetry/telemetry.pb.go index 0dd5d11c25b..1e87b097bfa 100644 --- a/components/automate-gateway/api/telemetry/telemetry.pb.go +++ b/components/automate-gateway/api/telemetry/telemetry.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: automate-gateway/api/telemetry/telemetry.proto @@ -210,8 +210,8 @@ var file_automate_gateway_api_telemetry_telemetry_proto_rawDesc = []byte{ 0x0c, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, - 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x32, 0xd9, 0x01, 0x0a, 0x09, 0x54, 0x65, 0x6c, 0x65, 0x6d, - 0x65, 0x74, 0x72, 0x79, 0x12, 0xcb, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x65, 0x6c, 0x65, + 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x32, 0xdd, 0x01, 0x0a, 0x09, 0x54, 0x65, 0x6c, 0x65, 0x6d, + 0x65, 0x74, 0x72, 0x79, 0x12, 0xcf, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2d, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, @@ -219,16 +219,17 @@ var file_automate_gateway_api_telemetry_telemetry_proto_rawDesc = []byte{ 0x74, 0x1a, 0x2e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x4f, 0x8a, 0xb5, 0x18, 0x2b, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x74, - 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x67, - 0x65, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, - 0x30, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x63, - 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, - 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x74, - 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x22, 0x53, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f, + 0x76, 0x30, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x63, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x0f, 0x0a, 0x0d, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x3a, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, + 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2f, 0x61, + 0x70, 0x69, 0x2f, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -244,7 +245,7 @@ func file_automate_gateway_api_telemetry_telemetry_proto_rawDescGZIP() []byte { } var file_automate_gateway_api_telemetry_telemetry_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_automate_gateway_api_telemetry_telemetry_proto_goTypes = []any{ +var file_automate_gateway_api_telemetry_telemetry_proto_goTypes = []interface{}{ (*TelemetryRequest)(nil), // 0: chef.automate.api.telemetry.TelemetryRequest (*TelemetryResponse)(nil), // 1: chef.automate.api.telemetry.TelemetryResponse } @@ -264,7 +265,7 @@ func file_automate_gateway_api_telemetry_telemetry_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TelemetryRequest); i { case 0: return &v.state @@ -276,7 +277,7 @@ func file_automate_gateway_api_telemetry_telemetry_proto_init() { return nil } } - file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_automate_gateway_api_telemetry_telemetry_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TelemetryResponse); i { case 0: return &v.state diff --git a/lib/grpc/debug/debug_api/debug.pb.go b/lib/grpc/debug/debug_api/debug.pb.go index e7affa54d10..bdd5cbe832f 100644 --- a/lib/grpc/debug/debug_api/debug.pb.go +++ b/lib/grpc/debug/debug_api/debug.pb.go @@ -2,7 +2,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.28.1 // protoc v3.19.0 // source: grpc/debug/debug_api/debug.proto @@ -471,7 +471,7 @@ var file_grpc_debug_debug_api_debug_proto_rawDesc = []byte{ 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x6f, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x32, 0xf4, 0x03, 0x0a, 0x05, 0x44, 0x65, + 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x32, 0xfc, 0x03, 0x0a, 0x05, 0x44, 0x65, 0x62, 0x75, 0x67, 0x12, 0x52, 0x0a, 0x05, 0x54, 0x72, 0x61, 0x63, 0x65, 0x12, 0x25, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x54, 0x72, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, @@ -483,30 +483,31 @@ var file_grpc_debug_debug_api_debug_proto_rawDesc = []byte{ 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x43, 0x68, 0x75, 0x6e, 0x6b, 0x22, 0x00, 0x30, 0x01, 0x12, - 0xa3, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, + 0xa7, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x2b, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x53, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, - 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x39, 0x8a, 0xb5, 0x18, 0x35, + 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3d, 0x8a, 0xb5, 0x18, 0x19, 0x0a, 0x17, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x3a, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1a, 0x73, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, - 0x6c, 0x3a, 0x73, 0x65, 0x74, 0x12, 0x98, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, - 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, - 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, - 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x37, 0x8a, 0xb5, 0x18, 0x33, 0x0a, 0x16, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, - 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, - 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x6c, 0x69, 0x62, - 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2f, 0x64, 0x65, 0x62, 0x75, - 0x67, 0x5f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x3a, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x8a, 0xb5, 0x18, 0x1c, 0x12, 0x1a, 0x73, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x67, + 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x3a, 0x73, 0x65, 0x74, 0x12, 0x9c, 0x01, 0x0a, 0x0a, 0x47, 0x65, + 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, + 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, + 0x75, 0x67, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x28, 0x2e, 0x63, 0x68, 0x65, 0x66, 0x2e, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, + 0x65, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x64, 0x65, 0x62, 0x75, 0x67, 0x2e, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0x8a, 0xb5, 0x18, + 0x18, 0x0a, 0x16, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x3a, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x8a, 0xb5, 0x18, 0x1b, 0x12, 0x19, 0x73, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x67, 0x65, 0x74, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, + 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x65, 0x66, 0x2f, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x61, 0x74, 0x65, 0x2f, 0x6c, 0x69, 0x62, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x65, + 0x62, 0x75, 0x67, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x5f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -523,7 +524,7 @@ func file_grpc_debug_debug_api_debug_proto_rawDescGZIP() []byte { var file_grpc_debug_debug_api_debug_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_grpc_debug_debug_api_debug_proto_msgTypes = make([]protoimpl.MessageInfo, 7) -var file_grpc_debug_debug_api_debug_proto_goTypes = []any{ +var file_grpc_debug_debug_api_debug_proto_goTypes = []interface{}{ (SetLogLevelRequest_Level)(0), // 0: chef.automate.api.debug.SetLogLevelRequest.Level (*Chunk)(nil), // 1: chef.automate.api.debug.Chunk (*TraceRequest)(nil), // 2: chef.automate.api.debug.TraceRequest @@ -559,7 +560,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_grpc_debug_debug_api_debug_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Chunk); i { case 0: return &v.state @@ -571,7 +572,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TraceRequest); i { case 0: return &v.state @@ -583,7 +584,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProfileRequest); i { case 0: return &v.state @@ -595,7 +596,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetLogLevelRequest); i { case 0: return &v.state @@ -607,7 +608,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SetLogLevelResponse); i { case 0: return &v.state @@ -619,7 +620,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionRequest); i { case 0: return &v.state @@ -631,7 +632,7 @@ func file_grpc_debug_debug_api_debug_proto_init() { return nil } } - file_grpc_debug_debug_api_debug_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_grpc_debug_debug_api_debug_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VersionResponse); i { case 0: return &v.state From d6cf7a124a5664f794566844a8afd5df552b90d7 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Fri, 30 Aug 2024 13:56:25 +0530 Subject: [PATCH 019/147] Modified go mod downgrading some dependency for authz errors Signed-off-by: daveaugustus --- go.sum | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/go.sum b/go.sum index 2f82f5ede03..fdefc372fc9 100644 --- a/go.sum +++ b/go.sum @@ -251,6 +251,7 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 h1:rIXlvz2IWiupMFlC45cZCXZFvKX/ExBcSLrDy2G0Lp8= github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5/go.mod h1:p/NrK5tF6ICIly4qwEDsf6VDirFiWWz0FenfYBwJaKQ= github.com/cpuguy83/go-md2man v1.0.8/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY= +github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= @@ -399,6 +400,7 @@ github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1 github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= +github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= @@ -646,6 +648,7 @@ github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g= github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= +github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= @@ -662,6 +665,7 @@ github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= @@ -756,6 +760,8 @@ github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/moby/docker-image-spec v1.2.0 h1:ciAzQFLH2rpv2hojZ5sPVNCsnWhOpsEVLug2XPWyZ1g= +github.com/moby/docker-image-spec v1.2.0/go.mod h1:29lrC/ZML9rVsVf0SHhR0X2Q6R1CUVq9js3QJOPOtq8= github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0= github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk= @@ -865,6 +871,7 @@ github.com/pquerna/cachecontrol v0.2.0 h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEn github.com/pquerna/cachecontrol v0.2.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= +github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= @@ -880,6 +887,7 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1: github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= +github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= @@ -921,6 +929,7 @@ github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= github.com/russellhaering/goxmldsig v1.1.0 h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk= github.com/russellhaering/goxmldsig v1.1.0/go.mod h1:QK8GhXPB3+AfuCrfo0oRISa9NfzeCpWmxeGnqEpDF9o= github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= @@ -938,6 +947,7 @@ github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMT github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v0.0.0-20180523074243-ea8897e79973/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= @@ -1147,6 +1157,7 @@ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMk golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/lint v0.0.0-20181023182221-1baf3a9d7d67/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -1395,6 +1406,7 @@ golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181120060634-fc4f04983f62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1513,6 +1525,7 @@ google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6 google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= From d46b8e784d2c56201a6ded83a9980140b6f498ce Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 11:52:00 +0530 Subject: [PATCH 020/147] Added GOPROXY Signed-off-by: daveaugustus --- go.sum | 6 ------ 1 file changed, 6 deletions(-) diff --git a/go.sum b/go.sum index fdefc372fc9..d3e2fdb4466 100644 --- a/go.sum +++ b/go.sum @@ -272,8 +272,6 @@ github.com/dexidp/dex/api/v2 v2.0.0/go.mod h1:k5arBJT1QYvpsEY3sEd0NXJp3hKWKuUUfz github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g= -github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA= github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= @@ -457,8 +455,6 @@ github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9/go.mod h1:XA3DeT6rxh2 github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP0HCqCz+K4ts155PXIlUywf0wqN+GfPZw= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/flatbuffers v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw= -github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -760,8 +756,6 @@ github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/moby/docker-image-spec v1.2.0 h1:ciAzQFLH2rpv2hojZ5sPVNCsnWhOpsEVLug2XPWyZ1g= -github.com/moby/docker-image-spec v1.2.0/go.mod h1:29lrC/ZML9rVsVf0SHhR0X2Q6R1CUVq9js3QJOPOtq8= github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0= github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk= From 22dbfbd100e3250e7c3e6083179bac5acf53e08a Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 12:15:04 +0530 Subject: [PATCH 021/147] GOPROXY Signed-off-by: daveaugustus --- .studiorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studiorc b/.studiorc index cce12d95f79..e5252f9df0d 100644 --- a/.studiorc +++ b/.studiorc @@ -30,7 +30,7 @@ export GATEWAY_PORT=2000 # Compiling with cgo require gcc to be in our path. We don't typically # use cgo so we set CGO_ENABLED=0 by default in the studio. export CGO_ENABLED=0 -export GOPROXY=https://proxy.golang.org,direct +export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" # Go >= 1.13 will assume this but we have tools like protoc extensions that From 8d7a865e9554f261150333ef64d8617cb63bdcc3 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 13:21:25 +0530 Subject: [PATCH 022/147] Downgraded linter Signed-off-by: daveaugustus --- .studiorc | 2 +- Makefile.common_go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.studiorc b/.studiorc index e5252f9df0d..2186e55a34b 100644 --- a/.studiorc +++ b/.studiorc @@ -5,7 +5,7 @@ export HAB_ORIGIN=${HAB_ORIGIN:-chef} # Bring studio-common to life RECOMMENDED_HAB_VERSION="1.6.1205" -GOLANGCILINTVERSION=1.60.3 +GOLANGCILINTVERSION=1.50.1 # TODO(ssd) 2019-11-19: https://github.com/habitat-sh/habitat/issues/7219 unset SSL_CERT_FILE diff --git a/Makefile.common_go b/Makefile.common_go index 4eac9ef67dc..4867b642665 100644 --- a/Makefile.common_go +++ b/Makefile.common_go @@ -15,7 +15,7 @@ endif ifeq ($(UNAME_S),Darwin) PLATFORM:=darwin-amd64 endif -GOLANGCILINTVERSION?=1.60.3 +GOLANGCILINTVERSION?=1.50.1 GOLANGCILINTTARBALL:=golangci-lint-$(GOLANGCILINTVERSION)-$(PLATFORM).tar.gz LINTERARGS?=./... From 39fd16769a24fa2dd2bfbdf50739cf6cd3c7ee77 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 14:06:56 +0530 Subject: [PATCH 023/147] Go linter modification Signed-off-by: daveaugustus --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 488553029de..d003bad66a5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,6 +19,8 @@ linters-settings: - copylocks linters: + enable: + - unused enable-all: true disable: - bodyclose From fb73495be25a36438763be50bf488c080f5a1aef Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 14:21:10 +0530 Subject: [PATCH 024/147] Removed enable unused Signed-off-by: daveaugustus --- .golangci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d003bad66a5..da770b9b554 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -19,8 +19,6 @@ linters-settings: - copylocks linters: - enable: - - unused enable-all: true disable: - bodyclose @@ -81,4 +79,4 @@ linters: - govet - inamedparam - mnd - - perfsprint \ No newline at end of file + - perfsprint - gomodguard From 35736f6f23d45f96af73fabd9d5301385de731db Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 18:51:01 +0530 Subject: [PATCH 025/147] Downgraded protoc-gen-validate Signed-off-by: daveaugustus --- .../authn/authenticate.pb.validate.go | 83 +- api/interservice/authn/tokens.pb.validate.go | 449 +---- api/interservice/authz/authz.pb.validate.go | 593 +----- api/interservice/authz/policy.pb.validate.go | 1619 +--------------- api/interservice/authz/project.pb.validate.go | 1677 +---------------- api/interservice/authz/type.pb.validate.go | 9 +- .../local_user/users.pb.validate.go | 396 +--- api/interservice/teams/teams.pb.validate.go | 1192 +----------- go.sum | 4 + 9 files changed, 375 insertions(+), 5647 deletions(-) diff --git a/api/interservice/authn/authenticate.pb.validate.go b/api/interservice/authn/authenticate.pb.validate.go index 5338a292caf..72f9aae473a 100644 --- a/api/interservice/authn/authenticate.pb.validate.go +++ b/api/interservice/authn/authenticate.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,56 +30,23 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _authenticate_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on AuthenticateRequest with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *AuthenticateRequest) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on AuthenticateRequest with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// AuthenticateRequestMultiError, or nil if none found. -func (m *AuthenticateRequest) ValidateAll() error { - return m.validate(true) -} - -func (m *AuthenticateRequest) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return AuthenticateRequestMultiError(errors) - } - return nil } -// AuthenticateRequestMultiError is an error wrapping multiple validation -// errors returned by AuthenticateRequest.ValidateAll() if the designated -// constraints aren't met. -type AuthenticateRequestMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m AuthenticateRequestMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m AuthenticateRequestMultiError) AllErrors() []error { return m } - // AuthenticateRequestValidationError is the validation error returned by // AuthenticateRequest.Validate if the designated constraints aren't met. type AuthenticateRequestValidationError struct { @@ -139,54 +105,19 @@ var _ interface { // Validate checks the field values on AuthenticateResponse with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *AuthenticateResponse) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on AuthenticateResponse with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// AuthenticateResponseMultiError, or nil if none found. -func (m *AuthenticateResponse) ValidateAll() error { - return m.validate(true) -} - -func (m *AuthenticateResponse) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Subject // no validation rules for Requestor - if len(errors) > 0 { - return AuthenticateResponseMultiError(errors) - } - return nil } -// AuthenticateResponseMultiError is an error wrapping multiple validation -// errors returned by AuthenticateResponse.ValidateAll() if the designated -// constraints aren't met. -type AuthenticateResponseMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m AuthenticateResponseMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m AuthenticateResponseMultiError) AllErrors() []error { return m } - // AuthenticateResponseValidationError is the validation error returned by // AuthenticateResponse.Validate if the designated constraints aren't met. type AuthenticateResponseValidationError struct { diff --git a/api/interservice/authn/tokens.pb.validate.go b/api/interservice/authn/tokens.pb.validate.go index b2066c3a29e..85d18dac938 100644 --- a/api/interservice/authn/tokens.pb.validate.go +++ b/api/interservice/authn/tokens.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,41 +30,25 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _tokens_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on CreateTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateTokenReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateTokenReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateTokenReqMultiError, -// or nil if none found. -func (m *CreateTokenReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateTokenReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_CreateTokenReq_Id_Pattern.MatchString(m.GetId()) { - err := CreateTokenReqValidationError{ + return CreateTokenReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name @@ -78,55 +61,26 @@ func (m *CreateTokenReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreateTokenReq_Projects_Unique[item]; exists { - err := CreateTokenReqValidationError{ + return CreateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreateTokenReq_Projects_Unique[item] = struct{}{} } if !_CreateTokenReq_Projects_Pattern.MatchString(item) { - err := CreateTokenReqValidationError{ + return CreateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return CreateTokenReqMultiError(errors) - } - return nil } -// CreateTokenReqMultiError is an error wrapping multiple validation errors -// returned by CreateTokenReq.ValidateAll() if the designated constraints -// aren't met. -type CreateTokenReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateTokenReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateTokenReqMultiError) AllErrors() []error { return m } - // CreateTokenReqValidationError is the validation error returned by // CreateTokenReq.Validate if the designated constraints aren't met. type CreateTokenReqValidationError struct { @@ -187,26 +141,12 @@ var _CreateTokenReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on CreateTokenWithValueReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *CreateTokenWithValueReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateTokenWithValueReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// CreateTokenWithValueReqMultiError, or nil if none found. -func (m *CreateTokenWithValueReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateTokenWithValueReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Name @@ -221,55 +161,26 @@ func (m *CreateTokenWithValueReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreateTokenWithValueReq_Projects_Unique[item]; exists { - err := CreateTokenWithValueReqValidationError{ + return CreateTokenWithValueReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreateTokenWithValueReq_Projects_Unique[item] = struct{}{} } if !_CreateTokenWithValueReq_Projects_Pattern.MatchString(item) { - err := CreateTokenWithValueReqValidationError{ + return CreateTokenWithValueReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return CreateTokenWithValueReqMultiError(errors) - } - return nil } -// CreateTokenWithValueReqMultiError is an error wrapping multiple validation -// errors returned by CreateTokenWithValueReq.ValidateAll() if the designated -// constraints aren't met. -type CreateTokenWithValueReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateTokenWithValueReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateTokenWithValueReqMultiError) AllErrors() []error { return m } - // CreateTokenWithValueReqValidationError is the validation error returned by // CreateTokenWithValueReq.Validate if the designated constraints aren't met. type CreateTokenWithValueReqValidationError struct { @@ -329,27 +240,13 @@ var _ interface { var _CreateTokenWithValueReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on UpdateTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateTokenReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateTokenReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateTokenReqMultiError, -// or nil if none found. -func (m *UpdateTokenReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateTokenReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Active @@ -362,55 +259,26 @@ func (m *UpdateTokenReq) validate(all bool) error { _, _ = idx, item if _, exists := _UpdateTokenReq_Projects_Unique[item]; exists { - err := UpdateTokenReqValidationError{ + return UpdateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _UpdateTokenReq_Projects_Unique[item] = struct{}{} } if !_UpdateTokenReq_Projects_Pattern.MatchString(item) { - err := UpdateTokenReqValidationError{ + return UpdateTokenReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return UpdateTokenReqMultiError(errors) - } - return nil } -// UpdateTokenReqMultiError is an error wrapping multiple validation errors -// returned by UpdateTokenReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateTokenReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateTokenReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateTokenReqMultiError) AllErrors() []error { return m } - // UpdateTokenReqValidationError is the validation error returned by // UpdateTokenReq.Validate if the designated constraints aren't met. type UpdateTokenReqValidationError struct { @@ -468,26 +336,12 @@ var _ interface { var _UpdateTokenReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on Token with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Token) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Token with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in TokenMultiError, or nil if none found. -func (m *Token) ValidateAll() error { - return m.validate(true) -} - -func (m *Token) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Name @@ -500,29 +354,9 @@ func (m *Token) validate(all bool) error { // no validation rules for Updated - if len(errors) > 0 { - return TokenMultiError(errors) - } - return nil } -// TokenMultiError is an error wrapping multiple validation errors returned by -// Token.ValidateAll() if the designated constraints aren't met. -type TokenMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m TokenMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m TokenMultiError) AllErrors() []error { return m } - // TokenValidationError is the validation error returned by Token.Validate if // the designated constraints aren't met. type TokenValidationError struct { @@ -578,49 +412,16 @@ var _ interface { } = TokenValidationError{} // Validate checks the field values on Tokens with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Tokens) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Tokens with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in TokensMultiError, or nil if none found. -func (m *Tokens) ValidateAll() error { - return m.validate(true) -} - -func (m *Tokens) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetTokens() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, TokensValidationError{ - field: fmt.Sprintf("Tokens[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, TokensValidationError{ - field: fmt.Sprintf("Tokens[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return TokensValidationError{ field: fmt.Sprintf("Tokens[%v]", idx), @@ -632,29 +433,9 @@ func (m *Tokens) validate(all bool) error { } - if len(errors) > 0 { - return TokensMultiError(errors) - } - return nil } -// TokensMultiError is an error wrapping multiple validation errors returned by -// Tokens.ValidateAll() if the designated constraints aren't met. -type TokensMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m TokensMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m TokensMultiError) AllErrors() []error { return m } - // TokensValidationError is the validation error returned by Tokens.Validate if // the designated constraints aren't met. type TokensValidationError struct { @@ -710,51 +491,17 @@ var _ interface { } = TokensValidationError{} // Validate checks the field values on Value with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Value) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Value with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in ValueMultiError, or nil if none found. -func (m *Value) ValidateAll() error { - return m.validate(true) -} - -func (m *Value) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Value - if len(errors) > 0 { - return ValueMultiError(errors) - } - return nil } -// ValueMultiError is an error wrapping multiple validation errors returned by -// Value.ValidateAll() if the designated constraints aren't met. -type ValueMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ValueMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ValueMultiError) AllErrors() []error { return m } - // ValueValidationError is the validation error returned by Value.Validate if // the designated constraints aren't met. type ValueValidationError struct { @@ -810,52 +557,18 @@ var _ interface { } = ValueValidationError{} // Validate checks the field values on GetTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetTokenReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetTokenReqMultiError, or -// nil if none found. -func (m *GetTokenReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTokenReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return GetTokenReqMultiError(errors) - } - return nil } -// GetTokenReqMultiError is an error wrapping multiple validation errors -// returned by GetTokenReq.ValidateAll() if the designated constraints aren't met. -type GetTokenReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTokenReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTokenReqMultiError) AllErrors() []error { return m } - // GetTokenReqValidationError is the validation error returned by // GetTokenReq.Validate if the designated constraints aren't met. type GetTokenReqValidationError struct { @@ -911,50 +624,16 @@ var _ interface { } = GetTokenReqValidationError{} // Validate checks the field values on GetTokensReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetTokensReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTokensReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetTokensReqMultiError, or -// nil if none found. -func (m *GetTokensReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTokensReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return GetTokensReqMultiError(errors) - } - return nil } -// GetTokensReqMultiError is an error wrapping multiple validation errors -// returned by GetTokensReq.ValidateAll() if the designated constraints aren't met. -type GetTokensReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTokensReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTokensReqMultiError) AllErrors() []error { return m } - // GetTokensReqValidationError is the validation error returned by // GetTokensReq.Validate if the designated constraints aren't met. type GetTokensReqValidationError struct { @@ -1010,53 +689,18 @@ var _ interface { } = GetTokensReqValidationError{} // Validate checks the field values on DeleteTokenReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteTokenReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteTokenReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteTokenReqMultiError, -// or nil if none found. -func (m *DeleteTokenReq) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteTokenReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return DeleteTokenReqMultiError(errors) - } - return nil } -// DeleteTokenReqMultiError is an error wrapping multiple validation errors -// returned by DeleteTokenReq.ValidateAll() if the designated constraints -// aren't met. -type DeleteTokenReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteTokenReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteTokenReqMultiError) AllErrors() []error { return m } - // DeleteTokenReqValidationError is the validation error returned by // DeleteTokenReq.Validate if the designated constraints aren't met. type DeleteTokenReqValidationError struct { @@ -1112,51 +756,16 @@ var _ interface { } = DeleteTokenReqValidationError{} // Validate checks the field values on DeleteTokenResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *DeleteTokenResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteTokenResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// DeleteTokenRespMultiError, or nil if none found. -func (m *DeleteTokenResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteTokenResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return DeleteTokenRespMultiError(errors) - } - return nil } -// DeleteTokenRespMultiError is an error wrapping multiple validation errors -// returned by DeleteTokenResp.ValidateAll() if the designated constraints -// aren't met. -type DeleteTokenRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteTokenRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteTokenRespMultiError) AllErrors() []error { return m } - // DeleteTokenRespValidationError is the validation error returned by // DeleteTokenResp.Validate if the designated constraints aren't met. type DeleteTokenRespValidationError struct { diff --git a/api/interservice/authz/authz.pb.validate.go b/api/interservice/authz/authz.pb.validate.go index ea5523ed2cf..fe4cf4ad13a 100644 --- a/api/interservice/authz/authz.pb.validate.go +++ b/api/interservice/authz/authz.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,105 +30,56 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _authz_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on IsAuthorizedReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *IsAuthorizedReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on IsAuthorizedReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// IsAuthorizedReqMultiError, or nil if none found. -func (m *IsAuthorizedReq) ValidateAll() error { - return m.validate(true) -} - -func (m *IsAuthorizedReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if len(m.GetSubjects()) < 1 { - err := IsAuthorizedReqValidationError{ + return IsAuthorizedReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_IsAuthorizedReq_Subjects_Pattern.MatchString(item) { - err := IsAuthorizedReqValidationError{ + return IsAuthorizedReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):[^:*]+$|^token:[^:*]+$|^tls:service:[^:*]+:[^:*]+$\"", } - if !all { - return err - } - errors = append(errors, err) } } if !_IsAuthorizedReq_Resource_Pattern.MatchString(m.GetResource()) { - err := IsAuthorizedReqValidationError{ + return IsAuthorizedReqValidationError{ field: "Resource", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } - if !all { - return err - } - errors = append(errors, err) } if !_IsAuthorizedReq_Action_Pattern.MatchString(m.GetAction()) { - err := IsAuthorizedReqValidationError{ + return IsAuthorizedReqValidationError{ field: "Action", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return IsAuthorizedReqMultiError(errors) } return nil } -// IsAuthorizedReqMultiError is an error wrapping multiple validation errors -// returned by IsAuthorizedReq.ValidateAll() if the designated constraints -// aren't met. -type IsAuthorizedReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m IsAuthorizedReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m IsAuthorizedReqMultiError) AllErrors() []error { return m } - // IsAuthorizedReqValidationError is the validation error returned by // IsAuthorizedReq.Validate if the designated constraints aren't met. type IsAuthorizedReqValidationError struct { @@ -191,51 +141,16 @@ var _IsAuthorizedReq_Resource_Pattern = regexp.MustCompile("^[a-z][^:*]*(?::[^:* var _IsAuthorizedReq_Action_Pattern = regexp.MustCompile("^[a-z][^:*]*(?::[^:*]+)*$") // Validate checks the field values on GetVersionReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetVersionReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetVersionReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetVersionReqMultiError, or -// nil if none found. -func (m *GetVersionReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetVersionReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return GetVersionReqMultiError(errors) - } - return nil } -// GetVersionReqMultiError is an error wrapping multiple validation errors -// returned by GetVersionReq.ValidateAll() if the designated constraints -// aren't met. -type GetVersionReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetVersionReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetVersionReqMultiError) AllErrors() []error { return m } - // GetVersionReqValidationError is the validation error returned by // GetVersionReq.Validate if the designated constraints aren't met. type GetVersionReqValidationError struct { @@ -292,73 +207,43 @@ var _ interface { // Validate checks the field values on ProjectsAuthorizedReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ProjectsAuthorizedReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ProjectsAuthorizedReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ProjectsAuthorizedReqMultiError, or nil if none found. -func (m *ProjectsAuthorizedReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ProjectsAuthorizedReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if len(m.GetSubjects()) < 1 { - err := ProjectsAuthorizedReqValidationError{ + return ProjectsAuthorizedReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_ProjectsAuthorizedReq_Subjects_Pattern.MatchString(item) { - err := ProjectsAuthorizedReqValidationError{ + return ProjectsAuthorizedReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):[^:*]+$|^token:[^:*]+$|^tls:service:[^:*]+:[^:*]+$\"", } - if !all { - return err - } - errors = append(errors, err) } } if !_ProjectsAuthorizedReq_Resource_Pattern.MatchString(m.GetResource()) { - err := ProjectsAuthorizedReqValidationError{ + return ProjectsAuthorizedReqValidationError{ field: "Resource", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } - if !all { - return err - } - errors = append(errors, err) } if !_ProjectsAuthorizedReq_Action_Pattern.MatchString(m.GetAction()) { - err := ProjectsAuthorizedReqValidationError{ + return ProjectsAuthorizedReqValidationError{ field: "Action", reason: "value does not match regex pattern \"^[a-z][a-zA-Z]*(?::[a-z][a-zA-Z]*){2}$\"", } - if !all { - return err - } - errors = append(errors, err) } _ProjectsAuthorizedReq_ProjectsFilter_Unique := make(map[string]struct{}, len(m.GetProjectsFilter())) @@ -367,55 +252,26 @@ func (m *ProjectsAuthorizedReq) validate(all bool) error { _, _ = idx, item if _, exists := _ProjectsAuthorizedReq_ProjectsFilter_Unique[item]; exists { - err := ProjectsAuthorizedReqValidationError{ + return ProjectsAuthorizedReqValidationError{ field: fmt.Sprintf("ProjectsFilter[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _ProjectsAuthorizedReq_ProjectsFilter_Unique[item] = struct{}{} } if !_ProjectsAuthorizedReq_ProjectsFilter_Pattern.MatchString(item) { - err := ProjectsAuthorizedReqValidationError{ + return ProjectsAuthorizedReqValidationError{ field: fmt.Sprintf("ProjectsFilter[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9()-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return ProjectsAuthorizedReqMultiError(errors) - } - return nil } -// ProjectsAuthorizedReqMultiError is an error wrapping multiple validation -// errors returned by ProjectsAuthorizedReq.ValidateAll() if the designated -// constraints aren't met. -type ProjectsAuthorizedReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ProjectsAuthorizedReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ProjectsAuthorizedReqMultiError) AllErrors() []error { return m } - // ProjectsAuthorizedReqValidationError is the validation error returned by // ProjectsAuthorizedReq.Validate if the designated constraints aren't met. type ProjectsAuthorizedReqValidationError struct { @@ -482,81 +338,38 @@ var _ProjectsAuthorizedReq_ProjectsFilter_Pattern = regexp.MustCompile("^[a-z0-9 // Validate checks the field values on ProjectsAuthorizedResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ProjectsAuthorizedResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ProjectsAuthorizedResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ProjectsAuthorizedRespMultiError, or nil if none found. -func (m *ProjectsAuthorizedResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ProjectsAuthorizedResp) validate(all bool) error { if m == nil { return nil } - var errors []error - _ProjectsAuthorizedResp_Projects_Unique := make(map[string]struct{}, len(m.GetProjects())) for idx, item := range m.GetProjects() { _, _ = idx, item if _, exists := _ProjectsAuthorizedResp_Projects_Unique[item]; exists { - err := ProjectsAuthorizedRespValidationError{ + return ProjectsAuthorizedRespValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _ProjectsAuthorizedResp_Projects_Unique[item] = struct{}{} } if !_ProjectsAuthorizedResp_Projects_Pattern.MatchString(item) { - err := ProjectsAuthorizedRespValidationError{ + return ProjectsAuthorizedRespValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return ProjectsAuthorizedRespMultiError(errors) - } - return nil } -// ProjectsAuthorizedRespMultiError is an error wrapping multiple validation -// errors returned by ProjectsAuthorizedResp.ValidateAll() if the designated -// constraints aren't met. -type ProjectsAuthorizedRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ProjectsAuthorizedRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ProjectsAuthorizedRespMultiError) AllErrors() []error { return m } - // ProjectsAuthorizedRespValidationError is the validation error returned by // ProjectsAuthorizedResp.Validate if the designated constraints aren't met. type ProjectsAuthorizedRespValidationError struct { @@ -617,49 +430,27 @@ var _ProjectsAuthorizedResp_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1 // Validate checks the field values on FilterAuthorizedPairsReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *FilterAuthorizedPairsReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on FilterAuthorizedPairsReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// FilterAuthorizedPairsReqMultiError, or nil if none found. -func (m *FilterAuthorizedPairsReq) ValidateAll() error { - return m.validate(true) -} - -func (m *FilterAuthorizedPairsReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if len(m.GetSubjects()) < 1 { - err := FilterAuthorizedPairsReqValidationError{ + return FilterAuthorizedPairsReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_FilterAuthorizedPairsReq_Subjects_Pattern.MatchString(item) { - err := FilterAuthorizedPairsReqValidationError{ + return FilterAuthorizedPairsReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:(?:team|user):(?:local|ldap|saml)|token|tls:service:[^:*]+):[^:*]+$\"", } - if !all { - return err - } - errors = append(errors, err) } } @@ -667,26 +458,7 @@ func (m *FilterAuthorizedPairsReq) validate(all bool) error { for idx, item := range m.GetPairs() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, FilterAuthorizedPairsReqValidationError{ - field: fmt.Sprintf("Pairs[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, FilterAuthorizedPairsReqValidationError{ - field: fmt.Sprintf("Pairs[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return FilterAuthorizedPairsReqValidationError{ field: fmt.Sprintf("Pairs[%v]", idx), @@ -698,30 +470,9 @@ func (m *FilterAuthorizedPairsReq) validate(all bool) error { } - if len(errors) > 0 { - return FilterAuthorizedPairsReqMultiError(errors) - } - return nil } -// FilterAuthorizedPairsReqMultiError is an error wrapping multiple validation -// errors returned by FilterAuthorizedPairsReq.ValidateAll() if the designated -// constraints aren't met. -type FilterAuthorizedPairsReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m FilterAuthorizedPairsReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m FilterAuthorizedPairsReqMultiError) AllErrors() []error { return m } - // FilterAuthorizedPairsReqValidationError is the validation error returned by // FilterAuthorizedPairsReq.Validate if the designated constraints aren't met. type FilterAuthorizedPairsReqValidationError struct { @@ -782,49 +533,16 @@ var _FilterAuthorizedPairsReq_Subjects_Pattern = regexp.MustCompile("^(?:(?:team // Validate checks the field values on FilterAuthorizedPairsResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *FilterAuthorizedPairsResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on FilterAuthorizedPairsResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// FilterAuthorizedPairsRespMultiError, or nil if none found. -func (m *FilterAuthorizedPairsResp) ValidateAll() error { - return m.validate(true) -} - -func (m *FilterAuthorizedPairsResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetPairs() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, FilterAuthorizedPairsRespValidationError{ - field: fmt.Sprintf("Pairs[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, FilterAuthorizedPairsRespValidationError{ - field: fmt.Sprintf("Pairs[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return FilterAuthorizedPairsRespValidationError{ field: fmt.Sprintf("Pairs[%v]", idx), @@ -836,30 +554,9 @@ func (m *FilterAuthorizedPairsResp) validate(all bool) error { } - if len(errors) > 0 { - return FilterAuthorizedPairsRespMultiError(errors) - } - return nil } -// FilterAuthorizedPairsRespMultiError is an error wrapping multiple validation -// errors returned by FilterAuthorizedPairsResp.ValidateAll() if the -// designated constraints aren't met. -type FilterAuthorizedPairsRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m FilterAuthorizedPairsRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m FilterAuthorizedPairsRespMultiError) AllErrors() []error { return m } - // FilterAuthorizedPairsRespValidationError is the validation error returned by // FilterAuthorizedPairsResp.Validate if the designated constraints aren't met. type FilterAuthorizedPairsRespValidationError struct { @@ -917,71 +614,29 @@ var _ interface { } = FilterAuthorizedPairsRespValidationError{} // Validate checks the field values on Pair with the rules defined in the proto -// definition for this message. If any rules are violated, the first error -// encountered is returned, or nil if there are no violations. +// definition for this message. If any rules are violated, an error is returned. func (m *Pair) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Pair with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in PairMultiError, or nil if none found. -func (m *Pair) ValidateAll() error { - return m.validate(true) -} - -func (m *Pair) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_Pair_Resource_Pattern.MatchString(m.GetResource()) { - err := PairValidationError{ + return PairValidationError{ field: "Resource", reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*$\"", } - if !all { - return err - } - errors = append(errors, err) } if !_Pair_Action_Pattern.MatchString(m.GetAction()) { - err := PairValidationError{ + return PairValidationError{ field: "Action", reason: "value does not match regex pattern \"^[a-z][a-zA-Z]*(?::[a-z][a-zA-Z]*){2}$\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return PairMultiError(errors) } return nil } -// PairMultiError is an error wrapping multiple validation errors returned by -// Pair.ValidateAll() if the designated constraints aren't met. -type PairMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m PairMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m PairMultiError) AllErrors() []error { return m } - // PairValidationError is the validation error returned by Pair.Validate if the // designated constraints aren't met. type PairValidationError struct { @@ -1042,77 +697,34 @@ var _Pair_Action_Pattern = regexp.MustCompile("^[a-z][a-zA-Z]*(?::[a-z][a-zA-Z]* // Validate checks the field values on FilterAuthorizedProjectsReq with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *FilterAuthorizedProjectsReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on FilterAuthorizedProjectsReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// FilterAuthorizedProjectsReqMultiError, or nil if none found. -func (m *FilterAuthorizedProjectsReq) ValidateAll() error { - return m.validate(true) -} - -func (m *FilterAuthorizedProjectsReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if len(m.GetSubjects()) < 1 { - err := FilterAuthorizedProjectsReqValidationError{ + return FilterAuthorizedProjectsReqValidationError{ field: "Subjects", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetSubjects() { _, _ = idx, item if !_FilterAuthorizedProjectsReq_Subjects_Pattern.MatchString(item) { - err := FilterAuthorizedProjectsReqValidationError{ + return FilterAuthorizedProjectsReqValidationError{ field: fmt.Sprintf("Subjects[%v]", idx), reason: "value does not match regex pattern \"^(?:(?:team|user):(?:local|ldap|saml)|token|tls:service:[^:*]+):[^:*]+$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return FilterAuthorizedProjectsReqMultiError(errors) - } - return nil } -// FilterAuthorizedProjectsReqMultiError is an error wrapping multiple -// validation errors returned by FilterAuthorizedProjectsReq.ValidateAll() if -// the designated constraints aren't met. -type FilterAuthorizedProjectsReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m FilterAuthorizedProjectsReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m FilterAuthorizedProjectsReqMultiError) AllErrors() []error { return m } - // FilterAuthorizedProjectsReqValidationError is the validation error returned // by FilterAuthorizedProjectsReq.Validate if the designated constraints // aren't met. @@ -1174,50 +786,15 @@ var _FilterAuthorizedProjectsReq_Subjects_Pattern = regexp.MustCompile("^(?:(?:t // Validate checks the field values on FilterAuthorizedProjectsResp with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *FilterAuthorizedProjectsResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on FilterAuthorizedProjectsResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// FilterAuthorizedProjectsRespMultiError, or nil if none found. -func (m *FilterAuthorizedProjectsResp) ValidateAll() error { - return m.validate(true) -} - -func (m *FilterAuthorizedProjectsResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return FilterAuthorizedProjectsRespMultiError(errors) - } - return nil } -// FilterAuthorizedProjectsRespMultiError is an error wrapping multiple -// validation errors returned by FilterAuthorizedProjectsResp.ValidateAll() if -// the designated constraints aren't met. -type FilterAuthorizedProjectsRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m FilterAuthorizedProjectsRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m FilterAuthorizedProjectsRespMultiError) AllErrors() []error { return m } - // FilterAuthorizedProjectsRespValidationError is the validation error returned // by FilterAuthorizedProjectsResp.Validate if the designated constraints // aren't met. @@ -1277,53 +854,31 @@ var _ interface { // Validate checks the field values on ValidateProjectAssignmentReq with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ValidateProjectAssignmentReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ValidateProjectAssignmentReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ValidateProjectAssignmentReqMultiError, or nil if none found. -func (m *ValidateProjectAssignmentReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ValidateProjectAssignmentReq) validate(all bool) error { if m == nil { return nil } - var errors []error - _ValidateProjectAssignmentReq_OldProjects_Unique := make(map[string]struct{}, len(m.GetOldProjects())) for idx, item := range m.GetOldProjects() { _, _ = idx, item if _, exists := _ValidateProjectAssignmentReq_OldProjects_Unique[item]; exists { - err := ValidateProjectAssignmentReqValidationError{ + return ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("OldProjects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _ValidateProjectAssignmentReq_OldProjects_Unique[item] = struct{}{} } if !_ValidateProjectAssignmentReq_OldProjects_Pattern.MatchString(item) { - err := ValidateProjectAssignmentReqValidationError{ + return ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("OldProjects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9()-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } @@ -1334,57 +889,28 @@ func (m *ValidateProjectAssignmentReq) validate(all bool) error { _, _ = idx, item if _, exists := _ValidateProjectAssignmentReq_NewProjects_Unique[item]; exists { - err := ValidateProjectAssignmentReqValidationError{ + return ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("NewProjects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _ValidateProjectAssignmentReq_NewProjects_Unique[item] = struct{}{} } if !_ValidateProjectAssignmentReq_NewProjects_Pattern.MatchString(item) { - err := ValidateProjectAssignmentReqValidationError{ + return ValidateProjectAssignmentReqValidationError{ field: fmt.Sprintf("NewProjects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9()-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } // no validation rules for IsUpdateRequest - if len(errors) > 0 { - return ValidateProjectAssignmentReqMultiError(errors) - } - return nil } -// ValidateProjectAssignmentReqMultiError is an error wrapping multiple -// validation errors returned by ValidateProjectAssignmentReq.ValidateAll() if -// the designated constraints aren't met. -type ValidateProjectAssignmentReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ValidateProjectAssignmentReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ValidateProjectAssignmentReqMultiError) AllErrors() []error { return m } - // ValidateProjectAssignmentReqValidationError is the validation error returned // by ValidateProjectAssignmentReq.Validate if the designated constraints // aren't met. @@ -1448,50 +974,15 @@ var _ValidateProjectAssignmentReq_NewProjects_Pattern = regexp.MustCompile("^[a- // Validate checks the field values on ValidateProjectAssignmentResp with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ValidateProjectAssignmentResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ValidateProjectAssignmentResp with -// the rules defined in the proto definition for this message. If any rules -// are violated, the result is a list of violation errors wrapped in -// ValidateProjectAssignmentRespMultiError, or nil if none found. -func (m *ValidateProjectAssignmentResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ValidateProjectAssignmentResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ValidateProjectAssignmentRespMultiError(errors) - } - return nil } -// ValidateProjectAssignmentRespMultiError is an error wrapping multiple -// validation errors returned by ValidateProjectAssignmentResp.ValidateAll() -// if the designated constraints aren't met. -type ValidateProjectAssignmentRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ValidateProjectAssignmentRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ValidateProjectAssignmentRespMultiError) AllErrors() []error { return m } - // ValidateProjectAssignmentRespValidationError is the validation error // returned by ValidateProjectAssignmentResp.Validate if the designated // constraints aren't met. diff --git a/api/interservice/authz/policy.pb.validate.go b/api/interservice/authz/policy.pb.validate.go index a6eee9d7b7e..78dae20a51e 100644 --- a/api/interservice/authz/policy.pb.validate.go +++ b/api/interservice/authz/policy.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,31 +30,19 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _policy_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on Policy with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Policy) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Policy with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in PolicyMultiError, or nil if none found. -func (m *Policy) ValidateAll() error { - return m.validate(true) -} - -func (m *Policy) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Name // no validation rules for Id @@ -65,26 +52,7 @@ func (m *Policy) validate(all bool) error { for idx, item := range m.GetStatements() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, PolicyValidationError{ - field: fmt.Sprintf("Statements[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, PolicyValidationError{ - field: fmt.Sprintf("Statements[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return PolicyValidationError{ field: fmt.Sprintf("Statements[%v]", idx), @@ -96,29 +64,9 @@ func (m *Policy) validate(all bool) error { } - if len(errors) > 0 { - return PolicyMultiError(errors) - } - return nil } -// PolicyMultiError is an error wrapping multiple validation errors returned by -// Policy.ValidateAll() if the designated constraints aren't met. -type PolicyMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m PolicyMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m PolicyMultiError) AllErrors() []error { return m } - // PolicyValidationError is the validation error returned by Policy.Validate if // the designated constraints aren't met. type PolicyValidationError struct { @@ -174,55 +122,21 @@ var _ interface { } = PolicyValidationError{} // Validate checks the field values on Role with the rules defined in the proto -// definition for this message. If any rules are violated, the first error -// encountered is returned, or nil if there are no violations. +// definition for this message. If any rules are violated, an error is returned. func (m *Role) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Role with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in RoleMultiError, or nil if none found. -func (m *Role) ValidateAll() error { - return m.validate(true) -} - -func (m *Role) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Name // no validation rules for Id // no validation rules for Type - if len(errors) > 0 { - return RoleMultiError(errors) - } - return nil } -// RoleMultiError is an error wrapping multiple validation errors returned by -// Role.ValidateAll() if the designated constraints aren't met. -type RoleMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m RoleMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m RoleMultiError) AllErrors() []error { return m } - // RoleValidationError is the validation error returned by Role.Validate if the // designated constraints aren't met. type RoleValidationError struct { @@ -278,36 +192,18 @@ var _ interface { } = RoleValidationError{} // Validate checks the field values on CreatePolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *CreatePolicyReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreatePolicyReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// CreatePolicyReqMultiError, or nil if none found. -func (m *CreatePolicyReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreatePolicyReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_CreatePolicyReq_Id_Pattern.MatchString(m.GetId()) { - err := CreatePolicyReqValidationError{ + return CreatePolicyReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name @@ -318,65 +214,34 @@ func (m *CreatePolicyReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreatePolicyReq_Members_Unique[item]; exists { - err := CreatePolicyReqValidationError{ + return CreatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreatePolicyReq_Members_Unique[item] = struct{}{} } if !_CreatePolicyReq_Members_Pattern.MatchString(item) { - err := CreatePolicyReqValidationError{ + return CreatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } - if !all { - return err - } - errors = append(errors, err) } } if len(m.GetStatements()) < 1 { - err := CreatePolicyReqValidationError{ + return CreatePolicyReqValidationError{ field: "Statements", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetStatements() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, CreatePolicyReqValidationError{ - field: fmt.Sprintf("Statements[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, CreatePolicyReqValidationError{ - field: fmt.Sprintf("Statements[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreatePolicyReqValidationError{ field: fmt.Sprintf("Statements[%v]", idx), @@ -394,14 +259,10 @@ func (m *CreatePolicyReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreatePolicyReq_Projects_Unique[item]; exists { - err := CreatePolicyReqValidationError{ + return CreatePolicyReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreatePolicyReq_Projects_Unique[item] = struct{}{} } @@ -409,30 +270,9 @@ func (m *CreatePolicyReq) validate(all bool) error { // no validation rules for Projects[idx] } - if len(errors) > 0 { - return CreatePolicyReqMultiError(errors) - } - return nil } -// CreatePolicyReqMultiError is an error wrapping multiple validation errors -// returned by CreatePolicyReq.ValidateAll() if the designated constraints -// aren't met. -type CreatePolicyReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreatePolicyReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreatePolicyReqMultiError) AllErrors() []error { return m } - // CreatePolicyReqValidationError is the validation error returned by // CreatePolicyReq.Validate if the designated constraints aren't met. type CreatePolicyReqValidationError struct { @@ -492,53 +332,18 @@ var _CreatePolicyReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") var _CreatePolicyReq_Members_Pattern = regexp.MustCompile("^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$") // Validate checks the field values on DeletePolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *DeletePolicyReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeletePolicyReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// DeletePolicyReqMultiError, or nil if none found. -func (m *DeletePolicyReq) ValidateAll() error { - return m.validate(true) -} - -func (m *DeletePolicyReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return DeletePolicyReqMultiError(errors) - } - return nil } -// DeletePolicyReqMultiError is an error wrapping multiple validation errors -// returned by DeletePolicyReq.ValidateAll() if the designated constraints -// aren't met. -type DeletePolicyReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeletePolicyReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeletePolicyReqMultiError) AllErrors() []error { return m } - // DeletePolicyReqValidationError is the validation error returned by // DeletePolicyReq.Validate if the designated constraints aren't met. type DeletePolicyReqValidationError struct { @@ -594,51 +399,16 @@ var _ interface { } = DeletePolicyReqValidationError{} // Validate checks the field values on DeletePolicyResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *DeletePolicyResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeletePolicyResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// DeletePolicyRespMultiError, or nil if none found. -func (m *DeletePolicyResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeletePolicyResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return DeletePolicyRespMultiError(errors) - } - return nil } -// DeletePolicyRespMultiError is an error wrapping multiple validation errors -// returned by DeletePolicyResp.ValidateAll() if the designated constraints -// aren't met. -type DeletePolicyRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeletePolicyRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeletePolicyRespMultiError) AllErrors() []error { return m } - // DeletePolicyRespValidationError is the validation error returned by // DeletePolicyResp.Validate if the designated constraints aren't met. type DeletePolicyRespValidationError struct { @@ -694,27 +464,12 @@ var _ interface { } = DeletePolicyRespValidationError{} // Validate checks the field values on Statement with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Statement) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Statement with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in StatementMultiError, or nil -// if none found. -func (m *Statement) ValidateAll() error { - return m.validate(true) -} - -func (m *Statement) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Effect _Statement_Resources_Unique := make(map[string]struct{}, len(m.GetResources())) @@ -723,27 +478,19 @@ func (m *Statement) validate(all bool) error { _, _ = idx, item if _, exists := _Statement_Resources_Unique[item]; exists { - err := StatementValidationError{ + return StatementValidationError{ field: fmt.Sprintf("Resources[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _Statement_Resources_Unique[item] = struct{}{} } if !_Statement_Resources_Pattern.MatchString(item) { - err := StatementValidationError{ + return StatementValidationError{ field: fmt.Sprintf("Resources[%v]", idx), reason: "value does not match regex pattern \"^[a-z][^:*]*(?::[^:*]+)*(?::[*])?$|^[*]$\"", } - if !all { - return err - } - errors = append(errors, err) } } @@ -754,40 +501,28 @@ func (m *Statement) validate(all bool) error { _, _ = idx, item if _, exists := _Statement_Actions_Unique[item]; exists { - err := StatementValidationError{ + return StatementValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _Statement_Actions_Unique[item] = struct{}{} } if !_Statement_Actions_Pattern.MatchString(item) { - err := StatementValidationError{ + return StatementValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "value does not match regex pattern \"^[*]$|^[*]:[a-z][-a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[*]$|^[a-z][a-zA-Z]*:[*]:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[*]$\"", } - if !all { - return err - } - errors = append(errors, err) } } if !_Statement_Role_Pattern.MatchString(m.GetRole()) { - err := StatementValidationError{ + return StatementValidationError{ field: "Role", reason: "value does not match regex pattern \"^$|^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } _Statement_Projects_Unique := make(map[string]struct{}, len(m.GetProjects())) @@ -796,14 +531,10 @@ func (m *Statement) validate(all bool) error { _, _ = idx, item if _, exists := _Statement_Projects_Unique[item]; exists { - err := StatementValidationError{ + return StatementValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _Statement_Projects_Unique[item] = struct{}{} } @@ -811,29 +542,9 @@ func (m *Statement) validate(all bool) error { // no validation rules for Projects[idx] } - if len(errors) > 0 { - return StatementMultiError(errors) - } - return nil } -// StatementMultiError is an error wrapping multiple validation errors returned -// by Statement.ValidateAll() if the designated constraints aren't met. -type StatementMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m StatementMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m StatementMultiError) AllErrors() []error { return m } - // StatementValidationError is the validation error returned by // Statement.Validate if the designated constraints aren't met. type StatementValidationError struct { @@ -895,51 +606,16 @@ var _Statement_Actions_Pattern = regexp.MustCompile("^[*]$|^[*]:[a-z][-a-zA-Z]*$ var _Statement_Role_Pattern = regexp.MustCompile("^$|^[a-z0-9-_]{1,64}$") // Validate checks the field values on ListPoliciesReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *ListPoliciesReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListPoliciesReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListPoliciesReqMultiError, or nil if none found. -func (m *ListPoliciesReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListPoliciesReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ListPoliciesReqMultiError(errors) - } - return nil } -// ListPoliciesReqMultiError is an error wrapping multiple validation errors -// returned by ListPoliciesReq.ValidateAll() if the designated constraints -// aren't met. -type ListPoliciesReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListPoliciesReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListPoliciesReqMultiError) AllErrors() []error { return m } - // ListPoliciesReqValidationError is the validation error returned by // ListPoliciesReq.Validate if the designated constraints aren't met. type ListPoliciesReqValidationError struct { @@ -995,50 +671,17 @@ var _ interface { } = ListPoliciesReqValidationError{} // Validate checks the field values on ListPoliciesResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *ListPoliciesResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListPoliciesResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListPoliciesRespMultiError, or nil if none found. -func (m *ListPoliciesResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListPoliciesResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetPolicies() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListPoliciesRespValidationError{ - field: fmt.Sprintf("Policies[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListPoliciesRespValidationError{ - field: fmt.Sprintf("Policies[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListPoliciesRespValidationError{ field: fmt.Sprintf("Policies[%v]", idx), @@ -1050,30 +693,9 @@ func (m *ListPoliciesResp) validate(all bool) error { } - if len(errors) > 0 { - return ListPoliciesRespMultiError(errors) - } - return nil } -// ListPoliciesRespMultiError is an error wrapping multiple validation errors -// returned by ListPoliciesResp.ValidateAll() if the designated constraints -// aren't met. -type ListPoliciesRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListPoliciesRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListPoliciesRespMultiError) AllErrors() []error { return m } - // ListPoliciesRespValidationError is the validation error returned by // ListPoliciesResp.Validate if the designated constraints aren't met. type ListPoliciesRespValidationError struct { @@ -1129,52 +751,18 @@ var _ interface { } = ListPoliciesRespValidationError{} // Validate checks the field values on GetPolicyReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetPolicyReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetPolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetPolicyReqMultiError, or -// nil if none found. -func (m *GetPolicyReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetPolicyReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return GetPolicyReqMultiError(errors) - } - return nil } -// GetPolicyReqMultiError is an error wrapping multiple validation errors -// returned by GetPolicyReq.ValidateAll() if the designated constraints aren't met. -type GetPolicyReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetPolicyReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetPolicyReqMultiError) AllErrors() []error { return m } - // GetPolicyReqValidationError is the validation error returned by // GetPolicyReq.Validate if the designated constraints aren't met. type GetPolicyReqValidationError struct { @@ -1230,27 +818,13 @@ var _ interface { } = GetPolicyReqValidationError{} // Validate checks the field values on UpdatePolicyReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *UpdatePolicyReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdatePolicyReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// UpdatePolicyReqMultiError, or nil if none found. -func (m *UpdatePolicyReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdatePolicyReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id _UpdatePolicyReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -1259,65 +833,34 @@ func (m *UpdatePolicyReq) validate(all bool) error { _, _ = idx, item if _, exists := _UpdatePolicyReq_Members_Unique[item]; exists { - err := UpdatePolicyReqValidationError{ + return UpdatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _UpdatePolicyReq_Members_Unique[item] = struct{}{} } if !_UpdatePolicyReq_Members_Pattern.MatchString(item) { - err := UpdatePolicyReqValidationError{ + return UpdatePolicyReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } - if !all { - return err - } - errors = append(errors, err) } } if len(m.GetStatements()) < 1 { - err := UpdatePolicyReqValidationError{ + return UpdatePolicyReqValidationError{ field: "Statements", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetStatements() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, UpdatePolicyReqValidationError{ - field: fmt.Sprintf("Statements[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, UpdatePolicyReqValidationError{ - field: fmt.Sprintf("Statements[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdatePolicyReqValidationError{ field: fmt.Sprintf("Statements[%v]", idx), @@ -1337,14 +880,10 @@ func (m *UpdatePolicyReq) validate(all bool) error { _, _ = idx, item if _, exists := _UpdatePolicyReq_Projects_Unique[item]; exists { - err := UpdatePolicyReqValidationError{ + return UpdatePolicyReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _UpdatePolicyReq_Projects_Unique[item] = struct{}{} } @@ -1352,30 +891,9 @@ func (m *UpdatePolicyReq) validate(all bool) error { // no validation rules for Projects[idx] } - if len(errors) > 0 { - return UpdatePolicyReqMultiError(errors) - } - return nil } -// UpdatePolicyReqMultiError is an error wrapping multiple validation errors -// returned by UpdatePolicyReq.ValidateAll() if the designated constraints -// aren't met. -type UpdatePolicyReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdatePolicyReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdatePolicyReqMultiError) AllErrors() []error { return m } - // UpdatePolicyReqValidationError is the validation error returned by // UpdatePolicyReq.Validate if the designated constraints aren't met. type UpdatePolicyReqValidationError struct { @@ -1434,26 +952,12 @@ var _UpdatePolicyReq_Members_Pattern = regexp.MustCompile("^(?:team|user):(?:loc // Validate checks the field values on ReplacePolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ReplacePolicyMembersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ReplacePolicyMembersReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ReplacePolicyMembersReqMultiError, or nil if none found. -func (m *ReplacePolicyMembersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ReplacePolicyMembersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id _ReplacePolicyMembersReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -1462,55 +966,26 @@ func (m *ReplacePolicyMembersReq) validate(all bool) error { _, _ = idx, item if _, exists := _ReplacePolicyMembersReq_Members_Unique[item]; exists { - err := ReplacePolicyMembersReqValidationError{ + return ReplacePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _ReplacePolicyMembersReq_Members_Unique[item] = struct{}{} } if !_ReplacePolicyMembersReq_Members_Pattern.MatchString(item) { - err := ReplacePolicyMembersReqValidationError{ + return ReplacePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return ReplacePolicyMembersReqMultiError(errors) - } - return nil } -// ReplacePolicyMembersReqMultiError is an error wrapping multiple validation -// errors returned by ReplacePolicyMembersReq.ValidateAll() if the designated -// constraints aren't met. -type ReplacePolicyMembersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ReplacePolicyMembersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ReplacePolicyMembersReqMultiError) AllErrors() []error { return m } - // ReplacePolicyMembersReqValidationError is the validation error returned by // ReplacePolicyMembersReq.Validate if the designated constraints aren't met. type ReplacePolicyMembersReqValidationError struct { @@ -1571,50 +1046,15 @@ var _ReplacePolicyMembersReq_Members_Pattern = regexp.MustCompile("^(?:team|user // Validate checks the field values on ReplacePolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ReplacePolicyMembersResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ReplacePolicyMembersResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ReplacePolicyMembersRespMultiError, or nil if none found. -func (m *ReplacePolicyMembersResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ReplacePolicyMembersResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ReplacePolicyMembersRespMultiError(errors) - } - return nil } -// ReplacePolicyMembersRespMultiError is an error wrapping multiple validation -// errors returned by ReplacePolicyMembersResp.ValidateAll() if the designated -// constraints aren't met. -type ReplacePolicyMembersRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ReplacePolicyMembersRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ReplacePolicyMembersRespMultiError) AllErrors() []error { return m } - // ReplacePolicyMembersRespValidationError is the validation error returned by // ReplacePolicyMembersResp.Validate if the designated constraints aren't met. type ReplacePolicyMembersRespValidationError struct { @@ -1673,37 +1113,19 @@ var _ interface { // Validate checks the field values on AddPolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *AddPolicyMembersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on AddPolicyMembersReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// AddPolicyMembersReqMultiError, or nil if none found. -func (m *AddPolicyMembersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *AddPolicyMembersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id if len(m.GetMembers()) < 1 { - err := AddPolicyMembersReqValidationError{ + return AddPolicyMembersReqValidationError{ field: "Members", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } _AddPolicyMembersReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -1712,55 +1134,26 @@ func (m *AddPolicyMembersReq) validate(all bool) error { _, _ = idx, item if _, exists := _AddPolicyMembersReq_Members_Unique[item]; exists { - err := AddPolicyMembersReqValidationError{ + return AddPolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _AddPolicyMembersReq_Members_Unique[item] = struct{}{} } if !_AddPolicyMembersReq_Members_Pattern.MatchString(item) { - err := AddPolicyMembersReqValidationError{ + return AddPolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return AddPolicyMembersReqMultiError(errors) - } - return nil } -// AddPolicyMembersReqMultiError is an error wrapping multiple validation -// errors returned by AddPolicyMembersReq.ValidateAll() if the designated -// constraints aren't met. -type AddPolicyMembersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m AddPolicyMembersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m AddPolicyMembersReqMultiError) AllErrors() []error { return m } - // AddPolicyMembersReqValidationError is the validation error returned by // AddPolicyMembersReq.Validate if the designated constraints aren't met. type AddPolicyMembersReqValidationError struct { @@ -1821,50 +1214,15 @@ var _AddPolicyMembersReq_Members_Pattern = regexp.MustCompile("^(?:team|user):(? // Validate checks the field values on AddPolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *AddPolicyMembersResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on AddPolicyMembersResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// AddPolicyMembersRespMultiError, or nil if none found. -func (m *AddPolicyMembersResp) ValidateAll() error { - return m.validate(true) -} - -func (m *AddPolicyMembersResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return AddPolicyMembersRespMultiError(errors) - } - return nil } -// AddPolicyMembersRespMultiError is an error wrapping multiple validation -// errors returned by AddPolicyMembersResp.ValidateAll() if the designated -// constraints aren't met. -type AddPolicyMembersRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m AddPolicyMembersRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m AddPolicyMembersRespMultiError) AllErrors() []error { return m } - // AddPolicyMembersRespValidationError is the validation error returned by // AddPolicyMembersResp.Validate if the designated constraints aren't met. type AddPolicyMembersRespValidationError struct { @@ -1922,53 +1280,19 @@ var _ interface { } = AddPolicyMembersRespValidationError{} // Validate checks the field values on Version with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Version) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Version with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in VersionMultiError, or nil if none found. -func (m *Version) ValidateAll() error { - return m.validate(true) -} - -func (m *Version) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Major // no validation rules for Minor - if len(errors) > 0 { - return VersionMultiError(errors) - } - return nil } -// VersionMultiError is an error wrapping multiple validation errors returned -// by Version.ValidateAll() if the designated constraints aren't met. -type VersionMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m VersionMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m VersionMultiError) AllErrors() []error { return m } - // VersionValidationError is the validation error returned by Version.Validate // if the designated constraints aren't met. type VersionValidationError struct { @@ -2025,50 +1349,15 @@ var _ interface { // Validate checks the field values on GetPolicyVersionReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *GetPolicyVersionReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetPolicyVersionReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// GetPolicyVersionReqMultiError, or nil if none found. -func (m *GetPolicyVersionReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetPolicyVersionReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return GetPolicyVersionReqMultiError(errors) - } - return nil } -// GetPolicyVersionReqMultiError is an error wrapping multiple validation -// errors returned by GetPolicyVersionReq.ValidateAll() if the designated -// constraints aren't met. -type GetPolicyVersionReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetPolicyVersionReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetPolicyVersionReqMultiError) AllErrors() []error { return m } - // GetPolicyVersionReqValidationError is the validation error returned by // GetPolicyVersionReq.Validate if the designated constraints aren't met. type GetPolicyVersionReqValidationError struct { @@ -2127,46 +1416,13 @@ var _ interface { // Validate checks the field values on GetPolicyVersionResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *GetPolicyVersionResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetPolicyVersionResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// GetPolicyVersionRespMultiError, or nil if none found. -func (m *GetPolicyVersionResp) ValidateAll() error { - return m.validate(true) -} - -func (m *GetPolicyVersionResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetVersion()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, GetPolicyVersionRespValidationError{ - field: "Version", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, GetPolicyVersionRespValidationError{ - field: "Version", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetVersion()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetVersion()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetPolicyVersionRespValidationError{ field: "Version", @@ -2176,30 +1432,9 @@ func (m *GetPolicyVersionResp) validate(all bool) error { } } - if len(errors) > 0 { - return GetPolicyVersionRespMultiError(errors) - } - return nil } -// GetPolicyVersionRespMultiError is an error wrapping multiple validation -// errors returned by GetPolicyVersionResp.ValidateAll() if the designated -// constraints aren't met. -type GetPolicyVersionRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetPolicyVersionRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetPolicyVersionRespMultiError) AllErrors() []error { return m } - // GetPolicyVersionRespValidationError is the validation error returned by // GetPolicyVersionResp.Validate if the designated constraints aren't met. type GetPolicyVersionRespValidationError struct { @@ -2257,50 +1492,16 @@ var _ interface { } = GetPolicyVersionRespValidationError{} // Validate checks the field values on ListRolesReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ListRolesReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRolesReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ListRolesReqMultiError, or -// nil if none found. -func (m *ListRolesReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRolesReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ListRolesReqMultiError(errors) - } - return nil } -// ListRolesReqMultiError is an error wrapping multiple validation errors -// returned by ListRolesReq.ValidateAll() if the designated constraints aren't met. -type ListRolesReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRolesReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRolesReqMultiError) AllErrors() []error { return m } - // ListRolesReqValidationError is the validation error returned by // ListRolesReq.Validate if the designated constraints aren't met. type ListRolesReqValidationError struct { @@ -2356,50 +1557,17 @@ var _ interface { } = ListRolesReqValidationError{} // Validate checks the field values on ListRolesResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ListRolesResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRolesResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ListRolesRespMultiError, or -// nil if none found. -func (m *ListRolesResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRolesResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetRoles() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListRolesRespValidationError{ - field: fmt.Sprintf("Roles[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListRolesRespValidationError{ - field: fmt.Sprintf("Roles[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListRolesRespValidationError{ field: fmt.Sprintf("Roles[%v]", idx), @@ -2411,30 +1579,9 @@ func (m *ListRolesResp) validate(all bool) error { } - if len(errors) > 0 { - return ListRolesRespMultiError(errors) - } - return nil } -// ListRolesRespMultiError is an error wrapping multiple validation errors -// returned by ListRolesResp.ValidateAll() if the designated constraints -// aren't met. -type ListRolesRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRolesRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRolesRespMultiError) AllErrors() []error { return m } - // ListRolesRespValidationError is the validation error returned by // ListRolesResp.Validate if the designated constraints aren't met. type ListRolesRespValidationError struct { @@ -2490,53 +1637,18 @@ var _ interface { } = ListRolesRespValidationError{} // Validate checks the field values on DeleteRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteRoleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteRoleReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteRoleReqMultiError, or -// nil if none found. -func (m *DeleteRoleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteRoleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return DeleteRoleReqMultiError(errors) - } - return nil } -// DeleteRoleReqMultiError is an error wrapping multiple validation errors -// returned by DeleteRoleReq.ValidateAll() if the designated constraints -// aren't met. -type DeleteRoleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteRoleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteRoleReqMultiError) AllErrors() []error { return m } - // DeleteRoleReqValidationError is the validation error returned by // DeleteRoleReq.Validate if the designated constraints aren't met. type DeleteRoleReqValidationError struct { @@ -2592,51 +1704,16 @@ var _ interface { } = DeleteRoleReqValidationError{} // Validate checks the field values on DeleteRoleResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteRoleResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteRoleResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteRoleRespMultiError, -// or nil if none found. -func (m *DeleteRoleResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteRoleResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return DeleteRoleRespMultiError(errors) - } - return nil } -// DeleteRoleRespMultiError is an error wrapping multiple validation errors -// returned by DeleteRoleResp.ValidateAll() if the designated constraints -// aren't met. -type DeleteRoleRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteRoleRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteRoleRespMultiError) AllErrors() []error { return m } - // DeleteRoleRespValidationError is the validation error returned by // DeleteRoleResp.Validate if the designated constraints aren't met. type DeleteRoleRespValidationError struct { @@ -2692,40 +1769,22 @@ var _ interface { } = DeleteRoleRespValidationError{} // Validate checks the field values on UpdateRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateRoleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateRoleReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateRoleReqMultiError, or -// nil if none found. -func (m *UpdateRoleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateRoleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Name if len(m.GetActions()) < 1 { - err := UpdateRoleReqValidationError{ + return UpdateRoleReqValidationError{ field: "Actions", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } _UpdateRoleReq_Actions_Unique := make(map[string]struct{}, len(m.GetActions())) @@ -2734,27 +1793,19 @@ func (m *UpdateRoleReq) validate(all bool) error { _, _ = idx, item if _, exists := _UpdateRoleReq_Actions_Unique[item]; exists { - err := UpdateRoleReqValidationError{ + return UpdateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _UpdateRoleReq_Actions_Unique[item] = struct{}{} } if !_UpdateRoleReq_Actions_Pattern.MatchString(item) { - err := UpdateRoleReqValidationError{ + return UpdateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "value does not match regex pattern \"^[*]$|^[*]:[a-z][-a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[*]$|^[a-z][a-zA-Z]*:[*]:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[*]$\"", } - if !all { - return err - } - errors = append(errors, err) } } @@ -2765,14 +1816,10 @@ func (m *UpdateRoleReq) validate(all bool) error { _, _ = idx, item if _, exists := _UpdateRoleReq_Projects_Unique[item]; exists { - err := UpdateRoleReqValidationError{ + return UpdateRoleReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _UpdateRoleReq_Projects_Unique[item] = struct{}{} } @@ -2780,30 +1827,9 @@ func (m *UpdateRoleReq) validate(all bool) error { // no validation rules for Projects[idx] } - if len(errors) > 0 { - return UpdateRoleReqMultiError(errors) - } - return nil } -// UpdateRoleReqMultiError is an error wrapping multiple validation errors -// returned by UpdateRoleReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateRoleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateRoleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateRoleReqMultiError) AllErrors() []error { return m } - // UpdateRoleReqValidationError is the validation error returned by // UpdateRoleReq.Validate if the designated constraints aren't met. type UpdateRoleReqValidationError struct { @@ -2862,52 +1888,17 @@ var _UpdateRoleReq_Actions_Pattern = regexp.MustCompile("^[*]$|^[*]:[a-z][-a-zA- // Validate checks the field values on ListPolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ListPolicyMembersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListPolicyMembersReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListPolicyMembersReqMultiError, or nil if none found. -func (m *ListPolicyMembersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListPolicyMembersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return ListPolicyMembersReqMultiError(errors) - } - return nil } -// ListPolicyMembersReqMultiError is an error wrapping multiple validation -// errors returned by ListPolicyMembersReq.ValidateAll() if the designated -// constraints aren't met. -type ListPolicyMembersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListPolicyMembersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListPolicyMembersReqMultiError) AllErrors() []error { return m } - // ListPolicyMembersReqValidationError is the validation error returned by // ListPolicyMembersReq.Validate if the designated constraints aren't met. type ListPolicyMembersReqValidationError struct { @@ -2966,50 +1957,15 @@ var _ interface { // Validate checks the field values on ListPolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ListPolicyMembersResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListPolicyMembersResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListPolicyMembersRespMultiError, or nil if none found. -func (m *ListPolicyMembersResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListPolicyMembersResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ListPolicyMembersRespMultiError(errors) - } - return nil } -// ListPolicyMembersRespMultiError is an error wrapping multiple validation -// errors returned by ListPolicyMembersResp.ValidateAll() if the designated -// constraints aren't met. -type ListPolicyMembersRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListPolicyMembersRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListPolicyMembersRespMultiError) AllErrors() []error { return m } - // ListPolicyMembersRespValidationError is the validation error returned by // ListPolicyMembersResp.Validate if the designated constraints aren't met. type ListPolicyMembersRespValidationError struct { @@ -3068,37 +2024,19 @@ var _ interface { // Validate checks the field values on RemovePolicyMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *RemovePolicyMembersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on RemovePolicyMembersReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// RemovePolicyMembersReqMultiError, or nil if none found. -func (m *RemovePolicyMembersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *RemovePolicyMembersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id if len(m.GetMembers()) < 1 { - err := RemovePolicyMembersReqValidationError{ + return RemovePolicyMembersReqValidationError{ field: "Members", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } _RemovePolicyMembersReq_Members_Unique := make(map[string]struct{}, len(m.GetMembers())) @@ -3107,55 +2045,26 @@ func (m *RemovePolicyMembersReq) validate(all bool) error { _, _ = idx, item if _, exists := _RemovePolicyMembersReq_Members_Unique[item]; exists { - err := RemovePolicyMembersReqValidationError{ + return RemovePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _RemovePolicyMembersReq_Members_Unique[item] = struct{}{} } if !_RemovePolicyMembersReq_Members_Pattern.MatchString(item) { - err := RemovePolicyMembersReqValidationError{ + return RemovePolicyMembersReqValidationError{ field: fmt.Sprintf("Members[%v]", idx), reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|tls):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return RemovePolicyMembersReqMultiError(errors) - } - return nil } -// RemovePolicyMembersReqMultiError is an error wrapping multiple validation -// errors returned by RemovePolicyMembersReq.ValidateAll() if the designated -// constraints aren't met. -type RemovePolicyMembersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m RemovePolicyMembersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m RemovePolicyMembersReqMultiError) AllErrors() []error { return m } - // RemovePolicyMembersReqValidationError is the validation error returned by // RemovePolicyMembersReq.Validate if the designated constraints aren't met. type RemovePolicyMembersReqValidationError struct { @@ -3216,50 +2125,15 @@ var _RemovePolicyMembersReq_Members_Pattern = regexp.MustCompile("^(?:team|user) // Validate checks the field values on RemovePolicyMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *RemovePolicyMembersResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on RemovePolicyMembersResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// RemovePolicyMembersRespMultiError, or nil if none found. -func (m *RemovePolicyMembersResp) ValidateAll() error { - return m.validate(true) -} - -func (m *RemovePolicyMembersResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return RemovePolicyMembersRespMultiError(errors) - } - return nil } -// RemovePolicyMembersRespMultiError is an error wrapping multiple validation -// errors returned by RemovePolicyMembersResp.ValidateAll() if the designated -// constraints aren't met. -type RemovePolicyMembersRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m RemovePolicyMembersRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m RemovePolicyMembersRespMultiError) AllErrors() []error { return m } - // RemovePolicyMembersRespValidationError is the validation error returned by // RemovePolicyMembersResp.Validate if the designated constraints aren't met. type RemovePolicyMembersRespValidationError struct { @@ -3317,55 +2191,20 @@ var _ interface { } = RemovePolicyMembersRespValidationError{} // Validate checks the field values on MigrateToV2Req with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *MigrateToV2Req) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on MigrateToV2Req with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in MigrateToV2ReqMultiError, -// or nil if none found. -func (m *MigrateToV2Req) ValidateAll() error { - return m.validate(true) -} - -func (m *MigrateToV2Req) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Flag // no validation rules for SkipV1Policies - if len(errors) > 0 { - return MigrateToV2ReqMultiError(errors) - } - return nil } -// MigrateToV2ReqMultiError is an error wrapping multiple validation errors -// returned by MigrateToV2Req.ValidateAll() if the designated constraints -// aren't met. -type MigrateToV2ReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m MigrateToV2ReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m MigrateToV2ReqMultiError) AllErrors() []error { return m } - // MigrateToV2ReqValidationError is the validation error returned by // MigrateToV2Req.Validate if the designated constraints aren't met. type MigrateToV2ReqValidationError struct { @@ -3421,51 +2260,16 @@ var _ interface { } = MigrateToV2ReqValidationError{} // Validate checks the field values on MigrateToV2Resp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *MigrateToV2Resp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on MigrateToV2Resp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// MigrateToV2RespMultiError, or nil if none found. -func (m *MigrateToV2Resp) ValidateAll() error { - return m.validate(true) -} - -func (m *MigrateToV2Resp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return MigrateToV2RespMultiError(errors) - } - return nil } -// MigrateToV2RespMultiError is an error wrapping multiple validation errors -// returned by MigrateToV2Resp.ValidateAll() if the designated constraints -// aren't met. -type MigrateToV2RespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m MigrateToV2RespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m MigrateToV2RespMultiError) AllErrors() []error { return m } - // MigrateToV2RespValidationError is the validation error returned by // MigrateToV2Resp.Validate if the designated constraints aren't met. type MigrateToV2RespValidationError struct { @@ -3521,50 +2325,16 @@ var _ interface { } = MigrateToV2RespValidationError{} // Validate checks the field values on ResetToV1Req with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ResetToV1Req) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ResetToV1Req with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ResetToV1ReqMultiError, or -// nil if none found. -func (m *ResetToV1Req) ValidateAll() error { - return m.validate(true) -} - -func (m *ResetToV1Req) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ResetToV1ReqMultiError(errors) - } - return nil } -// ResetToV1ReqMultiError is an error wrapping multiple validation errors -// returned by ResetToV1Req.ValidateAll() if the designated constraints aren't met. -type ResetToV1ReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ResetToV1ReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ResetToV1ReqMultiError) AllErrors() []error { return m } - // ResetToV1ReqValidationError is the validation error returned by // ResetToV1Req.Validate if the designated constraints aren't met. type ResetToV1ReqValidationError struct { @@ -3620,51 +2390,16 @@ var _ interface { } = ResetToV1ReqValidationError{} // Validate checks the field values on ResetToV1Resp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ResetToV1Resp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ResetToV1Resp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ResetToV1RespMultiError, or -// nil if none found. -func (m *ResetToV1Resp) ValidateAll() error { - return m.validate(true) -} - -func (m *ResetToV1Resp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ResetToV1RespMultiError(errors) - } - return nil } -// ResetToV1RespMultiError is an error wrapping multiple validation errors -// returned by ResetToV1Resp.ValidateAll() if the designated constraints -// aren't met. -type ResetToV1RespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ResetToV1RespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ResetToV1RespMultiError) AllErrors() []error { return m } - // ResetToV1RespValidationError is the validation error returned by // ResetToV1Resp.Validate if the designated constraints aren't met. type ResetToV1RespValidationError struct { @@ -3720,52 +2455,17 @@ var _ interface { } = ResetToV1RespValidationError{} // Validate checks the field values on GetRoleReq with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *GetRoleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetRoleReqMultiError, or -// nil if none found. -func (m *GetRoleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetRoleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return GetRoleReqMultiError(errors) - } - return nil } -// GetRoleReqMultiError is an error wrapping multiple validation errors -// returned by GetRoleReq.ValidateAll() if the designated constraints aren't met. -type GetRoleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetRoleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetRoleReqMultiError) AllErrors() []error { return m } - // GetRoleReqValidationError is the validation error returned by // GetRoleReq.Validate if the designated constraints aren't met. type GetRoleReqValidationError struct { @@ -3821,49 +2521,27 @@ var _ interface { } = GetRoleReqValidationError{} // Validate checks the field values on CreateRoleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateRoleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateRoleReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateRoleReqMultiError, or -// nil if none found. -func (m *CreateRoleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateRoleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_CreateRoleReq_Id_Pattern.MatchString(m.GetId()) { - err := CreateRoleReqValidationError{ + return CreateRoleReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name if len(m.GetActions()) < 1 { - err := CreateRoleReqValidationError{ + return CreateRoleReqValidationError{ field: "Actions", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } _CreateRoleReq_Actions_Unique := make(map[string]struct{}, len(m.GetActions())) @@ -3872,27 +2550,19 @@ func (m *CreateRoleReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreateRoleReq_Actions_Unique[item]; exists { - err := CreateRoleReqValidationError{ + return CreateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreateRoleReq_Actions_Unique[item] = struct{}{} } if !_CreateRoleReq_Actions_Pattern.MatchString(item) { - err := CreateRoleReqValidationError{ + return CreateRoleReqValidationError{ field: fmt.Sprintf("Actions[%v]", idx), reason: "value does not match regex pattern \"^[*]$|^[*]:[a-z][-a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[*]$|^[a-z][a-zA-Z]*:[*]:[a-z][a-zA-Z]*$|^[a-z][a-zA-Z]*:[a-z][a-zA-Z]*:[*]$\"", } - if !all { - return err - } - errors = append(errors, err) } } @@ -3903,14 +2573,10 @@ func (m *CreateRoleReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreateRoleReq_Projects_Unique[item]; exists { - err := CreateRoleReqValidationError{ + return CreateRoleReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreateRoleReq_Projects_Unique[item] = struct{}{} } @@ -3918,30 +2584,9 @@ func (m *CreateRoleReq) validate(all bool) error { // no validation rules for Projects[idx] } - if len(errors) > 0 { - return CreateRoleReqMultiError(errors) - } - return nil } -// CreateRoleReqMultiError is an error wrapping multiple validation errors -// returned by CreateRoleReq.ValidateAll() if the designated constraints -// aren't met. -type CreateRoleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateRoleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateRoleReqMultiError) AllErrors() []error { return m } - // CreateRoleReqValidationError is the validation error returned by // CreateRoleReq.Validate if the designated constraints aren't met. type CreateRoleReqValidationError struct { @@ -4002,61 +2647,22 @@ var _CreateRoleReq_Actions_Pattern = regexp.MustCompile("^[*]$|^[*]:[a-z][-a-zA- // Validate checks the field values on PurgeSubjectFromPoliciesReq with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *PurgeSubjectFromPoliciesReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on PurgeSubjectFromPoliciesReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// PurgeSubjectFromPoliciesReqMultiError, or nil if none found. -func (m *PurgeSubjectFromPoliciesReq) ValidateAll() error { - return m.validate(true) -} - -func (m *PurgeSubjectFromPoliciesReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_PurgeSubjectFromPoliciesReq_Subject_Pattern.MatchString(m.GetSubject()) { - err := PurgeSubjectFromPoliciesReqValidationError{ + return PurgeSubjectFromPoliciesReqValidationError{ field: "Subject", reason: "value does not match regex pattern \"^(?:team|user):(?:local|ldap|saml):(?:[^:*]+|[*])$|^(?:(?:team|user|token|service):)?[*]$|^token:[^:*]+$|^tls:service:(?:[^:*]+:)?(?:[^:*]+|[*])$\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return PurgeSubjectFromPoliciesReqMultiError(errors) } return nil } -// PurgeSubjectFromPoliciesReqMultiError is an error wrapping multiple -// validation errors returned by PurgeSubjectFromPoliciesReq.ValidateAll() if -// the designated constraints aren't met. -type PurgeSubjectFromPoliciesReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m PurgeSubjectFromPoliciesReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m PurgeSubjectFromPoliciesReqMultiError) AllErrors() []error { return m } - // PurgeSubjectFromPoliciesReqValidationError is the validation error returned // by PurgeSubjectFromPoliciesReq.Validate if the designated constraints // aren't met. @@ -4118,50 +2724,15 @@ var _PurgeSubjectFromPoliciesReq_Subject_Pattern = regexp.MustCompile("^(?:team| // Validate checks the field values on PurgeSubjectFromPoliciesResp with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *PurgeSubjectFromPoliciesResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on PurgeSubjectFromPoliciesResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// PurgeSubjectFromPoliciesRespMultiError, or nil if none found. -func (m *PurgeSubjectFromPoliciesResp) ValidateAll() error { - return m.validate(true) -} - -func (m *PurgeSubjectFromPoliciesResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return PurgeSubjectFromPoliciesRespMultiError(errors) - } - return nil } -// PurgeSubjectFromPoliciesRespMultiError is an error wrapping multiple -// validation errors returned by PurgeSubjectFromPoliciesResp.ValidateAll() if -// the designated constraints aren't met. -type PurgeSubjectFromPoliciesRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m PurgeSubjectFromPoliciesRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m PurgeSubjectFromPoliciesRespMultiError) AllErrors() []error { return m } - // PurgeSubjectFromPoliciesRespValidationError is the validation error returned // by PurgeSubjectFromPoliciesResp.Validate if the designated constraints // aren't met. diff --git a/api/interservice/authz/project.pb.validate.go b/api/interservice/authz/project.pb.validate.go index a180428f076..bb9ae89f8b5 100644 --- a/api/interservice/authz/project.pb.validate.go +++ b/api/interservice/authz/project.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,31 +30,19 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _project_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on Project with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Project) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Project with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in ProjectMultiError, or nil if none found. -func (m *Project) ValidateAll() error { - return m.validate(true) -} - -func (m *Project) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Name // no validation rules for Id @@ -64,29 +51,9 @@ func (m *Project) validate(all bool) error { // no validation rules for Status - if len(errors) > 0 { - return ProjectMultiError(errors) - } - return nil } -// ProjectMultiError is an error wrapping multiple validation errors returned -// by Project.ValidateAll() if the designated constraints aren't met. -type ProjectMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ProjectMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ProjectMultiError) AllErrors() []error { return m } - // ProjectValidationError is the validation error returned by Project.Validate // if the designated constraints aren't met. type ProjectValidationError struct { @@ -142,66 +109,27 @@ var _ interface { } = ProjectValidationError{} // Validate checks the field values on CreateProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *CreateProjectReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateProjectReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// CreateProjectReqMultiError, or nil if none found. -func (m *CreateProjectReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateProjectReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Name if !_CreateProjectReq_Id_Pattern.MatchString(m.GetId()) { - err := CreateProjectReqValidationError{ + return CreateProjectReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,48}$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for SkipPolicies - if len(errors) > 0 { - return CreateProjectReqMultiError(errors) - } - return nil } -// CreateProjectReqMultiError is an error wrapping multiple validation errors -// returned by CreateProjectReq.ValidateAll() if the designated constraints -// aren't met. -type CreateProjectReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateProjectReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateProjectReqMultiError) AllErrors() []error { return m } - // CreateProjectReqValidationError is the validation error returned by // CreateProjectReq.Validate if the designated constraints aren't met. type CreateProjectReqValidationError struct { @@ -259,47 +187,14 @@ var _ interface { var _CreateProjectReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,48}$") // Validate checks the field values on CreateProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *CreateProjectResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateProjectResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// CreateProjectRespMultiError, or nil if none found. -func (m *CreateProjectResp) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateProjectResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetProject()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, CreateProjectRespValidationError{ - field: "Project", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, CreateProjectRespValidationError{ - field: "Project", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateProjectRespValidationError{ field: "Project", @@ -309,30 +204,9 @@ func (m *CreateProjectResp) validate(all bool) error { } } - if len(errors) > 0 { - return CreateProjectRespMultiError(errors) - } - return nil } -// CreateProjectRespMultiError is an error wrapping multiple validation errors -// returned by CreateProjectResp.ValidateAll() if the designated constraints -// aren't met. -type CreateProjectRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateProjectRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateProjectRespMultiError) AllErrors() []error { return m } - // CreateProjectRespValidationError is the validation error returned by // CreateProjectResp.Validate if the designated constraints aren't met. type CreateProjectRespValidationError struct { @@ -390,53 +264,18 @@ var _ interface { } = CreateProjectRespValidationError{} // Validate checks the field values on GetProjectReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetProjectReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetProjectReqMultiError, or -// nil if none found. -func (m *GetProjectReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetProjectReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return GetProjectReqMultiError(errors) - } - return nil } -// GetProjectReqMultiError is an error wrapping multiple validation errors -// returned by GetProjectReq.ValidateAll() if the designated constraints -// aren't met. -type GetProjectReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetProjectReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetProjectReqMultiError) AllErrors() []error { return m } - // GetProjectReqValidationError is the validation error returned by // GetProjectReq.Validate if the designated constraints aren't met. type GetProjectReqValidationError struct { @@ -492,47 +331,14 @@ var _ interface { } = GetProjectReqValidationError{} // Validate checks the field values on GetProjectResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetProjectResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetProjectRespMultiError, -// or nil if none found. -func (m *GetProjectResp) ValidateAll() error { - return m.validate(true) -} - -func (m *GetProjectResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetProject()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, GetProjectRespValidationError{ - field: "Project", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, GetProjectRespValidationError{ - field: "Project", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetProjectRespValidationError{ field: "Project", @@ -542,30 +348,9 @@ func (m *GetProjectResp) validate(all bool) error { } } - if len(errors) > 0 { - return GetProjectRespMultiError(errors) - } - return nil } -// GetProjectRespMultiError is an error wrapping multiple validation errors -// returned by GetProjectResp.ValidateAll() if the designated constraints -// aren't met. -type GetProjectRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetProjectRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetProjectRespMultiError) AllErrors() []error { return m } - // GetProjectRespValidationError is the validation error returned by // GetProjectResp.Validate if the designated constraints aren't met. type GetProjectRespValidationError struct { @@ -621,51 +406,16 @@ var _ interface { } = GetProjectRespValidationError{} // Validate checks the field values on ListProjectsReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *ListProjectsReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListProjectsReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListProjectsReqMultiError, or nil if none found. -func (m *ListProjectsReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListProjectsReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ListProjectsReqMultiError(errors) - } - return nil } -// ListProjectsReqMultiError is an error wrapping multiple validation errors -// returned by ListProjectsReq.ValidateAll() if the designated constraints -// aren't met. -type ListProjectsReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListProjectsReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListProjectsReqMultiError) AllErrors() []error { return m } - // ListProjectsReqValidationError is the validation error returned by // ListProjectsReq.Validate if the designated constraints aren't met. type ListProjectsReqValidationError struct { @@ -721,50 +471,17 @@ var _ interface { } = ListProjectsReqValidationError{} // Validate checks the field values on ListProjectsResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *ListProjectsResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListProjectsResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListProjectsRespMultiError, or nil if none found. -func (m *ListProjectsResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListProjectsResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetProjects() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListProjectsRespValidationError{ - field: fmt.Sprintf("Projects[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListProjectsRespValidationError{ - field: fmt.Sprintf("Projects[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListProjectsRespValidationError{ field: fmt.Sprintf("Projects[%v]", idx), @@ -776,30 +493,9 @@ func (m *ListProjectsResp) validate(all bool) error { } - if len(errors) > 0 { - return ListProjectsRespMultiError(errors) - } - return nil } -// ListProjectsRespMultiError is an error wrapping multiple validation errors -// returned by ListProjectsResp.ValidateAll() if the designated constraints -// aren't met. -type ListProjectsRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListProjectsRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListProjectsRespMultiError) AllErrors() []error { return m } - // ListProjectsRespValidationError is the validation error returned by // ListProjectsResp.Validate if the designated constraints aren't met. type ListProjectsRespValidationError struct { @@ -855,55 +551,20 @@ var _ interface { } = ListProjectsRespValidationError{} // Validate checks the field values on UpdateProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *UpdateProjectReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateProjectReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// UpdateProjectReqMultiError, or nil if none found. -func (m *UpdateProjectReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateProjectReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Name // no validation rules for Id - if len(errors) > 0 { - return UpdateProjectReqMultiError(errors) - } - return nil } -// UpdateProjectReqMultiError is an error wrapping multiple validation errors -// returned by UpdateProjectReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateProjectReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateProjectReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateProjectReqMultiError) AllErrors() []error { return m } - // UpdateProjectReqValidationError is the validation error returned by // UpdateProjectReq.Validate if the designated constraints aren't met. type UpdateProjectReqValidationError struct { @@ -959,47 +620,14 @@ var _ interface { } = UpdateProjectReqValidationError{} // Validate checks the field values on UpdateProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *UpdateProjectResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateProjectResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// UpdateProjectRespMultiError, or nil if none found. -func (m *UpdateProjectResp) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateProjectResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetProject()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, UpdateProjectRespValidationError{ - field: "Project", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, UpdateProjectRespValidationError{ - field: "Project", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetProject()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateProjectRespValidationError{ field: "Project", @@ -1009,30 +637,9 @@ func (m *UpdateProjectResp) validate(all bool) error { } } - if len(errors) > 0 { - return UpdateProjectRespMultiError(errors) - } - return nil } -// UpdateProjectRespMultiError is an error wrapping multiple validation errors -// returned by UpdateProjectResp.ValidateAll() if the designated constraints -// aren't met. -type UpdateProjectRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateProjectRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateProjectRespMultiError) AllErrors() []error { return m } - // UpdateProjectRespValidationError is the validation error returned by // UpdateProjectResp.Validate if the designated constraints aren't met. type UpdateProjectRespValidationError struct { @@ -1090,53 +697,18 @@ var _ interface { } = UpdateProjectRespValidationError{} // Validate checks the field values on DeleteProjectReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *DeleteProjectReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteProjectReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// DeleteProjectReqMultiError, or nil if none found. -func (m *DeleteProjectReq) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteProjectReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return DeleteProjectReqMultiError(errors) - } - return nil } -// DeleteProjectReqMultiError is an error wrapping multiple validation errors -// returned by DeleteProjectReq.ValidateAll() if the designated constraints -// aren't met. -type DeleteProjectReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteProjectReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteProjectReqMultiError) AllErrors() []error { return m } - // DeleteProjectReqValidationError is the validation error returned by // DeleteProjectReq.Validate if the designated constraints aren't met. type DeleteProjectReqValidationError struct { @@ -1192,51 +764,16 @@ var _ interface { } = DeleteProjectReqValidationError{} // Validate checks the field values on DeleteProjectResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *DeleteProjectResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteProjectResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// DeleteProjectRespMultiError, or nil if none found. -func (m *DeleteProjectResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteProjectResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return DeleteProjectRespMultiError(errors) - } - return nil } -// DeleteProjectRespMultiError is an error wrapping multiple validation errors -// returned by DeleteProjectResp.ValidateAll() if the designated constraints -// aren't met. -type DeleteProjectRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteProjectRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteProjectRespMultiError) AllErrors() []error { return m } - // DeleteProjectRespValidationError is the validation error returned by // DeleteProjectResp.Validate if the designated constraints aren't met. type DeleteProjectRespValidationError struct { @@ -1295,50 +832,15 @@ var _ interface { // Validate checks the field values on ApplyRulesStartReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ApplyRulesStartReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ApplyRulesStartReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ApplyRulesStartReqMultiError, or nil if none found. -func (m *ApplyRulesStartReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ApplyRulesStartReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ApplyRulesStartReqMultiError(errors) - } - return nil } -// ApplyRulesStartReqMultiError is an error wrapping multiple validation errors -// returned by ApplyRulesStartReq.ValidateAll() if the designated constraints -// aren't met. -type ApplyRulesStartReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ApplyRulesStartReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ApplyRulesStartReqMultiError) AllErrors() []error { return m } - // ApplyRulesStartReqValidationError is the validation error returned by // ApplyRulesStartReq.Validate if the designated constraints aren't met. type ApplyRulesStartReqValidationError struct { @@ -1397,50 +899,15 @@ var _ interface { // Validate checks the field values on ApplyRulesStartResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ApplyRulesStartResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ApplyRulesStartResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ApplyRulesStartRespMultiError, or nil if none found. -func (m *ApplyRulesStartResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ApplyRulesStartResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ApplyRulesStartRespMultiError(errors) - } - return nil } -// ApplyRulesStartRespMultiError is an error wrapping multiple validation -// errors returned by ApplyRulesStartResp.ValidateAll() if the designated -// constraints aren't met. -type ApplyRulesStartRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ApplyRulesStartRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ApplyRulesStartRespMultiError) AllErrors() []error { return m } - // ApplyRulesStartRespValidationError is the validation error returned by // ApplyRulesStartResp.Validate if the designated constraints aren't met. type ApplyRulesStartRespValidationError struct { @@ -1499,50 +966,15 @@ var _ interface { // Validate checks the field values on ApplyRulesCancelReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ApplyRulesCancelReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ApplyRulesCancelReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ApplyRulesCancelReqMultiError, or nil if none found. -func (m *ApplyRulesCancelReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ApplyRulesCancelReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ApplyRulesCancelReqMultiError(errors) - } - return nil } -// ApplyRulesCancelReqMultiError is an error wrapping multiple validation -// errors returned by ApplyRulesCancelReq.ValidateAll() if the designated -// constraints aren't met. -type ApplyRulesCancelReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ApplyRulesCancelReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ApplyRulesCancelReqMultiError) AllErrors() []error { return m } - // ApplyRulesCancelReqValidationError is the validation error returned by // ApplyRulesCancelReq.Validate if the designated constraints aren't met. type ApplyRulesCancelReqValidationError struct { @@ -1601,50 +1033,15 @@ var _ interface { // Validate checks the field values on ApplyRulesCancelResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ApplyRulesCancelResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ApplyRulesCancelResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ApplyRulesCancelRespMultiError, or nil if none found. -func (m *ApplyRulesCancelResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ApplyRulesCancelResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ApplyRulesCancelRespMultiError(errors) - } - return nil } -// ApplyRulesCancelRespMultiError is an error wrapping multiple validation -// errors returned by ApplyRulesCancelResp.ValidateAll() if the designated -// constraints aren't met. -type ApplyRulesCancelRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ApplyRulesCancelRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ApplyRulesCancelRespMultiError) AllErrors() []error { return m } - // ApplyRulesCancelRespValidationError is the validation error returned by // ApplyRulesCancelResp.Validate if the designated constraints aren't met. type ApplyRulesCancelRespValidationError struct { @@ -1703,50 +1100,15 @@ var _ interface { // Validate checks the field values on ApplyRulesStatusReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ApplyRulesStatusReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ApplyRulesStatusReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ApplyRulesStatusReqMultiError, or nil if none found. -func (m *ApplyRulesStatusReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ApplyRulesStatusReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ApplyRulesStatusReqMultiError(errors) - } - return nil } -// ApplyRulesStatusReqMultiError is an error wrapping multiple validation -// errors returned by ApplyRulesStatusReq.ValidateAll() if the designated -// constraints aren't met. -type ApplyRulesStatusReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ApplyRulesStatusReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ApplyRulesStatusReqMultiError) AllErrors() []error { return m } - // ApplyRulesStatusReqValidationError is the validation error returned by // ApplyRulesStatusReq.Validate if the designated constraints aren't met. type ApplyRulesStatusReqValidationError struct { @@ -1805,48 +1167,15 @@ var _ interface { // Validate checks the field values on ApplyRulesStatusResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ApplyRulesStatusResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ApplyRulesStatusResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ApplyRulesStatusRespMultiError, or nil if none found. -func (m *ApplyRulesStatusResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ApplyRulesStatusResp) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for State - if all { - switch v := interface{}(m.GetEstimatedTimeComplete()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ApplyRulesStatusRespValidationError{ - field: "EstimatedTimeComplete", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ApplyRulesStatusRespValidationError{ - field: "EstimatedTimeComplete", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetEstimatedTimeComplete()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetEstimatedTimeComplete()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ApplyRulesStatusRespValidationError{ field: "EstimatedTimeComplete", @@ -1864,30 +1193,9 @@ func (m *ApplyRulesStatusResp) validate(all bool) error { // no validation rules for Cancelled - if len(errors) > 0 { - return ApplyRulesStatusRespMultiError(errors) - } - return nil } -// ApplyRulesStatusRespMultiError is an error wrapping multiple validation -// errors returned by ApplyRulesStatusResp.ValidateAll() if the designated -// constraints aren't met. -type ApplyRulesStatusRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ApplyRulesStatusRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ApplyRulesStatusRespMultiError) AllErrors() []error { return m } - // ApplyRulesStatusRespValidationError is the validation error returned by // ApplyRulesStatusResp.Validate if the designated constraints aren't met. type ApplyRulesStatusRespValidationError struct { @@ -1946,49 +1254,14 @@ var _ interface { // Validate checks the field values on ListRulesForAllProjectsReq with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ListRulesForAllProjectsReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRulesForAllProjectsReq with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListRulesForAllProjectsReqMultiError, or nil if none found. -func (m *ListRulesForAllProjectsReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRulesForAllProjectsReq) validate(all bool) error { if m == nil { - return nil - } - - var errors []error - - if len(errors) > 0 { - return ListRulesForAllProjectsReqMultiError(errors) - } - - return nil -} - -// ListRulesForAllProjectsReqMultiError is an error wrapping multiple -// validation errors returned by ListRulesForAllProjectsReq.ValidateAll() if -// the designated constraints aren't met. -type ListRulesForAllProjectsReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRulesForAllProjectsReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) + return nil } - return strings.Join(msgs, "; ") -} -// AllErrors returns a list of validation violation errors. -func (m ListRulesForAllProjectsReqMultiError) AllErrors() []error { return m } + return nil +} // ListRulesForAllProjectsReqValidationError is the validation error returned // by ListRulesForAllProjectsReq.Validate if the designated constraints aren't met. @@ -2048,96 +1321,32 @@ var _ interface { // Validate checks the field values on ListRulesForAllProjectsResp with the // rules defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ListRulesForAllProjectsResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRulesForAllProjectsResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListRulesForAllProjectsRespMultiError, or nil if none found. -func (m *ListRulesForAllProjectsResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRulesForAllProjectsResp) validate(all bool) error { if m == nil { return nil } - var errors []error + for key, val := range m.GetProjectRules() { + _ = val - { - sorted_keys := make([]string, len(m.GetProjectRules())) - i := 0 - for key := range m.GetProjectRules() { - sorted_keys[i] = key - i++ - } - sort.Slice(sorted_keys, func(i, j int) bool { return sorted_keys[i] < sorted_keys[j] }) - for _, key := range sorted_keys { - val := m.GetProjectRules()[key] - _ = val - - // no validation rules for ProjectRules[key] - - if all { - switch v := interface{}(val).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListRulesForAllProjectsRespValidationError{ - field: fmt.Sprintf("ProjectRules[%v]", key), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListRulesForAllProjectsRespValidationError{ - field: fmt.Sprintf("ProjectRules[%v]", key), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(val).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return ListRulesForAllProjectsRespValidationError{ - field: fmt.Sprintf("ProjectRules[%v]", key), - reason: "embedded message failed validation", - cause: err, - } + // no validation rules for ProjectRules[key] + + if v, ok := interface{}(val).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ListRulesForAllProjectsRespValidationError{ + field: fmt.Sprintf("ProjectRules[%v]", key), + reason: "embedded message failed validation", + cause: err, } } - } - } - if len(errors) > 0 { - return ListRulesForAllProjectsRespMultiError(errors) } return nil } -// ListRulesForAllProjectsRespMultiError is an error wrapping multiple -// validation errors returned by ListRulesForAllProjectsResp.ValidateAll() if -// the designated constraints aren't met. -type ListRulesForAllProjectsRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRulesForAllProjectsRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRulesForAllProjectsRespMultiError) AllErrors() []error { return m } - // ListRulesForAllProjectsRespValidationError is the validation error returned // by ListRulesForAllProjectsResp.Validate if the designated constraints // aren't met. @@ -2196,50 +1405,17 @@ var _ interface { } = ListRulesForAllProjectsRespValidationError{} // Validate checks the field values on ProjectRules with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ProjectRules) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ProjectRules with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ProjectRulesMultiError, or -// nil if none found. -func (m *ProjectRules) ValidateAll() error { - return m.validate(true) -} - -func (m *ProjectRules) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetRules() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ProjectRulesValidationError{ - field: fmt.Sprintf("Rules[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ProjectRulesValidationError{ - field: fmt.Sprintf("Rules[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ProjectRulesValidationError{ field: fmt.Sprintf("Rules[%v]", idx), @@ -2251,29 +1427,9 @@ func (m *ProjectRules) validate(all bool) error { } - if len(errors) > 0 { - return ProjectRulesMultiError(errors) - } - return nil } -// ProjectRulesMultiError is an error wrapping multiple validation errors -// returned by ProjectRules.ValidateAll() if the designated constraints aren't met. -type ProjectRulesMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ProjectRulesMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ProjectRulesMultiError) AllErrors() []error { return m } - // ProjectRulesValidationError is the validation error returned by // ProjectRules.Validate if the designated constraints aren't met. type ProjectRulesValidationError struct { @@ -2329,27 +1485,13 @@ var _ interface { } = ProjectRulesValidationError{} // Validate checks the field values on ProjectRule with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ProjectRule) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ProjectRule with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ProjectRuleMultiError, or -// nil if none found. -func (m *ProjectRule) ValidateAll() error { - return m.validate(true) -} - -func (m *ProjectRule) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for ProjectId @@ -2361,26 +1503,7 @@ func (m *ProjectRule) validate(all bool) error { for idx, item := range m.GetConditions() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ProjectRuleValidationError{ - field: fmt.Sprintf("Conditions[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ProjectRuleValidationError{ - field: fmt.Sprintf("Conditions[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ProjectRuleValidationError{ field: fmt.Sprintf("Conditions[%v]", idx), @@ -2396,29 +1519,9 @@ func (m *ProjectRule) validate(all bool) error { // no validation rules for Status - if len(errors) > 0 { - return ProjectRuleMultiError(errors) - } - return nil } -// ProjectRuleMultiError is an error wrapping multiple validation errors -// returned by ProjectRule.ValidateAll() if the designated constraints aren't met. -type ProjectRuleMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ProjectRuleMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ProjectRuleMultiError) AllErrors() []error { return m } - // ProjectRuleValidationError is the validation error returned by // ProjectRule.Validate if the designated constraints aren't met. type ProjectRuleValidationError struct { @@ -2474,54 +1577,19 @@ var _ interface { } = ProjectRuleValidationError{} // Validate checks the field values on Condition with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Condition) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Condition with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ConditionMultiError, or nil -// if none found. -func (m *Condition) ValidateAll() error { - return m.validate(true) -} - -func (m *Condition) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Attribute // no validation rules for Operator - if len(errors) > 0 { - return ConditionMultiError(errors) - } - return nil } -// ConditionMultiError is an error wrapping multiple validation errors returned -// by Condition.ValidateAll() if the designated constraints aren't met. -type ConditionMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ConditionMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ConditionMultiError) AllErrors() []error { return m } - // ConditionValidationError is the validation error returned by // Condition.Validate if the designated constraints aren't met. type ConditionValidationError struct { @@ -2577,36 +1645,18 @@ var _ interface { } = ConditionValidationError{} // Validate checks the field values on CreateRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateRuleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateRuleReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateRuleReqMultiError, or -// nil if none found. -func (m *CreateRuleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateRuleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_CreateRuleReq_Id_Pattern.MatchString(m.GetId()) { - err := CreateRuleReqValidationError{ + return CreateRuleReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for ProjectId @@ -2616,39 +1666,16 @@ func (m *CreateRuleReq) validate(all bool) error { // no validation rules for Type if len(m.GetConditions()) < 1 { - err := CreateRuleReqValidationError{ + return CreateRuleReqValidationError{ field: "Conditions", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetConditions() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, CreateRuleReqValidationError{ - field: fmt.Sprintf("Conditions[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, CreateRuleReqValidationError{ - field: fmt.Sprintf("Conditions[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateRuleReqValidationError{ field: fmt.Sprintf("Conditions[%v]", idx), @@ -2660,30 +1687,9 @@ func (m *CreateRuleReq) validate(all bool) error { } - if len(errors) > 0 { - return CreateRuleReqMultiError(errors) - } - return nil } -// CreateRuleReqMultiError is an error wrapping multiple validation errors -// returned by CreateRuleReq.ValidateAll() if the designated constraints -// aren't met. -type CreateRuleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateRuleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateRuleReqMultiError) AllErrors() []error { return m } - // CreateRuleReqValidationError is the validation error returned by // CreateRuleReq.Validate if the designated constraints aren't met. type CreateRuleReqValidationError struct { @@ -2741,47 +1747,14 @@ var _ interface { var _CreateRuleReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on CreateRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateRuleResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateRuleResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateRuleRespMultiError, -// or nil if none found. -func (m *CreateRuleResp) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateRuleResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetRule()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, CreateRuleRespValidationError{ - field: "Rule", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, CreateRuleRespValidationError{ - field: "Rule", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateRuleRespValidationError{ field: "Rule", @@ -2791,30 +1764,9 @@ func (m *CreateRuleResp) validate(all bool) error { } } - if len(errors) > 0 { - return CreateRuleRespMultiError(errors) - } - return nil } -// CreateRuleRespMultiError is an error wrapping multiple validation errors -// returned by CreateRuleResp.ValidateAll() if the designated constraints -// aren't met. -type CreateRuleRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateRuleRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateRuleRespMultiError) AllErrors() []error { return m } - // CreateRuleRespValidationError is the validation error returned by // CreateRuleResp.Validate if the designated constraints aren't met. type CreateRuleRespValidationError struct { @@ -2870,27 +1822,13 @@ var _ interface { } = CreateRuleRespValidationError{} // Validate checks the field values on UpdateRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateRuleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateRuleReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateRuleReqMultiError, or -// nil if none found. -func (m *UpdateRuleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateRuleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for ProjectId @@ -2900,39 +1838,16 @@ func (m *UpdateRuleReq) validate(all bool) error { // no validation rules for Type if len(m.GetConditions()) < 1 { - err := UpdateRuleReqValidationError{ + return UpdateRuleReqValidationError{ field: "Conditions", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } for idx, item := range m.GetConditions() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, UpdateRuleReqValidationError{ - field: fmt.Sprintf("Conditions[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, UpdateRuleReqValidationError{ - field: fmt.Sprintf("Conditions[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateRuleReqValidationError{ field: fmt.Sprintf("Conditions[%v]", idx), @@ -2944,30 +1859,9 @@ func (m *UpdateRuleReq) validate(all bool) error { } - if len(errors) > 0 { - return UpdateRuleReqMultiError(errors) - } - return nil } -// UpdateRuleReqMultiError is an error wrapping multiple validation errors -// returned by UpdateRuleReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateRuleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateRuleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateRuleReqMultiError) AllErrors() []error { return m } - // UpdateRuleReqValidationError is the validation error returned by // UpdateRuleReq.Validate if the designated constraints aren't met. type UpdateRuleReqValidationError struct { @@ -3023,47 +1917,14 @@ var _ interface { } = UpdateRuleReqValidationError{} // Validate checks the field values on UpdateRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateRuleResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateRuleResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateRuleRespMultiError, -// or nil if none found. -func (m *UpdateRuleResp) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateRuleResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetRule()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, UpdateRuleRespValidationError{ - field: "Rule", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, UpdateRuleRespValidationError{ - field: "Rule", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateRuleRespValidationError{ field: "Rule", @@ -3073,30 +1934,9 @@ func (m *UpdateRuleResp) validate(all bool) error { } } - if len(errors) > 0 { - return UpdateRuleRespMultiError(errors) - } - return nil } -// UpdateRuleRespMultiError is an error wrapping multiple validation errors -// returned by UpdateRuleResp.ValidateAll() if the designated constraints -// aren't met. -type UpdateRuleRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateRuleRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateRuleRespMultiError) AllErrors() []error { return m } - // UpdateRuleRespValidationError is the validation error returned by // UpdateRuleResp.Validate if the designated constraints aren't met. type UpdateRuleRespValidationError struct { @@ -3152,54 +1992,19 @@ var _ interface { } = UpdateRuleRespValidationError{} // Validate checks the field values on GetRuleReq with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *GetRuleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetRuleReqMultiError, or -// nil if none found. -func (m *GetRuleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetRuleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for ProjectId - if len(errors) > 0 { - return GetRuleReqMultiError(errors) - } - return nil } -// GetRuleReqMultiError is an error wrapping multiple validation errors -// returned by GetRuleReq.ValidateAll() if the designated constraints aren't met. -type GetRuleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetRuleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetRuleReqMultiError) AllErrors() []error { return m } - // GetRuleReqValidationError is the validation error returned by // GetRuleReq.Validate if the designated constraints aren't met. type GetRuleReqValidationError struct { @@ -3255,47 +2060,14 @@ var _ interface { } = GetRuleReqValidationError{} // Validate checks the field values on GetRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetRuleResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetRuleRespMultiError, or -// nil if none found. -func (m *GetRuleResp) ValidateAll() error { - return m.validate(true) -} - -func (m *GetRuleResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetRule()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, GetRuleRespValidationError{ - field: "Rule", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, GetRuleRespValidationError{ - field: "Rule", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetRule()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetRuleRespValidationError{ field: "Rule", @@ -3305,29 +2077,9 @@ func (m *GetRuleResp) validate(all bool) error { } } - if len(errors) > 0 { - return GetRuleRespMultiError(errors) - } - return nil } -// GetRuleRespMultiError is an error wrapping multiple validation errors -// returned by GetRuleResp.ValidateAll() if the designated constraints aren't met. -type GetRuleRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetRuleRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetRuleRespMultiError) AllErrors() []error { return m } - // GetRuleRespValidationError is the validation error returned by // GetRuleResp.Validate if the designated constraints aren't met. type GetRuleRespValidationError struct { @@ -3383,52 +2135,18 @@ var _ interface { } = GetRuleRespValidationError{} // Validate checks the field values on ListRulesReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ListRulesReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRulesReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ListRulesReqMultiError, or -// nil if none found. -func (m *ListRulesReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRulesReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for IncludeStaged - if len(errors) > 0 { - return ListRulesReqMultiError(errors) - } - return nil } -// ListRulesReqMultiError is an error wrapping multiple validation errors -// returned by ListRulesReq.ValidateAll() if the designated constraints aren't met. -type ListRulesReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRulesReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRulesReqMultiError) AllErrors() []error { return m } - // ListRulesReqValidationError is the validation error returned by // ListRulesReq.Validate if the designated constraints aren't met. type ListRulesReqValidationError struct { @@ -3484,50 +2202,17 @@ var _ interface { } = ListRulesReqValidationError{} // Validate checks the field values on ListRulesResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ListRulesResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRulesResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ListRulesRespMultiError, or -// nil if none found. -func (m *ListRulesResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRulesResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetRules() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListRulesRespValidationError{ - field: fmt.Sprintf("Rules[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListRulesRespValidationError{ - field: fmt.Sprintf("Rules[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListRulesRespValidationError{ field: fmt.Sprintf("Rules[%v]", idx), @@ -3539,30 +2224,9 @@ func (m *ListRulesResp) validate(all bool) error { } - if len(errors) > 0 { - return ListRulesRespMultiError(errors) - } - return nil } -// ListRulesRespMultiError is an error wrapping multiple validation errors -// returned by ListRulesResp.ValidateAll() if the designated constraints -// aren't met. -type ListRulesRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRulesRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRulesRespMultiError) AllErrors() []error { return m } - // ListRulesRespValidationError is the validation error returned by // ListRulesResp.Validate if the designated constraints aren't met. type ListRulesRespValidationError struct { @@ -3619,52 +2283,17 @@ var _ interface { // Validate checks the field values on ListRulesForProjectReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ListRulesForProjectReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRulesForProjectReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListRulesForProjectReqMultiError, or nil if none found. -func (m *ListRulesForProjectReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRulesForProjectReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id - if len(errors) > 0 { - return ListRulesForProjectReqMultiError(errors) - } - return nil } -// ListRulesForProjectReqMultiError is an error wrapping multiple validation -// errors returned by ListRulesForProjectReq.ValidateAll() if the designated -// constraints aren't met. -type ListRulesForProjectReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRulesForProjectReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRulesForProjectReqMultiError) AllErrors() []error { return m } - // ListRulesForProjectReqValidationError is the validation error returned by // ListRulesForProjectReq.Validate if the designated constraints aren't met. type ListRulesForProjectReqValidationError struct { @@ -3723,49 +2352,16 @@ var _ interface { // Validate checks the field values on ListRulesForProjectResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *ListRulesForProjectResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListRulesForProjectResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// ListRulesForProjectRespMultiError, or nil if none found. -func (m *ListRulesForProjectResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListRulesForProjectResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetRules() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListRulesForProjectRespValidationError{ - field: fmt.Sprintf("Rules[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListRulesForProjectRespValidationError{ - field: fmt.Sprintf("Rules[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListRulesForProjectRespValidationError{ field: fmt.Sprintf("Rules[%v]", idx), @@ -3779,30 +2375,9 @@ func (m *ListRulesForProjectResp) validate(all bool) error { // no validation rules for Status - if len(errors) > 0 { - return ListRulesForProjectRespMultiError(errors) - } - return nil } -// ListRulesForProjectRespMultiError is an error wrapping multiple validation -// errors returned by ListRulesForProjectResp.ValidateAll() if the designated -// constraints aren't met. -type ListRulesForProjectRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListRulesForProjectRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListRulesForProjectRespMultiError) AllErrors() []error { return m } - // ListRulesForProjectRespValidationError is the validation error returned by // ListRulesForProjectResp.Validate if the designated constraints aren't met. type ListRulesForProjectRespValidationError struct { @@ -3860,55 +2435,20 @@ var _ interface { } = ListRulesForProjectRespValidationError{} // Validate checks the field values on DeleteRuleReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteRuleReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteRuleReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteRuleReqMultiError, or -// nil if none found. -func (m *DeleteRuleReq) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteRuleReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for ProjectId - if len(errors) > 0 { - return DeleteRuleReqMultiError(errors) - } - return nil } -// DeleteRuleReqMultiError is an error wrapping multiple validation errors -// returned by DeleteRuleReq.ValidateAll() if the designated constraints -// aren't met. -type DeleteRuleReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteRuleReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteRuleReqMultiError) AllErrors() []error { return m } - // DeleteRuleReqValidationError is the validation error returned by // DeleteRuleReq.Validate if the designated constraints aren't met. type DeleteRuleReqValidationError struct { @@ -3964,51 +2504,16 @@ var _ interface { } = DeleteRuleReqValidationError{} // Validate checks the field values on DeleteRuleResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteRuleResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteRuleResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteRuleRespMultiError, -// or nil if none found. -func (m *DeleteRuleResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteRuleResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return DeleteRuleRespMultiError(errors) - } - return nil } -// DeleteRuleRespMultiError is an error wrapping multiple validation errors -// returned by DeleteRuleResp.ValidateAll() if the designated constraints -// aren't met. -type DeleteRuleRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteRuleRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteRuleRespMultiError) AllErrors() []error { return m } - // DeleteRuleRespValidationError is the validation error returned by // DeleteRuleResp.Validate if the designated constraints aren't met. type DeleteRuleRespValidationError struct { diff --git a/api/interservice/authz/type.pb.validate.go b/api/interservice/authz/type.pb.validate.go index ceaa5c58d90..c213aaaf4b5 100644 --- a/api/interservice/authz/type.pb.validate.go +++ b/api/interservice/authz/type.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,6 +30,8 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) + +// define the regex for a UUID once up-front +var _type_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") diff --git a/api/interservice/local_user/users.pb.validate.go b/api/interservice/local_user/users.pb.validate.go index 6775ea48c5c..5b285e535e5 100644 --- a/api/interservice/local_user/users.pb.validate.go +++ b/api/interservice/local_user/users.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,65 +30,29 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _users_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on Email with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Email) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Email with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in EmailMultiError, or nil if none found. -func (m *Email) ValidateAll() error { - return m.validate(true) -} - -func (m *Email) validate(all bool) error { if m == nil { return nil } - var errors []error - if utf8.RuneCountInString(m.GetEmail()) < 1 { - err := EmailValidationError{ + return EmailValidationError{ field: "Email", reason: "value length must be at least 1 runes", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return EmailMultiError(errors) } return nil } -// EmailMultiError is an error wrapping multiple validation errors returned by -// Email.ValidateAll() if the designated constraints aren't met. -type EmailMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m EmailMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m EmailMultiError) AllErrors() []error { return m } - // EmailValidationError is the validation error returned by Email.Validate if // the designated constraints aren't met. type EmailValidationError struct { @@ -145,50 +108,16 @@ var _ interface { } = EmailValidationError{} // Validate checks the field values on GetUsersReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetUsersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetUsersReq with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetUsersReqMultiError, or -// nil if none found. -func (m *GetUsersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetUsersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return GetUsersReqMultiError(errors) - } - return nil } -// GetUsersReqMultiError is an error wrapping multiple validation errors -// returned by GetUsersReq.ValidateAll() if the designated constraints aren't met. -type GetUsersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetUsersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetUsersReqMultiError) AllErrors() []error { return m } - // GetUsersReqValidationError is the validation error returned by // GetUsersReq.Validate if the designated constraints aren't met. type GetUsersReqValidationError struct { @@ -244,55 +173,21 @@ var _ interface { } = GetUsersReqValidationError{} // Validate checks the field values on User with the rules defined in the proto -// definition for this message. If any rules are violated, the first error -// encountered is returned, or nil if there are no violations. +// definition for this message. If any rules are violated, an error is returned. func (m *User) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on User with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in UserMultiError, or nil if none found. -func (m *User) ValidateAll() error { - return m.validate(true) -} - -func (m *User) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Name // no validation rules for Email - if len(errors) > 0 { - return UserMultiError(errors) - } - return nil } -// UserMultiError is an error wrapping multiple validation errors returned by -// User.ValidateAll() if the designated constraints aren't met. -type UserMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UserMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UserMultiError) AllErrors() []error { return m } - // UserValidationError is the validation error returned by User.Validate if the // designated constraints aren't met. type UserValidationError struct { @@ -348,68 +243,29 @@ var _ interface { } = UserValidationError{} // Validate checks the field values on CreateUserReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateUserReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateUserReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateUserReqMultiError, or -// nil if none found. -func (m *CreateUserReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateUserReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Name if !_CreateUserReq_Email_Pattern.MatchString(m.GetEmail()) { - err := CreateUserReqValidationError{ + return CreateUserReqValidationError{ field: "Email", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Password - if len(errors) > 0 { - return CreateUserReqMultiError(errors) - } - return nil } -// CreateUserReqMultiError is an error wrapping multiple validation errors -// returned by CreateUserReq.ValidateAll() if the designated constraints -// aren't met. -type CreateUserReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateUserReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateUserReqMultiError) AllErrors() []error { return m } - // CreateUserReqValidationError is the validation error returned by // CreateUserReq.Validate if the designated constraints aren't met. type CreateUserReqValidationError struct { @@ -467,77 +323,34 @@ var _ interface { var _CreateUserReq_Email_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$") // Validate checks the field values on UpdateUserReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateUserReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateUserReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateUserReqMultiError, or -// nil if none found. -func (m *UpdateUserReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateUserReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if utf8.RuneCountInString(m.GetId()) < 1 { - err := UpdateUserReqValidationError{ + return UpdateUserReqValidationError{ field: "Id", reason: "value length must be at least 1 runes", } - if !all { - return err - } - errors = append(errors, err) } if !_UpdateUserReq_Email_Pattern.MatchString(m.GetEmail()) { - err := UpdateUserReqValidationError{ + return UpdateUserReqValidationError{ field: "Email", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name // no validation rules for Password - if len(errors) > 0 { - return UpdateUserReqMultiError(errors) - } - return nil } -// UpdateUserReqMultiError is an error wrapping multiple validation errors -// returned by UpdateUserReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateUserReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateUserReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateUserReqMultiError) AllErrors() []error { return m } - // UpdateUserReqValidationError is the validation error returned by // UpdateUserReq.Validate if the designated constraints aren't met. type UpdateUserReqValidationError struct { @@ -595,47 +408,25 @@ var _ interface { var _UpdateUserReq_Email_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$") // Validate checks the field values on UpdateSelfReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateSelfReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateSelfReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateSelfReqMultiError, or -// nil if none found. -func (m *UpdateSelfReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateSelfReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if utf8.RuneCountInString(m.GetId()) < 1 { - err := UpdateSelfReqValidationError{ + return UpdateSelfReqValidationError{ field: "Id", reason: "value length must be at least 1 runes", } - if !all { - return err - } - errors = append(errors, err) } if !_UpdateSelfReq_Email_Pattern.MatchString(m.GetEmail()) { - err := UpdateSelfReqValidationError{ + return UpdateSelfReqValidationError{ field: "Email", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name @@ -644,30 +435,9 @@ func (m *UpdateSelfReq) validate(all bool) error { // no validation rules for PreviousPassword - if len(errors) > 0 { - return UpdateSelfReqMultiError(errors) - } - return nil } -// UpdateSelfReqMultiError is an error wrapping multiple validation errors -// returned by UpdateSelfReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateSelfReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateSelfReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateSelfReqMultiError) AllErrors() []error { return m } - // UpdateSelfReqValidationError is the validation error returned by // UpdateSelfReq.Validate if the designated constraints aren't met. type UpdateSelfReqValidationError struct { @@ -725,51 +495,16 @@ var _ interface { var _UpdateSelfReq_Email_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$") // Validate checks the field values on DeleteUserResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteUserResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteUserResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteUserRespMultiError, -// or nil if none found. -func (m *DeleteUserResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteUserResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return DeleteUserRespMultiError(errors) - } - return nil } -// DeleteUserRespMultiError is an error wrapping multiple validation errors -// returned by DeleteUserResp.ValidateAll() if the designated constraints -// aren't met. -type DeleteUserRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteUserRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteUserRespMultiError) AllErrors() []error { return m } - // DeleteUserRespValidationError is the validation error returned by // DeleteUserResp.Validate if the designated constraints aren't met. type DeleteUserRespValidationError struct { @@ -825,95 +560,32 @@ var _ interface { } = DeleteUserRespValidationError{} // Validate checks the field values on Users with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *Users) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Users with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in UsersMultiError, or nil if none found. -func (m *Users) ValidateAll() error { - return m.validate(true) -} - -func (m *Users) validate(all bool) error { if m == nil { return nil } - var errors []error + for key, val := range m.GetUsers() { + _ = val - { - sorted_keys := make([]string, len(m.GetUsers())) - i := 0 - for key := range m.GetUsers() { - sorted_keys[i] = key - i++ - } - sort.Slice(sorted_keys, func(i, j int) bool { return sorted_keys[i] < sorted_keys[j] }) - for _, key := range sorted_keys { - val := m.GetUsers()[key] - _ = val - - // no validation rules for Users[key] - - if all { - switch v := interface{}(val).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, UsersValidationError{ - field: fmt.Sprintf("Users[%v]", key), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, UsersValidationError{ - field: fmt.Sprintf("Users[%v]", key), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(val).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return UsersValidationError{ - field: fmt.Sprintf("Users[%v]", key), - reason: "embedded message failed validation", - cause: err, - } + // no validation rules for Users[key] + + if v, ok := interface{}(val).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return UsersValidationError{ + field: fmt.Sprintf("Users[%v]", key), + reason: "embedded message failed validation", + cause: err, } } - } - } - if len(errors) > 0 { - return UsersMultiError(errors) } return nil } -// UsersMultiError is an error wrapping multiple validation errors returned by -// Users.ValidateAll() if the designated constraints aren't met. -type UsersMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UsersMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UsersMultiError) AllErrors() []error { return m } - // UsersValidationError is the validation error returned by Users.Validate if // the designated constraints aren't met. type UsersValidationError struct { diff --git a/api/interservice/teams/teams.pb.validate.go b/api/interservice/teams/teams.pb.validate.go index 77397657280..c2599919abc 100644 --- a/api/interservice/teams/teams.pb.validate.go +++ b/api/interservice/teams/teams.pb.validate.go @@ -11,12 +11,11 @@ import ( "net/mail" "net/url" "regexp" - "sort" "strings" "time" "unicode/utf8" - "google.golang.org/protobuf/types/known/anypb" + "github.com/golang/protobuf/ptypes" ) // ensure the imports are used @@ -31,58 +30,26 @@ var ( _ = time.Duration(0) _ = (*url.URL)(nil) _ = (*mail.Address)(nil) - _ = anypb.Any{} - _ = sort.Sort + _ = ptypes.DynamicAny{} ) +// define the regex for a UUID once up-front +var _teams_uuidPattern = regexp.MustCompile("^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$") + // Validate checks the field values on Team with the rules defined in the proto -// definition for this message. If any rules are violated, the first error -// encountered is returned, or nil if there are no violations. +// definition for this message. If any rules are violated, an error is returned. func (m *Team) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on Team with the rules defined in the -// proto definition for this message. If any rules are violated, the result is -// a list of violation errors wrapped in TeamMultiError, or nil if none found. -func (m *Team) ValidateAll() error { - return m.validate(true) -} - -func (m *Team) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for Id // no validation rules for Name - if len(errors) > 0 { - return TeamMultiError(errors) - } - return nil } -// TeamMultiError is an error wrapping multiple validation errors returned by -// Team.ValidateAll() if the designated constraints aren't met. -type TeamMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m TeamMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m TeamMultiError) AllErrors() []error { return m } - // TeamValidationError is the validation error returned by Team.Validate if the // designated constraints aren't met. type TeamValidationError struct { @@ -138,61 +105,22 @@ var _ interface { } = TeamValidationError{} // Validate checks the field values on GetTeamReq with the rules defined in the -// proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// proto definition for this message. If any rules are violated, an error is returned. func (m *GetTeamReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetTeamReqMultiError, or -// nil if none found. -func (m *GetTeamReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTeamReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_GetTeamReq_Id_Pattern.MatchString(m.GetId()) { - err := GetTeamReqValidationError{ + return GetTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return GetTeamReqMultiError(errors) } return nil } -// GetTeamReqMultiError is an error wrapping multiple validation errors -// returned by GetTeamReq.ValidateAll() if the designated constraints aren't met. -type GetTeamReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTeamReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTeamReqMultiError) AllErrors() []error { return m } - // GetTeamReqValidationError is the validation error returned by // GetTeamReq.Validate if the designated constraints aren't met. type GetTeamReqValidationError struct { @@ -250,47 +178,14 @@ var _ interface { var _GetTeamReq_Id_Pattern = regexp.MustCompile("\\S") // Validate checks the field values on GetTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *GetTeamResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in GetTeamRespMultiError, or -// nil if none found. -func (m *GetTeamResp) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTeamResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetTeam()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, GetTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, GetTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetTeamRespValidationError{ field: "Team", @@ -300,29 +195,9 @@ func (m *GetTeamResp) validate(all bool) error { } } - if len(errors) > 0 { - return GetTeamRespMultiError(errors) - } - return nil } -// GetTeamRespMultiError is an error wrapping multiple validation errors -// returned by GetTeamResp.ValidateAll() if the designated constraints aren't met. -type GetTeamRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTeamRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTeamRespMultiError) AllErrors() []error { return m } - // GetTeamRespValidationError is the validation error returned by // GetTeamResp.Validate if the designated constraints aren't met. type GetTeamRespValidationError struct { @@ -378,50 +253,16 @@ var _ interface { } = GetTeamRespValidationError{} // Validate checks the field values on ListTeamsReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ListTeamsReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListTeamsReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ListTeamsReqMultiError, or -// nil if none found. -func (m *ListTeamsReq) ValidateAll() error { - return m.validate(true) -} - -func (m *ListTeamsReq) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ListTeamsReqMultiError(errors) - } - return nil } -// ListTeamsReqMultiError is an error wrapping multiple validation errors -// returned by ListTeamsReq.ValidateAll() if the designated constraints aren't met. -type ListTeamsReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListTeamsReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListTeamsReqMultiError) AllErrors() []error { return m } - // ListTeamsReqValidationError is the validation error returned by // ListTeamsReq.Validate if the designated constraints aren't met. type ListTeamsReqValidationError struct { @@ -477,50 +318,17 @@ var _ interface { } = ListTeamsReqValidationError{} // Validate checks the field values on ListTeamsResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ListTeamsResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ListTeamsResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ListTeamsRespMultiError, or -// nil if none found. -func (m *ListTeamsResp) ValidateAll() error { - return m.validate(true) -} - -func (m *ListTeamsResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetTeams() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, ListTeamsRespValidationError{ - field: fmt.Sprintf("Teams[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, ListTeamsRespValidationError{ - field: fmt.Sprintf("Teams[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ListTeamsRespValidationError{ field: fmt.Sprintf("Teams[%v]", idx), @@ -532,30 +340,9 @@ func (m *ListTeamsResp) validate(all bool) error { } - if len(errors) > 0 { - return ListTeamsRespMultiError(errors) - } - return nil } -// ListTeamsRespMultiError is an error wrapping multiple validation errors -// returned by ListTeamsResp.ValidateAll() if the designated constraints -// aren't met. -type ListTeamsRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ListTeamsRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ListTeamsRespMultiError) AllErrors() []error { return m } - // ListTeamsRespValidationError is the validation error returned by // ListTeamsResp.Validate if the designated constraints aren't met. type ListTeamsRespValidationError struct { @@ -611,36 +398,18 @@ var _ interface { } = ListTeamsRespValidationError{} // Validate checks the field values on UpdateTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateTeamReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateTeamReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateTeamReqMultiError, or -// nil if none found. -func (m *UpdateTeamReq) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateTeamReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_UpdateTeamReq_Id_Pattern.MatchString(m.GetId()) { - err := UpdateTeamReqValidationError{ + return UpdateTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name @@ -651,55 +420,26 @@ func (m *UpdateTeamReq) validate(all bool) error { _, _ = idx, item if _, exists := _UpdateTeamReq_Projects_Unique[item]; exists { - err := UpdateTeamReqValidationError{ + return UpdateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _UpdateTeamReq_Projects_Unique[item] = struct{}{} } if !_UpdateTeamReq_Projects_Pattern.MatchString(item) { - err := UpdateTeamReqValidationError{ + return UpdateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return UpdateTeamReqMultiError(errors) - } - return nil } -// UpdateTeamReqMultiError is an error wrapping multiple validation errors -// returned by UpdateTeamReq.ValidateAll() if the designated constraints -// aren't met. -type UpdateTeamReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateTeamReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateTeamReqMultiError) AllErrors() []error { return m } - // UpdateTeamReqValidationError is the validation error returned by // UpdateTeamReq.Validate if the designated constraints aren't met. type UpdateTeamReqValidationError struct { @@ -759,47 +499,14 @@ var _UpdateTeamReq_Id_Pattern = regexp.MustCompile("\\S") var _UpdateTeamReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on UpdateTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpdateTeamResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpdateTeamResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpdateTeamRespMultiError, -// or nil if none found. -func (m *UpdateTeamResp) ValidateAll() error { - return m.validate(true) -} - -func (m *UpdateTeamResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetTeam()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, UpdateTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, UpdateTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return UpdateTeamRespValidationError{ field: "Team", @@ -809,30 +516,9 @@ func (m *UpdateTeamResp) validate(all bool) error { } } - if len(errors) > 0 { - return UpdateTeamRespMultiError(errors) - } - return nil } -// UpdateTeamRespMultiError is an error wrapping multiple validation errors -// returned by UpdateTeamResp.ValidateAll() if the designated constraints -// aren't met. -type UpdateTeamRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpdateTeamRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpdateTeamRespMultiError) AllErrors() []error { return m } - // UpdateTeamRespValidationError is the validation error returned by // UpdateTeamResp.Validate if the designated constraints aren't met. type UpdateTeamRespValidationError struct { @@ -888,62 +574,23 @@ var _ interface { } = UpdateTeamRespValidationError{} // Validate checks the field values on DeleteTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteTeamReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteTeamReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteTeamReqMultiError, or -// nil if none found. -func (m *DeleteTeamReq) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteTeamReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_DeleteTeamReq_Id_Pattern.MatchString(m.GetId()) { - err := DeleteTeamReqValidationError{ + return DeleteTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return DeleteTeamReqMultiError(errors) } return nil } -// DeleteTeamReqMultiError is an error wrapping multiple validation errors -// returned by DeleteTeamReq.ValidateAll() if the designated constraints -// aren't met. -type DeleteTeamReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteTeamReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteTeamReqMultiError) AllErrors() []error { return m } - // DeleteTeamReqValidationError is the validation error returned by // DeleteTeamReq.Validate if the designated constraints aren't met. type DeleteTeamReqValidationError struct { @@ -1001,47 +648,14 @@ var _ interface { var _DeleteTeamReq_Id_Pattern = regexp.MustCompile("\\S") // Validate checks the field values on DeleteTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *DeleteTeamResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on DeleteTeamResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in DeleteTeamRespMultiError, -// or nil if none found. -func (m *DeleteTeamResp) ValidateAll() error { - return m.validate(true) -} - -func (m *DeleteTeamResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetTeam()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, DeleteTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, DeleteTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return DeleteTeamRespValidationError{ field: "Team", @@ -1051,30 +665,9 @@ func (m *DeleteTeamResp) validate(all bool) error { } } - if len(errors) > 0 { - return DeleteTeamRespMultiError(errors) - } - return nil } -// DeleteTeamRespMultiError is an error wrapping multiple validation errors -// returned by DeleteTeamResp.ValidateAll() if the designated constraints -// aren't met. -type DeleteTeamRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m DeleteTeamRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m DeleteTeamRespMultiError) AllErrors() []error { return m } - // DeleteTeamRespValidationError is the validation error returned by // DeleteTeamResp.Validate if the designated constraints aren't met. type DeleteTeamRespValidationError struct { @@ -1130,36 +723,18 @@ var _ interface { } = DeleteTeamRespValidationError{} // Validate checks the field values on CreateTeamReq with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateTeamReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateTeamReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateTeamReqMultiError, or -// nil if none found. -func (m *CreateTeamReq) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateTeamReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_CreateTeamReq_Id_Pattern.MatchString(m.GetId()) { - err := CreateTeamReqValidationError{ + return CreateTeamReqValidationError{ field: "Id", reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } // no validation rules for Name @@ -1170,55 +745,26 @@ func (m *CreateTeamReq) validate(all bool) error { _, _ = idx, item if _, exists := _CreateTeamReq_Projects_Unique[item]; exists { - err := CreateTeamReqValidationError{ + return CreateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _CreateTeamReq_Projects_Unique[item] = struct{}{} } if !_CreateTeamReq_Projects_Pattern.MatchString(item) { - err := CreateTeamReqValidationError{ + return CreateTeamReqValidationError{ field: fmt.Sprintf("Projects[%v]", idx), reason: "value does not match regex pattern \"^[a-z0-9-_]{1,64}$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return CreateTeamReqMultiError(errors) - } - return nil } -// CreateTeamReqMultiError is an error wrapping multiple validation errors -// returned by CreateTeamReq.ValidateAll() if the designated constraints -// aren't met. -type CreateTeamReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateTeamReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateTeamReqMultiError) AllErrors() []error { return m } - // CreateTeamReqValidationError is the validation error returned by // CreateTeamReq.Validate if the designated constraints aren't met. type CreateTeamReqValidationError struct { @@ -1278,47 +824,14 @@ var _CreateTeamReq_Id_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") var _CreateTeamReq_Projects_Pattern = regexp.MustCompile("^[a-z0-9-_]{1,64}$") // Validate checks the field values on CreateTeamResp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *CreateTeamResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on CreateTeamResp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in CreateTeamRespMultiError, -// or nil if none found. -func (m *CreateTeamResp) ValidateAll() error { - return m.validate(true) -} - -func (m *CreateTeamResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if all { - switch v := interface{}(m.GetTeam()).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, CreateTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, CreateTeamRespValidationError{ - field: "Team", - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { + if v, ok := interface{}(m.GetTeam()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return CreateTeamRespValidationError{ field: "Team", @@ -1328,30 +841,9 @@ func (m *CreateTeamResp) validate(all bool) error { } } - if len(errors) > 0 { - return CreateTeamRespMultiError(errors) - } - return nil } -// CreateTeamRespMultiError is an error wrapping multiple validation errors -// returned by CreateTeamResp.ValidateAll() if the designated constraints -// aren't met. -type CreateTeamRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m CreateTeamRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m CreateTeamRespMultiError) AllErrors() []error { return m } - // CreateTeamRespValidationError is the validation error returned by // CreateTeamResp.Validate if the designated constraints aren't met. type CreateTeamRespValidationError struct { @@ -1407,47 +899,25 @@ var _ interface { } = CreateTeamRespValidationError{} // Validate checks the field values on AddTeamMembersReq with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *AddTeamMembersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on AddTeamMembersReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// AddTeamMembersReqMultiError, or nil if none found. -func (m *AddTeamMembersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *AddTeamMembersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_AddTeamMembersReq_Id_Pattern.MatchString(m.GetId()) { - err := AddTeamMembersReqValidationError{ + return AddTeamMembersReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } - if !all { - return err - } - errors = append(errors, err) } if len(m.GetUserIds()) < 1 { - err := AddTeamMembersReqValidationError{ + return AddTeamMembersReqValidationError{ field: "UserIds", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } _AddTeamMembersReq_UserIds_Unique := make(map[string]struct{}, len(m.GetUserIds())) @@ -1456,55 +926,26 @@ func (m *AddTeamMembersReq) validate(all bool) error { _, _ = idx, item if _, exists := _AddTeamMembersReq_UserIds_Unique[item]; exists { - err := AddTeamMembersReqValidationError{ + return AddTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _AddTeamMembersReq_UserIds_Unique[item] = struct{}{} } if !_AddTeamMembersReq_UserIds_Pattern.MatchString(item) { - err := AddTeamMembersReqValidationError{ + return AddTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return AddTeamMembersReqMultiError(errors) - } - return nil } -// AddTeamMembersReqMultiError is an error wrapping multiple validation errors -// returned by AddTeamMembersReq.ValidateAll() if the designated constraints -// aren't met. -type AddTeamMembersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m AddTeamMembersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m AddTeamMembersReqMultiError) AllErrors() []error { return m } - // AddTeamMembersReqValidationError is the validation error returned by // AddTeamMembersReq.Validate if the designated constraints aren't met. type AddTeamMembersReqValidationError struct { @@ -1567,50 +1008,15 @@ var _AddTeamMembersReq_UserIds_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-]+$ // Validate checks the field values on AddTeamMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *AddTeamMembersResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on AddTeamMembersResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// AddTeamMembersRespMultiError, or nil if none found. -func (m *AddTeamMembersResp) ValidateAll() error { - return m.validate(true) -} - -func (m *AddTeamMembersResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return AddTeamMembersRespMultiError(errors) - } - return nil } -// AddTeamMembersRespMultiError is an error wrapping multiple validation errors -// returned by AddTeamMembersResp.ValidateAll() if the designated constraints -// aren't met. -type AddTeamMembersRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m AddTeamMembersRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m AddTeamMembersRespMultiError) AllErrors() []error { return m } - // AddTeamMembersRespValidationError is the validation error returned by // AddTeamMembersResp.Validate if the designated constraints aren't met. type AddTeamMembersRespValidationError struct { @@ -1669,46 +1075,24 @@ var _ interface { // Validate checks the field values on RemoveTeamMembersReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *RemoveTeamMembersReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on RemoveTeamMembersReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// RemoveTeamMembersReqMultiError, or nil if none found. -func (m *RemoveTeamMembersReq) ValidateAll() error { - return m.validate(true) -} - -func (m *RemoveTeamMembersReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_RemoveTeamMembersReq_Id_Pattern.MatchString(m.GetId()) { - err := RemoveTeamMembersReqValidationError{ + return RemoveTeamMembersReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } - if !all { - return err - } - errors = append(errors, err) } if len(m.GetUserIds()) < 1 { - err := RemoveTeamMembersReqValidationError{ + return RemoveTeamMembersReqValidationError{ field: "UserIds", reason: "value must contain at least 1 item(s)", } - if !all { - return err - } - errors = append(errors, err) } _RemoveTeamMembersReq_UserIds_Unique := make(map[string]struct{}, len(m.GetUserIds())) @@ -1717,55 +1101,26 @@ func (m *RemoveTeamMembersReq) validate(all bool) error { _, _ = idx, item if _, exists := _RemoveTeamMembersReq_UserIds_Unique[item]; exists { - err := RemoveTeamMembersReqValidationError{ + return RemoveTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "repeated value must contain unique items", } - if !all { - return err - } - errors = append(errors, err) } else { _RemoveTeamMembersReq_UserIds_Unique[item] = struct{}{} } if !_RemoveTeamMembersReq_UserIds_Pattern.MatchString(item) { - err := RemoveTeamMembersReqValidationError{ + return RemoveTeamMembersReqValidationError{ field: fmt.Sprintf("UserIds[%v]", idx), reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } - if !all { - return err - } - errors = append(errors, err) } } - if len(errors) > 0 { - return RemoveTeamMembersReqMultiError(errors) - } - return nil } -// RemoveTeamMembersReqMultiError is an error wrapping multiple validation -// errors returned by RemoveTeamMembersReq.ValidateAll() if the designated -// constraints aren't met. -type RemoveTeamMembersReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m RemoveTeamMembersReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m RemoveTeamMembersReqMultiError) AllErrors() []error { return m } - // RemoveTeamMembersReqValidationError is the validation error returned by // RemoveTeamMembersReq.Validate if the designated constraints aren't met. type RemoveTeamMembersReqValidationError struct { @@ -1828,50 +1183,15 @@ var _RemoveTeamMembersReq_UserIds_Pattern = regexp.MustCompile("^[[:alnum:]_.+@- // Validate checks the field values on RemoveTeamMembersResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *RemoveTeamMembersResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on RemoveTeamMembersResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// RemoveTeamMembersRespMultiError, or nil if none found. -func (m *RemoveTeamMembersResp) ValidateAll() error { - return m.validate(true) -} - -func (m *RemoveTeamMembersResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return RemoveTeamMembersRespMultiError(errors) - } - return nil } -// RemoveTeamMembersRespMultiError is an error wrapping multiple validation -// errors returned by RemoveTeamMembersResp.ValidateAll() if the designated -// constraints aren't met. -type RemoveTeamMembersRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m RemoveTeamMembersRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m RemoveTeamMembersRespMultiError) AllErrors() []error { return m } - // RemoveTeamMembersRespValidationError is the validation error returned by // RemoveTeamMembersResp.Validate if the designated constraints aren't met. type RemoveTeamMembersRespValidationError struct { @@ -1930,61 +1250,22 @@ var _ interface { // Validate checks the field values on GetTeamsForMemberReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *GetTeamsForMemberReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTeamsForMemberReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// GetTeamsForMemberReqMultiError, or nil if none found. -func (m *GetTeamsForMemberReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTeamsForMemberReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_GetTeamsForMemberReq_UserId_Pattern.MatchString(m.GetUserId()) { - err := GetTeamsForMemberReqValidationError{ + return GetTeamsForMemberReqValidationError{ field: "UserId", reason: "value does not match regex pattern \"^[[:alnum:]_.+@-]+$\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return GetTeamsForMemberReqMultiError(errors) } return nil } -// GetTeamsForMemberReqMultiError is an error wrapping multiple validation -// errors returned by GetTeamsForMemberReq.ValidateAll() if the designated -// constraints aren't met. -type GetTeamsForMemberReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTeamsForMemberReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTeamsForMemberReqMultiError) AllErrors() []error { return m } - // GetTeamsForMemberReqValidationError is the validation error returned by // GetTeamsForMemberReq.Validate if the designated constraints aren't met. type GetTeamsForMemberReqValidationError struct { @@ -2045,49 +1326,16 @@ var _GetTeamsForMemberReq_UserId_Pattern = regexp.MustCompile("^[[:alnum:]_.+@-] // Validate checks the field values on GetTeamsForMemberResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *GetTeamsForMemberResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTeamsForMemberResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// GetTeamsForMemberRespMultiError, or nil if none found. -func (m *GetTeamsForMemberResp) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTeamsForMemberResp) validate(all bool) error { if m == nil { return nil } - var errors []error - for idx, item := range m.GetTeams() { _, _ = idx, item - if all { - switch v := interface{}(item).(type) { - case interface{ ValidateAll() error }: - if err := v.ValidateAll(); err != nil { - errors = append(errors, GetTeamsForMemberRespValidationError{ - field: fmt.Sprintf("Teams[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - case interface{ Validate() error }: - if err := v.Validate(); err != nil { - errors = append(errors, GetTeamsForMemberRespValidationError{ - field: fmt.Sprintf("Teams[%v]", idx), - reason: "embedded message failed validation", - cause: err, - }) - } - } - } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return GetTeamsForMemberRespValidationError{ field: fmt.Sprintf("Teams[%v]", idx), @@ -2099,30 +1347,9 @@ func (m *GetTeamsForMemberResp) validate(all bool) error { } - if len(errors) > 0 { - return GetTeamsForMemberRespMultiError(errors) - } - return nil } -// GetTeamsForMemberRespMultiError is an error wrapping multiple validation -// errors returned by GetTeamsForMemberResp.ValidateAll() if the designated -// constraints aren't met. -type GetTeamsForMemberRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTeamsForMemberRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTeamsForMemberRespMultiError) AllErrors() []error { return m } - // GetTeamsForMemberRespValidationError is the validation error returned by // GetTeamsForMemberResp.Validate if the designated constraints aren't met. type GetTeamsForMemberRespValidationError struct { @@ -2181,61 +1408,22 @@ var _ interface { // Validate checks the field values on GetTeamMembershipReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *GetTeamMembershipReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTeamMembershipReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// GetTeamMembershipReqMultiError, or nil if none found. -func (m *GetTeamMembershipReq) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTeamMembershipReq) validate(all bool) error { if m == nil { return nil } - var errors []error - if !_GetTeamMembershipReq_Id_Pattern.MatchString(m.GetId()) { - err := GetTeamMembershipReqValidationError{ + return GetTeamMembershipReqValidationError{ field: "Id", reason: "value does not match regex pattern \"\\\\S\"", } - if !all { - return err - } - errors = append(errors, err) - } - - if len(errors) > 0 { - return GetTeamMembershipReqMultiError(errors) } return nil } -// GetTeamMembershipReqMultiError is an error wrapping multiple validation -// errors returned by GetTeamMembershipReq.ValidateAll() if the designated -// constraints aren't met. -type GetTeamMembershipReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTeamMembershipReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTeamMembershipReqMultiError) AllErrors() []error { return m } - // GetTeamMembershipReqValidationError is the validation error returned by // GetTeamMembershipReq.Validate if the designated constraints aren't met. type GetTeamMembershipReqValidationError struct { @@ -2296,50 +1484,15 @@ var _GetTeamMembershipReq_Id_Pattern = regexp.MustCompile("\\S") // Validate checks the field values on GetTeamMembershipResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *GetTeamMembershipResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on GetTeamMembershipResp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// GetTeamMembershipRespMultiError, or nil if none found. -func (m *GetTeamMembershipResp) ValidateAll() error { - return m.validate(true) -} - -func (m *GetTeamMembershipResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return GetTeamMembershipRespMultiError(errors) - } - return nil } -// GetTeamMembershipRespMultiError is an error wrapping multiple validation -// errors returned by GetTeamMembershipResp.ValidateAll() if the designated -// constraints aren't met. -type GetTeamMembershipRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m GetTeamMembershipRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m GetTeamMembershipRespMultiError) AllErrors() []error { return m } - // GetTeamMembershipRespValidationError is the validation error returned by // GetTeamMembershipResp.Validate if the designated constraints aren't met. type GetTeamMembershipRespValidationError struct { @@ -2397,51 +1550,16 @@ var _ interface { } = GetTeamMembershipRespValidationError{} // Validate checks the field values on UpgradeToV2Req with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *UpgradeToV2Req) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpgradeToV2Req with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in UpgradeToV2ReqMultiError, -// or nil if none found. -func (m *UpgradeToV2Req) ValidateAll() error { - return m.validate(true) -} - -func (m *UpgradeToV2Req) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return UpgradeToV2ReqMultiError(errors) - } - return nil } -// UpgradeToV2ReqMultiError is an error wrapping multiple validation errors -// returned by UpgradeToV2Req.ValidateAll() if the designated constraints -// aren't met. -type UpgradeToV2ReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpgradeToV2ReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpgradeToV2ReqMultiError) AllErrors() []error { return m } - // UpgradeToV2ReqValidationError is the validation error returned by // UpgradeToV2Req.Validate if the designated constraints aren't met. type UpgradeToV2ReqValidationError struct { @@ -2497,51 +1615,16 @@ var _ interface { } = UpgradeToV2ReqValidationError{} // Validate checks the field values on UpgradeToV2Resp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// first error encountered is returned, or nil if there are no violations. +// in the proto definition for this message. If any rules are violated, an +// error is returned. func (m *UpgradeToV2Resp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on UpgradeToV2Resp with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// UpgradeToV2RespMultiError, or nil if none found. -func (m *UpgradeToV2Resp) ValidateAll() error { - return m.validate(true) -} - -func (m *UpgradeToV2Resp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return UpgradeToV2RespMultiError(errors) - } - return nil } -// UpgradeToV2RespMultiError is an error wrapping multiple validation errors -// returned by UpgradeToV2Resp.ValidateAll() if the designated constraints -// aren't met. -type UpgradeToV2RespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m UpgradeToV2RespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m UpgradeToV2RespMultiError) AllErrors() []error { return m } - // UpgradeToV2RespValidationError is the validation error returned by // UpgradeToV2Resp.Validate if the designated constraints aren't met. type UpgradeToV2RespValidationError struct { @@ -2597,50 +1680,16 @@ var _ interface { } = UpgradeToV2RespValidationError{} // Validate checks the field values on ResetToV1Req with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ResetToV1Req) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ResetToV1Req with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ResetToV1ReqMultiError, or -// nil if none found. -func (m *ResetToV1Req) ValidateAll() error { - return m.validate(true) -} - -func (m *ResetToV1Req) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ResetToV1ReqMultiError(errors) - } - return nil } -// ResetToV1ReqMultiError is an error wrapping multiple validation errors -// returned by ResetToV1Req.ValidateAll() if the designated constraints aren't met. -type ResetToV1ReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ResetToV1ReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ResetToV1ReqMultiError) AllErrors() []error { return m } - // ResetToV1ReqValidationError is the validation error returned by // ResetToV1Req.Validate if the designated constraints aren't met. type ResetToV1ReqValidationError struct { @@ -2696,51 +1745,16 @@ var _ interface { } = ResetToV1ReqValidationError{} // Validate checks the field values on ResetToV1Resp with the rules defined in -// the proto definition for this message. If any rules are violated, the first -// error encountered is returned, or nil if there are no violations. +// the proto definition for this message. If any rules are violated, an error +// is returned. func (m *ResetToV1Resp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on ResetToV1Resp with the rules defined -// in the proto definition for this message. If any rules are violated, the -// result is a list of violation errors wrapped in ResetToV1RespMultiError, or -// nil if none found. -func (m *ResetToV1Resp) ValidateAll() error { - return m.validate(true) -} - -func (m *ResetToV1Resp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return ResetToV1RespMultiError(errors) - } - return nil } -// ResetToV1RespMultiError is an error wrapping multiple validation errors -// returned by ResetToV1Resp.ValidateAll() if the designated constraints -// aren't met. -type ResetToV1RespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m ResetToV1RespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m ResetToV1RespMultiError) AllErrors() []error { return m } - // ResetToV1RespValidationError is the validation error returned by // ResetToV1Resp.Validate if the designated constraints aren't met. type ResetToV1RespValidationError struct { @@ -2797,52 +1811,17 @@ var _ interface { // Validate checks the field values on PurgeUserMembershipReq with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *PurgeUserMembershipReq) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on PurgeUserMembershipReq with the rules -// defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// PurgeUserMembershipReqMultiError, or nil if none found. -func (m *PurgeUserMembershipReq) ValidateAll() error { - return m.validate(true) -} - -func (m *PurgeUserMembershipReq) validate(all bool) error { if m == nil { return nil } - var errors []error - // no validation rules for UserId - if len(errors) > 0 { - return PurgeUserMembershipReqMultiError(errors) - } - return nil } -// PurgeUserMembershipReqMultiError is an error wrapping multiple validation -// errors returned by PurgeUserMembershipReq.ValidateAll() if the designated -// constraints aren't met. -type PurgeUserMembershipReqMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m PurgeUserMembershipReqMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m PurgeUserMembershipReqMultiError) AllErrors() []error { return m } - // PurgeUserMembershipReqValidationError is the validation error returned by // PurgeUserMembershipReq.Validate if the designated constraints aren't met. type PurgeUserMembershipReqValidationError struct { @@ -2901,50 +1880,15 @@ var _ interface { // Validate checks the field values on PurgeUserMembershipResp with the rules // defined in the proto definition for this message. If any rules are -// violated, the first error encountered is returned, or nil if there are no violations. +// violated, an error is returned. func (m *PurgeUserMembershipResp) Validate() error { - return m.validate(false) -} - -// ValidateAll checks the field values on PurgeUserMembershipResp with the -// rules defined in the proto definition for this message. If any rules are -// violated, the result is a list of violation errors wrapped in -// PurgeUserMembershipRespMultiError, or nil if none found. -func (m *PurgeUserMembershipResp) ValidateAll() error { - return m.validate(true) -} - -func (m *PurgeUserMembershipResp) validate(all bool) error { if m == nil { return nil } - var errors []error - - if len(errors) > 0 { - return PurgeUserMembershipRespMultiError(errors) - } - return nil } -// PurgeUserMembershipRespMultiError is an error wrapping multiple validation -// errors returned by PurgeUserMembershipResp.ValidateAll() if the designated -// constraints aren't met. -type PurgeUserMembershipRespMultiError []error - -// Error returns a concatenation of all the error messages it wraps. -func (m PurgeUserMembershipRespMultiError) Error() string { - var msgs []string - for _, err := range m { - msgs = append(msgs, err.Error()) - } - return strings.Join(msgs, "; ") -} - -// AllErrors returns a list of validation violation errors. -func (m PurgeUserMembershipRespMultiError) AllErrors() []error { return m } - // PurgeUserMembershipRespValidationError is the validation error returned by // PurgeUserMembershipResp.Validate if the designated constraints aren't met. type PurgeUserMembershipRespValidationError struct { diff --git a/go.sum b/go.sum index d3e2fdb4466..072d6798d2a 100644 --- a/go.sum +++ b/go.sum @@ -298,6 +298,8 @@ github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5y github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/envoyproxy/protoc-gen-validate v0.4.0 h1:0Hedkeb8AtERQoi/wLDxdMr6iOU4g6Mw0RfB2IEpEhk= +github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8 h1:8fATmp6SLK9XevENs3p8w3nMTcllQHfpYK6XGXDce28= github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8/go.mod h1:/tKK1rWdr4+hCDMhEg1hR/fkxiTnPwqVofFWkGFllMM= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= @@ -594,6 +596,7 @@ github.com/hashicorp/raft v1.6.0/go.mod h1:Xil5pDgeGwRWuX4uPUmwa+7Vagg4N804dz6mh github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI= github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= @@ -687,6 +690,7 @@ github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lyft/protoc-gen-star v0.4.10/go.mod h1:mE8fbna26u7aEA2QCVvvfBU/ZrPgocG1206xAFPcs94= github.com/lyft/protoc-gen-star v0.6.2 h1:DgqBrh0Q/JGHXDZjJaYCWKD/EXLczxplIC0JeElY2iU= github.com/lyft/protoc-gen-star v0.6.2/go.mod h1:M0b1EfeJR3f8E3YHKFr9KXWjAB4mrKn6Rm6PPEuJlI0= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= From f5ba5ad17439c681a5154a26193b524f6306b8cf Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 19:01:42 +0530 Subject: [PATCH 026/147] package update Signed-off-by: daveaugustus --- go.sum | 2 -- protovendor/go.mod | 2 +- protovendor/go.sum | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.sum b/go.sum index 072d6798d2a..7e6758335bb 100644 --- a/go.sum +++ b/go.sum @@ -300,8 +300,6 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.m github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.4.0 h1:0Hedkeb8AtERQoi/wLDxdMr6iOU4g6Mw0RfB2IEpEhk= github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= -github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8 h1:8fATmp6SLK9XevENs3p8w3nMTcllQHfpYK6XGXDce28= -github.com/envoyproxy/protoc-gen-validate v0.10.0-SNAPSHOT.8/go.mod h1:/tKK1rWdr4+hCDMhEg1hR/fkxiTnPwqVofFWkGFllMM= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= diff --git a/protovendor/go.mod b/protovendor/go.mod index d4d3a08523e..fd8b1c5b651 100644 --- a/protovendor/go.mod +++ b/protovendor/go.mod @@ -3,7 +3,7 @@ module github.com/chef/automate/protovendor go 1.22 require ( - github.com/envoyproxy/protoc-gen-validate v1.1.0 + github.com/envoyproxy/protoc-gen-validate v0.4.1 github.com/grpc-ecosystem/grpc-gateway v1.16.0 ) diff --git a/protovendor/go.sum b/protovendor/go.sum index c573380cd33..937340e4966 100644 --- a/protovendor/go.sum +++ b/protovendor/go.sum @@ -55,8 +55,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= -github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= +github.com/envoyproxy/protoc-gen-validate v0.4.1 h1:7dLaJvASGRD7X49jSCSXXHwKPm0ZN9r9kJD+p+vS7dM= +github.com/envoyproxy/protoc-gen-validate v0.4.1/go.mod h1:E+IEazqdaWv3FrnGtZIu3b9fPFMK8AzeTTrk9SfVwWs= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= From 78988dc3753e6cecff41e5514c674e25cf1527b4 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 19:15:15 +0530 Subject: [PATCH 027/147] Downgraded grpc gateway Signed-off-by: daveaugustus --- api/external/go.sum | 8 ++++---- protovendor/go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/external/go.sum b/api/external/go.sum index 61e2c275d2b..f3d4a36c0ad 100644 --- a/api/external/go.sum +++ b/api/external/go.sum @@ -34,8 +34,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo= -github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= +github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMchFtkdrS4BIj5o= +github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= @@ -69,6 +69,7 @@ golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200822124328-c89045814202 h1:VvcQYSHwXgi7W+TpUR6A9g6Up98WAHf3f/ulnJ62IyA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -91,9 +92,8 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884 h1:fiNLklpBwWK1mth30Hlwk+fcdBmIALlgF5iy77O37Ig= diff --git a/protovendor/go.mod b/protovendor/go.mod index fd8b1c5b651..f1d35746734 100644 --- a/protovendor/go.mod +++ b/protovendor/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/envoyproxy/protoc-gen-validate v0.4.1 - github.com/grpc-ecosystem/grpc-gateway v1.16.0 + github.com/grpc-ecosystem/grpc-gateway v1.14.8 ) require ( From 5734694793e18492459e6b20a3cf1c04c89111d4 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 19:33:04 +0530 Subject: [PATCH 028/147] Regenerated code Signed-off-by: daveaugustus --- .../applications/applications.pb.gw.go | 57 ------ .../applications/applications.swagger.json | 39 ++-- api/external/cds/cds.pb.gw.go | 15 -- api/external/cds/cds.swagger.json | 14 +- api/external/cfgmgmt/cfgmgmt.pb.gw.go | 75 -------- api/external/cfgmgmt/cfgmgmt.swagger.json | 50 ++--- .../compliance/profiles/profiles.pb.gw.go | 18 -- .../compliance/profiles/profiles.swagger.json | 11 +- .../compliance/reporting/reporting.pb.gw.go | 54 ------ .../reporting/reporting.swagger.json | 40 ++-- .../compliance/reporting/stats/stats.pb.gw.go | 21 --- .../reporting/stats/stats.swagger.json | 12 +- .../compliance/scanner/jobs/jobs.pb.gw.go | 21 --- .../compliance/scanner/jobs/jobs.swagger.json | 14 +- api/external/data_feed/data_feed.pb.gw.go | 27 --- api/external/data_feed/data_feed.swagger.json | 49 +++-- .../data_lifecycle/data_lifecycle.pb.gw.go | 48 ----- .../data_lifecycle.swagger.json | 48 ++--- api/external/event_feed/event_feed.pb.gw.go | 15 -- .../event_feed/event_feed.swagger.json | 13 +- api/external/iam/v2/introspect.pb.gw.go | 12 -- api/external/iam/v2/introspect.swagger.json | 21 ++- api/external/iam/v2/policy.pb.gw.go | 66 ------- api/external/iam/v2/policy.swagger.json | 43 ++--- api/external/iam/v2/rules.pb.gw.go | 27 --- api/external/iam/v2/rules.swagger.json | 18 +- api/external/iam/v2/teams.pb.gw.go | 30 --- api/external/iam/v2/teams.swagger.json | 18 +- api/external/iam/v2/tokens.pb.gw.go | 18 -- api/external/iam/v2/tokens.swagger.json | 13 +- api/external/iam/v2/users.pb.gw.go | 21 --- api/external/iam/v2/users.swagger.json | 12 +- api/external/infra_proxy/infra_proxy.pb.gw.go | 174 ------------------ .../infra_proxy/infra_proxy.swagger.json | 139 +++++++------- api/external/ingest/chef.pb.gw.go | 21 --- api/external/ingest/chef.swagger.json | 15 +- api/external/ingest/job_scheduler.pb.gw.go | 15 -- .../ingest/job_scheduler.swagger.json | 17 +- api/external/nodes/manager/manager.pb.gw.go | 36 ---- .../nodes/manager/manager.swagger.json | 23 +-- api/external/nodes/nodes.pb.gw.go | 30 --- api/external/nodes/nodes.swagger.json | 22 ++- .../report_manager/report_manager.pb.gw.go | 6 - .../report_manager.swagger.json | 2 +- api/external/secrets/secrets.pb.gw.go | 18 -- api/external/secrets/secrets.swagger.json | 11 +- .../user_settings/user_settings.pb.gw.go | 12 -- .../user_settings/user_settings.swagger.json | 7 +- api/interservice/authn/authenticate.pb.gw.go | 6 - .../authn/authenticate.swagger.json | 2 +- api/interservice/authn/tokens.swagger.json | 3 +- .../ingest/ingest/compliance.pb.gw.go | 3 - .../ingest/ingest/compliance.swagger.json | 5 +- .../ingest/automate_event.swagger.json | 3 +- api/interservice/ingest/chef.pb.gw.go | 18 -- api/interservice/ingest/chef.swagger.json | 13 +- .../ingest/job_scheduler.pb.gw.go | 30 --- .../ingest/job_scheduler.swagger.json | 24 +-- api/interservice/ingest/status.pb.gw.go | 9 - api/interservice/ingest/status.swagger.json | 7 +- .../api/applications.pb.swagger.go | 39 ++-- .../automate-gateway/api/cds.pb.swagger.go | 14 +- .../api/cfgmgmt.pb.swagger.go | 50 ++--- .../automate-gateway/api/chef.pb.swagger.go | 15 +- .../api/data_feed.pb.swagger.go | 49 +++-- .../api/data_lifecycle.pb.swagger.go | 48 ++--- .../api/deployment/deployment.pb.gw.go | 9 - .../api/deployment/deployment.swagger.json | 4 +- .../api/deployment_deployment.pb.swagger.go | 4 +- .../api/event_feed.pb.swagger.go | 13 +- .../api/gateway/gateway.pb.gw.go | 9 - .../api/gateway/gateway.swagger.json | 4 +- .../api/gateway_gateway.pb.swagger.go | 4 +- .../api/infra_proxy.pb.swagger.go | 139 +++++++------- .../api/introspect.pb.swagger.go | 21 ++- .../api/job_scheduler.pb.swagger.go | 17 +- .../automate-gateway/api/jobs.pb.swagger.go | 14 +- .../api/legacy/legacy.pb.gw.go | 6 - .../api/legacy/legacy.swagger.json | 2 +- .../api/legacy_legacy.pb.swagger.go | 2 +- .../api/license/license.pb.gw.go | 12 -- .../api/license/license.swagger.json | 12 +- .../api/license_license.pb.swagger.go | 12 +- .../api/manager.pb.swagger.go | 23 +-- .../automate-gateway/api/nodes.pb.swagger.go | 22 ++- .../api/notifications/notifications.pb.gw.go | 24 --- .../notifications/notifications.swagger.json | 17 +- .../notifications_notifications.pb.swagger.go | 17 +- .../automate-gateway/api/policy.pb.swagger.go | 43 ++--- .../api/profiles.pb.swagger.go | 11 +- .../api/report_manager.pb.swagger.go | 2 +- .../api/reporting.pb.swagger.go | 40 ++-- .../automate-gateway/api/rules.pb.swagger.go | 18 +- .../api/secrets.pb.swagger.go | 11 +- .../automate-gateway/api/stats.pb.swagger.go | 12 +- .../automate-gateway/api/teams.pb.swagger.go | 18 +- .../api/telemetry/telemetry.pb.gw.go | 6 - .../api/telemetry/telemetry.swagger.json | 5 +- .../api/telemetry_telemetry.pb.swagger.go | 5 +- .../automate-gateway/api/tokens.pb.swagger.go | 13 +- .../api/user_settings.pb.swagger.go | 7 +- .../automate-gateway/api/users.pb.swagger.go | 12 +- 102 files changed, 796 insertions(+), 1620 deletions(-) diff --git a/api/external/applications/applications.pb.gw.go b/api/external/applications/applications.pb.gw.go index e50c831f819..7435c15560f 100644 --- a/api/external/applications/applications.pb.gw.go +++ b/api/external/applications/applications.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join var ( filter_ApplicationsService_GetServiceGroups_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} @@ -617,14 +615,11 @@ func local_request_ApplicationsService_GetServicesUsageCount_0(ctx context.Conte // RegisterApplicationsServiceHandlerServer registers the http handlers for service ApplicationsService to "mux". // UnaryRPC :call ApplicationsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationsServiceHandlerFromEndpoint instead. func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationsServiceServer) error { mux.Handle("GET", pattern_ApplicationsService_GetServiceGroups_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -632,7 +627,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServiceGroups_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -646,8 +640,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServiceGroupsHealthCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -655,7 +647,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServiceGroupsHealthCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -669,8 +660,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -678,7 +667,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServices_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -692,8 +680,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesDistinctValues_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -701,7 +687,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesDistinctValues_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -715,8 +700,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesBySG_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -724,7 +707,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesBySG_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -738,8 +720,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesStats_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -747,7 +727,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesStats_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -761,8 +740,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetDisconnectedServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -770,7 +747,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetDisconnectedServices_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -784,8 +760,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_DeleteDisconnectedServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -793,7 +767,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_DeleteDisconnectedServices_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -807,8 +780,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_DeleteServicesByID_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -816,7 +787,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_DeleteServicesByID_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -830,8 +800,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -839,7 +807,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -853,8 +820,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -862,7 +827,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -876,8 +840,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_UpdateDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -885,7 +847,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_UpdateDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -899,8 +860,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_RunDisconnectedServicesJob_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -908,7 +867,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_RunDisconnectedServicesJob_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -922,8 +880,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetDeleteDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -931,7 +887,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetDeleteDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -945,8 +900,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_UpdateDeleteDisconnectedServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -954,7 +907,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_UpdateDeleteDisconnectedServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -968,8 +920,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ApplicationsService_RunDeleteDisconnectedServicesJob_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -977,7 +927,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_RunDeleteDisconnectedServicesJob_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -991,8 +940,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("PUT", pattern_ApplicationsService_UpdateTelemetryReported_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1000,7 +947,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_UpdateTelemetryReported_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1014,8 +960,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ApplicationsService_GetServicesUsageCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1023,7 +967,6 @@ func RegisterApplicationsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ApplicationsService_GetServicesUsageCount_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/applications/applications.swagger.json b/api/external/applications/applications.swagger.json index 5767f0c20a3..3599ab8369a 100644 --- a/api/external/applications/applications.swagger.json +++ b/api/external/applications/applications.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -126,7 +126,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -198,7 +198,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -277,7 +277,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -314,7 +314,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -386,7 +386,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -437,7 +437,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -459,7 +459,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -481,7 +481,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -515,7 +515,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -539,7 +539,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -561,7 +561,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -593,7 +593,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -627,7 +627,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -649,7 +649,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -683,7 +683,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -807,6 +807,7 @@ "properties": { "running": { "type": "boolean", + "format": "boolean", "description": "Enable/disable the job. `false` is disabled, `true` is enabled." }, "threshold": { @@ -857,6 +858,7 @@ }, "running": { "type": "boolean", + "format": "boolean", "description": "Enable/disable the job. `false` is disabled, `true` is enabled. It is not\nrecommended to disable this job." }, "recurrence": { @@ -940,6 +942,7 @@ }, "disconnected": { "type": "boolean", + "format": "boolean", "description": "Service connection information.\nBased on time since last healthcheck received and disconnected service configuration." }, "last_event_occurred_at": { diff --git a/api/external/cds/cds.pb.gw.go b/api/external/cds/cds.pb.gw.go index 8159dbf68bc..0d1b321548f 100644 --- a/api/external/cds/cds.pb.gw.go +++ b/api/external/cds/cds.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Cds_ListContentItems_0(ctx context.Context, marshaler runtime.Marshaler, client CdsClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.ContentItems @@ -141,14 +139,11 @@ func local_request_Cds_InstallContentItem_0(ctx context.Context, marshaler runti // RegisterCdsHandlerServer registers the http handlers for service Cds to "mux". // UnaryRPC :call CdsServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCdsHandlerFromEndpoint instead. func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CdsServer) error { mux.Handle("GET", pattern_Cds_ListContentItems_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -156,7 +151,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_ListContentItems_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -170,8 +164,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server mux.Handle("POST", pattern_Cds_SubmitCredentials_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -179,7 +171,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_SubmitCredentials_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -193,8 +184,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server mux.Handle("GET", pattern_Cds_IsContentEnabled_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -202,7 +191,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_IsContentEnabled_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -216,8 +204,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server mux.Handle("POST", pattern_Cds_InstallContentItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -225,7 +211,6 @@ func RegisterCdsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server return } resp, md, err := local_request_Cds_InstallContentItem_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/cds/cds.swagger.json b/api/external/cds/cds.swagger.json index 0b38c1545dd..ea0f2e95571 100644 --- a/api/external/cds/cds.swagger.json +++ b/api/external/cds/cds.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -82,7 +82,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -158,7 +158,8 @@ "type": "object", "properties": { "is_content_enabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -187,7 +188,8 @@ } }, "can_be_installed": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "filename": { "type": "string" diff --git a/api/external/cfgmgmt/cfgmgmt.pb.gw.go b/api/external/cfgmgmt/cfgmgmt.pb.gw.go index 7bdbc476c09..f4c5f36ebf7 100644 --- a/api/external/cfgmgmt/cfgmgmt.pb.gw.go +++ b/api/external/cfgmgmt/cfgmgmt.pb.gw.go @@ -23,7 +23,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -34,7 +33,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join var ( filter_ConfigMgmt_GetNodes_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} @@ -973,14 +971,11 @@ func local_request_ConfigMgmt_GetNodesUsageCount_0(ctx context.Context, marshale // RegisterConfigMgmtHandlerServer registers the http handlers for service ConfigMgmt to "mux". // UnaryRPC :call ConfigMgmtServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterConfigMgmtHandlerFromEndpoint instead. func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConfigMgmtServer) error { mux.Handle("GET", pattern_ConfigMgmt_GetNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -988,7 +983,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1002,8 +996,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRuns_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1011,7 +1003,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRuns_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1025,8 +1016,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodesCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1034,7 +1023,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodesCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1048,8 +1036,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRunsCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1057,7 +1043,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRunsCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1071,8 +1056,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetCheckInCountsTimeSeries_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1080,7 +1063,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetCheckInCountsTimeSeries_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1094,8 +1076,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetMissingNodeDurationCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1103,7 +1083,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetMissingNodeDurationCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1117,8 +1096,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodeRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1126,7 +1103,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodeRun_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1140,8 +1116,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetSuggestions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1149,7 +1123,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetSuggestions_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1163,8 +1136,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetOrganizations_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1172,7 +1143,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetOrganizations_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1186,8 +1156,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetSourceFqdns_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1195,7 +1163,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetSourceFqdns_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1209,8 +1176,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetAttributes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1218,7 +1183,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetAttributes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1232,8 +1196,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1241,7 +1203,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1255,8 +1216,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetPolicyCookbooks_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1264,7 +1223,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetPolicyCookbooks_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1278,8 +1236,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetErrors_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1287,7 +1243,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetErrors_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1301,8 +1256,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodeMetadataCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1310,7 +1263,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodeMetadataCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1324,8 +1276,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodeRunsDailyStatusTimeSeries_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1333,7 +1283,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodeRunsDailyStatusTimeSeries_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1347,8 +1296,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_ConfigMgmt_CreateRollout_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1356,7 +1303,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_CreateRollout_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1370,8 +1316,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_ConfigMgmt_CreateRolloutTest_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1379,7 +1323,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_CreateRolloutTest_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1393,8 +1336,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRollouts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1402,7 +1343,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRollouts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1416,8 +1356,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRolloutById_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1425,7 +1363,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRolloutById_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1439,8 +1376,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetRolloutForChefRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1448,7 +1383,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetRolloutForChefRun_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1462,8 +1396,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_ListNodeSegmentsWithRolloutProgress_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1471,7 +1403,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_ListNodeSegmentsWithRolloutProgress_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1485,8 +1416,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_ConfigMgmt_UpdateTelemetryReported_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1494,7 +1423,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_UpdateTelemetryReported_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1508,8 +1436,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_ConfigMgmt_GetNodesUsageCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1517,7 +1443,6 @@ func RegisterConfigMgmtHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_ConfigMgmt_GetNodesUsageCount_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/cfgmgmt/cfgmgmt.swagger.json b/api/external/cfgmgmt/cfgmgmt.swagger.json index 3cfbe1ff87e..62dc8edd324 100644 --- a/api/external/cfgmgmt/cfgmgmt.swagger.json +++ b/api/external/cfgmgmt/cfgmgmt.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -102,7 +102,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -174,7 +174,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -206,7 +206,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -240,7 +240,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -285,7 +285,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -347,7 +347,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -391,7 +391,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -477,7 +477,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -513,7 +513,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -587,7 +587,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -638,7 +638,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -662,7 +662,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -698,7 +698,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -722,7 +722,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -767,7 +767,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -804,7 +804,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -855,7 +855,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -916,7 +916,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -967,7 +967,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -990,7 +990,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1022,7 +1022,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1577,6 +1577,7 @@ }, "ignore_failure": { "type": "boolean", + "format": "boolean", "description": "Boolean that denotes whether or not the resource failure should be ignored." }, "error": { @@ -1936,6 +1937,7 @@ }, "skipped": { "type": "boolean", + "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "children": { diff --git a/api/external/compliance/profiles/profiles.pb.gw.go b/api/external/compliance/profiles/profiles.pb.gw.go index 18ba4ebb9cc..258bc6e68ec 100644 --- a/api/external/compliance/profiles/profiles.pb.gw.go +++ b/api/external/compliance/profiles/profiles.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_ProfilesService_Read_0(ctx context.Context, marshaler runtime.Marshaler, client ProfilesServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq ProfileDetails @@ -394,14 +392,11 @@ func local_request_ProfilesService_MetaSearch_0(ctx context.Context, marshaler r // RegisterProfilesServiceHandlerServer registers the http handlers for service ProfilesService to "mux". // UnaryRPC :call ProfilesServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProfilesServiceHandlerFromEndpoint instead. func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProfilesServiceServer) error { mux.Handle("GET", pattern_ProfilesService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -409,7 +404,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_Read_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -423,8 +417,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("GET", pattern_ProfilesService_ReadFromMarket_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -432,7 +424,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_ReadFromMarket_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -446,8 +437,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("DELETE", pattern_ProfilesService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -455,7 +444,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -469,8 +457,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_ProfilesService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -478,7 +464,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_List_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -492,8 +477,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_ProfilesService_MetaSearch_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -501,7 +484,6 @@ func RegisterProfilesServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_ProfilesService_MetaSearch_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/profiles/profiles.swagger.json b/api/external/compliance/profiles/profiles.swagger.json index b6233f7ef78..e146e3239a4 100644 --- a/api/external/compliance/profiles/profiles.swagger.json +++ b/api/external/compliance/profiles/profiles.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -152,7 +152,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -186,7 +186,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -691,6 +691,7 @@ "properties": { "valid": { "type": "boolean", + "format": "boolean", "description": "Boolean that denotes if the profile is valid or not (as reported by `inspec check`)." }, "timestamp": { diff --git a/api/external/compliance/reporting/reporting.pb.gw.go b/api/external/compliance/reporting/reporting.pb.gw.go index 47f4792031e..4d798ac0a2d 100644 --- a/api/external/compliance/reporting/reporting.pb.gw.go +++ b/api/external/compliance/reporting/reporting.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_ReportingService_ListReports_0(ctx context.Context, marshaler runtime.Marshaler, client ReportingServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Query @@ -711,14 +709,11 @@ func local_request_ReportingService_ListControlItemsRange_0(ctx context.Context, // RegisterReportingServiceHandlerServer registers the http handlers for service ReportingService to "mux". // UnaryRPC :call ReportingServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterReportingServiceHandlerFromEndpoint instead. func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReportingServiceServer) error { mux.Handle("POST", pattern_ReportingService_ListReports_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -726,7 +721,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListReports_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -740,8 +734,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListReportIds_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -749,7 +741,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListReportIds_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -763,8 +754,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListControlItems_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -772,7 +761,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListControlItems_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -786,8 +774,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListControlInfo_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -795,7 +781,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListControlInfo_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -809,8 +794,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ReadReport_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -818,7 +801,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ReadReport_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -832,8 +814,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ReadNodeHeader_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -841,7 +821,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ReadNodeHeader_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -855,8 +834,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListSuggestions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -864,7 +841,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListSuggestions_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -878,8 +854,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListProfiles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -887,7 +861,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListProfiles_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -901,8 +874,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ExportReportManager_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -910,7 +881,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ExportReportManager_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -924,8 +894,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_ReportingService_ReadNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -933,7 +901,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ReadNode_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -947,8 +914,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -956,7 +921,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListNodes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -970,8 +934,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_ReportingService_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -979,7 +941,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -993,8 +954,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_AssetCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1002,7 +961,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_AssetCount_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1016,8 +974,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListAsset_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1025,7 +981,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListAsset_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1039,8 +994,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("PUT", pattern_ReportingService_SetAssetConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1048,7 +1001,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_SetAssetConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1062,8 +1014,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_ReportingService_GetAssetConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1071,7 +1021,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_GetAssetConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1085,8 +1034,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("POST", pattern_ReportingService_ListControlItemsRange_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1094,7 +1041,6 @@ func RegisterReportingServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_ReportingService_ListControlItemsRange_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/reporting/reporting.swagger.json b/api/external/compliance/reporting/reporting.swagger.json index 56727ae6146..8f00c70c06e 100644 --- a/api/external/compliance/reporting/reporting.swagger.json +++ b/api/external/compliance/reporting/reporting.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -82,7 +82,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -184,7 +184,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -218,7 +218,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -259,7 +259,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -292,7 +292,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -326,7 +326,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -360,7 +360,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -394,7 +394,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -435,7 +435,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -469,7 +469,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -503,7 +503,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -544,7 +544,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -576,7 +576,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1317,10 +1317,12 @@ "type": "string" }, "run": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "skipped_due_to_waiver": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "message": { "type": "string" diff --git a/api/external/compliance/reporting/stats/stats.pb.gw.go b/api/external/compliance/reporting/stats/stats.pb.gw.go index 8804769d4f2..1318f16a1d4 100644 --- a/api/external/compliance/reporting/stats/stats.pb.gw.go +++ b/api/external/compliance/reporting/stats/stats.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_StatsService_ReadSummary_0(ctx context.Context, marshaler runtime.Marshaler, client StatsServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Query @@ -224,14 +222,11 @@ func local_request_StatsService_GetNodesUsageCount_0(ctx context.Context, marsha // RegisterStatsServiceHandlerServer registers the http handlers for service StatsService to "mux". // UnaryRPC :call StatsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterStatsServiceHandlerFromEndpoint instead. func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server StatsServiceServer) error { mux.Handle("POST", pattern_StatsService_ReadSummary_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -239,7 +234,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadSummary_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -253,8 +247,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_StatsService_ReadTrend_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -262,7 +254,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadTrend_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -276,8 +267,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_StatsService_ReadProfiles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -285,7 +274,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadProfiles_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -299,8 +287,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_StatsService_ReadFailures_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -308,7 +294,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_ReadFailures_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -322,8 +307,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("PUT", pattern_StatsService_UpdateTelemetryReported_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -331,7 +314,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_UpdateTelemetryReported_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -345,8 +327,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_StatsService_GetNodesUsageCount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -354,7 +334,6 @@ func RegisterStatsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_StatsService_GetNodesUsageCount_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/reporting/stats/stats.swagger.json b/api/external/compliance/reporting/stats/stats.swagger.json index a430349fadc..8fba0a30286 100644 --- a/api/external/compliance/reporting/stats/stats.swagger.json +++ b/api/external/compliance/reporting/stats/stats.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -82,7 +82,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -184,7 +184,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/compliance/scanner/jobs/jobs.pb.gw.go b/api/external/compliance/scanner/jobs/jobs.pb.gw.go index ca2475a2c98..97920e02888 100644 --- a/api/external/compliance/scanner/jobs/jobs.pb.gw.go +++ b/api/external/compliance/scanner/jobs/jobs.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_JobsService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client JobsServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Job @@ -390,14 +388,11 @@ func local_request_JobsService_Rerun_0(ctx context.Context, marshaler runtime.Ma // RegisterJobsServiceHandlerServer registers the http handlers for service JobsService to "mux". // UnaryRPC :call JobsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobsServiceHandlerFromEndpoint instead. func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobsServiceServer) error { mux.Handle("POST", pattern_JobsService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -405,7 +400,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Create_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -419,8 +413,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("GET", pattern_JobsService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -428,7 +420,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Read_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -442,8 +433,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("PUT", pattern_JobsService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -451,7 +440,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Update_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -465,8 +453,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("DELETE", pattern_JobsService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -474,7 +460,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -488,8 +473,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("POST", pattern_JobsService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -497,7 +480,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_List_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -511,8 +493,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux mux.Handle("GET", pattern_JobsService_Rerun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -520,7 +500,6 @@ func RegisterJobsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux return } resp, md, err := local_request_JobsService_Rerun_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/compliance/scanner/jobs/jobs.swagger.json b/api/external/compliance/scanner/jobs/jobs.swagger.json index b06772520bb..1904c7f6cd6 100644 --- a/api/external/compliance/scanner/jobs/jobs.swagger.json +++ b/api/external/compliance/scanner/jobs/jobs.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -96,7 +96,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -134,7 +134,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -175,7 +175,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -215,7 +215,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -247,6 +247,7 @@ }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { @@ -393,6 +394,7 @@ }, "deleted": { "type": "boolean", + "format": "boolean", "description": "Boolean used to denote the job has been marked as \"deleted\" by the user." } } diff --git a/api/external/data_feed/data_feed.pb.gw.go b/api/external/data_feed/data_feed.pb.gw.go index 8ffb413d2cf..e0e76b0bc04 100644 --- a/api/external/data_feed/data_feed.pb.gw.go +++ b/api/external/data_feed/data_feed.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_DatafeedService_AddDestination_0(ctx context.Context, marshaler runtime.Marshaler, client DatafeedServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq AddDestinationRequest @@ -404,14 +402,11 @@ func local_request_DatafeedService_GlobalDataFeedConfig_0(ctx context.Context, m // RegisterDatafeedServiceHandlerServer registers the http handlers for service DatafeedService to "mux". // UnaryRPC :call DatafeedServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDatafeedServiceHandlerFromEndpoint instead. func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DatafeedServiceServer) error { mux.Handle("POST", pattern_DatafeedService_AddDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -419,7 +414,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_AddDestination_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -433,8 +427,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("GET", pattern_DatafeedService_GetDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -442,7 +434,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_GetDestination_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -456,8 +447,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("DELETE", pattern_DatafeedService_DeleteDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -465,7 +454,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_DeleteDestination_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -479,8 +467,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("PATCH", pattern_DatafeedService_UpdateDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -488,7 +474,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_UpdateDestination_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -502,8 +487,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_DatafeedService_ListDestinations_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -511,7 +494,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_ListDestinations_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -525,8 +507,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("POST", pattern_DatafeedService_TestDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -534,7 +514,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_TestDestination_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -548,8 +527,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("PATCH", pattern_DatafeedService_EnableDestination_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -557,7 +534,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_EnableDestination_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -571,8 +547,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv mux.Handle("GET", pattern_DatafeedService_GlobalDataFeedConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -580,7 +554,6 @@ func RegisterDatafeedServiceHandlerServer(ctx context.Context, mux *runtime.Serv return } resp, md, err := local_request_DatafeedService_GlobalDataFeedConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/data_feed/data_feed.swagger.json b/api/external/data_feed/data_feed.swagger.json index 4b29eff809f..77858675e60 100644 --- a/api/external/data_feed/data_feed.swagger.json +++ b/api/external/data_feed/data_feed.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -76,7 +76,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -114,7 +114,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -143,7 +143,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -172,7 +172,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -210,7 +210,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -242,7 +242,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -318,7 +318,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -351,7 +352,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -384,7 +386,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -417,7 +420,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -438,10 +442,12 @@ "format": "int64" }, "updated_nodes_only": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "disable_cidr_filter": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "cidr_filter": { "type": "array", @@ -501,7 +507,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -515,7 +522,8 @@ "type": "object", "properties": { "success": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -549,7 +557,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -575,7 +584,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -608,7 +618,8 @@ "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", diff --git a/api/external/data_lifecycle/data_lifecycle.pb.gw.go b/api/external/data_lifecycle/data_lifecycle.pb.gw.go index 36c68223115..9923e983a4d 100644 --- a/api/external/data_lifecycle/data_lifecycle.pb.gw.go +++ b/api/external/data_lifecycle/data_lifecycle.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_DataLifecycle_GetStatus_0(ctx context.Context, marshaler runtime.Marshaler, client DataLifecycleClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq GetStatusRequest @@ -466,14 +464,11 @@ func local_request_DataLifecycle_SetComplianceConfig_0(ctx context.Context, mars // RegisterDataLifecycleHandlerServer registers the http handlers for service DataLifecycle to "mux". // UnaryRPC :call DataLifecycleServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDataLifecycleHandlerFromEndpoint instead. func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataLifecycleServer) error { mux.Handle("GET", pattern_DataLifecycle_GetStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -481,7 +476,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -495,8 +489,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -504,7 +496,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -518,8 +509,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_Run_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -527,7 +516,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_Run_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -541,8 +529,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetInfraStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -550,7 +536,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetInfraStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -564,8 +549,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunInfra_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -573,7 +556,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunInfra_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -587,8 +569,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetInfraConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -596,7 +576,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetInfraConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -610,8 +589,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetServicesStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -619,7 +596,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetServicesStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -633,8 +609,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunServices_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -642,7 +616,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunServices_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -656,8 +629,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetServicesConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -665,7 +636,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetServicesConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -679,8 +649,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetEventFeedStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -688,7 +656,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetEventFeedStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -702,8 +669,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunEventFeed_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -711,7 +676,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunEventFeed_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -725,8 +689,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetEventFeedConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -734,7 +696,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetEventFeedConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -748,8 +709,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_DataLifecycle_GetComplianceStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -757,7 +716,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_GetComplianceStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -771,8 +729,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_DataLifecycle_RunCompliance_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -780,7 +736,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_RunCompliance_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -794,8 +749,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_DataLifecycle_SetComplianceConfig_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -803,7 +756,6 @@ func RegisterDataLifecycleHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_DataLifecycle_SetComplianceConfig_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/data_lifecycle/data_lifecycle.swagger.json b/api/external/data_lifecycle/data_lifecycle.swagger.json index 4bf8f9a568a..a13994be399 100644 --- a/api/external/data_lifecycle/data_lifecycle.swagger.json +++ b/api/external/data_lifecycle/data_lifecycle.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -56,7 +56,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -112,7 +112,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -145,7 +145,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -178,7 +178,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -211,7 +211,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -234,7 +234,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -267,7 +267,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -300,7 +300,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -323,7 +323,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -355,7 +355,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -387,7 +387,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -420,7 +420,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -443,7 +443,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -473,7 +473,8 @@ "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -484,7 +485,8 @@ "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "older_than_days": { "type": "integer", @@ -560,7 +562,8 @@ "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "recurrence": { "type": "string" @@ -581,7 +584,8 @@ "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "recurrence": { "type": "string" @@ -621,7 +625,8 @@ "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -632,7 +637,8 @@ "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/api/external/event_feed/event_feed.pb.gw.go b/api/external/event_feed/event_feed.pb.gw.go index f3f9e98998d..6b96bafb683 100644 --- a/api/external/event_feed/event_feed.pb.gw.go +++ b/api/external/event_feed/event_feed.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join var ( filter_EventFeedService_GetEventFeed_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} @@ -209,14 +207,11 @@ func request_EventFeedService_EventExport_0(ctx context.Context, marshaler runti // RegisterEventFeedServiceHandlerServer registers the http handlers for service EventFeedService to "mux". // UnaryRPC :call EventFeedServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterEventFeedServiceHandlerFromEndpoint instead. func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server EventFeedServiceServer) error { mux.Handle("GET", pattern_EventFeedService_GetEventFeed_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -224,7 +219,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventFeed_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -238,8 +232,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_EventFeedService_GetEventTypeCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -247,7 +239,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventTypeCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -261,8 +252,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_EventFeedService_GetEventTaskCounts_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -270,7 +259,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventTaskCounts_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -284,8 +272,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser mux.Handle("GET", pattern_EventFeedService_GetEventStringBuckets_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -293,7 +279,6 @@ func RegisterEventFeedServiceHandlerServer(ctx context.Context, mux *runtime.Ser return } resp, md, err := local_request_EventFeedService_GetEventStringBuckets_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/event_feed/event_feed.swagger.json b/api/external/event_feed/event_feed.swagger.json index df79dffd9fe..e0abb94d721 100644 --- a/api/external/event_feed/event_feed.swagger.json +++ b/api/external/event_feed/event_feed.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -209,7 +209,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -279,7 +279,8 @@ "description": "Used to group similar events together.", "in": "query", "required": false, - "type": "boolean" + "type": "boolean", + "format": "boolean" } ], "tags": [ @@ -300,7 +301,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/iam/v2/introspect.pb.gw.go b/api/external/iam/v2/introspect.pb.gw.go index 3ea709ae39d..d92225c6dac 100644 --- a/api/external/iam/v2/introspect.pb.gw.go +++ b/api/external/iam/v2/introspect.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Authorization_IntrospectAll_0(ctx context.Context, marshaler runtime.Marshaler, client AuthorizationClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.IntrospectAllReq @@ -123,14 +121,11 @@ func local_request_Authorization_Introspect_0(ctx context.Context, marshaler run // RegisterAuthorizationHandlerServer registers the http handlers for service Authorization to "mux". // UnaryRPC :call AuthorizationServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthorizationHandlerFromEndpoint instead. func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthorizationServer) error { mux.Handle("GET", pattern_Authorization_IntrospectAll_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -138,7 +133,6 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Authorization_IntrospectAll_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -152,8 +146,6 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_Authorization_IntrospectSome_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -161,7 +153,6 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Authorization_IntrospectSome_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -175,8 +166,6 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_Authorization_Introspect_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -184,7 +173,6 @@ func RegisterAuthorizationHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Authorization_Introspect_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/introspect.swagger.json b/api/external/iam/v2/introspect.swagger.json index df2a248aff6..4183e6d9f45 100644 --- a/api/external/iam/v2/introspect.swagger.json +++ b/api/external/iam/v2/introspect.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -42,7 +42,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,19 +137,24 @@ "type": "object", "properties": { "get": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "put": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "post": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "delete": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "patch": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/api/external/iam/v2/policy.pb.gw.go b/api/external/iam/v2/policy.pb.gw.go index fb5182476b9..e83a196a104 100644 --- a/api/external/iam/v2/policy.pb.gw.go +++ b/api/external/iam/v2/policy.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Policies_CreatePolicy_0(ctx context.Context, marshaler runtime.Marshaler, client PoliciesClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreatePolicyReq @@ -1027,14 +1025,11 @@ func local_request_Policies_IntrospectAllProjects_0(ctx context.Context, marshal // RegisterPoliciesHandlerServer registers the http handlers for service Policies to "mux". // UnaryRPC :call PoliciesServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterPoliciesHandlerFromEndpoint instead. func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server PoliciesServer) error { mux.Handle("POST", pattern_Policies_CreatePolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1042,7 +1037,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_CreatePolicy_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1056,8 +1050,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetPolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1065,7 +1057,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetPolicy_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1079,8 +1070,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListPolicies_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1088,7 +1077,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListPolicies_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1102,8 +1090,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("DELETE", pattern_Policies_DeletePolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1111,7 +1097,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_DeletePolicy_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1125,8 +1110,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_UpdatePolicy_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1134,7 +1117,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_UpdatePolicy_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1148,8 +1130,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetPolicyVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1157,7 +1137,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetPolicyVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1171,8 +1150,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListPolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1180,7 +1157,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListPolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1194,8 +1170,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_ReplacePolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1203,7 +1177,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ReplacePolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1217,8 +1190,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_RemovePolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1226,7 +1197,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_RemovePolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1240,8 +1210,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_AddPolicyMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1249,7 +1217,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_AddPolicyMembers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1263,8 +1230,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_CreateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1272,7 +1237,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_CreateRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1286,8 +1250,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListRoles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1295,7 +1257,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListRoles_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1309,8 +1270,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1318,7 +1277,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1332,8 +1290,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("DELETE", pattern_Policies_DeleteRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1341,7 +1297,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_DeleteRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1355,8 +1310,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_UpdateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1364,7 +1317,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_UpdateRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1378,8 +1330,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("POST", pattern_Policies_CreateProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1387,7 +1337,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_CreateProject_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1401,8 +1350,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("PUT", pattern_Policies_UpdateProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1410,7 +1357,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_UpdateProject_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1424,8 +1370,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_GetProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1433,7 +1377,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_GetProject_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1447,8 +1390,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_ListProjects_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1456,7 +1397,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_ListProjects_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1470,8 +1410,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("DELETE", pattern_Policies_DeleteProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1479,7 +1417,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_DeleteProject_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1493,8 +1430,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s mux.Handle("GET", pattern_Policies_IntrospectAllProjects_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1502,7 +1437,6 @@ func RegisterPoliciesHandlerServer(ctx context.Context, mux *runtime.ServeMux, s return } resp, md, err := local_request_Policies_IntrospectAllProjects_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/policy.swagger.json b/api/external/iam/v2/policy.swagger.json index b5d75458f0b..b87c4e6487a 100644 --- a/api/external/iam/v2/policy.swagger.json +++ b/api/external/iam/v2/policy.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -68,7 +68,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -108,7 +108,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -139,7 +139,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -170,7 +170,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -217,7 +217,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -248,7 +248,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -295,7 +295,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -342,7 +342,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -389,7 +389,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -413,7 +413,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -435,7 +435,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -475,7 +475,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -506,7 +506,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -537,7 +537,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -584,7 +584,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -606,7 +606,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -646,7 +646,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -677,7 +677,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -708,7 +708,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -903,6 +903,7 @@ }, "skip_policies": { "type": "boolean", + "format": "boolean", "description": "Boolean flag to skip adding policies associated with the project. Set to false by default." } }, diff --git a/api/external/iam/v2/rules.pb.gw.go b/api/external/iam/v2/rules.pb.gw.go index 176fba5bacb..ae78b2d9da6 100644 --- a/api/external/iam/v2/rules.pb.gw.go +++ b/api/external/iam/v2/rules.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Rules_CreateRule_0(ctx context.Context, marshaler runtime.Marshaler, client RulesClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateRuleReq @@ -459,14 +457,11 @@ func local_request_Rules_ApplyRulesStatus_0(ctx context.Context, marshaler runti // RegisterRulesHandlerServer registers the http handlers for service Rules to "mux". // UnaryRPC :call RulesServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRulesHandlerFromEndpoint instead. func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RulesServer) error { mux.Handle("POST", pattern_Rules_CreateRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -474,7 +469,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_CreateRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -488,8 +482,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Rules_UpdateRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -497,7 +489,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_UpdateRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -511,8 +502,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Rules_GetRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -520,7 +509,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_GetRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -534,8 +522,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Rules_ListRulesForProject_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -543,7 +529,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ListRulesForProject_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -557,8 +542,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Rules_DeleteRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -566,7 +549,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_DeleteRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -580,8 +562,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("POST", pattern_Rules_ApplyRulesStart_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -589,7 +569,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ApplyRulesStart_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -603,8 +582,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Rules_ApplyRulesCancel_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -612,7 +589,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ApplyRulesCancel_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -626,8 +602,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Rules_ApplyRulesStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -635,7 +609,6 @@ func RegisterRulesHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Rules_ApplyRulesStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/rules.swagger.json b/api/external/iam/v2/rules.swagger.json index 085f3a057f3..6b7236b1930 100644 --- a/api/external/iam/v2/rules.swagger.json +++ b/api/external/iam/v2/rules.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -68,7 +68,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -125,7 +125,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -172,7 +172,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -210,7 +210,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -248,7 +248,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -324,6 +324,7 @@ }, "failed": { "type": "boolean", + "format": "boolean", "description": "Whether or not the project update has failed." }, "failure_message": { @@ -332,6 +333,7 @@ }, "cancelled": { "type": "boolean", + "format": "boolean", "description": "Whether or not the project update was canceled." } } diff --git a/api/external/iam/v2/teams.pb.gw.go b/api/external/iam/v2/teams.pb.gw.go index 870124a5e66..36f42296a57 100644 --- a/api/external/iam/v2/teams.pb.gw.go +++ b/api/external/iam/v2/teams.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Teams_CreateTeam_0(ctx context.Context, marshaler runtime.Marshaler, client TeamsClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateTeamReq @@ -515,14 +513,11 @@ func local_request_Teams_GetTeamsForMember_0(ctx context.Context, marshaler runt // RegisterTeamsHandlerServer registers the http handlers for service Teams to "mux". // UnaryRPC :call TeamsServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTeamsHandlerFromEndpoint instead. func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TeamsServer) error { mux.Handle("POST", pattern_Teams_CreateTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -530,7 +525,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_CreateTeam_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -544,8 +538,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_ListTeams_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -553,7 +545,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_ListTeams_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -567,8 +558,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_GetTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -576,7 +565,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_GetTeam_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -590,8 +578,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Teams_UpdateTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -599,7 +585,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_UpdateTeam_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -613,8 +598,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Teams_DeleteTeam_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -622,7 +605,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_DeleteTeam_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -636,8 +618,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_GetTeamMembership_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -645,7 +625,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_GetTeamMembership_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -659,8 +638,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("POST", pattern_Teams_AddTeamMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -668,7 +645,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_AddTeamMembers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -682,8 +658,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("POST", pattern_Teams_RemoveTeamMembers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -691,7 +665,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_RemoveTeamMembers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -705,8 +678,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Teams_GetTeamsForMember_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -714,7 +685,6 @@ func RegisterTeamsHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Teams_GetTeamsForMember_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/teams.swagger.json b/api/external/iam/v2/teams.swagger.json index d59d8f575da..059c3943b0a 100644 --- a/api/external/iam/v2/teams.swagger.json +++ b/api/external/iam/v2/teams.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -116,7 +116,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -146,7 +146,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -192,7 +192,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -224,7 +224,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -270,7 +270,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -316,7 +316,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/iam/v2/tokens.pb.gw.go b/api/external/iam/v2/tokens.pb.gw.go index 0d3a5193964..302898d734a 100644 --- a/api/external/iam/v2/tokens.pb.gw.go +++ b/api/external/iam/v2/tokens.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Tokens_CreateToken_0(ctx context.Context, marshaler runtime.Marshaler, client TokensClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateTokenReq @@ -267,14 +265,11 @@ func local_request_Tokens_ListTokens_0(ctx context.Context, marshaler runtime.Ma // RegisterTokensHandlerServer registers the http handlers for service Tokens to "mux". // UnaryRPC :call TokensServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTokensHandlerFromEndpoint instead. func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TokensServer) error { mux.Handle("POST", pattern_Tokens_CreateToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -282,7 +277,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_CreateToken_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -296,8 +290,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("GET", pattern_Tokens_GetToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -305,7 +297,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_GetToken_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -319,8 +310,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("PUT", pattern_Tokens_UpdateToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -328,7 +317,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_UpdateToken_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -342,8 +330,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("DELETE", pattern_Tokens_DeleteToken_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -351,7 +337,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_DeleteToken_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -365,8 +350,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser mux.Handle("GET", pattern_Tokens_ListTokens_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -374,7 +357,6 @@ func RegisterTokensHandlerServer(ctx context.Context, mux *runtime.ServeMux, ser return } resp, md, err := local_request_Tokens_ListTokens_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/tokens.swagger.json b/api/external/iam/v2/tokens.swagger.json index 77ae6643887..2a8e98096b7 100644 --- a/api/external/iam/v2/tokens.swagger.json +++ b/api/external/iam/v2/tokens.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -46,7 +46,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -117,7 +117,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -148,7 +148,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -206,6 +206,7 @@ }, "active": { "type": "boolean", + "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "value": { @@ -312,6 +313,7 @@ }, "active": { "type": "boolean", + "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not authenticate." }, "created_at": { @@ -352,6 +354,7 @@ }, "active": { "type": "boolean", + "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "projects": { diff --git a/api/external/iam/v2/users.pb.gw.go b/api/external/iam/v2/users.pb.gw.go index 65ae5dc3e72..c969dc08ab2 100644 --- a/api/external/iam/v2/users.pb.gw.go +++ b/api/external/iam/v2/users.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Users_CreateUser_0(ctx context.Context, marshaler runtime.Marshaler, client UsersClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.CreateUserReq @@ -337,14 +335,11 @@ func local_request_Users_UpdateSelf_0(ctx context.Context, marshaler runtime.Mar // RegisterUsersHandlerServer registers the http handlers for service Users to "mux". // UnaryRPC :call UsersServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUsersHandlerFromEndpoint instead. func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServer) error { mux.Handle("POST", pattern_Users_CreateUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -352,7 +347,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_CreateUser_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -366,8 +360,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Users_ListUsers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -375,7 +367,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_ListUsers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -389,8 +380,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Users_GetUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -398,7 +387,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_GetUser_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -412,8 +400,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("DELETE", pattern_Users_DeleteUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -421,7 +407,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_DeleteUser_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -435,8 +420,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Users_UpdateUser_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -444,7 +427,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_UpdateUser_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -458,8 +440,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("PUT", pattern_Users_UpdateSelf_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -467,7 +447,6 @@ func RegisterUsersHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Users_UpdateSelf_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/iam/v2/users.swagger.json b/api/external/iam/v2/users.swagger.json index cfc9a8e16d7..9e28d45953c 100644 --- a/api/external/iam/v2/users.swagger.json +++ b/api/external/iam/v2/users.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -93,7 +93,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -133,7 +133,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -164,7 +164,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -195,7 +195,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/infra_proxy/infra_proxy.pb.gw.go b/api/external/infra_proxy/infra_proxy.pb.gw.go index a93df88e53b..759b967dfba 100644 --- a/api/external/infra_proxy/infra_proxy.pb.gw.go +++ b/api/external/infra_proxy/infra_proxy.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_InfraProxy_GetServers_0(ctx context.Context, marshaler runtime.Marshaler, client InfraProxyClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.GetServers @@ -5369,14 +5367,11 @@ func local_request_InfraProxy_GetServerUsersList_0(ctx context.Context, marshale // RegisterInfraProxyHandlerServer registers the http handlers for service InfraProxy to "mux". // UnaryRPC :call InfraProxyServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterInfraProxyHandlerFromEndpoint instead. func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, server InfraProxyServer) error { mux.Handle("GET", pattern_InfraProxy_GetServers_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5384,7 +5379,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServers_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5398,8 +5392,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetServerStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5407,7 +5399,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServerStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5421,8 +5412,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5430,7 +5419,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServer_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5444,8 +5432,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5453,7 +5439,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateServer_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5467,8 +5452,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5476,7 +5459,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateServer_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5490,8 +5472,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteServer_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5499,7 +5479,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteServer_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5513,8 +5492,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetOrgs_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5522,7 +5499,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetOrgs_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5536,8 +5512,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5545,7 +5519,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetOrg_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5559,8 +5532,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5568,7 +5539,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateOrg_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5582,8 +5552,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5591,7 +5559,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateOrg_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5605,8 +5572,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteOrg_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5614,7 +5579,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteOrg_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5628,8 +5592,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_ResetOrgAdminKey_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5637,7 +5599,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_ResetOrgAdminKey_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5651,8 +5612,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbooks_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5660,7 +5619,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbooks_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5674,8 +5632,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbookVersions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5683,7 +5639,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbookVersions_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5697,8 +5652,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbook_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5706,7 +5659,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbook_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5720,8 +5672,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetCookbookFileContent_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5729,7 +5679,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetCookbookFileContent_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5743,8 +5692,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRoles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5752,7 +5699,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRoles_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5766,8 +5712,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5775,7 +5719,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5789,8 +5732,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRoleExpandedRunList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5798,7 +5739,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRoleExpandedRunList_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5812,8 +5752,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetRoleEnvironments_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5821,7 +5759,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetRoleEnvironments_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5835,8 +5772,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5844,7 +5779,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5858,8 +5792,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5867,7 +5799,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5881,8 +5812,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateRole_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5890,7 +5819,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateRole_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5904,8 +5832,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetClients_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5913,7 +5839,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetClients_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5927,8 +5852,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetClient_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5936,7 +5859,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetClient_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5950,8 +5872,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateClient_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5959,7 +5879,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateClient_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5973,8 +5892,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteClient_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -5982,7 +5899,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteClient_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -5996,8 +5912,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_ResetClientKey_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6005,7 +5919,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_ResetClientKey_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6019,8 +5932,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetDataBags_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6028,7 +5939,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetDataBags_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6042,8 +5952,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetDataBagItems_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6051,7 +5959,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetDataBagItems_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6065,8 +5972,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6074,7 +5979,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6088,8 +5992,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateDataBag_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6097,7 +5999,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateDataBag_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6111,8 +6012,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6120,7 +6019,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6134,8 +6032,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteDataBag_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6143,7 +6039,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteDataBag_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6157,8 +6052,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6166,7 +6059,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6180,8 +6072,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateDataBagItem_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6189,7 +6079,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateDataBagItem_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6203,8 +6092,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetEnvironments_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6212,7 +6099,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetEnvironments_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6226,8 +6112,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6235,7 +6119,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6249,8 +6132,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_CreateEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6258,7 +6139,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_CreateEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6272,8 +6152,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6281,7 +6159,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6295,8 +6172,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6304,7 +6179,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6318,8 +6192,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetEnvironmentRecipes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6327,7 +6199,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetEnvironmentRecipes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6341,8 +6212,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6350,7 +6219,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetNodes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6364,8 +6232,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeleteNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6373,7 +6239,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeleteNode_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6387,8 +6252,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6396,7 +6259,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNode_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6410,8 +6272,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNodeAttributes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6419,7 +6279,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNodeAttributes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6433,8 +6292,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetNode_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6442,7 +6299,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetNode_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6456,8 +6312,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetNodeExpandedRunList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6465,7 +6319,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetNodeExpandedRunList_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6479,8 +6332,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNodeTags_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6488,7 +6339,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNodeTags_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6502,8 +6352,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("PUT", pattern_InfraProxy_UpdateNodeEnvironment_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6511,7 +6359,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_UpdateNodeEnvironment_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6525,8 +6372,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicyfiles_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6534,7 +6379,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicyfiles_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6548,8 +6392,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicyfile_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6557,7 +6399,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicyfile_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6571,8 +6412,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("DELETE", pattern_InfraProxy_DeletePolicyfile_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6580,7 +6419,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_DeletePolicyfile_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6594,8 +6432,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicyfileRevisions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6603,7 +6439,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicyfileRevisions_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6617,8 +6452,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetPolicygroup_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6626,7 +6459,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetPolicygroup_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6640,8 +6472,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_InfraProxy_GetOrgUsersList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6649,7 +6479,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetOrgUsersList_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -6663,8 +6492,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("POST", pattern_InfraProxy_GetServerUsersList_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -6672,7 +6499,6 @@ func RegisterInfraProxyHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_InfraProxy_GetServerUsersList_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/infra_proxy/infra_proxy.swagger.json b/api/external/infra_proxy/infra_proxy.swagger.json index d7e268a85b6..5f907a055b8 100644 --- a/api/external/infra_proxy/infra_proxy.swagger.json +++ b/api/external/infra_proxy/infra_proxy.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -42,7 +42,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -134,7 +134,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -163,7 +163,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -202,7 +202,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -231,7 +231,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -270,7 +270,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -306,7 +306,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -342,7 +342,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -388,7 +388,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -434,7 +434,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -493,7 +493,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -539,7 +539,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -582,7 +582,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -627,7 +627,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -680,7 +680,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -718,7 +718,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -763,7 +763,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -815,7 +815,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -874,7 +874,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -910,7 +910,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -956,7 +956,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1022,7 +1022,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1065,7 +1065,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1118,7 +1118,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1178,7 +1178,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1228,7 +1228,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1280,7 +1280,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1339,7 +1339,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1385,7 +1385,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1428,7 +1428,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1471,7 +1471,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1524,7 +1524,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1569,7 +1569,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1621,7 +1621,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1682,7 +1682,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1725,7 +1725,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1768,7 +1768,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1821,7 +1821,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1874,7 +1874,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1927,7 +1927,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1980,7 +1980,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2018,7 +2018,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2068,7 +2068,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2113,7 +2113,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2158,7 +2158,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2203,7 +2203,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2262,7 +2262,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2308,7 +2308,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2351,7 +2351,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2394,7 +2394,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2447,7 +2447,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2492,7 +2492,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2544,7 +2544,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2582,7 +2582,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2650,10 +2650,12 @@ }, "validator": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "create_key": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates whether it's required to create a key or not." } } @@ -3197,6 +3199,7 @@ }, "validator": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "json_class": { @@ -3260,6 +3263,7 @@ }, "validator": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates client type is validator or not." } } @@ -3302,7 +3306,8 @@ "type": "string" }, "frozen": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "json_class": { "type": "string" @@ -3373,19 +3378,24 @@ "type": "object", "properties": { "read": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "create": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "grant": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "update": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "delete": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -4352,6 +4362,7 @@ }, "skipped": { "type": "boolean", + "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "position": { @@ -4389,10 +4400,12 @@ }, "working_tree_clean": { "type": "boolean", + "format": "boolean", "description": "Boolean that denotes if the working tree is clean or not." }, "published": { "type": "boolean", + "format": "boolean", "description": "Source's published information." }, "synchronized_remote_branches": { diff --git a/api/external/ingest/chef.pb.gw.go b/api/external/ingest/chef.pb.gw.go index 220ce894db5..c9ae2cf8ae3 100644 --- a/api/external/ingest/chef.pb.gw.go +++ b/api/external/ingest/chef.pb.gw.go @@ -22,7 +22,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -33,7 +32,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_ChefIngester_ProcessChefRun_0(ctx context.Context, marshaler runtime.Marshaler, client ChefIngesterClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.Run @@ -226,14 +224,11 @@ func local_request_ChefIngester_GetVersion_0(ctx context.Context, marshaler runt // RegisterChefIngesterHandlerServer registers the http handlers for service ChefIngester to "mux". // UnaryRPC :call ChefIngesterServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterChefIngesterHandlerFromEndpoint instead. func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChefIngesterServer) error { mux.Handle("POST", pattern_ChefIngester_ProcessChefRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -241,7 +236,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessChefRun_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -255,8 +249,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessChefAction_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -264,7 +256,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessChefAction_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -278,8 +269,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessNodeDelete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -287,7 +276,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessNodeDelete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -301,8 +289,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessMultipleNodeDeletes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -310,7 +296,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessMultipleNodeDeletes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -324,8 +309,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_ChefIngester_ProcessLivenessPing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -333,7 +316,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_ProcessLivenessPing_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -347,8 +329,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_ChefIngester_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -356,7 +336,6 @@ func RegisterChefIngesterHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_ChefIngester_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/ingest/chef.swagger.json b/api/external/ingest/chef.swagger.json index d0140e830a1..27c7eb45846 100644 --- a/api/external/ingest/chef.swagger.json +++ b/api/external/ingest/chef.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -118,7 +118,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -182,7 +182,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -563,7 +563,8 @@ "type": "string" }, "skipped": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "children": { "type": "array", diff --git a/api/external/ingest/job_scheduler.pb.gw.go b/api/external/ingest/job_scheduler.pb.gw.go index 57f910fd7f6..9dbbaeb85d5 100644 --- a/api/external/ingest/job_scheduler.pb.gw.go +++ b/api/external/ingest/job_scheduler.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_JobScheduler_GetStatusJobScheduler_0(ctx context.Context, marshaler runtime.Marshaler, client JobSchedulerClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.GetStatusJobScheduler @@ -157,14 +155,11 @@ func local_request_JobScheduler_ConfigureMissingNodesForDeletionScheduler_0(ctx // RegisterJobSchedulerHandlerServer registers the http handlers for service JobScheduler to "mux". // UnaryRPC :call JobSchedulerServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobSchedulerHandlerFromEndpoint instead. func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobSchedulerServer) error { mux.Handle("GET", pattern_JobScheduler_GetStatusJobScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -172,7 +167,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_GetStatusJobScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -186,8 +180,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_JobScheduler_ConfigureNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -195,7 +187,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_ConfigureNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -209,8 +200,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_JobScheduler_ConfigureDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -218,7 +207,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_ConfigureDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -232,8 +220,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_JobScheduler_ConfigureMissingNodesForDeletionScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -241,7 +227,6 @@ func RegisterJobSchedulerHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_JobScheduler_ConfigureMissingNodesForDeletionScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/ingest/job_scheduler.swagger.json b/api/external/ingest/job_scheduler.swagger.json index fe14e46a955..08038b63ae9 100644 --- a/api/external/ingest/job_scheduler.swagger.json +++ b/api/external/ingest/job_scheduler.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -118,7 +118,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -141,7 +141,8 @@ "type": "string" }, "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } }, "description": "SchedulerConfig\nThe job message to configure the Delete Node Job\nevery - It accepts '1h30m', '1m', '2h30m', ..." @@ -159,7 +160,8 @@ "type": "object", "properties": { "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "name": { "type": "string" @@ -188,7 +190,8 @@ "type": "object", "properties": { "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "jobs": { "type": "array", diff --git a/api/external/nodes/manager/manager.pb.gw.go b/api/external/nodes/manager/manager.pb.gw.go index 43198a74c82..a774ee6e430 100644 --- a/api/external/nodes/manager/manager.pb.gw.go +++ b/api/external/nodes/manager/manager.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_NodeManagerService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client NodeManagerServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq NodeManager @@ -654,14 +652,11 @@ func local_request_NodeManagerService_Connect_0(ctx context.Context, marshaler r // RegisterNodeManagerServiceHandlerServer registers the http handlers for service NodeManagerService to "mux". // UnaryRPC :call NodeManagerServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNodeManagerServiceHandlerFromEndpoint instead. func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NodeManagerServiceServer) error { mux.Handle("POST", pattern_NodeManagerService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -669,7 +664,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Create_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -683,8 +677,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("GET", pattern_NodeManagerService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -692,7 +684,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Read_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -706,8 +697,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("PUT", pattern_NodeManagerService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -715,7 +704,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Update_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -729,8 +717,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -738,7 +724,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -752,8 +737,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_DeleteWithNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -761,7 +744,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_DeleteWithNodes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -775,8 +757,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_DeleteWithNodeStateStopped_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -784,7 +764,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_DeleteWithNodeStateStopped_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -798,8 +777,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("DELETE", pattern_NodeManagerService_DeleteWithNodeStateTerminated_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -807,7 +784,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_DeleteWithNodeStateTerminated_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -821,8 +797,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -830,7 +804,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_List_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -844,8 +817,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_SearchNodeFields_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -853,7 +824,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_SearchNodeFields_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -867,8 +837,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_SearchNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -876,7 +844,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_SearchNodes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -890,8 +857,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S mux.Handle("POST", pattern_NodeManagerService_Connect_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -899,7 +864,6 @@ func RegisterNodeManagerServiceHandlerServer(ctx context.Context, mux *runtime.S return } resp, md, err := local_request_NodeManagerService_Connect_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/nodes/manager/manager.swagger.json b/api/external/nodes/manager/manager.swagger.json index 3e464b582a8..7a913f6adbb 100644 --- a/api/external/nodes/manager/manager.swagger.json +++ b/api/external/nodes/manager/manager.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -120,7 +120,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -161,7 +161,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -194,7 +194,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -227,7 +227,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -260,7 +260,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -301,7 +301,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -342,7 +342,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -383,7 +383,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -415,6 +415,7 @@ }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { diff --git a/api/external/nodes/nodes.pb.gw.go b/api/external/nodes/nodes.pb.gw.go index fb50b89751a..33c41034949 100644 --- a/api/external/nodes/nodes.pb.gw.go +++ b/api/external/nodes/nodes.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_NodesService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client NodesServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Node @@ -438,14 +436,11 @@ func local_request_NodesService_BulkCreate_0(ctx context.Context, marshaler runt // RegisterNodesServiceHandlerServer registers the http handlers for service NodesService to "mux". // UnaryRPC :call NodesServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNodesServiceHandlerFromEndpoint instead. func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NodesServiceServer) error { mux.Handle("POST", pattern_NodesService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -453,7 +448,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Create_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -467,8 +461,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_NodesService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -476,7 +468,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Read_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -490,8 +481,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("PUT", pattern_NodesService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -499,7 +488,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Update_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -513,8 +501,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("DELETE", pattern_NodesService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -522,7 +508,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -536,8 +521,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_BulkDeleteById_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -545,7 +528,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_BulkDeleteById_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -559,8 +541,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -568,7 +548,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_List_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -582,8 +561,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("GET", pattern_NodesService_Rerun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -591,7 +568,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_Rerun_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -605,8 +581,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_BulkDelete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -614,7 +588,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_BulkDelete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -628,8 +601,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu mux.Handle("POST", pattern_NodesService_BulkCreate_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -637,7 +608,6 @@ func RegisterNodesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMu return } resp, md, err := local_request_NodesService_BulkCreate_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/nodes/nodes.swagger.json b/api/external/nodes/nodes.swagger.json index 6a33743d1ca..e3d18104a45 100644 --- a/api/external/nodes/nodes.swagger.json +++ b/api/external/nodes/nodes.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -126,7 +126,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -160,7 +160,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -191,7 +191,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -222,7 +222,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -263,7 +263,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -296,7 +296,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -328,6 +328,7 @@ }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { @@ -636,14 +637,17 @@ }, "sudo": { "type": "boolean", + "format": "boolean", "description": "Uses `sudo` (boolean)." }, "ssl": { "type": "boolean", + "format": "boolean", "description": "Check ssl (boolean)." }, "self_signed": { "type": "boolean", + "format": "boolean", "description": "Allow self-signed certificate (boolean)." }, "user": { diff --git a/api/external/report_manager/report_manager.pb.gw.go b/api/external/report_manager/report_manager.pb.gw.go index fc356590b50..9d8227f1eba 100644 --- a/api/external/report_manager/report_manager.pb.gw.go +++ b/api/external/report_manager/report_manager.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_ReportManagerService_ListDownloadReportRequests_0(ctx context.Context, marshaler runtime.Marshaler, client ReportManagerServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -55,14 +53,11 @@ func local_request_ReportManagerService_ListDownloadReportRequests_0(ctx context // RegisterReportManagerServiceHandlerServer registers the http handlers for service ReportManagerService to "mux". // UnaryRPC :call ReportManagerServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterReportManagerServiceHandlerFromEndpoint instead. func RegisterReportManagerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReportManagerServiceServer) error { mux.Handle("GET", pattern_ReportManagerService_ListDownloadReportRequests_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -70,7 +65,6 @@ func RegisterReportManagerServiceHandlerServer(ctx context.Context, mux *runtime return } resp, md, err := local_request_ReportManagerService_ListDownloadReportRequests_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/report_manager/report_manager.swagger.json b/api/external/report_manager/report_manager.swagger.json index 03760006f99..3902e36d5b1 100644 --- a/api/external/report_manager/report_manager.swagger.json +++ b/api/external/report_manager/report_manager.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/external/secrets/secrets.pb.gw.go b/api/external/secrets/secrets.pb.gw.go index df87e21bf83..28d40c71a12 100644 --- a/api/external/secrets/secrets.pb.gw.go +++ b/api/external/secrets/secrets.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_SecretsService_Create_0(ctx context.Context, marshaler runtime.Marshaler, client SecretsServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq Secret @@ -282,14 +280,11 @@ func local_request_SecretsService_List_0(ctx context.Context, marshaler runtime. // RegisterSecretsServiceHandlerServer registers the http handlers for service SecretsService to "mux". // UnaryRPC :call SecretsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSecretsServiceHandlerFromEndpoint instead. func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SecretsServiceServer) error { mux.Handle("POST", pattern_SecretsService_Create_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -297,7 +292,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Create_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -311,8 +305,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("GET", pattern_SecretsService_Read_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -320,7 +312,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Read_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -334,8 +325,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("PATCH", pattern_SecretsService_Update_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -343,7 +332,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Update_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -357,8 +345,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("DELETE", pattern_SecretsService_Delete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -366,7 +352,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_Delete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -380,8 +365,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve mux.Handle("POST", pattern_SecretsService_List_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -389,7 +372,6 @@ func RegisterSecretsServiceHandlerServer(ctx context.Context, mux *runtime.Serve return } resp, md, err := local_request_SecretsService_List_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/secrets/secrets.swagger.json b/api/external/secrets/secrets.swagger.json index 5453963c20d..73e2b46670f 100644 --- a/api/external/secrets/secrets.swagger.json +++ b/api/external/secrets/secrets.swagger.json @@ -24,7 +24,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -120,7 +120,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -161,7 +161,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -193,6 +193,7 @@ }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n`true` (default) *includes* all nodes that match this filter. \n`false` *excludes* all nodes that match this filter." }, "values": { diff --git a/api/external/user_settings/user_settings.pb.gw.go b/api/external/user_settings/user_settings.pb.gw.go index ac04e780cbd..3281e4f071e 100644 --- a/api/external/user_settings/user_settings.pb.gw.go +++ b/api/external/user_settings/user_settings.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join var ( filter_UserSettingsService_GetUserSettings_0 = &utilities.DoubleArray{Encoding: map[string]int{"user": 0, "name": 1, "connector": 2}, Base: []int{1, 1, 1, 2, 0, 0}, Check: []int{0, 1, 2, 2, 3, 4}} @@ -316,14 +314,11 @@ func local_request_UserSettingsService_DeleteUserSettings_0(ctx context.Context, // RegisterUserSettingsServiceHandlerServer registers the http handlers for service UserSettingsService to "mux". // UnaryRPC :call UserSettingsServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUserSettingsServiceHandlerFromEndpoint instead. func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UserSettingsServiceServer) error { mux.Handle("GET", pattern_UserSettingsService_GetUserSettings_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -331,7 +326,6 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_UserSettingsService_GetUserSettings_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -345,8 +339,6 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("PUT", pattern_UserSettingsService_PutUserSettings_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -354,7 +346,6 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_UserSettingsService_PutUserSettings_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -368,8 +359,6 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("DELETE", pattern_UserSettingsService_DeleteUserSettings_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -377,7 +366,6 @@ func RegisterUserSettingsServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_UserSettingsService_DeleteUserSettings_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/external/user_settings/user_settings.swagger.json b/api/external/user_settings/user_settings.swagger.json index 3ba404425e0..a15b10ea40d 100644 --- a/api/external/user_settings/user_settings.swagger.json +++ b/api/external/user_settings/user_settings.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -58,7 +58,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -93,7 +93,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -190,6 +190,7 @@ }, "enabled": { "type": "boolean", + "format": "boolean", "title": "Enabled" }, "valid_values": { diff --git a/api/interservice/authn/authenticate.pb.gw.go b/api/interservice/authn/authenticate.pb.gw.go index c1b25eccd6f..80e11d69b10 100644 --- a/api/interservice/authn/authenticate.pb.gw.go +++ b/api/interservice/authn/authenticate.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_AuthenticationService_Authenticate_0(ctx context.Context, marshaler runtime.Marshaler, client AuthenticationServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq AuthenticateRequest @@ -54,14 +52,11 @@ func local_request_AuthenticationService_Authenticate_0(ctx context.Context, mar // RegisterAuthenticationServiceHandlerServer registers the http handlers for service AuthenticationService to "mux". // UnaryRPC :call AuthenticationServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthenticationServiceHandlerFromEndpoint instead. func RegisterAuthenticationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthenticationServiceServer) error { mux.Handle("GET", pattern_AuthenticationService_Authenticate_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -69,7 +64,6 @@ func RegisterAuthenticationServiceHandlerServer(ctx context.Context, mux *runtim return } resp, md, err := local_request_AuthenticationService_Authenticate_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/authn/authenticate.swagger.json b/api/interservice/authn/authenticate.swagger.json index 68aff0a8d82..bf460e4eba5 100644 --- a/api/interservice/authn/authenticate.swagger.json +++ b/api/interservice/authn/authenticate.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/api/interservice/authn/tokens.swagger.json b/api/interservice/authn/tokens.swagger.json index bed9931cead..f7e4bd18d04 100644 --- a/api/interservice/authn/tokens.swagger.json +++ b/api/interservice/authn/tokens.swagger.json @@ -28,7 +28,8 @@ "type": "string" }, "active": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "created": { "type": "string" diff --git a/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go b/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go index 97917a8e59c..285b384f912 100644 --- a/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go +++ b/api/interservice/compliance/ingest/ingest/compliance.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_ComplianceIngesterService_ProcessComplianceReport_0(ctx context.Context, marshaler runtime.Marshaler, client ComplianceIngesterServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var metadata runtime.ServerMetadata @@ -80,7 +78,6 @@ func request_ComplianceIngesterService_ProcessComplianceReport_0(ctx context.Con // RegisterComplianceIngesterServiceHandlerServer registers the http handlers for service ComplianceIngesterService to "mux". // UnaryRPC :call ComplianceIngesterServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterComplianceIngesterServiceHandlerFromEndpoint instead. func RegisterComplianceIngesterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ComplianceIngesterServiceServer) error { mux.Handle("POST", pattern_ComplianceIngesterService_ProcessComplianceReport_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { diff --git a/api/interservice/compliance/ingest/ingest/compliance.swagger.json b/api/interservice/compliance/ingest/ingest/compliance.swagger.json index 5431f459bce..87798d26a98 100644 --- a/api/interservice/compliance/ingest/ingest/compliance.swagger.json +++ b/api/interservice/compliance/ingest/ingest/compliance.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,8 @@ "type": "object", "properties": { "success": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/api/interservice/ingest/automate_event.swagger.json b/api/interservice/ingest/automate_event.swagger.json index 8469acab99d..a6dd9da83d9 100644 --- a/api/interservice/ingest/automate_event.swagger.json +++ b/api/interservice/ingest/automate_event.swagger.json @@ -30,7 +30,8 @@ "type": "object", "properties": { "success": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/api/interservice/ingest/chef.pb.gw.go b/api/interservice/ingest/chef.pb.gw.go index 5ad81f043e8..b1bd32eb036 100644 --- a/api/interservice/ingest/chef.pb.gw.go +++ b/api/interservice/ingest/chef.pb.gw.go @@ -21,7 +21,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_ChefIngesterService_ProcessChefRun_0(ctx context.Context, marshaler runtime.Marshaler, client ChefIngesterServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq request.Run @@ -191,14 +189,11 @@ func local_request_ChefIngesterService_GetVersion_0(ctx context.Context, marshal // RegisterChefIngesterServiceHandlerServer registers the http handlers for service ChefIngesterService to "mux". // UnaryRPC :call ChefIngesterServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterChefIngesterServiceHandlerFromEndpoint instead. func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChefIngesterServiceServer) error { mux.Handle("POST", pattern_ChefIngesterService_ProcessChefRun_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -206,7 +201,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessChefRun_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -220,8 +214,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ChefIngesterService_ProcessChefAction_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -229,7 +221,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessChefAction_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -243,8 +234,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ChefIngesterService_ProcessLivenessPing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -252,7 +241,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessLivenessPing_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -266,8 +254,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_ChefIngesterService_ProcessNodeDelete_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -275,7 +261,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_ProcessNodeDelete_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -289,8 +274,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_ChefIngesterService_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -298,7 +281,6 @@ func RegisterChefIngesterServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_ChefIngesterService_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/ingest/chef.swagger.json b/api/interservice/ingest/chef.swagger.json index cb8379da18a..e93a5fa56b2 100644 --- a/api/interservice/ingest/chef.swagger.json +++ b/api/interservice/ingest/chef.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -118,7 +118,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -150,7 +150,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -503,7 +503,8 @@ "type": "string" }, "skipped": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "children": { "type": "array", diff --git a/api/interservice/ingest/job_scheduler.pb.gw.go b/api/interservice/ingest/job_scheduler.pb.gw.go index a98c2eae8a8..6e93598f5a7 100644 --- a/api/interservice/ingest/job_scheduler.pb.gw.go +++ b/api/interservice/ingest/job_scheduler.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_JobSchedulerService_GetStatusJobScheduler_0(ctx context.Context, marshaler runtime.Marshaler, client JobSchedulerServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq JobSchedulerStatusRequest @@ -234,14 +232,11 @@ func local_request_JobSchedulerService_ConfigureDeleteNodesScheduler_0(ctx conte // RegisterJobSchedulerServiceHandlerServer registers the http handlers for service JobSchedulerService to "mux". // UnaryRPC :call JobSchedulerServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJobSchedulerServiceHandlerFromEndpoint instead. func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobSchedulerServiceServer) error { mux.Handle("GET", pattern_JobSchedulerService_GetStatusJobScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -249,7 +244,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_GetStatusJobScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -263,8 +257,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_MarkNodesMissing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -272,7 +264,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_MarkNodesMissing_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -286,8 +277,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_ConfigureNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -295,7 +284,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_ConfigureNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -309,8 +297,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StartNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -318,7 +304,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StartNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -332,8 +317,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StopNodesMissingScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -341,7 +324,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StopNodesMissingScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -355,8 +337,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_DeleteMarkedNodes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -364,7 +344,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_DeleteMarkedNodes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -378,8 +357,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StartDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -387,7 +364,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StartDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -401,8 +377,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_StopDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -410,7 +384,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_StopDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -424,8 +397,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("POST", pattern_JobSchedulerService_ConfigureDeleteNodesScheduler_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -433,7 +404,6 @@ func RegisterJobSchedulerServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_JobSchedulerService_ConfigureDeleteNodesScheduler_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/ingest/job_scheduler.swagger.json b/api/interservice/ingest/job_scheduler.swagger.json index 38cf9527807..67534d40819 100644 --- a/api/interservice/ingest/job_scheduler.swagger.json +++ b/api/interservice/ingest/job_scheduler.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -67,7 +67,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -111,7 +111,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -133,7 +133,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -155,7 +155,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -177,7 +177,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -199,7 +199,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -228,7 +228,8 @@ "type": "object", "properties": { "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "name": { "type": "string" @@ -260,7 +261,8 @@ "type": "object", "properties": { "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "jobs": { "type": "array", diff --git a/api/interservice/ingest/status.pb.gw.go b/api/interservice/ingest/status.pb.gw.go index 59b8a3bb7d2..42f5e3c2a11 100644 --- a/api/interservice/ingest/status.pb.gw.go +++ b/api/interservice/ingest/status.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_IngestStatusService_GetHealth_0(ctx context.Context, marshaler runtime.Marshaler, client IngestStatusServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq HealthRequest @@ -72,14 +70,11 @@ func local_request_IngestStatusService_GetMigrationStatus_0(ctx context.Context, // RegisterIngestStatusServiceHandlerServer registers the http handlers for service IngestStatusService to "mux". // UnaryRPC :call IngestStatusServiceServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterIngestStatusServiceHandlerFromEndpoint instead. func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server IngestStatusServiceServer) error { mux.Handle("GET", pattern_IngestStatusService_GetHealth_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -87,7 +82,6 @@ func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_IngestStatusService_GetHealth_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -101,8 +95,6 @@ func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime. mux.Handle("GET", pattern_IngestStatusService_GetMigrationStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -110,7 +102,6 @@ func RegisterIngestStatusServiceHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_IngestStatusService_GetMigrationStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/api/interservice/ingest/status.swagger.json b/api/interservice/ingest/status.swagger.json index 2de46b4cb00..41a52c659a1 100644 --- a/api/interservice/ingest/status.swagger.json +++ b/api/interservice/ingest/status.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,8 @@ "type": "string" }, "finished": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } }, "title": "Migration message" diff --git a/components/automate-gateway/api/applications.pb.swagger.go b/components/automate-gateway/api/applications.pb.swagger.go index cde92290511..bd6eb97ccf6 100644 --- a/components/automate-gateway/api/applications.pb.swagger.go +++ b/components/automate-gateway/api/applications.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -129,7 +129,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -201,7 +201,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -280,7 +280,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -317,7 +317,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -389,7 +389,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -440,7 +440,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -462,7 +462,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -484,7 +484,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -518,7 +518,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -542,7 +542,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -564,7 +564,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -596,7 +596,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -630,7 +630,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -652,7 +652,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -686,7 +686,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -810,6 +810,7 @@ func init() { "properties": { "running": { "type": "boolean", + "format": "boolean", "description": "Enable/disable the job. ` + "`" + `false` + "`" + ` is disabled, ` + "`" + `true` + "`" + ` is enabled." }, "threshold": { @@ -860,6 +861,7 @@ func init() { }, "running": { "type": "boolean", + "format": "boolean", "description": "Enable/disable the job. ` + "`" + `false` + "`" + ` is disabled, ` + "`" + `true` + "`" + ` is enabled. It is not\nrecommended to disable this job." }, "recurrence": { @@ -943,6 +945,7 @@ func init() { }, "disconnected": { "type": "boolean", + "format": "boolean", "description": "Service connection information.\nBased on time since last healthcheck received and disconnected service configuration." }, "last_event_occurred_at": { diff --git a/components/automate-gateway/api/cds.pb.swagger.go b/components/automate-gateway/api/cds.pb.swagger.go index fbf51c834ee..70bf0f8c14d 100644 --- a/components/automate-gateway/api/cds.pb.swagger.go +++ b/components/automate-gateway/api/cds.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -85,7 +85,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -161,7 +161,8 @@ func init() { "type": "object", "properties": { "is_content_enabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -190,7 +191,8 @@ func init() { } }, "can_be_installed": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "filename": { "type": "string" diff --git a/components/automate-gateway/api/cfgmgmt.pb.swagger.go b/components/automate-gateway/api/cfgmgmt.pb.swagger.go index 50817c5a150..7fa03793063 100644 --- a/components/automate-gateway/api/cfgmgmt.pb.swagger.go +++ b/components/automate-gateway/api/cfgmgmt.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -140,7 +140,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -177,7 +177,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -209,7 +209,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -243,7 +243,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -288,7 +288,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -350,7 +350,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -394,7 +394,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -480,7 +480,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -516,7 +516,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -590,7 +590,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -641,7 +641,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -665,7 +665,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -701,7 +701,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -725,7 +725,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -770,7 +770,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -807,7 +807,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -858,7 +858,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -919,7 +919,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -970,7 +970,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -993,7 +993,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1025,7 +1025,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1580,6 +1580,7 @@ func init() { }, "ignore_failure": { "type": "boolean", + "format": "boolean", "description": "Boolean that denotes whether or not the resource failure should be ignored." }, "error": { @@ -1939,6 +1940,7 @@ func init() { }, "skipped": { "type": "boolean", + "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "children": { diff --git a/components/automate-gateway/api/chef.pb.swagger.go b/components/automate-gateway/api/chef.pb.swagger.go index 747298df248..dea1ac6f227 100644 --- a/components/automate-gateway/api/chef.pb.swagger.go +++ b/components/automate-gateway/api/chef.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -57,7 +57,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -121,7 +121,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -153,7 +153,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -185,7 +185,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -566,7 +566,8 @@ func init() { "type": "string" }, "skipped": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "children": { "type": "array", diff --git a/components/automate-gateway/api/data_feed.pb.swagger.go b/components/automate-gateway/api/data_feed.pb.swagger.go index a405f1671f4..ffe1ec76f35 100644 --- a/components/automate-gateway/api/data_feed.pb.swagger.go +++ b/components/automate-gateway/api/data_feed.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -47,7 +47,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -79,7 +79,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -117,7 +117,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -146,7 +146,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -175,7 +175,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -213,7 +213,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -245,7 +245,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -321,7 +321,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -354,7 +355,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -387,7 +389,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -420,7 +423,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -441,10 +445,12 @@ func init() { "format": "int64" }, "updated_nodes_only": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "disable_cidr_filter": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "cidr_filter": { "type": "array", @@ -504,7 +510,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -518,7 +525,8 @@ func init() { "type": "object", "properties": { "success": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -552,7 +560,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -578,7 +587,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", @@ -611,7 +621,8 @@ func init() { "type": "string" }, "enable": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "meta_data": { "type": "array", diff --git a/components/automate-gateway/api/data_lifecycle.pb.swagger.go b/components/automate-gateway/api/data_lifecycle.pb.swagger.go index dc4a3e7d0f9..2406d14fad0 100644 --- a/components/automate-gateway/api/data_lifecycle.pb.swagger.go +++ b/components/automate-gateway/api/data_lifecycle.pb.swagger.go @@ -26,7 +26,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -59,7 +59,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -115,7 +115,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -148,7 +148,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -181,7 +181,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -214,7 +214,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -237,7 +237,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -270,7 +270,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -303,7 +303,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -326,7 +326,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -358,7 +358,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -390,7 +390,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -423,7 +423,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -446,7 +446,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -476,7 +476,8 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -487,7 +488,8 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "older_than_days": { "type": "integer", @@ -563,7 +565,8 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "recurrence": { "type": "string" @@ -584,7 +587,8 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "recurrence": { "type": "string" @@ -624,7 +628,8 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -635,7 +640,8 @@ func init() { "type": "string" }, "disabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/components/automate-gateway/api/deployment/deployment.pb.gw.go b/components/automate-gateway/api/deployment/deployment.pb.gw.go index 595c6140299..79f773f49b6 100644 --- a/components/automate-gateway/api/deployment/deployment.pb.gw.go +++ b/components/automate-gateway/api/deployment/deployment.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Deployment_GetVersion_0(ctx context.Context, marshaler runtime.Marshaler, client DeploymentClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -73,14 +71,11 @@ func local_request_Deployment_ServiceVersions_0(ctx context.Context, marshaler r // RegisterDeploymentHandlerServer registers the http handlers for service Deployment to "mux". // UnaryRPC :call DeploymentServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDeploymentHandlerFromEndpoint instead. func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeploymentServer) error { mux.Handle("GET", pattern_Deployment_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -88,7 +83,6 @@ func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_Deployment_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -102,8 +96,6 @@ func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, mux.Handle("GET", pattern_Deployment_ServiceVersions_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -111,7 +103,6 @@ func RegisterDeploymentHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_Deployment_ServiceVersions_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/deployment/deployment.swagger.json b/components/automate-gateway/api/deployment/deployment.swagger.json index 9088471925e..eedaea96ffa 100644 --- a/components/automate-gateway/api/deployment/deployment.swagger.json +++ b/components/automate-gateway/api/deployment/deployment.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/deployment_deployment.pb.swagger.go b/components/automate-gateway/api/deployment_deployment.pb.swagger.go index 8dc4f800296..3e1199d9358 100644 --- a/components/automate-gateway/api/deployment_deployment.pb.swagger.go +++ b/components/automate-gateway/api/deployment_deployment.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -47,7 +47,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/event_feed.pb.swagger.go b/components/automate-gateway/api/event_feed.pb.swagger.go index 26027cac430..f5c87661060 100644 --- a/components/automate-gateway/api/event_feed.pb.swagger.go +++ b/components/automate-gateway/api/event_feed.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -80,7 +80,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -140,7 +140,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -212,7 +212,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -282,7 +282,8 @@ func init() { "description": "Used to group similar events together.", "in": "query", "required": false, - "type": "boolean" + "type": "boolean", + "format": "boolean" } ], "tags": [ @@ -303,7 +304,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/gateway/gateway.pb.gw.go b/components/automate-gateway/api/gateway/gateway.pb.gw.go index d40440949ce..5ef78d57da6 100644 --- a/components/automate-gateway/api/gateway/gateway.pb.gw.go +++ b/components/automate-gateway/api/gateway/gateway.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Gateway_GetVersion_0(ctx context.Context, marshaler runtime.Marshaler, client GatewayClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -73,14 +71,11 @@ func local_request_Gateway_GetHealth_0(ctx context.Context, marshaler runtime.Ma // RegisterGatewayHandlerServer registers the http handlers for service Gateway to "mux". // UnaryRPC :call GatewayServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterGatewayHandlerFromEndpoint instead. func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GatewayServer) error { mux.Handle("GET", pattern_Gateway_GetVersion_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -88,7 +83,6 @@ func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_Gateway_GetVersion_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -102,8 +96,6 @@ func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, se mux.Handle("GET", pattern_Gateway_GetHealth_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -111,7 +103,6 @@ func RegisterGatewayHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_Gateway_GetHealth_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/gateway/gateway.swagger.json b/components/automate-gateway/api/gateway/gateway.swagger.json index 8a7d567e06d..37089b0c24b 100644 --- a/components/automate-gateway/api/gateway/gateway.swagger.json +++ b/components/automate-gateway/api/gateway/gateway.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -44,7 +44,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/gateway_gateway.pb.swagger.go b/components/automate-gateway/api/gateway_gateway.pb.swagger.go index 738c0bb9de4..d2e1d6e5418 100644 --- a/components/automate-gateway/api/gateway_gateway.pb.swagger.go +++ b/components/automate-gateway/api/gateway_gateway.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -47,7 +47,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/infra_proxy.pb.swagger.go b/components/automate-gateway/api/infra_proxy.pb.swagger.go index 28f594e7483..b728fe7d86c 100644 --- a/components/automate-gateway/api/infra_proxy.pb.swagger.go +++ b/components/automate-gateway/api/infra_proxy.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -108,7 +108,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -166,7 +166,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -205,7 +205,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -234,7 +234,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -273,7 +273,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -309,7 +309,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -345,7 +345,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -391,7 +391,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -437,7 +437,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -496,7 +496,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -542,7 +542,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -585,7 +585,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -630,7 +630,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -683,7 +683,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -721,7 +721,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -766,7 +766,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -818,7 +818,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -877,7 +877,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -913,7 +913,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -959,7 +959,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1025,7 +1025,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1068,7 +1068,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1121,7 +1121,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1181,7 +1181,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1231,7 +1231,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1283,7 +1283,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1342,7 +1342,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1388,7 +1388,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1431,7 +1431,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1474,7 +1474,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1527,7 +1527,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1572,7 +1572,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1624,7 +1624,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1685,7 +1685,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1728,7 +1728,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1771,7 +1771,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1824,7 +1824,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1877,7 +1877,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1930,7 +1930,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1983,7 +1983,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2021,7 +2021,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2071,7 +2071,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2116,7 +2116,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2161,7 +2161,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2206,7 +2206,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2265,7 +2265,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2311,7 +2311,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2354,7 +2354,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2397,7 +2397,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2450,7 +2450,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2495,7 +2495,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2547,7 +2547,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2585,7 +2585,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -2653,10 +2653,12 @@ func init() { }, "validator": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "create_key": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates whether it's required to create a key or not." } } @@ -3200,6 +3202,7 @@ func init() { }, "validator": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates client type is validator or not." }, "json_class": { @@ -3263,6 +3266,7 @@ func init() { }, "validator": { "type": "boolean", + "format": "boolean", "description": "Boolean indicates client type is validator or not." } } @@ -3305,7 +3309,8 @@ func init() { "type": "string" }, "frozen": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "json_class": { "type": "string" @@ -3376,19 +3381,24 @@ func init() { "type": "object", "properties": { "read": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "create": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "grant": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "update": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "delete": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, @@ -4355,6 +4365,7 @@ func init() { }, "skipped": { "type": "boolean", + "format": "boolean", "description": "Boolean denoting whether or not the run list item was skipped." }, "position": { @@ -4392,10 +4403,12 @@ func init() { }, "working_tree_clean": { "type": "boolean", + "format": "boolean", "description": "Boolean that denotes if the working tree is clean or not." }, "published": { "type": "boolean", + "format": "boolean", "description": "Source's published information." }, "synchronized_remote_branches": { diff --git a/components/automate-gateway/api/introspect.pb.swagger.go b/components/automate-gateway/api/introspect.pb.swagger.go index 79ffd691f0a..4092d768699 100644 --- a/components/automate-gateway/api/introspect.pb.swagger.go +++ b/components/automate-gateway/api/introspect.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -140,19 +140,24 @@ func init() { "type": "object", "properties": { "get": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "put": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "post": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "delete": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "patch": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/components/automate-gateway/api/job_scheduler.pb.swagger.go b/components/automate-gateway/api/job_scheduler.pb.swagger.go index 1701acad851..8dceb1bd88e 100644 --- a/components/automate-gateway/api/job_scheduler.pb.swagger.go +++ b/components/automate-gateway/api/job_scheduler.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -57,7 +57,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -121,7 +121,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -144,7 +144,8 @@ func init() { "type": "string" }, "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } }, "description": "SchedulerConfig\nThe job message to configure the Delete Node Job\nevery - It accepts '1h30m', '1m', '2h30m', ..." @@ -162,7 +163,8 @@ func init() { "type": "object", "properties": { "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "name": { "type": "string" @@ -191,7 +193,8 @@ func init() { "type": "object", "properties": { "running": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "jobs": { "type": "array", diff --git a/components/automate-gateway/api/jobs.pb.swagger.go b/components/automate-gateway/api/jobs.pb.swagger.go index 4c6527ed0fa..af3ba5e2a48 100644 --- a/components/automate-gateway/api/jobs.pb.swagger.go +++ b/components/automate-gateway/api/jobs.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -99,7 +99,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -137,7 +137,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -178,7 +178,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -218,7 +218,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -250,6 +250,7 @@ func init() { }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { @@ -396,6 +397,7 @@ func init() { }, "deleted": { "type": "boolean", + "format": "boolean", "description": "Boolean used to denote the job has been marked as \"deleted\" by the user." } } diff --git a/components/automate-gateway/api/legacy/legacy.pb.gw.go b/components/automate-gateway/api/legacy/legacy.pb.gw.go index 8175f872ab3..a323769fe3a 100644 --- a/components/automate-gateway/api/legacy/legacy.pb.gw.go +++ b/components/automate-gateway/api/legacy/legacy.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" ) @@ -32,7 +31,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_LegacyDataCollector_Status_0(ctx context.Context, marshaler runtime.Marshaler, client LegacyDataCollectorClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq emptypb.Empty @@ -55,14 +53,11 @@ func local_request_LegacyDataCollector_Status_0(ctx context.Context, marshaler r // RegisterLegacyDataCollectorHandlerServer registers the http handlers for service LegacyDataCollector to "mux". // UnaryRPC :call LegacyDataCollectorServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLegacyDataCollectorHandlerFromEndpoint instead. func RegisterLegacyDataCollectorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LegacyDataCollectorServer) error { mux.Handle("GET", pattern_LegacyDataCollector_Status_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -70,7 +65,6 @@ func RegisterLegacyDataCollectorHandlerServer(ctx context.Context, mux *runtime. return } resp, md, err := local_request_LegacyDataCollector_Status_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/legacy/legacy.swagger.json b/components/automate-gateway/api/legacy/legacy.swagger.json index 1a301517c53..7a694933df9 100644 --- a/components/automate-gateway/api/legacy/legacy.swagger.json +++ b/components/automate-gateway/api/legacy/legacy.swagger.json @@ -23,7 +23,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/legacy_legacy.pb.swagger.go b/components/automate-gateway/api/legacy_legacy.pb.swagger.go index 7482e619fa7..39c093fddc0 100644 --- a/components/automate-gateway/api/legacy_legacy.pb.swagger.go +++ b/components/automate-gateway/api/legacy_legacy.pb.swagger.go @@ -26,7 +26,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/license/license.pb.gw.go b/components/automate-gateway/api/license/license.pb.gw.go index 55b0e270065..196cec81318 100644 --- a/components/automate-gateway/api/license/license.pb.gw.go +++ b/components/automate-gateway/api/license/license.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_License_ApplyLicense_0(ctx context.Context, marshaler runtime.Marshaler, client LicenseClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq ApplyLicenseReq @@ -122,14 +120,11 @@ func local_request_License_RequestLicense_0(ctx context.Context, marshaler runti // RegisterLicenseHandlerServer registers the http handlers for service License to "mux". // UnaryRPC :call LicenseServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLicenseHandlerFromEndpoint instead. func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LicenseServer) error { mux.Handle("POST", pattern_License_ApplyLicense_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -137,7 +132,6 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_License_ApplyLicense_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -151,8 +145,6 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se mux.Handle("GET", pattern_License_GetStatus_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -160,7 +152,6 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_License_GetStatus_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -174,8 +165,6 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se mux.Handle("POST", pattern_License_RequestLicense_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -183,7 +172,6 @@ func RegisterLicenseHandlerServer(ctx context.Context, mux *runtime.ServeMux, se return } resp, md, err := local_request_License_RequestLicense_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/license/license.swagger.json b/components/automate-gateway/api/license/license.swagger.json index 327d96e808d..1813c3c51f4 100644 --- a/components/automate-gateway/api/license/license.swagger.json +++ b/components/automate-gateway/api/license/license.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -86,7 +86,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -132,7 +132,8 @@ "type": "string" }, "grace_period": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "license_type": { "type": "string" @@ -165,7 +166,8 @@ "type": "string" }, "gdpr_agree": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/components/automate-gateway/api/license_license.pb.swagger.go b/components/automate-gateway/api/license_license.pb.swagger.go index bb1668f7d27..6a77523082a 100644 --- a/components/automate-gateway/api/license_license.pb.swagger.go +++ b/components/automate-gateway/api/license_license.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -57,7 +57,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -135,7 +135,8 @@ func init() { "type": "string" }, "grace_period": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "license_type": { "type": "string" @@ -168,7 +169,8 @@ func init() { "type": "string" }, "gdpr_agree": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/components/automate-gateway/api/manager.pb.swagger.go b/components/automate-gateway/api/manager.pb.swagger.go index 75aee65b8fc..7b11cec778c 100644 --- a/components/automate-gateway/api/manager.pb.swagger.go +++ b/components/automate-gateway/api/manager.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -123,7 +123,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -164,7 +164,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -197,7 +197,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -230,7 +230,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -263,7 +263,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -304,7 +304,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -345,7 +345,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -386,7 +386,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -418,6 +418,7 @@ func init() { }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { diff --git a/components/automate-gateway/api/nodes.pb.swagger.go b/components/automate-gateway/api/nodes.pb.swagger.go index dd8ee0eca70..52aaac7dacf 100644 --- a/components/automate-gateway/api/nodes.pb.swagger.go +++ b/components/automate-gateway/api/nodes.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -129,7 +129,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -163,7 +163,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -194,7 +194,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -225,7 +225,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -266,7 +266,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -299,7 +299,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -331,6 +331,7 @@ func init() { }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { @@ -639,14 +640,17 @@ func init() { }, "sudo": { "type": "boolean", + "format": "boolean", "description": "Uses ` + "`" + `sudo` + "`" + ` (boolean)." }, "ssl": { "type": "boolean", + "format": "boolean", "description": "Check ssl (boolean)." }, "self_signed": { "type": "boolean", + "format": "boolean", "description": "Allow self-signed certificate (boolean)." }, "user": { diff --git a/components/automate-gateway/api/notifications/notifications.pb.gw.go b/components/automate-gateway/api/notifications/notifications.pb.gw.go index 3535c8d36d7..eb43593ce1d 100644 --- a/components/automate-gateway/api/notifications/notifications.pb.gw.go +++ b/components/automate-gateway/api/notifications/notifications.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Notifications_AddRule_0(ctx context.Context, marshaler runtime.Marshaler, client NotificationsClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq RuleAddRequest @@ -318,14 +316,11 @@ func local_request_Notifications_Version_0(ctx context.Context, marshaler runtim // RegisterNotificationsHandlerServer registers the http handlers for service Notifications to "mux". // UnaryRPC :call NotificationsServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNotificationsHandlerFromEndpoint instead. func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NotificationsServer) error { mux.Handle("POST", pattern_Notifications_AddRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -333,7 +328,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_AddRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -347,8 +341,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("DELETE", pattern_Notifications_DeleteRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -356,7 +348,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_DeleteRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -370,8 +361,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("PUT", pattern_Notifications_UpdateRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -379,7 +368,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_UpdateRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -393,8 +381,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_Notifications_GetRule_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -402,7 +388,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_GetRule_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -416,8 +401,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_Notifications_ListRules_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -425,7 +408,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_ListRules_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -439,8 +421,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("POST", pattern_Notifications_ValidateWebhook_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -448,7 +428,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_ValidateWebhook_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -462,8 +441,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM mux.Handle("GET", pattern_Notifications_Version_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -471,7 +448,6 @@ func RegisterNotificationsHandlerServer(ctx context.Context, mux *runtime.ServeM return } resp, md, err := local_request_Notifications_Version_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/notifications/notifications.swagger.json b/components/automate-gateway/api/notifications/notifications.swagger.json index 089455b1441..77c01be0060 100644 --- a/components/automate-gateway/api/notifications/notifications.swagger.json +++ b/components/automate-gateway/api/notifications/notifications.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -42,7 +42,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -102,7 +102,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -130,7 +130,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -168,7 +168,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -190,7 +190,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -359,7 +359,8 @@ "type": "string" }, "critical_controls_only": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/components/automate-gateway/api/notifications_notifications.pb.swagger.go b/components/automate-gateway/api/notifications_notifications.pb.swagger.go index 16af06b2ada..ee5e3ddb588 100644 --- a/components/automate-gateway/api/notifications_notifications.pb.swagger.go +++ b/components/automate-gateway/api/notifications_notifications.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -45,7 +45,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -77,7 +77,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -105,7 +105,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -133,7 +133,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -171,7 +171,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -193,7 +193,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -362,7 +362,8 @@ func init() { "type": "string" }, "critical_controls_only": { - "type": "boolean" + "type": "boolean", + "format": "boolean" } } }, diff --git a/components/automate-gateway/api/policy.pb.swagger.go b/components/automate-gateway/api/policy.pb.swagger.go index aaf794cfb74..a1f77aba030 100644 --- a/components/automate-gateway/api/policy.pb.swagger.go +++ b/components/automate-gateway/api/policy.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -111,7 +111,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -142,7 +142,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -173,7 +173,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -220,7 +220,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -251,7 +251,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -298,7 +298,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -345,7 +345,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -392,7 +392,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -416,7 +416,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -438,7 +438,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -478,7 +478,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -509,7 +509,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -540,7 +540,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -587,7 +587,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -609,7 +609,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -649,7 +649,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -680,7 +680,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -711,7 +711,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -906,6 +906,7 @@ func init() { }, "skip_policies": { "type": "boolean", + "format": "boolean", "description": "Boolean flag to skip adding policies associated with the project. Set to false by default." } }, diff --git a/components/automate-gateway/api/profiles.pb.swagger.go b/components/automate-gateway/api/profiles.pb.swagger.go index 4867f360af3..69f88b18389 100644 --- a/components/automate-gateway/api/profiles.pb.swagger.go +++ b/components/automate-gateway/api/profiles.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -108,7 +108,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -155,7 +155,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -189,7 +189,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -694,6 +694,7 @@ func init() { "properties": { "valid": { "type": "boolean", + "format": "boolean", "description": "Boolean that denotes if the profile is valid or not (as reported by ` + "`" + `inspec check` + "`" + `)." }, "timestamp": { diff --git a/components/automate-gateway/api/report_manager.pb.swagger.go b/components/automate-gateway/api/report_manager.pb.swagger.go index 977fff6fdfd..5f23a44df83 100644 --- a/components/automate-gateway/api/report_manager.pb.swagger.go +++ b/components/automate-gateway/api/report_manager.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/reporting.pb.swagger.go b/components/automate-gateway/api/reporting.pb.swagger.go index e429d567d8a..8c40083c23b 100644 --- a/components/automate-gateway/api/reporting.pb.swagger.go +++ b/components/automate-gateway/api/reporting.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -85,7 +85,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -153,7 +153,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -187,7 +187,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -221,7 +221,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -262,7 +262,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -295,7 +295,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -329,7 +329,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -363,7 +363,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -397,7 +397,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -438,7 +438,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -472,7 +472,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -506,7 +506,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -547,7 +547,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -579,7 +579,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -1320,10 +1320,12 @@ func init() { "type": "string" }, "run": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "skipped_due_to_waiver": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "message": { "type": "string" diff --git a/components/automate-gateway/api/rules.pb.swagger.go b/components/automate-gateway/api/rules.pb.swagger.go index 3a5c7dcc01f..897128ed3ab 100644 --- a/components/automate-gateway/api/rules.pb.swagger.go +++ b/components/automate-gateway/api/rules.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -71,7 +71,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -95,7 +95,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -128,7 +128,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -175,7 +175,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -213,7 +213,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -251,7 +251,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -327,6 +327,7 @@ func init() { }, "failed": { "type": "boolean", + "format": "boolean", "description": "Whether or not the project update has failed." }, "failure_message": { @@ -335,6 +336,7 @@ func init() { }, "cancelled": { "type": "boolean", + "format": "boolean", "description": "Whether or not the project update was canceled." } } diff --git a/components/automate-gateway/api/secrets.pb.swagger.go b/components/automate-gateway/api/secrets.pb.swagger.go index f01335a701a..f83b25f5b2e 100644 --- a/components/automate-gateway/api/secrets.pb.swagger.go +++ b/components/automate-gateway/api/secrets.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -92,7 +92,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -123,7 +123,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -164,7 +164,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -196,6 +196,7 @@ func init() { }, "exclude": { "type": "boolean", + "format": "boolean", "description": "Include matches for this filter.(boolean)\n` + "`" + `true` + "`" + ` (default) *includes* all nodes that match this filter. \n` + "`" + `false` + "`" + ` *excludes* all nodes that match this filter." }, "values": { diff --git a/components/automate-gateway/api/stats.pb.swagger.go b/components/automate-gateway/api/stats.pb.swagger.go index b41ff7286a9..0909bcea7dc 100644 --- a/components/automate-gateway/api/stats.pb.swagger.go +++ b/components/automate-gateway/api/stats.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -85,7 +85,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -153,7 +153,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -187,7 +187,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/teams.pb.swagger.go b/components/automate-gateway/api/teams.pb.swagger.go index b02d5340027..570996af882 100644 --- a/components/automate-gateway/api/teams.pb.swagger.go +++ b/components/automate-gateway/api/teams.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -119,7 +119,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -149,7 +149,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -195,7 +195,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -227,7 +227,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -273,7 +273,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -319,7 +319,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } diff --git a/components/automate-gateway/api/telemetry/telemetry.pb.gw.go b/components/automate-gateway/api/telemetry/telemetry.pb.gw.go index 5816f0ceccc..d8be8541f8c 100644 --- a/components/automate-gateway/api/telemetry/telemetry.pb.gw.go +++ b/components/automate-gateway/api/telemetry/telemetry.pb.gw.go @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Telemetry_GetTelemetryConfiguration_0(ctx context.Context, marshaler runtime.Marshaler, client TelemetryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq TelemetryRequest @@ -54,14 +52,11 @@ func local_request_Telemetry_GetTelemetryConfiguration_0(ctx context.Context, ma // RegisterTelemetryHandlerServer registers the http handlers for service Telemetry to "mux". // UnaryRPC :call TelemetryServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTelemetryHandlerFromEndpoint instead. func RegisterTelemetryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TelemetryServer) error { mux.Handle("GET", pattern_Telemetry_GetTelemetryConfiguration_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -69,7 +64,6 @@ func RegisterTelemetryHandlerServer(ctx context.Context, mux *runtime.ServeMux, return } resp, md, err := local_request_Telemetry_GetTelemetryConfiguration_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) diff --git a/components/automate-gateway/api/telemetry/telemetry.swagger.json b/components/automate-gateway/api/telemetry/telemetry.swagger.json index 89cd37f688b..5b0669572c6 100644 --- a/components/automate-gateway/api/telemetry/telemetry.swagger.json +++ b/components/automate-gateway/api/telemetry/telemetry.swagger.json @@ -22,7 +22,7 @@ } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -51,7 +51,8 @@ "type": "string" }, "telemetry_enabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "telemetry_url": { "type": "string" diff --git a/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go b/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go index 2ddf704e7e2..2891127b519 100644 --- a/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go +++ b/components/automate-gateway/api/telemetry_telemetry.pb.swagger.go @@ -25,7 +25,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -54,7 +54,8 @@ func init() { "type": "string" }, "telemetry_enabled": { - "type": "boolean" + "type": "boolean", + "format": "boolean" }, "telemetry_url": { "type": "string" diff --git a/components/automate-gateway/api/tokens.pb.swagger.go b/components/automate-gateway/api/tokens.pb.swagger.go index 62afd83ff2e..629db6ae7fe 100644 --- a/components/automate-gateway/api/tokens.pb.swagger.go +++ b/components/automate-gateway/api/tokens.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -49,7 +49,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -89,7 +89,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -120,7 +120,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -151,7 +151,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -209,6 +209,7 @@ func init() { }, "active": { "type": "boolean", + "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "value": { @@ -315,6 +316,7 @@ func init() { }, "active": { "type": "boolean", + "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not authenticate." }, "created_at": { @@ -355,6 +357,7 @@ func init() { }, "active": { "type": "boolean", + "format": "boolean", "description": "Active state. Defaults to true.\nIf set to false, token will not be authenticated or authorized." }, "projects": { diff --git a/components/automate-gateway/api/user_settings.pb.swagger.go b/components/automate-gateway/api/user_settings.pb.swagger.go index 71dc95972a7..3a57cb00803 100644 --- a/components/automate-gateway/api/user_settings.pb.swagger.go +++ b/components/automate-gateway/api/user_settings.pb.swagger.go @@ -26,7 +26,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -61,7 +61,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -96,7 +96,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -193,6 +193,7 @@ func init() { }, "enabled": { "type": "boolean", + "format": "boolean", "title": "Enabled" }, "valid_values": { diff --git a/components/automate-gateway/api/users.pb.swagger.go b/components/automate-gateway/api/users.pb.swagger.go index 0f1676b3d2f..dc1f1c18fd5 100644 --- a/components/automate-gateway/api/users.pb.swagger.go +++ b/components/automate-gateway/api/users.pb.swagger.go @@ -27,7 +27,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -74,7 +74,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -96,7 +96,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -136,7 +136,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -167,7 +167,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } @@ -198,7 +198,7 @@ func init() { } }, "default": { - "description": "An unexpected error response.", + "description": "An unexpected error response", "schema": { "$ref": "#/definitions/grpc.gateway.runtime.Error" } From de913237453c68c10e77555a74c6f9505bd4bc0d Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 3 Sep 2024 20:10:04 +0530 Subject: [PATCH 029/147] Added golangci Signed-off-by: daveaugustus --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index da770b9b554..488553029de 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -79,4 +79,4 @@ linters: - govet - inamedparam - mnd - - perfsprint - gomodguard + - perfsprint \ No newline at end of file From 3caa0fad4b4355d5766801786e1b69ccfecb34a3 Mon Sep 17 00:00:00 2001 From: Durga Sarat Chandra Maddu <44021874+Dmaddu@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:10:47 +0000 Subject: [PATCH 030/147] Pipeline fix (#8563) * removing unnecessary changes Signed-off-by: Durga Sarat Chandra Maddu * fixing cert error message Signed-off-by: Durga Sarat Chandra Maddu * updating the code Signed-off-by: Durga Sarat Chandra Maddu --------- Signed-off-by: Durga Sarat Chandra Maddu --- .studio/protobuf | 4 +- commands | 209 ----------------------------------------------- op1 | 22 ----- 3 files changed, 2 insertions(+), 233 deletions(-) delete mode 100644 commands delete mode 100644 op1 diff --git a/.studio/protobuf b/.studio/protobuf index b69fbaa6798..b97c5293722 100644 --- a/.studio/protobuf +++ b/.studio/protobuf @@ -33,8 +33,8 @@ function install_protoc_toolchain() { github.com/envoyproxy/protoc-gen-validate github.com/ckaznocha/protoc-gen-lint github.com/bufbuild/buf/cmd/buf - # github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking - # github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint + github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking + github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger ) diff --git a/commands b/commands deleted file mode 100644 index 26afc7893f0..00000000000 --- a/commands +++ /dev/null @@ -1,209 +0,0 @@ -! debug_cfgmgmt httpd notifications_psql start_deployment_service -./ debug_deployment_service hush notifications_unit_test start_deployment_service_external_es -: debug_go_service hwclock notifications_update_component start_deployment_service_unconfigured -[ debug_ingest_service i2cdetect nproc start_event_gateway -[[ debug_user_settings i2cdump nscd start_event_service -]] declare i2cget nsenter start_infra_proxy_service -_component_auto_complete delete_multiple_nodes i2cset nslookup start_ingest_service -_hab delgroup i2ctransfer ntpd start_sample_data_service -_install_nodejs_from_nvmrc delpart i386 nuke start_sup -_maybe_rebuild_node_sass deluser iconv numfmt start_user_settings_service -_prepare_automate_ui deployment_generate iconvconfig objcopy start_user_settings_service_deps -_prepare_chef_ui_library deployment_service_config id objdump start_workflow_server -_verify_devproxy_config deployment_update_bindings idn2 od stat -_verify_if_automate_ui_running depmod if ohai_time stdbuf -_verify_ng_from_node_modules describe ifconfig openssl stop_automate_ui -_verify_stencil_cli_from_node_modules desired_golang_ident ifdown openvt strings -acpid devmem ifenslave partprobe strip -add-shell df ifplugd partx stty -add_alias dhcprelay ifup passwd su -addgroup diff in paste sulogin -addpart diff3 infocmp patch sum -addr2line dir infotocap pathchk sup-log -adduser dircolors infra_service_create_servers_orgs pcprofiledump sup-run -adjtimex dirname infra_service_integration pcre-config sup-term -agetty dirs infra_service_load_chef_repo pcregrep suspend -alias disown infra_service_load_sample_data pcretest sv -app_service_origin display_available_components infra_service_load_test_data pg_sidecar_integration svc -applications_benchmarks display_valid_protobuf_targets infra_service_psql pgrep svlogd -applications_clear_database dmesg ingest_grpcurl_configure_purge pidof svok -applications_get_service_groups dnsd ingest_grpcurl_get ping swaplabel -applications_get_service_groups_critical dnsdomainname ingest_grpcurl_list_services ping6 swapoff -applications_get_service_groups_ok do ingest_integration pinky swapon -applications_get_service_groups_unknown do_test_chef_server_ctl ingest_job_start pipe_progress switch_root -applications_get_service_groups_warning document ingest_job_status pivot_root sync -applications_grpcurl done ingest_job_stop pkg_from_manifest sysctl -applications_integration dos2unix ingest_load_A1_data pkill syslogd -applications_list_services download_and_install_A1_backup ingest_migration_finished pldd tabs -applications_populate_database dpkg ingest_migration_status pmap tac -applications_psql dpkg-deb ingest_test_A1_migration policyfile_ify tail -applications_publish_raw_message du ingest_version popd tar -applications_publish_raw_message_via_gw dumpkmap init popmaildir taskset -applications_publish_supervisor_message dumpleases insmod postgresql_load_env tc -applications_publish_supervisor_message_via_gw dwp install poweroff tcpsvd -applications_random_fqdn echo install_benchstat powertop tee -applications_set_service_seq_to_int_max ed install_chef_automate_cli pr telemetry_status -ar egrep install_go prepare_chef_load telnet -arch eject install_go_tool prepare_system telnetd -arp elfedit install_golangci printenv test/ -arping elif install_gomock printf test_chef_server_ctl -as elixir_install install_if_missing prlimit test_cookbook_caching -ascii else install_ingest_test_framework protoc test_if_env_vars_are_configured -ash emacs install_protoc_toolchain protoc-gen-a2-config test_if_env_vars_are_configured_after_patch -assert_migration_status enable install_workflow_ctl protoc-gen-buf-breaking test_if_login_failing_with_incorrect_credentials -attr enable_desktop ionice protoc-gen-buf-lint test_if_login_working_with_correct_credentials -auto_go_update_compliance_service enable_sample_data_service iostat protoc-gen-go test_if_oauthapps_are_patched_correctly -auto_go_update_component env ip protoc-gen-grpc-gateway test_if_webui_key_is_patched -automate_load_balancer_integration envdir ipaddr protoc-gen-grpc-mock test_knife -automate_ui_lint environment.bash ipcalc protoc-gen-lint test_license_control_service -automate_ui_reload_chef_ui_library envuidgid ipcmk protoc-gen-policy tftp -awk error ipcrm protoc-gen-swagger tftpd -b2sum es_clean_all_indices ipcs protoc-gen-validate then -base32 es_delete_all_indices iplink ps tic -base64 es_list_indices ipneigh pscan time -basename es_sidecar_service_integration iproute pstree timeout -basenc esac iprule ptx times -bash ether-wake iptunnel public.bash toe -bashbug eval irqtop push_example_policyfile toml -bc event_feed_add_event isosize pushd top -beep event_feed_configure_purge jobs pwd touch -before_test_chef_server_ctl event_feed_integration join pwdx tput -bg event_feed_list kbd_mode raidautorun tr -bind event_feed_summary kill ranlib traceroute -blkdiscard event_feed_timeline kill_running_service raw traceroute6 -blkid event_gateway_integration killall rdate trap -blkzone event_integration killall5 rdev true -blockdev ex klogd read truncate -blue exec la readahead ts -bootchartd exit last readarray tset -bootstrap_chef_user_data exit_with lastb readelf tsort -bootstrap_proto_compilers expand ld readlink tty -brctl export ld.bfd readonly ttysize -break expr ld.bfd.real readprofile tunctl -buf factor ld.gold realpath type -build fakeidentd ldattach reboot typeset -build_all_changed_components fallocate ldconfig rebuild tzselect -build_chef_ui_library false ldd red ubiattach -build_chef_ui_library_docs fatattr less reformime ubidetach -build_line fbset lessecho reload_component_binary ubimkvol -builtin fbsplash lesskey remove-shell ubirename -bunzip2 fc let remove_dev_license ubirmvol -busybox fdflush link remove_legacy_v1_policies ubirsvol -bzcat fdformat link_component_bin rename ubiupdatevol -bzcmp fdisk lint_all_protobuf_components rename_benchmark_files uclampset -bzdiff feed_integration linux32 render_dot udhcpc -bzegrep fg linux64 renice udhcpd -bzfgrep fgconsole linuxrc reset udpsvd -bzgrep fgrep ll resize uevent -bzip2 fi ln resizepart ui_logs -bzip2recover file load_compliance_reports restart_gateway_if_up ul -bzless fincore load_desktop_reports restart_ingest_service ulimit -bzmore find load_one_compliance_report resume umask -c++filt find_local_manifest load_scan_jobs return umount -cal findfs loadfont rev unalias -caller findmnt loadkmap revendor uname -capsh fips_standalone_sha1 local rfkill uname26 -captoinfo fipsld locale rm uncompress -case flock localedef rmdir unexpand -cat fmt locate rmmod uniq -catchsegv fold log route uniqify_chef_action_report -cd for log_error rpm uniqify_chef_run_report -cfdisk free log_info rpm2cpio unix2dos -chacl freeramdisk log_line rtcwake unlink -channel_contains_commit fsck log_old_bindirs run-init unlzma -chat fsck.cramfs log_warning run-parts unset -chattr fsck.minix logger run_golangci unshare -chcon fsfreeze login run_studio_repo_health_checks until -chcpu fstrim logname runcon unxz -check_breaking_for_all_proto_components fsync logout runsv unzip -check_external_es ftpd logread runsvdir unzipsfx -check_if_deployinate_started ftpget look rview updatedb -check_service_running_or_exit ftpput losetup rvim upgrade_from_v1_self_test -chef_load_actions function lpd rx uptime -chef_load_compliance_nodes funzip lpq save_history user_settings_grpcurl_delete_user_settings -chef_load_compliance_scans fuser lpr script user_settings_grpcurl_get_user_settings -chef_load_liveness_ping gateway_create_notification_rule ls scriptlive user_settings_grpcurl_list_services -chef_load_nodes gateway_create_secret lsattr scriptreplay user_settings_grpcurl_put_user_settings -chef_load_start gateway_delete_notification_rule lsblk sdiff user_settings_integration -chef_ui_library_lint gateway_delete_secret lscpu secrets_create_secret users -chgrp gateway_get lsipc secrets_delete_secret usleep -chmem gateway_get_notification_rule lsirq secrets_integration utmpdump -chmod gateway_grpcurl_get lslocks secrets_list_secrets uudecode -choom gateway_grpcurl_list_services lslogins secrets_list_secrets_from_db uuencode -chown gateway_integration lsmem secrets_list_services uuidd -chpasswd gateway_list_secrets lsmod secrets_psql uuidgen -chpst gateway_notification_validate_connection lsns secrets_read_secret uuidparse -chroot gateway_read_secret lsof secrets_reload_A1_data vconfig -chrt gateway_update_secret lspci secrets_reload_A2_data vdir -chvt gateway_version lsscsi secrets_test_A1_migration verify_all_protobuf_components -cksum gawk lsusb secrets_test_A2_migration verify_component -clean_all_compiled_protos gawk-5.1.0 lzcat secrets_update_secret verify_component_has_platform_config -cleanup gencat lzcmp sed verify_components_have_platform_config -clear generate_bldr_config lzdiff select verify_products_generation -cmp generate_chef_action_example lzegrep send_chef_action_example versions_for_channel -col generate_chef_liveness_example lzfgrep send_chef_data_raw vi -colcrt generate_chef_run_example lzgrep send_chef_liveness_example view -colrm generate_chef_run_failure_example lzless send_chef_run_example vim -column generate_chef_run_start_example lzma send_chef_run_failure_example vimdiff -comm generate_dev_root_ca lzmadec send_chef_run_start_example vimtutor -command generate_dev_service_cert lzmainfo send_event vlock -compgen generate_event_example lzmore send_ingest_report_compliance volname -compile_all_protobuf_components generate_netrc_config lzop send_inspec_example wait -compile_all_protobuf_components_nolint generate_random_chef_server_event make send_inspec_failure_example wait_for_ok_response -compile_client_mocks generate_random_event_example makedb sendmail wait_for_success -compile_go_protobuf get_admin_token makedevs seq wait_for_svc_to_stop -compile_go_protobuf_component get_api_token makemime service_running wait_or_fail_for_port_to_listen -complete get_api_token_with_policy man set wait_or_fail_for_svc_to_load -compliance_configure_purge get_release_diff_url manifest_for_channel set_up_chef_server_test_environment wall -compliance_integration get_service_versions manifest_for_version setarch warn -compliance_run_info_integration getcap mapfile setcap watch -compliance_run_info_load_16_days getconf mark_nodes_missing setconsole watchdog -compliance_unit_tests getent mcookie setfacl wc -compopt getfacl md5sum setfattr wdctl -config_mgmt_clear_rollouts getfattr mdev setfont wget -config_mgmt_create_custom_rollout getopt mesg setkeycodes whereis -config_mgmt_create_rollout getopts mg setlogcons which -config_mgmt_create_rollout_ccr getpcaps microcom setpriv while -config_mgmt_grpcurl_get getting_started mim setserial who -config_mgmt_grpcurl_get_policy_cookbooks getty mkdir setsid whoami -config_mgmt_grpcurl_get_suggestions git mkdosfs setterm whois -config_mgmt_grpcurl_list_services go mke2fs setuidgid wipefs -config_mgmt_integration go_build mkfifo setup_gobin workflow_download_and_load_A1_data -config_mgmt_list_rollouts go_build_component mkfs sfdisk x86_64 -config_mgmt_list_rollouts_progress go_build_es_sidecar mkfs.bfs sh xargs -config_mgmt_list_rollouts_progress_raw go_build_pkg mkfs.cramfs sha1sum xtrace -config_mgmt_list_rollouts_raw go_component_lint mkfs.ext2 sha224sum xxd -config_mgmt_populate_rollouts go_component_make mkfs.minix sha256sum xz -config_mgmt_rollout_ccr_setvals go_component_static_tests mkfs.vfat sha384sum xzcat -config_mgmt_rollout_json go_component_unit mknod sha3sum xzcmp -config_mgmt_rollout_json_static go_test mkpasswd sha512sum xzdec -config_mgmt_rollout_setvals go_update_compliance_service mkswap shared.bash xzdiff -config_mgmt_run_info_integration go_update_component mktemp shift xzegrep -config_mgmt_send_to_create_rollout_pretty go_update_es_sidecar mockgen_debug shopt xzfgrep -config_mgmt_send_to_create_rollout_raw gprof modinfo showkey xzgrep -conspy graph_deps modprobe shred xzless -continue green more shuf xzmore -converge_chef_client grep mount size yellow -converge_policyfile_chef_client grep_component_pid mountpoint sl yes -coproc groups mpstat slattach zcat -cp grpcurl mt sleep zcip -cpio gunzip mtrace smemcap zcmp -crc32 gzexe mv softlimit zdiff -create_workflow_enterprise gzip namei sort zdump -crond hab nameif sotruss zegrep -crontab hab-plan-build nanddump source zfgrep -cryptpw hab_curl nandwrite split zforce -csplit hab_install_binlink nbd-client sprof zgrep -ctrlaltdel hab_svc_up nc sr zic -cttyhack halt ncursesw6-config ssl_client zipgrep -cut hardlink netstat st zipinfo -datafeed_build hash nice start-stop-daemon zless -datafeed_init_integration_tests hd nl start_all_services zmore -datafeed_quick_build hdparm nm start_applications_service znew -datafeed_run_integration_tests head nmeter start_applications_service_deps zramctl -datafeed_start_service help nodemanager_scans_integration start_automate_ui { -date hexdump nohup start_automate_ui_background } -dc hexedit nologin start_chef_server -dd history notifications_compile_protobuf start_chef_ui_library -deallocvt hostid notifications_integration start_config_mgmt_service -debug_automate_gateway hostname notifications_lint start_config_mgmt_service_deps \ No newline at end of file diff --git a/op1 b/op1 deleted file mode 100644 index dbbfdcfae31..00000000000 --- a/op1 +++ /dev/null @@ -1,22 +0,0 @@ -protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:67:9:symbol "google.api.HttpBody" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:68:9 -protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:69:10:symbol "google.api.HttpBody.content_type" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:70:10 -protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:72:9:symbol "google.api.HttpBody.data" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:73:9 -protovendor/github.com/googleapis/googleapis/google/api/httpbody.proto:76:32:symbol "google.api.HttpBody.extensions" already defined at protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/httpbody.proto:77:32 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:30:9:symbol "google.api.Http" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:29:9 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:34:21:symbol "google.api.Http.rules" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:33:21 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:42:8:symbol "google.api.Http.fully_decode_reserved_expansion" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:41:8 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:262:9:symbol "google.api.HttpRule" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:313:9 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:266:10:symbol "google.api.HttpRule.selector" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:317:10 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:271:9:symbol "google.api.HttpRule.pattern" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:322:9 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:273:12:symbol "google.api.HttpRule.get" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:325:12 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:276:12:symbol "google.api.HttpRule.put" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:328:12 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:279:12:symbol "google.api.HttpRule.post" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:331:12 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:282:12:symbol "google.api.HttpRule.delete" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:334:12 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:285:12:symbol "google.api.HttpRule.patch" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:337:12 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:291:23:symbol "google.api.HttpRule.custom" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:343:23 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:298:10:symbol "google.api.HttpRule.body" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:352:10 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:303:10:symbol "google.api.HttpRule.response_body" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:360:10 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:308:21:symbol "google.api.HttpRule.additional_bindings" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:365:21 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:312:9:symbol "google.api.CustomHttpPattern" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:369:9 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:314:10:symbol "google.api.CustomHttpPattern.kind" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:371:10 -protovendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api/http.proto:317:10:symbol "google.api.CustomHttpPattern.path" already defined at protovendor/github.com/googleapis/googleapis/google/api/http.proto:374:10 From e6791a054d88f81b9d27625a1850c4c37fe2bd81 Mon Sep 17 00:00:00 2001 From: Augusutus <36985548+daveaugustus@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:59:52 +0530 Subject: [PATCH 031/147] Dave/pipeline fix (#8564) * downgraded packages Signed-off-by: daveaugustus * upgraded linter Signed-off-by: daveaugustus * downgraded elastic search package Signed-off-by: daveaugustus * downgraded elastic search package Signed-off-by: daveaugustus * increased timeout Signed-off-by: daveaugustus * Added timeout for channels Signed-off-by: daveaugustus * modified the test case Signed-off-by: daveaugustus * Added timeout for channels Signed-off-by: daveaugustus * Fixed pipeline closing issue ingest service Signed-off-by: daveaugustus * fixed testcases ingest service Signed-off-by: daveaugustus * Changes in for range Signed-off-by: daveaugustus * Changes in for range Signed-off-by: daveaugustus * Modified for loops Signed-off-by: daveaugustus * error corrections Signed-off-by: daveaugustus * reverted timeout Signed-off-by: daveaugustus --------- Signed-off-by: daveaugustus Co-authored-by: daveaugustus --- .studiorc | 2 +- Makefile.common_go | 2 +- api/external/go.sum | 13 +++++++++---- .../pipeline/processor/runs_project_tagger_test.go | 2 +- go.mod | 2 +- go.sum | 2 ++ 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.studiorc b/.studiorc index 2186e55a34b..9931437ac32 100644 --- a/.studiorc +++ b/.studiorc @@ -5,7 +5,7 @@ export HAB_ORIGIN=${HAB_ORIGIN:-chef} # Bring studio-common to life RECOMMENDED_HAB_VERSION="1.6.1205" -GOLANGCILINTVERSION=1.50.1 +GOLANGCILINTVERSION=1.60.1 # TODO(ssd) 2019-11-19: https://github.com/habitat-sh/habitat/issues/7219 unset SSL_CERT_FILE diff --git a/Makefile.common_go b/Makefile.common_go index 4867b642665..f1dc83ab59a 100644 --- a/Makefile.common_go +++ b/Makefile.common_go @@ -15,7 +15,7 @@ endif ifeq ($(UNAME_S),Darwin) PLATFORM:=darwin-amd64 endif -GOLANGCILINTVERSION?=1.50.1 +GOLANGCILINTVERSION?=1.60.1 GOLANGCILINTTARBALL:=golangci-lint-$(GOLANGCILINTVERSION)-$(PLATFORM).tar.gz LINTERARGS?=./... diff --git a/api/external/go.sum b/api/external/go.sum index f3d4a36c0ad..7e3c2609ee6 100644 --- a/api/external/go.sum +++ b/api/external/go.sum @@ -2,6 +2,7 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/aws/aws-sdk-go v1.40.32/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -36,14 +37,17 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMchFtkdrS4BIj5o= github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= +github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= +github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/olivere/elastic/v7 v7.0.32 h1:R7CXvbu8Eq+WlsLgxmKVKPox0oOwAE/2T9Si5BnvK6E= -github.com/olivere/elastic/v7 v7.0.32/go.mod h1:c7PVmLe3Fxq77PIfY/bZmxY/TAamBhCzZ8xDOE09a9k= +github.com/olivere/elastic/v7 v7.0.28 h1:KAP4EuaEcvPJknRNkAAso1xeu0C1+/CeDQsxj9Cw9Fg= +github.com/olivere/elastic/v7 v7.0.28/go.mod h1:DzHQoqd6YqSuvF1lk/fR4cW4FNUNzSD5/F5MBm3GRMo= +github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= @@ -70,8 +74,9 @@ golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200822124328-c89045814202 h1:VvcQYSHwXgi7W+TpUR6A9g6Up98WAHf3f/ulnJ62IyA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20210614182718-04defd469f4e h1:XpT3nA5TvE525Ne3hInMh6+GETgn27Zfm9dxsThnX2Q= +golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= diff --git a/components/ingest-service/pipeline/processor/runs_project_tagger_test.go b/components/ingest-service/pipeline/processor/runs_project_tagger_test.go index ec184875980..448ba0bc364 100644 --- a/components/ingest-service/pipeline/processor/runs_project_tagger_test.go +++ b/components/ingest-service/pipeline/processor/runs_project_tagger_test.go @@ -1106,7 +1106,7 @@ func TestBundlerSingleMessage(t *testing.T) { t.Fatal("Test timed out waiting for the out channel to close") } - assert.Equal(t, 1, listProjectRulesCount) + assert.Equal(t, 1, listProjectRulesCount) // Check if the mock was called } // When 5 messages are in the inbox the ListRulesForAllProjects function is only called once. diff --git a/go.mod b/go.mod index cd39011dcf2..c3fcfa6bbac 100644 --- a/go.mod +++ b/go.mod @@ -56,7 +56,7 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.5.0 github.com/muesli/crunchy v0.4.0 - github.com/nats-io/nats-streaming-server v0.25.6 + github.com/nats-io/nats-streaming-server v0.25.5 github.com/nats-io/nats.go v1.37.0 github.com/nats-io/stan.go v0.10.4 github.com/olivere/elastic/v7 v7.0.32 diff --git a/go.sum b/go.sum index 7e6758335bb..dd1c21cd524 100644 --- a/go.sum +++ b/go.sum @@ -952,6 +952,7 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1 github.com/smartystreets/assertions v1.1.1/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/smartystreets/gunit v1.4.2/go.mod h1:ZjM1ozSIMJlAz/ay4SG8PeKF00ckUp+zMHZXV9/bvak= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= @@ -1471,6 +1472,7 @@ golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= From 92efb387adc9b456a87391f38acf167bab2e1078 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 5 Sep 2024 13:17:57 +0530 Subject: [PATCH 032/147] Checking repo health Signed-off-by: Yashvi Jain --- .license_scout.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.license_scout.yml b/.license_scout.yml index 9be433f89d5..2905d68d13f 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -329,11 +329,14 @@ fallbacks: name: honnef.co/go/tools - license_content: https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE license_id: BSD-Source-Code - name: github.com/shirou/gopsutil - - license_content: https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE + license_content: https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE + - name: github.com/go-ldap/ldap license_id: MIT - name: github.com/tinylib/msgp - - license_content: https://raw.githubusercontent.com/golang/crypto/master/LICENSE + license_content: https://raw.githubusercontent.com/go-ldap/ldap/master/LICENSE + - name: github.com/tinylib/msgp + license_id: MIT + license_content: https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE + - name: golang.org/x/crypto license_id: BSD-3-Clause name: golang.org/x/crypto - license_content: https://github.com/apparentlymart/go-textseg/blob/master/LICENSE From c445690cf357e067f327611dd67e0878c7daef3b Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 5 Sep 2024 14:43:32 +0530 Subject: [PATCH 033/147] testing pipeline Signed-off-by: Yashvi Jain --- integration/helpers/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/helpers/setup.sh b/integration/helpers/setup.sh index b6eca3a2a3c..8c9e33a999c 100644 --- a/integration/helpers/setup.sh +++ b/integration/helpers/setup.sh @@ -9,6 +9,7 @@ install_chefdk() { start_requestbin() { export GOBIN="/go/bin" + go install golang.org/x/tools/gopls@latest go install integration/helpers/requestbin/requestbin.go cat > /etc/systemd/system/requestbin.service < Date: Fri, 6 Sep 2024 12:01:06 +0530 Subject: [PATCH 034/147] Check with go mod Signed-off-by: Yashvi Jain --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c3fcfa6bbac..7ba861470bf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/chef/automate -go 1.22 +go 1.22.5 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible From b11e7c0f571f93de25a48d7098eefac90dc8f02f Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 9 Sep 2024 13:52:19 +0530 Subject: [PATCH 035/147] testing by upgrading golag Signed-off-by: Yashvi Jain --- integration/helpers/setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/helpers/setup.sh b/integration/helpers/setup.sh index 8c9e33a999c..7f2e7ce4623 100644 --- a/integration/helpers/setup.sh +++ b/integration/helpers/setup.sh @@ -8,9 +8,9 @@ install_chefdk() { } start_requestbin() { - export GOBIN="/go/bin" - go install golang.org/x/tools/gopls@latest - go install integration/helpers/requestbin/requestbin.go + go install golang.org/dl/go1.22.5@latest + go1.22.5 download + go1.22.5 install integration/helpers/requestbin/requestbin.go cat > /etc/systemd/system/requestbin.service < /etc/systemd/system/loadbalancer.service < Date: Mon, 9 Sep 2024 14:50:17 +0530 Subject: [PATCH 036/147] testing by upgrading golag Signed-off-by: Yashvi Jain --- integration/helpers/setup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/integration/helpers/setup.sh b/integration/helpers/setup.sh index 7f2e7ce4623..0cb37dd00d0 100644 --- a/integration/helpers/setup.sh +++ b/integration/helpers/setup.sh @@ -10,7 +10,10 @@ install_chefdk() { start_requestbin() { go install golang.org/dl/go1.22.5@latest go1.22.5 download - go1.22.5 install integration/helpers/requestbin/requestbin.go + rm /usr/local/go/bin/go + cp /go/bin/go1.22.5 /usr/local/go/bin/go + export GOBIN="/go/bin" + go install integration/helpers/requestbin/requestbin.go cat > /etc/systemd/system/requestbin.service < /etc/systemd/system/loadbalancer.service < Date: Thu, 5 Sep 2024 17:42:08 +0530 Subject: [PATCH 037/147] error fixes Signed-off-by: iamazzeez --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7ba861470bf..c3fcfa6bbac 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/chef/automate -go 1.22.5 +go 1.22 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible From 46bdb258eb1335ccfa15515a5a833eb02f547cff Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Thu, 5 Sep 2024 18:02:30 +0530 Subject: [PATCH 038/147] commented license scout Signed-off-by: iamazzeez --- .expeditor/verify_private.pipeline.yml | 13 +++++++++++-- googleapis | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) create mode 160000 googleapis diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml index 6c5dd88949a..934b88e956b 100644 --- a/.expeditor/verify_private.pipeline.yml +++ b/.expeditor/verify_private.pipeline.yml @@ -58,7 +58,7 @@ steps: - label: build command: - scripts/verify_build.sh - timeout_in_minutes: 120 + timeout_in_minutes: 60 env: ALLOW_LOCAL_PACKAGES: true HAB_STUDIO_SUP: false @@ -576,7 +576,7 @@ steps: - label: "iam v2 with no legacy policies force-upgrade to v2" command: - integration/run_test integration/tests/iam_v2_no_legacy_to_v2_force_upgrade.sh - timeout_in_minutes: 45 + timeout_in_minutes: 25 expeditor: secrets: A2_LICENSE: @@ -750,6 +750,15 @@ steps: A2_LICENSE: path: secret/a2/license field: license + AWS_ACCESS_KEY_ID: + account: aws/chef-cd + field: access_key_id + AWS_SECRET_ACCESS_KEY: + account: aws/chef-cd + field: secret_access_key + AWS_SESSION_TOKEN: + account: aws/chef-cd + field: session_token - label: "backup to s3" command: diff --git a/googleapis b/googleapis new file mode 160000 index 00000000000..a67e27687c1 --- /dev/null +++ b/googleapis @@ -0,0 +1 @@ +Subproject commit a67e27687c1bfcb75def41760456862b55e27b7b From 4aaaaba8cab3bf913eec344c24458f1b2691154e Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Mon, 9 Sep 2024 14:38:27 +0530 Subject: [PATCH 039/147] build pipeline fix Signed-off-by: iamazzeez --- .expeditor/verify_private.pipeline.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml index 934b88e956b..6c5dd88949a 100644 --- a/.expeditor/verify_private.pipeline.yml +++ b/.expeditor/verify_private.pipeline.yml @@ -58,7 +58,7 @@ steps: - label: build command: - scripts/verify_build.sh - timeout_in_minutes: 60 + timeout_in_minutes: 120 env: ALLOW_LOCAL_PACKAGES: true HAB_STUDIO_SUP: false @@ -576,7 +576,7 @@ steps: - label: "iam v2 with no legacy policies force-upgrade to v2" command: - integration/run_test integration/tests/iam_v2_no_legacy_to_v2_force_upgrade.sh - timeout_in_minutes: 25 + timeout_in_minutes: 45 expeditor: secrets: A2_LICENSE: @@ -750,15 +750,6 @@ steps: A2_LICENSE: path: secret/a2/license field: license - AWS_ACCESS_KEY_ID: - account: aws/chef-cd - field: access_key_id - AWS_SECRET_ACCESS_KEY: - account: aws/chef-cd - field: secret_access_key - AWS_SESSION_TOKEN: - account: aws/chef-cd - field: session_token - label: "backup to s3" command: From 50b995412c0b52bb00de88f2efb941940cb0b745 Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Mon, 9 Sep 2024 15:50:29 +0530 Subject: [PATCH 040/147] nats version downgrade Signed-off-by: iamazzeez --- go.sum | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/go.sum b/go.sum index dd1c21cd524..3a66b383765 100644 --- a/go.sum +++ b/go.sum @@ -117,6 +117,7 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= +github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= @@ -366,9 +367,8 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= +github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= -github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= @@ -869,6 +869,7 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4 github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= @@ -885,6 +886,7 @@ github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvq github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= @@ -895,6 +897,7 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= @@ -1131,6 +1134,7 @@ golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= @@ -1287,6 +1291,7 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1352,6 +1357,7 @@ golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1413,6 +1419,7 @@ golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= From f8bb695c18cc5c17527f75664cba38144bcfa742 Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Mon, 9 Sep 2024 21:25:54 +0530 Subject: [PATCH 041/147] nats server upgrade Signed-off-by: iamazzeez --- go.sum | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/go.sum b/go.sum index 3a66b383765..ffe4d4f67a0 100644 --- a/go.sum +++ b/go.sum @@ -117,7 +117,6 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= -github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= @@ -158,7 +157,6 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= @@ -367,8 +365,9 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= -github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= +github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= @@ -705,7 +704,6 @@ github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1/go.mod h1:qccnGMcpgwcNaBnxqpJpWWUiPNr5H3O8eDgGV9gT5To= github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= @@ -736,7 +734,6 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q= github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= @@ -796,8 +793,8 @@ github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/kI= -github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= +github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= +github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= @@ -869,7 +866,6 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4 github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= @@ -886,7 +882,6 @@ github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvq github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= @@ -897,7 +892,6 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= @@ -1134,10 +1128,10 @@ golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= @@ -1240,6 +1234,7 @@ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= @@ -1291,7 +1286,6 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1306,7 +1300,6 @@ golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1330,7 +1323,6 @@ golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1355,9 +1347,7 @@ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1367,6 +1357,7 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1377,6 +1368,7 @@ golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= @@ -1391,6 +1383,7 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= @@ -1419,7 +1412,6 @@ golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= @@ -1479,7 +1471,6 @@ golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= From dac6c9cd6924e0d71ad8148d503a7ad7f5f8ff33 Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Tue, 10 Sep 2024 13:33:56 +0530 Subject: [PATCH 042/147] reverted nates upgrade Signed-off-by: iamazzeez --- go.sum | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/go.sum b/go.sum index ffe4d4f67a0..e8a550de247 100644 --- a/go.sum +++ b/go.sum @@ -117,6 +117,7 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= +github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= @@ -157,6 +158,7 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= +github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= @@ -365,9 +367,8 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= +github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= -github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= @@ -704,6 +705,7 @@ github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1/go.mod h1:qccnGMcpgwcNaBnxqpJpWWUiPNr5H3O8eDgGV9gT5To= github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= +github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= @@ -734,6 +736,7 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q= github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= @@ -793,8 +796,8 @@ github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= -github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= +github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/kI= +github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= @@ -866,6 +869,7 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4 github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= @@ -882,6 +886,7 @@ github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvq github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= @@ -892,6 +897,7 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= @@ -1128,10 +1134,10 @@ golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= @@ -1234,7 +1240,6 @@ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= -golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= @@ -1286,6 +1291,7 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1300,6 +1306,7 @@ golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1323,6 +1330,7 @@ golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1347,7 +1355,9 @@ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1357,7 +1367,6 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1368,7 +1377,6 @@ golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= @@ -1383,7 +1391,6 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= @@ -1412,6 +1419,7 @@ golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= From 63ee3651f6c0912748aef8e662ab8ff270543a07 Mon Sep 17 00:00:00 2001 From: Augusutus <36985548+daveaugustus@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:06:48 +0530 Subject: [PATCH 043/147] Dave/verify private fix 2 (#8579) * Restored license control Signed-off-by: daveaugustus * Added go proxy Signed-off-by: daveaugustus * Updated mod Signed-off-by: daveaugustus * modified test case Signed-off-by: daveaugustus * Added error check for server instance Signed-off-by: daveaugustus * grpc Signed-off-by: daveaugustus * fixed mod Signed-off-by: daveaugustus --------- Signed-off-by: daveaugustus Co-authored-by: daveaugustus --- go.sum | 44 ++++++++++++-------------------------------- 1 file changed, 12 insertions(+), 32 deletions(-) diff --git a/go.sum b/go.sum index e8a550de247..c67eedc434c 100644 --- a/go.sum +++ b/go.sum @@ -117,7 +117,6 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= -github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= @@ -158,7 +157,6 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= @@ -297,7 +295,6 @@ github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.m github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.4.0 h1:0Hedkeb8AtERQoi/wLDxdMr6iOU4g6Mw0RfB2IEpEhk= github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= @@ -367,8 +364,9 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= -github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= -github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= +github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= +github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= @@ -444,7 +442,6 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= @@ -550,17 +547,12 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -github.com/hashicorp/go-hclog v0.9.1/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= -github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-msgpack v1.1.5 h1:9byZdVjKTe5mce63pRVNP1L7UAmdHOTEMGehn6KvJWs= -github.com/hashicorp/go-msgpack v1.1.5/go.mod h1:gWVc3sv/wbDmR3rQsj1CAktEZzoz1YNK9NfGLXJ69/4= github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm8aFp8N3I= github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= @@ -610,9 +602,6 @@ github.com/jaswdr/faker v1.0.2 h1:3iRZztCC4oU67i67qGcyhIxeKgHQQH/iCifJOj3uOSI= github.com/jaswdr/faker v1.0.2/go.mod h1:9S4x1SRPC3m+iLgZTx2HZ0/R1/B0hwuL8uvOAiuJNtg= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha h1:rRYHSFWZ3egaMVREb5NgN17UanLMWM2s7EhG3u/1Yy4= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha/go.mod h1:DAKhNY3KVw+n6uMJ+WIzEs2XHfuQpMu2taSsKOXbTBw= -github.com/jhump/gopoet v0.0.0-20190322174617-17282ff210b3/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= -github.com/jhump/gopoet v0.1.0/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= -github.com/jhump/goprotoc v0.5.0/go.mod h1:VrbvcYrQOrTi3i0Vf+m+oqQWk9l72mjkJCYo7UvLHRQ= github.com/jhump/protoreflect v1.7.1-0.20200723220026-11eaaf73e0ec/go.mod h1:D8nEtk+lKr8kMTMiLayswAtSSeHYDaRYk9r78Cy11mM= github.com/jhump/protoreflect v1.10.3 h1:8ogeubpKh2TiulA0apmGlW5YAH4U1Vi4TINIP+gpNfQ= github.com/jhump/protoreflect v1.10.3/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= @@ -705,7 +694,6 @@ github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1/go.mod h1:qccnGMcpgwcNaBnxqpJpWWUiPNr5H3O8eDgGV9gT5To= github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= @@ -736,7 +724,6 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q= github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= @@ -796,8 +783,8 @@ github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/kI= -github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= +github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= +github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= @@ -869,7 +856,6 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4 github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= @@ -886,7 +872,6 @@ github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvq github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= @@ -897,7 +882,6 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= @@ -1134,10 +1118,10 @@ golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= @@ -1228,10 +1212,10 @@ golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81R golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= @@ -1240,6 +1224,7 @@ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= @@ -1291,7 +1276,6 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1306,7 +1290,6 @@ golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1330,20 +1313,17 @@ golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201202213521-69691e467435/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1355,9 +1335,7 @@ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1367,6 +1345,7 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1377,6 +1356,7 @@ golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= @@ -1391,6 +1371,7 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= @@ -1419,7 +1400,6 @@ golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= From 4dc2f0165ebcd07bbf91eb035fb385515b30de35 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 10 Sep 2024 18:11:45 +0530 Subject: [PATCH 044/147] added go.sum dependency Signed-off-by: daveaugustus --- go.sum | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/go.sum b/go.sum index c67eedc434c..d244f20fb85 100644 --- a/go.sum +++ b/go.sum @@ -117,6 +117,7 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= +github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= @@ -157,6 +158,7 @@ github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= +github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= @@ -365,8 +367,8 @@ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GO github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= -github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= +github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= @@ -547,12 +549,17 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= +github.com/hashicorp/go-hclog v0.9.1/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= +github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= +github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= +github.com/hashicorp/go-msgpack v1.1.5 h1:9byZdVjKTe5mce63pRVNP1L7UAmdHOTEMGehn6KvJWs= +github.com/hashicorp/go-msgpack v1.1.5/go.mod h1:gWVc3sv/wbDmR3rQsj1CAktEZzoz1YNK9NfGLXJ69/4= github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm8aFp8N3I= github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= @@ -694,6 +701,7 @@ github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1/go.mod h1:qccnGMcpgwcNaBnxqpJpWWUiPNr5H3O8eDgGV9gT5To= github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= +github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= @@ -724,6 +732,7 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q= github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= @@ -783,8 +792,8 @@ github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= -github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= +github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/kI= +github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= @@ -856,6 +865,7 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4 github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= @@ -872,6 +882,7 @@ github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvq github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= @@ -882,6 +893,7 @@ github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= @@ -1118,10 +1130,10 @@ golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= @@ -1224,7 +1236,6 @@ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= -golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= @@ -1276,6 +1287,7 @@ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1290,6 +1302,7 @@ golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1313,6 +1326,7 @@ golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1335,7 +1349,9 @@ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1345,7 +1361,6 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1356,7 +1371,6 @@ golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= @@ -1371,7 +1385,6 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= @@ -1400,6 +1413,7 @@ golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= From b305ef40061642f4be6ee81980a8ce329918c300 Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Tue, 10 Sep 2024 19:35:53 +0530 Subject: [PATCH 045/147] license scout fix Signed-off-by: iamazzeez --- .license_scout.yml | 495 ++++++++++++++------------------------------- 1 file changed, 154 insertions(+), 341 deletions(-) diff --git a/.license_scout.yml b/.license_scout.yml index 2905d68d13f..71799b41d5d 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -330,13 +330,10 @@ fallbacks: - license_content: https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE license_id: BSD-Source-Code license_content: https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE - - name: github.com/go-ldap/ldap - license_id: MIT - license_content: https://raw.githubusercontent.com/go-ldap/ldap/master/LICENSE - name: github.com/tinylib/msgp license_id: MIT - license_content: https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE - - name: golang.org/x/crypto + name: github.com/tinylib/msgp + - license_content: https://raw.githubusercontent.com/golang/crypto/master/LICENSE license_id: BSD-3-Clause name: golang.org/x/crypto - license_content: https://github.com/apparentlymart/go-textseg/blob/master/LICENSE @@ -617,65 +614,35 @@ fallbacks: name: github.com/kr/text - license_content: https://raw.githubusercontent.com/mattn/go-ieproxy/master/LICENSE license_id: MIT - name: github.com/mattn/go-ieproxy - - license_content: https://raw.githubusercontent.com/mitchellh/cli/main/LICENSE - license_id: MPL-2.0 - name: github.com/mitchellh/cli - - license_content: https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE + license_content: https://raw.githubusercontent.com/mattn/go-ieproxy/master/LICENSE + - name: github.com/mattn/goveralls license_id: MIT - name: github.com/mitchellh/go-testing-interface - - license_content: https://raw.githubusercontent.com/mitchellh/gox/master/LICENSE + license_content: https://raw.githubusercontent.com/mattn/goveralls/master/LICENSE + - name: github.com/mitchellh/cli license_id: MPL-2.0 - name: github.com/mitchellh/gox - - license_content: https://raw.githubusercontent.com/mitchellh/iochan/master/LICENSE.md - license_id: MIT - name: github.com/mitchellh/iochan - - license_content: https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE - license_id: Apache-2.0 - name: github.com/mwitkow/go-conntrack - - license_content: https://raw.githubusercontent.com/nishanths/predeclared/master/LICENSE - license_id: BSD-3-Clause - name: github.com/nishanths/predeclared - - license_content: https://raw.githubusercontent.com/oklog/ulid/main/LICENSE - license_id: Apache-2.0 - name: github.com/oklog/ulid - - license_content: https://raw.githubusercontent.com/olekukonko/tablewriter/master/LICENSE.md + license_content: https://raw.githubusercontent.com/mitchellh/cli/main/LICENSE + - name: github.com/mitchellh/copystructure license_id: MIT - name: github.com/olekukonko/tablewriter - - license_content: https://raw.githubusercontent.com/onsi/ginkgo/master/LICENSE + license_content: https://raw.githubusercontent.com/mitchellh/copystructure/master/LICENSE + - name: github.com/mitchellh/go-testing-interface license_id: MIT - name: github.com/onsi/ginkgo - - license_content: https://raw.githubusercontent.com/onsi/gomega/master/LICENSE + license_content: https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE + - name: github.com/mitchellh/gox + license_id: MPL-2.0 + license_content: https://raw.githubusercontent.com/mitchellh/gox/master/LICENSE + - name: github.com/mitchellh/iochan license_id: MIT - name: github.com/onsi/gomega - - license_content: https://raw.githubusercontent.com/philhofer/fwd/master/LICENSE.md + license_content: https://raw.githubusercontent.com/mitchellh/iochan/master/LICENSE.md + - name: github.com/mitchellh/reflectwalk license_id: MIT - name: github.com/philhofer/fwd - - license_content: https://raw.githubusercontent.com/pkg/sftp/master/LICENSE - license_id: BSD-2-Clause - name: github.com/pkg/sftp - - license_content: https://raw.githubusercontent.com/posener/complete/v1/LICENSE.txt - license_id: MIT - name: github.com/posener/complete - - license_content: https://raw.githubusercontent.com/prometheus-junkyard/tsdb/master/LICENSE + license_content: https://raw.githubusercontent.com/mitchellh/reflectwalk/main/LICENSE + - name: github.com/mwitkow/go-conntrack license_id: Apache-2.0 - name: github.com/prometheus/tsdb - - license_content: https://raw.githubusercontent.com/r3labs/diff/master/LICENSE - license_id: MPL-2.0 - name: github.com/r3labs/diff - - license_content: https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE + license_content: https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE + - name: github.com/nishanths/predeclared license_id: BSD-3-Clause - name: github.com/rogpeppe/fastuuid - - license_content: https://raw.githubusercontent.com/rogpeppe/go-internal/master/LICENSE - license_id: BSD-3-Clause - name: github.com/rogpeppe/go-internal - - license_content: https://raw.githubusercontent.com/ryanuber/columnize/master/LICENSE - license_id: MIT - name: github.com/ryanuber/columnize - - license_content: https://raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE - license_id: MIT - name: github.com/shurcooL/sanitized_anchor_name - - license_content: https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE + license_content: https://raw.githubusercontent.com/nishanths/predeclared/master/LICENSE + - name: github.com/oklog/run license_id: Apache-2.0 name: github.com/soheilhy/cmu - license_content: https://raw.githubusercontent.com/spaolacci/murmur3/master/LICENSE @@ -1088,140 +1055,68 @@ fallbacks: name: github.com/DataDog/zstd - license_content: https://raw.githubusercontent.com/Sereal/Sereal/master/Go/sereal/LICENSE license_id: BSD-3-Clause - name: github.com/Sereal/Sereal/Go/sereal - - license_content: https://raw.githubusercontent.com/ajstarks/svgo/master/LICENSE + license_content: https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE + - name: github.com/rogpeppe/go-internal license_id: BSD-3-Clause - name: github.com/ajstarks/svgo - - license_content: https://raw.githubusercontent.com/alecthomas/kingpin/master/COPYING - license_id: BSD-3-Clause - name: github.com/alecthomas/kingpin/v2 - - license_content: https://github.com/apparentlymart/go-textseg/blob/master/LICENSE - license_id: BSD-3-Clause - name: github.com/apparentlymart/go-textseg/v13 - - license_content: https://github.com/apparentlymart/go-textseg/blob/master/LICENSE - license_id: BSD-3-Clause - name: github.com/apparentlymart/go-textseg/v15 - - license_content: https://raw.githubusercontent.com/aws/aws-sdk-go/main/LICENSE.txt - license_id: Apache-2.0 - name: github.com/aws/aws-sdk-go - - license_content: https://raw.githubusercontent.com/benbjohnson/clock/master/LICENSE + license_content: https://raw.githubusercontent.com/rogpeppe/go-internal/master/LICENSE + - name: github.com/ryanuber/columnize license_id: MIT - name: github.com/benbjohnson/clock - - license_content: https://raw.githubusercontent.com/chromedp/cdproto/master/LICENSE + license_content: https://raw.githubusercontent.com/ryanuber/columnize/master/LICENSE + - name: github.com/ryanuber/go-glob license_id: MIT - name: github.com/chromedp/cdproto - - license_content: https://raw.githubusercontent.com/chromedp/chromedp/master/LICENSE + license_content: https://raw.githubusercontent.com/ryanuber/go-glob/master/LICENSE + - name: github.com/sergi/go-diff license_id: MIT - name: github.com/chromedp/chromedp - - license_content: https://raw.githubusercontent.com/chromedp/sysutil/master/LICENSE + license_content: https://raw.githubusercontent.com/sergi/go-diff/master/LICENSE + - name: github.com/shurcooL/sanitized_anchor_name license_id: MIT - name: github.com/chromedp/sysutil - - license_content: https://raw.githubusercontent.com/cncf/xds/main/LICENSE + license_content: https://raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE + - name: github.com/soheilhy/cmu license_id: Apache-2.0 - name: github.com/cncf/xds/go - - license_content: https://raw.githubusercontent.com/creack/pty/master/LICENSE - license_id: BSD-3-Clause - name: github.com/creack/pty - - license_content: https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE - license_id: ISC - name: github.com/davecgh/go-spew - - license_content: https://raw.githubusercontent.com/davecgh/go-xdr/master/LICENSE + license_content: https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE + - name: github.com/spaolacci/murmur3 license_id: BSD-3-Clause - name: github.com/davecgh/go-xdr - - license_content: https://raw.githubusercontent.com/denisenkom/go-mssqldb/master/LICENSE.txt + license_content: https://raw.githubusercontent.com/spaolacci/murmur3/master/LICENSE + - name: github.com/tideland/golib license_id: BSD-3-Clause - name: github.com/denisenkom/go-mssqldb - - license_content: https://raw.githubusercontent.com/fogleman/gg/master/LICENSE.md - license_id: BSD-3-Clause - name: github.com/fogleman/gg - - license_content: https://raw.githubusercontent.com/frankban/quicktest/master/LICENSE - license_id: BSD-3-Clause - name: github.com/frankban/quicktest - - license_content: https://raw.githubusercontent.com/gin-contrib/sse/master/LICENSE - license_id: MIT - name: github.com/gin-contrib/sse - - license_content: https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE - license_id: MIT - name: github.com/gin-gonic/gin - - license_content: https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE - license_id: MIT - name: github.com/go-logr/logr - - license_content: https://raw.githubusercontent.com/go-logr/stdr/master/LICENSE - license_id: Apache-2.0 - name: github.com/go-logr/stdr - - license_content: https://raw.githubusercontent.com/go-playground/assert/master/LICENSE - license_id: MIT - name: github.com/go-playground/assert/v2 - - license_content: https://raw.githubusercontent.com/go-playground/locales/master/LICENSE + license_content: https://raw.githubusercontent.com/tideland/golib/master/LICENSE + - name: github.com/tmc/grpc-websocket-proxy license_id: MIT - name: github.com/go-playground/locales - - license_content: https://raw.githubusercontent.com/go-playground/universal-translator/master/LICENSE + license_content: https://raw.githubusercontent.com/tmc/grpc-websocket-proxy/master/LICENSE + - name: github.com/tv42/httpunix license_id: MIT - name: github.com/go-playground/universal-translator - - license_content: https://raw.githubusercontent.com/go-playground/validator/master/LICENSE - license_id: MIT - name: github.com/go-playground/validator/v10 - - license_content: https://raw.githubusercontent.com/gobwas/httphead/master/LICENSE - license_id: MIT - name: github.com/gobwas/httphead - - license_content: https://raw.githubusercontent.com/gobwas/pool/master/LICENSE + license_content: https://raw.githubusercontent.com/tv42/httpunix/master/LICENSE + - name: github.com/vmihailenco/msgpack + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/vmihailenco/msgpack/v5/LICENSE + - name: github.com/xiang90/probing + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/xiang90/probing/master/LICENSE + - name: github.com/xlab/treeprint license_id: MIT - name: github.com/gobwas/pool - - license_content: https://raw.githubusercontent.com/gobwas/ws/master/LICENSE + license_content: https://raw.githubusercontent.com/xlab/treeprint/master/LICENSE + - name: github.com/yuin/goldmark license_id: MIT - name: github.com/gobwas/ws - - license_content: https://raw.githubusercontent.com/golang-sql/civil/master/LICENSE + license_content: https://raw.githubusercontent.com/yuin/goldmark/master/LICENSE + - name: go.uber.org/tools license_id: MIT - name: github.com/golang-sql/civil - - license_content: https://raw.githubusercontent.com/golang/freetype/master/LICENSE + license_content: https://raw.githubusercontent.com/uber-go/tools/master/LICENSE + - name: golang.org/x/image license_id: BSD-3-Clause - name: github.com/golang/freetype - - license_content: https://raw.githubusercontent.com/golang/glog/master/LICENSE - license_id: Apache-2.0 - name: github.com/golang/glog - - license_content: https://raw.githubusercontent.com/golang/groupcache/master/LICENSE - license_id: Apache-2.0 - name: github.com/golang/groupcache - - license_content: https://raw.githubusercontent.com/golang/mock/main/LICENSE - license_id: Apache-2.0 - name: github.com/golang/mock - - license_content: https://raw.githubusercontent.com/golang/snappy/master/LICENSE + license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE + - name: github.com/nats-io/jwt/v2 license_id: Apache-2.0 - name: github.com/golang/snappy - - license_content: https://raw.githubusercontent.com/google/go-pkcs11/main/LICENSE - license_id: Apache-2.0 - name: github.com/google/go-pkcs11 - - license_content: https://raw.githubusercontent.com/googleapis/google-cloud-go-testing/master/LICENSE - license_id: Apache-2.0 - name: github.com/googleapis/google-cloud-go-testing - - license_content: https://raw.githubusercontent.com/json-iterator/go/master/LICENSE - license_id: MIT - name: github.com/json-iterator/go - - license_content: https://raw.githubusercontent.com/jstemmer/go-junit-report/master/LICENSE + license_content: https://github.com/nats-io/jwt/blob/main/LICENSE + - name: golang.org/x/mobile license_id: BSD-3-Clause - name: github.com/jstemmer/go-junit-report - - license_content: https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE - license_id: MIT - name: github.com/jung-kurt/gofpdf - - license_content: https://raw.githubusercontent.com/ledongthuc/pdf/master/LICENSE + license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE + - name: golang.org/x/time license_id: BSD-3-Clause - name: github.com/ledongthuc/pdf - - license_content: https://raw.githubusercontent.com/leodido/go-urn/master/LICENSE - license_id: MIT - name: github.com/leodido/go-urn - - license_content: https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE - license_id: Apache-2.0 - name: github.com/modern-go/concurrent - - license_content: https://raw.githubusercontent.com/modern-go/reflect2/master/LICENSE - license_id: Apache-2.0 - name: github.com/modern-go/reflect2 - - license_content: https://raw.githubusercontent.com/montanaflynn/stats/master/LICENSE - license_id: MIT - name: github.com/montanaflynn/stats - - license_content: https://raw.githubusercontent.com/niemeyer/pretty/master/License + license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE + - name: golang.org/x/time license_id: BSD-3-Clause - name: github.com/niemeyer/pretty - - license_content: https://raw.githubusercontent.com/orisano/pixelmatch/master/LICENSE + license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE + - name: gopkg.in/airbrake/gobrake.v2 license_id: MIT name: github.com/orisano/pixelmatch - license_content: https://raw.githubusercontent.com/pkg/diff/main/LICENSE @@ -1235,195 +1130,113 @@ fallbacks: name: github.com/savsgio/gotils - license_content: https://raw.githubusercontent.com/ugorji/go/master/LICENSE license_id: MIT - name: github.com/ugorji/go/codec - - license_content: https://raw.githubusercontent.com/ugorji/go/master/LICENSE - license_id: MIT - name: github.com/ugorji/go - - license_content: https://raw.githubusercontent.com/vmihailenco/msgpack/v5/LICENSE - license_id: BSD-3-Clause - name: github.com/vmihailenco/msgpack/v5 - - license_content: https://raw.githubusercontent.com/vmihailenco/tagparser/master/LICENSE - license_id: BSD-3-Clause - name: github.com/vmihailenco/tagparser/v2 - - license_content: https://raw.githubusercontent.com/vmihailenco/tagparser/master/LICENSE - license_id: Apache-2.0 - name: github.com/xdg-go/pbkdf2 - - license_content: https://raw.githubusercontent.com/xdg-go/scram/master/LICENSE - license_id: Apache-2.0 - name: github.com/xdg-go/scram - - license_content: https://raw.githubusercontent.com/xdg-go/stringprep/master/LICENSE - license_id: Apache-2.0 - name: github.com/xdg-go/stringprep - - license_content: https://raw.githubusercontent.com/xhit/go-str2duration/master/LICENSE + license_content: https://raw.githubusercontent.com/alecthomas/kingpin/master/COPYING + - name: gopkg.in/errgo.v2 license_id: BSD-3-Clause - name: github.com/xhit/go-str2duration - - license_content: https://raw.githubusercontent.com/youmark/pkcs8/master/LICENSE + license_content: https://raw.githubusercontent.com/go-errgo/errgo/v1/LICENSE + - name: gopkg.in/gemnasium/logrus-airbrake-hook.v2 license_id: MIT - name: github.com/youmark/pkcs8 - - license_content: https://raw.githubusercontent.com/zclconf/go-cty-debug/master/LICENSE + license_content: https://raw.githubusercontent.com/gemnasium/logrus-airbrake-hook/master/LICENSE + - name: gopkg.in/resty.v1 license_id: MIT - name: github.com/zclconf/go-cty-debug - - license_content: https://raw.githubusercontent.com/etcd-io/gofail/master/LICENSE - license_id: Apache-2.0 - name: go.etcd.io/gofail - - license_content: https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE - license_id: Apache-2.0 - name: go.opentelemetry.io/otel/metric - - license_content: https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE - license_id: Apache-2.0 - name: go.opentelemetry.io/otel - - license_content: https://raw.githubusercontent.com/uber-go/goleak/master/LICENSE + license_content: https://raw.githubusercontent.com/go-resty/resty/master/LICENSE + - name: pack.ag/amqp license_id: MIT - name: go.uber.org/goleak - - license_content: https://raw.githubusercontent.com/gonum/gonum/master/LICENSE + license_content: https://raw.githubusercontent.com/vcabbage/amqp/master/LICENSE + - name: rsc.io/binaryregexp license_id: BSD-3-Clause - name: gonum.org/v1/gonum - - license_content: https://raw.githubusercontent.com/gonum/netlib/master/LICENSE - license_id: BSD-3-Clause - name: gonum.org/v1/netlib - - license_content: https://raw.githubusercontent.com/gonum/plot/master/LICENSE - license_id: BSD-3-Clause - name: gonum.org/v1/plot - - license_content: https://raw.githubusercontent.com/googleapis/go-genproto/main/LICENSE - license_id: Apache-2.0 - name: google.golang.org/genproto - - license_content: https://raw.githubusercontent.com/go-mgo/mgo/v2/LICENSE + license_content: https://raw.githubusercontent.com/rsc/binaryregexp/master/LICENSE + - name: rsc.io/goversion license_id: BSD-3-Clause - name: gopkg.in/mgo.v2 - - license_content: https://raw.githubusercontent.com/vmihailenco/msgpack/v2.9.2/LICENSE + license_content: https://raw.githubusercontent.com/rsc/goversion/master/LICENSE + - name: rsc.io/quote/v3 license_id: BSD-3-Clause - name: gopkg.in/vmihailenco/msgpack.v2 - - license_content: https://raw.githubusercontent.com/coder/websocket/master/LICENSE.txt + license_content: https://raw.githubusercontent.com/rsc/quote/master/LICENSE + - name: rsc.io/sampler license_id: BSD-3-Clause - name: nhooyr.io/websocket - - license_content: https://raw.githubusercontent.com/rsc/pdf/master/LICENSE - license_id: BSD-3-Clause - name: rsc.io/pdf - - license_content: https://raw.githubusercontent.com/googleapis/gax-go/main/LICENSE - license_id: BSD-3-Clause - name: github.com/googleapis/gax-go - - license_content: https://raw.githubusercontent.com/savsgio/dictpool/master/LICENSE + license_content: https://raw.githubusercontent.com/rsc/sampler/master/LICENSE + - name: github.com/soheilhy/cmux license_id: Apache-2.0 - name: github.com/savsgio/dictpool - - - license_content: https://raw.githubusercontent.com/Azure/go-ansiterm/master/LICENSE + license_content: https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE + - name: go.uber.org/automaxprocs license_id: MIT - name: github.com/Azure/go-ansiterm + license_content: https://raw.githubusercontent.com/uber-go/tools/master/LICENSE - - license_content: https://raw.githubusercontent.com/Microsoft/hcsshim/master/LICENSE - license_id: MIT - name: github.com/Microsoft/hcsshim - - - license_content: https://raw.githubusercontent.com/armon/consul-api/master/LICENSE + habitat: + - name: chef/mlsa + license_id: Chef-MLSA + license_content: https://gist.githubusercontent.com/chef-ci/6cd978229702e9cb35dbd7d29a162a22/raw/c4377c5875af52228e459e68f137d3035793c9cd/chef-mlsa.txt + - name: core/ruby + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING + - name: core/ruby25 + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING + - name: core/ruby26 + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING + - name: core/ruby27 + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING + - name: core/cacerts license_id: MPL-2.0 - name: github.com/armon/consul-api - - license_content: https://raw.githubusercontent.com/cenkalti/backoff/master/LICENSE + license_content: https://curl.haxx.se/docs/caextract.html + - name: core/mpfr (3.1.4-*) + license_id: LGPL-3.0-or-later + license_content: http://www.mpfr.org + - name: core/bundler license_id: MIT - name: github.com/cenkalti/backoff - - license_content: https://raw.githubusercontent.com/cockroachdb/datadriven/master/LICENSE - license_id: Apache-2.0 - name: github.com/cockroachdb/datadriven - - - license_content: https://raw.githubusercontent.com/containerd/cgroups/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/cgroups - - license_content: https://raw.githubusercontent.com/containerd/console/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/console - - license_content: https://raw.githubusercontent.com/containerd/containerd/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/containerd - - license_content: https://raw.githubusercontent.com/containerd/continuity/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/continuity - - license_content: https://raw.githubusercontent.com/containerd/fifo/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/fifo - - license_content: https://raw.githubusercontent.com/containerd/go-runc/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/go-runc - - license_content: https://raw.githubusercontent.com/containerd/ttrpc/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/ttrpc - - license_content: https://raw.githubusercontent.com/containerd/typeurl/master/LICENSE - license_id: Apache-2.0 - name: github.com/containerd/typeurl - - - license_content: https://raw.githubusercontent.com/coreos/go-etcd/master/LICENSE - license_id: Apache-2.0 - name: github.com/coreos/go-etcd - - license_content: https://raw.githubusercontent.com/docker/distribution/master/LICENSE - license_id: Apache-2.0 - name: github.com/docker/distribution - - - license_content: https://raw.githubusercontent.com/go-redis/redis/master/LICENSE - license_id: BSD-2-Clause - name: github.com/go-redis/redis - - license_content: https://raw.githubusercontent.com/mattn/go-sqlite3/master/LICENSE + license_content: https://raw.githubusercontent.com/bundler/bundler/master/LICENSE.md + - name: core/sqitch_pg license_id: MIT - name: github.com/mattn/go-sqlite3 - - - license_content: https://raw.githubusercontent.com/godbus/dbus/master/LICENSE - license_id: BSD-2-Clause - name: github.com/godbus/dbus - - license_content: https://raw.githubusercontent.com/gorilla/context/master/LICENSE - license_id: BSD-3-Clause - name: github.com/gorilla/context - - license_content: https://raw.githubusercontent.com/morikuni/aec/master/LICENSE + license_content: https://raw.githubusercontent.com/sqitchers/sqitch/master/LICENSE.md + nodejs: + - name: arraybuffer.slice license_id: MIT - name: github.com/morikuni/aec - - - license_content: https://raw.githubusercontent.com/opencontainers/runc/master/LICENSE - license_id: Apache-2.0 - name: github.com/opencontainers/runc - - license_content: https://raw.githubusercontent.com/opencontainers/runtime-spec/master/LICENSE - license_id: Apache-2.0 - name: github.com/opencontainers/runtime-spec - - license_content: https://raw.githubusercontent.com/opencontainers/runtime-tools/master/LICENSE - license_id: Apache-2.0 - name: github.com/opencontainers/runtime-tools - - - license_content: https://raw.githubusercontent.com/satori/go.uuid/master/LICENSE + license_content: https://raw.githubusercontent.com/rase-/arraybuffer.slice/master/LICENCE + - name: better-assert license_id: MIT - name: github.com/satori/go.uuid - - license_content: https://raw.githubusercontent.com/syndtr/gocapability/master/LICENSE - license_id: BSD-2-Clause - name: github.com/syndtr/gocapability - - license_content: https://raw.githubusercontent.com/testcontainers/testcontainers-go/master/LICENSE + license_content: https://raw.githubusercontent.com/tj/better-assert/master/LICENSE + - name: bytes license_id: MIT - name: github.com/testcontainers/testcontainers-go - - license_content: https://raw.githubusercontent.com/urfave/cli/master/LICENSE + license_content: https://raw.githubusercontent.com/visionmedia/bytes.js/master/LICENSE + - name: component-bind license_id: MIT - name: github.com/urfave/cli - - - license_content: https://raw.githubusercontent.com/xeipuuv/gojsonpointer/master/LICENSE-APACHE-2.0.txt - license_id: Apache-2.0 - name: github.com/xeipuuv/gojsonpointer - - license_content: https://raw.githubusercontent.com/xeipuuv/gojsonreference/master/LICENSE-APACHE-2.0.txt - license_id: Apache-2.0 - name: github.com/xeipuuv/gojsonreference - - license_content: https://raw.githubusercontent.com/xeipuuv/gojsonschema/master/LICENSE-APACHE-2.0.txt - license_id: Apache-2.0 - name: github.com/xeipuuv/gojsonschema - - license_content: https://raw.githubusercontent.com/xordataexchange/crypt/master/LICENSE + license_content: https://raw.githubusercontent.com/component/bind/master/LICENSE + - name: options license_id: MIT - name: github.com/xordataexchange/crypt - - - license_content: https://raw.githubusercontent.com/etcd-io/etcd/master/LICENSE - license_id: Apache-2.0 - name: go.etcd.io/etcd - - license_content: https://raw.githubusercontent.com/gotestyourself/gotest.tools/master/LICENSE - license_id: Apache-2.0 - name: gotest.tools - - license_content: https://raw.githubusercontent.com/kubernetes/kubernetes/master/LICENSE - license_id: Apache-2.0 - name: k8s.io/kubernetes - - license_content: https://raw.githubusercontent.com/kubernetes-sigs/testing_frameworks/master/LICENSE - license_id: Apache-2.0 - name: sigs.k8s.io/testing_frameworks - - license_content: https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/LICENSE + license_content: https://raw.githubusercontent.com/einaros/options.js/master/README.md + - name: uglify-js (2.3.6) + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/mishoo/UglifyJS2/v2.3.6/LICENSE + - name: rrule + license_id: BSD-3-Clause + license_content: https://raw.githubusercontent.com/jakubroztocil/rrule/master/LICENCE + - name: chownr + license_id: BlueOak-1.0.0 + license_content: https://raw.githubusercontent.com/isaacs/chownr/main/LICENSE.md + - name: jackspeak + license_id: BlueOak-1.0.0 + license_content: https://raw.githubusercontent.com/isaacs/jackspeak/main/LICENSE.md + - name: package-json-from-dist + license_id: BlueOak-1.0.0 + license_content: https://raw.githubusercontent.com/isaacs/package-json-from-dist/main/LICENSE.md + - name: path-scurry + license_id: BlueOak-1.0.0 + license_content: https://raw.githubusercontent.com/isaacs/path-scurry/main/LICENSE.md + - name: yallist + license_id: BlueOak-1.0.0 + license_content: https://raw.githubusercontent.com/isaacs/yallist/main/LICENSE.md + ruby: + - name: syslog-logger license_id: MIT - name: sigs.k8s.io/yaml + license_content: https://raw.githubusercontent.com/ngmoco/syslog_logger/master/README.rdoc + - name: net-telnet + license_id: Ruby + license_content: https://raw.githubusercontent.com/ruby/net-telnet/master/LICENSE.txt + - name: unf + license_id: BSD-2-Clause + license_content: https://raw.githubusercontent.com/knu/ruby-unf/master/LICENSE exceptions: habitat: From 9e15d5930d1d62cc7cce17346562b34c43e3749f Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Wed, 11 Sep 2024 01:38:06 +0530 Subject: [PATCH 046/147] repo health fix Signed-off-by: iamazzeez --- scripts/repo_health.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 31779f5f5e0..5218635c0ad 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -29,6 +29,7 @@ yml2json() { ruby -ryaml -rjson -e 'puts JSON.pretty_generate(YAML.load(ARGF))' "$1" } + echo "Checking if Golang license fallbacks/exceptions are needed" # Convert the YAML to JSON From 75cf131cf4e3f32679f0129d5f88a75a6548264c Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 11 Sep 2024 11:36:54 +0530 Subject: [PATCH 047/147] modified pacnic check Signed-off-by: daveaugustus --- integration/helpers/testing.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/integration/helpers/testing.sh b/integration/helpers/testing.sh index 5b49ebb8cb4..19e0bca88de 100644 --- a/integration/helpers/testing.sh +++ b/integration/helpers/testing.sh @@ -48,9 +48,15 @@ verify_packages() { no_panic_check() { log_info "Checking for Go panics in the logs" - if journalctl -u chef-automate | grep 'panic: ';then + + if journalctl -u chef-automate -n 1000 | grep -q 'panic: '; then log_error "Found possible panic in the logs!" + + journalctl -u chef-automate -n 1000 | grep 'panic: ' + log_error "See uploaded logs for details." return 1 + else + log_info "No Go panics found in the logs." fi } \ No newline at end of file From 770bc45dcd761d448c7a2e34a092886e957c2859 Mon Sep 17 00:00:00 2001 From: Augusutus <36985548+daveaugustus@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:54:23 +0530 Subject: [PATCH 048/147] Update storage.go --- components/license-control-service/pkg/storage/storage.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/license-control-service/pkg/storage/storage.go b/components/license-control-service/pkg/storage/storage.go index 2b4aed7d875..4c6ef9e50b5 100644 --- a/components/license-control-service/pkg/storage/storage.go +++ b/components/license-control-service/pkg/storage/storage.go @@ -129,7 +129,11 @@ func (p *PGBackend) Init(ctx context.Context, l *keys.LicenseParser) error { err = migrator.Migrate(p.pgURL, p.migrationPath, logger.NewLogrusStandardLogger(), false) if err != nil { - return errors.Wrap(err, "failed to apply database schema") + if strings.Contains(err.Error(), "duplicate key value violates unique constraint") { + log.Warn("Skipping migration as it has already been applied") + } else { + return errors.Wrap(err, "failed to apply database schema") + } } // Ensure 'licenses' table exists From 4fd6a636596f16a0acede7870e33b2e19944b0fe Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 11 Sep 2024 12:01:38 +0530 Subject: [PATCH 049/147] undefined log Signed-off-by: daveaugustus --- .../license-control-service/pkg/storage/storage.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/license-control-service/pkg/storage/storage.go b/components/license-control-service/pkg/storage/storage.go index 4c6ef9e50b5..b86d7911696 100644 --- a/components/license-control-service/pkg/storage/storage.go +++ b/components/license-control-service/pkg/storage/storage.go @@ -129,11 +129,11 @@ func (p *PGBackend) Init(ctx context.Context, l *keys.LicenseParser) error { err = migrator.Migrate(p.pgURL, p.migrationPath, logger.NewLogrusStandardLogger(), false) if err != nil { - if strings.Contains(err.Error(), "duplicate key value violates unique constraint") { - log.Warn("Skipping migration as it has already been applied") - } else { - return errors.Wrap(err, "failed to apply database schema") - } + if strings.Contains(err.Error(), "duplicate key value violates unique constraint") { + logrus.Warn("Skipping migration as it has already been applied") + } else { + return errors.Wrap(err, "failed to apply database schema") + } } // Ensure 'licenses' table exists From 12489190774d560fd751493a2992103557f25ce8 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 11 Sep 2024 12:19:33 +0530 Subject: [PATCH 050/147] Test Signed-off-by: daveaugustus --- components/license-control-service/pkg/storage/storage.go | 6 ++++++ .../license-control-service/pkg/storage/storage_test.go | 3 +++ 2 files changed, 9 insertions(+) diff --git a/components/license-control-service/pkg/storage/storage.go b/components/license-control-service/pkg/storage/storage.go index b86d7911696..084a239525c 100644 --- a/components/license-control-service/pkg/storage/storage.go +++ b/components/license-control-service/pkg/storage/storage.go @@ -127,6 +127,12 @@ func (p *PGBackend) Init(ctx context.Context, l *keys.LicenseParser) error { } p.db = d + if err := p.db.Ping(); err != nil { + logrus.Error("cannot connect to the db") + } + + logrus.Error("connected to the db") + err = migrator.Migrate(p.pgURL, p.migrationPath, logger.NewLogrusStandardLogger(), false) if err != nil { if strings.Contains(err.Error(), "duplicate key value violates unique constraint") { diff --git a/components/license-control-service/pkg/storage/storage_test.go b/components/license-control-service/pkg/storage/storage_test.go index cc67f581a7c..5ded4cd5e13 100644 --- a/components/license-control-service/pkg/storage/storage_test.go +++ b/components/license-control-service/pkg/storage/storage_test.go @@ -3,6 +3,7 @@ package storage_test import ( "context" "database/sql" + "fmt" "io/ioutil" "os" "strings" @@ -49,6 +50,8 @@ func TestPGBackend(t *testing.T) { } t.Run("Init should succeed with non-existent legacy migration file", func(t *testing.T) { defer resetDB(t) + fmt.Printf("pgURL: %v\n", pgURL) + backend := storage.NewCurrentBackend(pgURL, "../../migrations", "/definitely/should/not/exist") err = backend.Init(context.Background(), keys.NewLicenseParser(keys.BuiltinKeyData)) From 0b9901048a990e31dfb135ebebe67eebc49d5b1b Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 11 Sep 2024 12:41:11 +0530 Subject: [PATCH 051/147] Revised the test cases Signed-off-by: daveaugustus --- .../license-control-service/pkg/storage/storage.go | 12 +----------- .../pkg/storage/storage_test.go | 3 --- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/components/license-control-service/pkg/storage/storage.go b/components/license-control-service/pkg/storage/storage.go index 084a239525c..2b4aed7d875 100644 --- a/components/license-control-service/pkg/storage/storage.go +++ b/components/license-control-service/pkg/storage/storage.go @@ -127,19 +127,9 @@ func (p *PGBackend) Init(ctx context.Context, l *keys.LicenseParser) error { } p.db = d - if err := p.db.Ping(); err != nil { - logrus.Error("cannot connect to the db") - } - - logrus.Error("connected to the db") - err = migrator.Migrate(p.pgURL, p.migrationPath, logger.NewLogrusStandardLogger(), false) if err != nil { - if strings.Contains(err.Error(), "duplicate key value violates unique constraint") { - logrus.Warn("Skipping migration as it has already been applied") - } else { - return errors.Wrap(err, "failed to apply database schema") - } + return errors.Wrap(err, "failed to apply database schema") } // Ensure 'licenses' table exists diff --git a/components/license-control-service/pkg/storage/storage_test.go b/components/license-control-service/pkg/storage/storage_test.go index 5ded4cd5e13..cc67f581a7c 100644 --- a/components/license-control-service/pkg/storage/storage_test.go +++ b/components/license-control-service/pkg/storage/storage_test.go @@ -3,7 +3,6 @@ package storage_test import ( "context" "database/sql" - "fmt" "io/ioutil" "os" "strings" @@ -50,8 +49,6 @@ func TestPGBackend(t *testing.T) { } t.Run("Init should succeed with non-existent legacy migration file", func(t *testing.T) { defer resetDB(t) - fmt.Printf("pgURL: %v\n", pgURL) - backend := storage.NewCurrentBackend(pgURL, "../../migrations", "/definitely/should/not/exist") err = backend.Init(context.Background(), keys.NewLicenseParser(keys.BuiltinKeyData)) From 85181d2c11503697707bc29fb2f3bd1b7e7a9c01 Mon Sep 17 00:00:00 2001 From: iamazzeez Date: Thu, 12 Sep 2024 12:14:54 +0530 Subject: [PATCH 052/147] all go upgrade latest fixes Signed-off-by: iamazzeez --- scripts/repo_health.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 5218635c0ad..31779f5f5e0 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -29,7 +29,6 @@ yml2json() { ruby -ryaml -rjson -e 'puts JSON.pretty_generate(YAML.load(ARGF))' "$1" } - echo "Checking if Golang license fallbacks/exceptions are needed" # Convert the YAML to JSON From 30e9e78a5ea50d7a27295903a222f39c124a463a Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 18 Sep 2024 16:29:12 +0530 Subject: [PATCH 053/147] Pipeline for LTS Channel and go_1_22.4 Signed-off-by: daveaugustus --- .expeditor/generate-automate-cli-docs.sh | 2 +- .expeditor/license_scout.sh | 2 +- .expeditor/verify.pipeline.yml | 4 ++-- .expeditor/verify_private.pipeline.yml | 4 ++-- .studio/common | 4 +++- .studio/compliance-service | 2 +- components/automate-dex/habitat/plan.sh | 2 +- components/automate-scaffolding-go/habitat/plan.sh | 2 +- components/backup-gateway/habitat/plan.sh | 2 +- scripts/install_golang.sh | 2 +- scripts/repo_health.sh | 2 +- 11 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.expeditor/generate-automate-cli-docs.sh b/.expeditor/generate-automate-cli-docs.sh index de4c548fe00..b7aea992249 100755 --- a/.expeditor/generate-automate-cli-docs.sh +++ b/.expeditor/generate-automate-cli-docs.sh @@ -2,7 +2,7 @@ set -eou pipefail # bumping expeditor to go 1.22 -hab pkg install --binlink core/go22 --force +hab pkg install --binlink core/go1_22/1.22.4 --force pushd components/automate-cli make docs diff --git a/.expeditor/license_scout.sh b/.expeditor/license_scout.sh index 804cf9ddc5f..029029166af 100755 --- a/.expeditor/license_scout.sh +++ b/.expeditor/license_scout.sh @@ -43,7 +43,7 @@ gem install license_scout -v 2.5.1 log "Finished Installing License Scout" log_section_start "Installing Go 1.22.5" -hab pkg install --force --binlink core/go22/1.22.5 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" +hab pkg install --force --binlink core/go1_22/1.22.4 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" go version log "Finished Installing Go 1.22.5" diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index eb10328b937..8ace3eb050b 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -1,7 +1,7 @@ env: DOCKER_CONFIG: /var/lib/buildkite-agent/.docker - HAB_BLDR_CHANNEL: "stable" - HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable" + HAB_BLDR_CHANNEL: "LTS-2024" + HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024" # Use the Go module mirror and checksum database by default. # See https://proxy.golang.org for details. GOPROXY: "https://proxy.golang.org,direct" diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml index 6c5dd88949a..265ac8faff5 100644 --- a/.expeditor/verify_private.pipeline.yml +++ b/.expeditor/verify_private.pipeline.yml @@ -4,10 +4,10 @@ env: DOCKER_CONFIG: /var/lib/buildkite-agent/.docker - HAB_BLDR_CHANNEL: "stable" + HAB_BLDR_CHANNEL: "LTS-2024" #HAB_STUDIO_SECRET_HAB_BLDR_CHANNEL: "curl8" #HAB_FALLBACK_CHANNEL: "stable" - HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable" + HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024" GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org" PGGSSENCMODE: "disable" diff --git a/.studio/common b/.studio/common index 1d3c79afe06..53613c75e50 100644 --- a/.studio/common +++ b/.studio/common @@ -98,7 +98,7 @@ function link_component_bin() { } function desired_golang_ident() { - echo "core/go22/$(cat /src/GOLANG_VERSION)" + echo "core/go1_22/1.22.4/$(cat /src/GOLANG_VERSION)" } function verify_components_have_platform_config() { @@ -209,6 +209,8 @@ function build() { hab_build=/bin/build fi + echo "Building from channel: $HAB_BLDR_CHANNEL" + # Support prior hab versions if [ -f /hab/bin/build ]; then hab_build=/hab/bin/build diff --git a/.studio/compliance-service b/.studio/compliance-service index f07d0888186..98c99ea297f 100644 --- a/.studio/compliance-service +++ b/.studio/compliance-service @@ -146,7 +146,7 @@ function load_scan_jobs() { # shellcheck disable=SC1091 source dev/secrets-env.sh pushd dev-docs/adding-data &> /dev/null - iinstall_if_missing core/go22 go + iinstall_if_missing core/go1_22/1.22.4 go go run add_scanjobs.go popd &> /dev/null fi diff --git a/components/automate-dex/habitat/plan.sh b/components/automate-dex/habitat/plan.sh index 10586bb5c07..6a430a07bc9 100644 --- a/components/automate-dex/habitat/plan.sh +++ b/components/automate-dex/habitat/plan.sh @@ -28,7 +28,7 @@ pkg_deps=( core/curl # health_check hook ) -pkg_build_deps=(core/go22 core/git core/gcc) +pkg_build_deps=(core/go1_22/1.22.4 core/git core/gcc) pkg_scaffolding="${local_scaffolding_origin:-chef}/automate-scaffolding" diff --git a/components/automate-scaffolding-go/habitat/plan.sh b/components/automate-scaffolding-go/habitat/plan.sh index 235a4afc5f8..24affc1011a 100644 --- a/components/automate-scaffolding-go/habitat/plan.sh +++ b/components/automate-scaffolding-go/habitat/plan.sh @@ -11,7 +11,7 @@ pkg_version="0.1.0" pkg_license=('Chef-MLSA') pkg_source=nosuchfile.tar.gz pkg_deps=( - core/go22/1.22.5/20240712112719 # This is only pinned to force a scaffolding rebuild to this version + core/go1_22/1.22.4 # This is only pinned to force a scaffolding rebuild to this version core/git ) diff --git a/components/backup-gateway/habitat/plan.sh b/components/backup-gateway/habitat/plan.sh index 906eacae37a..503c82c118f 100644 --- a/components/backup-gateway/habitat/plan.sh +++ b/components/backup-gateway/habitat/plan.sh @@ -6,7 +6,7 @@ pkg_version="0.1.0" pkg_origin=chef pkg_maintainer="Chef Software Inc. " pkg_license=('Apache-2.0') -pkg_build_deps=(core/go22 core/git core/gcc) +pkg_build_deps=(core/go1_22/1.22.4 core/git core/gcc) pkg_bin_dirs=(bin) pkg_deps=( diff --git a/scripts/install_golang.sh b/scripts/install_golang.sh index 496db2b2cc7..2b322177922 100755 --- a/scripts/install_golang.sh +++ b/scripts/install_golang.sh @@ -15,7 +15,7 @@ desired_golang_version() { install_hab_go() { local ident - ident="core/go22/$(desired_golang_version)" + ident="core/go1_22/1.22.4/$(desired_golang_version)" hab pkg install "$ident" hab pkg binlink "$ident" go --force hab pkg binlink "$ident" gofmt --force diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 31779f5f5e0..9171f1dfd25 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -12,7 +12,7 @@ export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" hab pkg install -b core/git core/ruby core/jq-static core/shellcheck core/cacerts -hab pkg install -b "core/go22/$(desired_golang_version)" +hab pkg install -b "core/go1_22/1.22.4/$(desired_golang_version)" echo "Checking Go Dependencies And Vendored Protos" go mod verify From 84068289539e6d03c5fe2ced28ffcfd0f30b8496 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 18 Sep 2024 16:47:04 +0530 Subject: [PATCH 054/147] Modification in go version Signed-off-by: daveaugustus --- scripts/install_golang.sh | 2 +- scripts/repo_health.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_golang.sh b/scripts/install_golang.sh index 2b322177922..dabbc73b2be 100755 --- a/scripts/install_golang.sh +++ b/scripts/install_golang.sh @@ -15,7 +15,7 @@ desired_golang_version() { install_hab_go() { local ident - ident="core/go1_22/1.22.4/$(desired_golang_version)" + ident="core/go1_22/1.22.4" hab pkg install "$ident" hab pkg binlink "$ident" go --force hab pkg binlink "$ident" gofmt --force diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 9171f1dfd25..a9a1105959f 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -12,7 +12,7 @@ export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" hab pkg install -b core/git core/ruby core/jq-static core/shellcheck core/cacerts -hab pkg install -b "core/go1_22/1.22.4/$(desired_golang_version)" +hab pkg install -b "core/go1_22/1.22.4" echo "Checking Go Dependencies And Vendored Protos" go mod verify From 51a8aa948f383456a4e94df306f4490bd7b4a2cb Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 18 Sep 2024 16:51:21 +0530 Subject: [PATCH 055/147] changed fallback to stable Signed-off-by: daveaugustus --- .expeditor/verify.pipeline.yml | 2 +- .expeditor/verify_private.pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 8ace3eb050b..309187329a7 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -1,7 +1,7 @@ env: DOCKER_CONFIG: /var/lib/buildkite-agent/.docker HAB_BLDR_CHANNEL: "LTS-2024" - HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024" + HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable" # Use the Go module mirror and checksum database by default. # See https://proxy.golang.org for details. GOPROXY: "https://proxy.golang.org,direct" diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml index 265ac8faff5..ac2486284c8 100644 --- a/.expeditor/verify_private.pipeline.yml +++ b/.expeditor/verify_private.pipeline.yml @@ -7,7 +7,7 @@ env: HAB_BLDR_CHANNEL: "LTS-2024" #HAB_STUDIO_SECRET_HAB_BLDR_CHANNEL: "curl8" #HAB_FALLBACK_CHANNEL: "stable" - HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "LTS-2024" + HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL: "stable" GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org" PGGSSENCMODE: "disable" From a18030a52685b5cd3d20192be624a0301690182b Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Wed, 18 Sep 2024 17:13:28 +0530 Subject: [PATCH 056/147] Getting correct package for core ruby Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 50e77b13e0d..4279705318f 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -19,14 +19,15 @@ export GOSUMDB="sum.golang.org" export HAB_NONINTERACTIVE=true export HAB_STUDIO_SECRET_HAB_NONINTERACTIVE=true export HAB_NOCOLORING=true +export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=true export HAB_LICENSE="accept-no-persist" RESOLVED_RESULTS_DIR=$(realpath results/) log_section_start "install ruby" -sudo -E hab pkg install core/ruby +sudo -E hab pkg install core/ruby3_1 export PATH -PATH="$(hab pkg path core/ruby)/bin:$PATH" -sudo -E "$(hab pkg path core/ruby)"/bin/gem install toml +PATH="$(hab pkg path core/ruby3_1)/bin:$PATH" +sudo -E "$(hab pkg path core/ruby3_1)"/bin/gem install toml log_section_start "generate ephemeral origin key" HAB_CACHE_KEY_PATH=$RESOLVED_RESULTS_DIR hab origin key generate chef From 8f28e7cdc7ad8e0afadbe711188023d3156a9406 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Wed, 18 Sep 2024 17:16:05 +0530 Subject: [PATCH 057/147] Getting correct package for core ruby Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 4279705318f..4e5cec07a99 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -24,10 +24,10 @@ export HAB_LICENSE="accept-no-persist" RESOLVED_RESULTS_DIR=$(realpath results/) log_section_start "install ruby" -sudo -E hab pkg install core/ruby3_1 +sudo -E hab pkg install core/ruby -c stable export PATH -PATH="$(hab pkg path core/ruby3_1)/bin:$PATH" -sudo -E "$(hab pkg path core/ruby3_1)"/bin/gem install toml +PATH="$(hab pkg path core/ruby)/bin:$PATH" +sudo -E "$(hab pkg path core/ruby)"/bin/gem install toml log_section_start "generate ephemeral origin key" HAB_CACHE_KEY_PATH=$RESOLVED_RESULTS_DIR hab origin key generate chef From b532b3a13910a9a1b806daf996c6ef30d9294240 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Wed, 18 Sep 2024 17:23:06 +0530 Subject: [PATCH 058/147] studio common updated LTS Signed-off-by: daveaugustus --- .studio/common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.studio/common b/.studio/common index 53613c75e50..ffdecc4bf5c 100644 --- a/.studio/common +++ b/.studio/common @@ -202,7 +202,7 @@ EOF function build() { local hab_build #set HAB_BLDR_CHANNEL to dev as part of the hab package refresh - local HAB_BLDR_CHANNEL=stable + local HAB_BLDR_CHANNEL=LTS-2024 # Support for hab v.0.63.0 if [ -f /bin/build ]; then @@ -219,7 +219,7 @@ function build() { if [ -z "$hab_build" ]; then exit_with "Hab build binary not found. Verify the 'build' wrapper inside the studio." 22 else - HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-stable} $hab_build "$@" + HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-LTS-2024} $hab_build "$@" fi } From ee4cb8d4477f6d7c56e138afec0981f668bbbc10 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 12:06:56 +0530 Subject: [PATCH 059/147] Updated git version Signed-off-by: daveaugustus --- components/automate-scaffolding-go/habitat/plan.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/automate-scaffolding-go/habitat/plan.sh b/components/automate-scaffolding-go/habitat/plan.sh index 24affc1011a..09958ba050b 100644 --- a/components/automate-scaffolding-go/habitat/plan.sh +++ b/components/automate-scaffolding-go/habitat/plan.sh @@ -11,8 +11,8 @@ pkg_version="0.1.0" pkg_license=('Chef-MLSA') pkg_source=nosuchfile.tar.gz pkg_deps=( - core/go1_22/1.22.4 # This is only pinned to force a scaffolding rebuild to this version - core/git + core/go1_22/1.22.4 # This is only pinned to force a scaffolding rebuild to this version + core/git/2.39.1 ) From f8eba995b542c15c62f8b1ca431f833b6a772d01 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 12:49:27 +0530 Subject: [PATCH 060/147] Commenting a environment variable to pick local builds Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 4e5cec07a99..a5493976d3b 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -19,7 +19,7 @@ export GOSUMDB="sum.golang.org" export HAB_NONINTERACTIVE=true export HAB_STUDIO_SECRET_HAB_NONINTERACTIVE=true export HAB_NOCOLORING=true -export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=true +#export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=true export HAB_LICENSE="accept-no-persist" RESOLVED_RESULTS_DIR=$(realpath results/) From d37cef44e5ff5902f14049a2cfda015921579aaa Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 12:57:50 +0530 Subject: [PATCH 061/147] Testing if ignore local works Signed-off-by: Yashvi Jain --- .studio/common | 2 +- scripts/verify_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.studio/common b/.studio/common index ffdecc4bf5c..3ef83910d5b 100644 --- a/.studio/common +++ b/.studio/common @@ -219,7 +219,7 @@ function build() { if [ -z "$hab_build" ]; then exit_with "Hab build binary not found. Verify the 'build' wrapper inside the studio." 22 else - HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-LTS-2024} $hab_build "$@" + HAB_FEAT_IGNORE_LOCAL=false HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-LTS-2024} $hab_build "$@" fi } diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index a5493976d3b..bbf9ed47ebf 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -19,7 +19,7 @@ export GOSUMDB="sum.golang.org" export HAB_NONINTERACTIVE=true export HAB_STUDIO_SECRET_HAB_NONINTERACTIVE=true export HAB_NOCOLORING=true -#export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=true +export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false export HAB_LICENSE="accept-no-persist" RESOLVED_RESULTS_DIR=$(realpath results/) From 8baf1a47e88d29fbda49238b0924b8e4fee71292 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 13:05:30 +0530 Subject: [PATCH 062/147] Testing if ignore local works Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index bbf9ed47ebf..93efb3a7151 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -19,7 +19,8 @@ export GOSUMDB="sum.golang.org" export HAB_NONINTERACTIVE=true export HAB_STUDIO_SECRET_HAB_NONINTERACTIVE=true export HAB_NOCOLORING=true -export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false +export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=true +export HAB_STUDIO_SECRET_HAB_FEAT_OFFLINE_INSTALL=true export HAB_LICENSE="accept-no-persist" RESOLVED_RESULTS_DIR=$(realpath results/) @@ -74,12 +75,13 @@ if [[ "$build_commands" != "" ]]; then # generated in this build echo "Inside If" export HAB_DOCKER_OPTS="--label buildkitejob=$BUILDKITE_JOB_ID " + export HAB_BLDR_CHANNEL="LTS-2024" HAB_STUDIO_SECRET_OPENSEARCH_ROOT_CA_PEM=$OPENSEARCH_ROOT_CA_PEM \ HAB_STUDIO_SECRET_OPENSEARCH_ADMIN_PEM=$OPENSEARCH_ADMIN_PEM \ HAB_STUDIO_SECRET_OPENSEARCH_ADMIN_KEY_PEM=$OPENSEARCH_ADMIN_KEY_PEM \ HAB_STUDIO_SECRET_OPENSEARCH_NODE1_PEM=$OPENSEARCH_NODE1_PEM \ HAB_STUDIO_SECRET_OPENSEARCH_NODE1_KEY_PEM=$OPENSEARCH_NODE1_KEY_PEM \ - HAB_ORIGIN=chef HAB_CACHE_KEY_PATH=$RESOLVED_RESULTS_DIR DO_CHECK=true hab studio run -D "source .studiorc; set -e; $build_commands" + HAB_ORIGIN=chef HAB_FEAT_IGNORE_LOCAL=true HAB_CACHE_KEY_PATH=$RESOLVED_RESULTS_DIR DO_CHECK=true hab studio run -D "source .studiorc; set -e; $build_commands" fi # Generate a local A2 manifest. This manifest represents the total From 3e1b4fdb250c4e1a7739b55ebd2be7772007b46f Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 13:12:24 +0530 Subject: [PATCH 063/147] Checking if we can build platform tools by adding do_before function Signed-off-by: Yashvi Jain --- components/automate-platform-tools/habitat/plan.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/automate-platform-tools/habitat/plan.sh b/components/automate-platform-tools/habitat/plan.sh index a96f9b7ea55..9cc8a4a6596 100644 --- a/components/automate-platform-tools/habitat/plan.sh +++ b/components/automate-platform-tools/habitat/plan.sh @@ -28,3 +28,8 @@ do_strip() { } +do_before() { + do_default_before + git config --global --add safe.directory /src +} + From 64c0d89e653483d3362f81fca4f353b3bb15982d Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 13:19:39 +0530 Subject: [PATCH 064/147] Adding an extra space in scaffolding Signed-off-by: Yashvi Jain --- components/automate-scaffolding/habitat/plan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/automate-scaffolding/habitat/plan.sh b/components/automate-scaffolding/habitat/plan.sh index d10c04fae77..c73118b725f 100644 --- a/components/automate-scaffolding/habitat/plan.sh +++ b/components/automate-scaffolding/habitat/plan.sh @@ -34,3 +34,4 @@ do_install() { install -D -m 0644 "$PLAN_CONTEXT/../../../lib/scaffolding/templates/"* "$pkg_prefix/lib/templates/" } + From fad85a1462aa136f04f9a48564973721c9e8aaa3 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 13:57:04 +0530 Subject: [PATCH 065/147] gov1.22.4 to go1.22.5 Signed-off-by: daveaugustus --- .expeditor/generate-automate-cli-docs.sh | 2 +- .expeditor/license_scout.sh | 2 +- .studio/common | 2 +- .studio/compliance-service | 2 +- components/automate-dex/habitat/plan.sh | 2 +- components/automate-scaffolding-go/habitat/plan.sh | 2 +- components/backup-gateway/habitat/plan.sh | 2 +- scripts/install_golang.sh | 2 +- scripts/repo_health.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.expeditor/generate-automate-cli-docs.sh b/.expeditor/generate-automate-cli-docs.sh index b7aea992249..a01002094c9 100755 --- a/.expeditor/generate-automate-cli-docs.sh +++ b/.expeditor/generate-automate-cli-docs.sh @@ -2,7 +2,7 @@ set -eou pipefail # bumping expeditor to go 1.22 -hab pkg install --binlink core/go1_22/1.22.4 --force +hab pkg install --binlink core/go1_22/1.22.5 --force pushd components/automate-cli make docs diff --git a/.expeditor/license_scout.sh b/.expeditor/license_scout.sh index 029029166af..a9027b79e3a 100755 --- a/.expeditor/license_scout.sh +++ b/.expeditor/license_scout.sh @@ -43,7 +43,7 @@ gem install license_scout -v 2.5.1 log "Finished Installing License Scout" log_section_start "Installing Go 1.22.5" -hab pkg install --force --binlink core/go1_22/1.22.4 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" +hab pkg install --force --binlink core/go1_22/1.22.5 && rm -rf /hab/cache && mkdir -p "$GOPATH/src" "$GOPATH/bin" go version log "Finished Installing Go 1.22.5" diff --git a/.studio/common b/.studio/common index 3ef83910d5b..eb952434951 100644 --- a/.studio/common +++ b/.studio/common @@ -98,7 +98,7 @@ function link_component_bin() { } function desired_golang_ident() { - echo "core/go1_22/1.22.4/$(cat /src/GOLANG_VERSION)" + echo "core/go1_22/1.22.5/$(cat /src/GOLANG_VERSION)" } function verify_components_have_platform_config() { diff --git a/.studio/compliance-service b/.studio/compliance-service index 98c99ea297f..b770155cf2f 100644 --- a/.studio/compliance-service +++ b/.studio/compliance-service @@ -146,7 +146,7 @@ function load_scan_jobs() { # shellcheck disable=SC1091 source dev/secrets-env.sh pushd dev-docs/adding-data &> /dev/null - iinstall_if_missing core/go1_22/1.22.4 go + iinstall_if_missing core/go1_22/1.22.5 go go run add_scanjobs.go popd &> /dev/null fi diff --git a/components/automate-dex/habitat/plan.sh b/components/automate-dex/habitat/plan.sh index 6a430a07bc9..6beeb793c2d 100644 --- a/components/automate-dex/habitat/plan.sh +++ b/components/automate-dex/habitat/plan.sh @@ -28,7 +28,7 @@ pkg_deps=( core/curl # health_check hook ) -pkg_build_deps=(core/go1_22/1.22.4 core/git core/gcc) +pkg_build_deps=(core/go1_22/1.22.5 core/git core/gcc) pkg_scaffolding="${local_scaffolding_origin:-chef}/automate-scaffolding" diff --git a/components/automate-scaffolding-go/habitat/plan.sh b/components/automate-scaffolding-go/habitat/plan.sh index 09958ba050b..a6f5d1f2d76 100644 --- a/components/automate-scaffolding-go/habitat/plan.sh +++ b/components/automate-scaffolding-go/habitat/plan.sh @@ -11,7 +11,7 @@ pkg_version="0.1.0" pkg_license=('Chef-MLSA') pkg_source=nosuchfile.tar.gz pkg_deps=( - core/go1_22/1.22.4 # This is only pinned to force a scaffolding rebuild to this version + ccore/go1_22/1.22.5 # This is only pinned to force a scaffolding rebuild to this version core/git/2.39.1 ) diff --git a/components/backup-gateway/habitat/plan.sh b/components/backup-gateway/habitat/plan.sh index 503c82c118f..67c541ac111 100644 --- a/components/backup-gateway/habitat/plan.sh +++ b/components/backup-gateway/habitat/plan.sh @@ -6,7 +6,7 @@ pkg_version="0.1.0" pkg_origin=chef pkg_maintainer="Chef Software Inc. " pkg_license=('Apache-2.0') -pkg_build_deps=(core/go1_22/1.22.4 core/git core/gcc) +pkg_build_deps=(core/go1_22/1.22.5 core/git core/gcc) pkg_bin_dirs=(bin) pkg_deps=( diff --git a/scripts/install_golang.sh b/scripts/install_golang.sh index dabbc73b2be..79cee510dcb 100755 --- a/scripts/install_golang.sh +++ b/scripts/install_golang.sh @@ -15,7 +15,7 @@ desired_golang_version() { install_hab_go() { local ident - ident="core/go1_22/1.22.4" + ident="core/go1_22/1.22.5" hab pkg install "$ident" hab pkg binlink "$ident" go --force hab pkg binlink "$ident" gofmt --force diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index a9a1105959f..a1f83d86e71 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -12,7 +12,7 @@ export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" hab pkg install -b core/git core/ruby core/jq-static core/shellcheck core/cacerts -hab pkg install -b "core/go1_22/1.22.4" +hab pkg install -b "core/go1_22/1.22.5" echo "Checking Go Dependencies And Vendored Protos" go mod verify From 38f66fe69c2a5a7685a046f68a94d7e78da6d1af Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 14:01:55 +0530 Subject: [PATCH 066/147] ccore-->core Signed-off-by: daveaugustus --- components/automate-scaffolding-go/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-scaffolding-go/habitat/plan.sh b/components/automate-scaffolding-go/habitat/plan.sh index a6f5d1f2d76..b0ea9e63221 100644 --- a/components/automate-scaffolding-go/habitat/plan.sh +++ b/components/automate-scaffolding-go/habitat/plan.sh @@ -11,7 +11,7 @@ pkg_version="0.1.0" pkg_license=('Chef-MLSA') pkg_source=nosuchfile.tar.gz pkg_deps=( - ccore/go1_22/1.22.5 # This is only pinned to force a scaffolding rebuild to this version + core/go1_22/1.22.5 # This is only pinned to force a scaffolding rebuild to this version core/git/2.39.1 ) From 45966985da05b1185b78b4b0f8c1e2326c08f2d9 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 15:49:44 +0530 Subject: [PATCH 067/147] Skipping compliance service build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 93efb3a7151..df9f8f58d0f 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -65,6 +65,11 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do + if [[ "$component" == "components/compliance-service" || "$component" == "placeholed" ]]; then + echo "Skipping component: $component" + continue + fi + echo "component: $component" component_build="echo \"--- [\$(date -u)] build $component\"; build $component" build_commands="${build_commands} $component_build;" From 251d30db2e5442a6d686e88780b14a97685a7337 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 15:59:34 +0530 Subject: [PATCH 068/147] Skipping es-gateway service build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index df9f8f58d0f..c60e9a85861 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -65,7 +65,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "placeholed" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" ]]; then echo "Skipping component: $component" continue fi From 0391cc784521aba1fa528f882c0b79cd9b97dc09 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 16:09:06 +0530 Subject: [PATCH 069/147] Skipping components/automate-cs-oc-erchef service build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index c60e9a85861..68622572834 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -65,7 +65,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" ]]; then echo "Skipping component: $component" continue fi From b4ff71d05c6ca5e56bb0d072e3d7bd99fa5e13d7 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 16:23:57 +0530 Subject: [PATCH 070/147] Skipping components/automate-cs-ocid service build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 68622572834..d4b0b6da864 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -62,10 +62,16 @@ $(printf '* %s\n' "${modified_sql_files[@]}") EOF fi +automate-es-gateway +automate-cs-bookshelf +automate-cs-oc-bifrost +automate-cs-oc-erchef +automate-cs-ocid + # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" ]]; then echo "Skipping component: $component" continue fi From 4e32fdd18be428466fa4c7e118b94878725cfd69 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 16:28:12 +0530 Subject: [PATCH 071/147] Skipping components/automate-cs-ocid service build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index d4b0b6da864..90dbb19d3fd 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -62,11 +62,6 @@ $(printf '* %s\n' "${modified_sql_files[@]}") EOF fi -automate-es-gateway -automate-cs-bookshelf -automate-cs-oc-bifrost -automate-cs-oc-erchef -automate-cs-ocid # Build all habitat packages that have changed build_commands="" From 39a843d22eb54663249ced7159bd8dad666267b1 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 16:37:26 +0530 Subject: [PATCH 072/147] Adding components in skip Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 90dbb19d3fd..bd7201d47e7 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio"]]; then echo "Skipping component: $component" continue fi From 709f2412ad212a745d0c26466265611c86bb9aeb Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 16:38:31 +0530 Subject: [PATCH 073/147] Adding components in skip Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index bd7201d47e7..51b473299d1 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio"]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" ]]; then echo "Skipping component: $component" continue fi From b388af1f60152668936e653047bcce27eb1b8879 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 16:52:04 +0530 Subject: [PATCH 074/147] Skipping build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 51b473299d1..2056709bd90 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" ]]; then echo "Skipping component: $component" continue fi From 3eb23d609b69560238f10d9c5bf21675fcac18a2 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 17:02:39 +0530 Subject: [PATCH 075/147] Adding components in skip Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 2056709bd90..5b26d5c325b 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" ]]; then echo "Skipping component: $component" continue fi From b07ebdb0719f4b519cd4299744cf07e90de367c4 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 17:10:23 +0530 Subject: [PATCH 076/147] Adding components in skip Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 5b26d5c325b..45359eb42be 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" ]]; then echo "Skipping component: $component" continue fi From 5aa475327f3ab46b5c7b11d779261eb65709c30c Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 17:24:34 +0530 Subject: [PATCH 077/147] Skipping build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 45359eb42be..48c1691f8d5 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" ]]; then echo "Skipping component: $component" continue fi From 26ad51721fb8b6c8b7befd87816c9c00082519bf Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 17:31:16 +0530 Subject: [PATCH 078/147] Skipping build Signed-off-by: daveaugustus --- components/automate-openjdk/habitat/plan.sh | 1 - scripts/verify_build.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/automate-openjdk/habitat/plan.sh b/components/automate-openjdk/habitat/plan.sh index 17dd9b7fe53..cf8a2a3c879 100644 --- a/components/automate-openjdk/habitat/plan.sh +++ b/components/automate-openjdk/habitat/plan.sh @@ -18,7 +18,6 @@ pkg_license=("GPL-2.0-with-classpath-exception") pkg_description=('Eclipse Temurin is the open source Java SE build based upon OpenJDK.') pkg_upstream_url=https://adoptium.net/ - pkg_deps=( core/gcc-libs core/glibc diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 48c1691f8d5..45359eb42be 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" ]]; then echo "Skipping component: $component" continue fi From 2d398f702bf29dfb6276cdb04bcad2ae42f56f45 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Thu, 19 Sep 2024 17:42:49 +0530 Subject: [PATCH 079/147] Skipping build Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 45359eb42be..48c1691f8d5 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" ]]; then echo "Skipping component: $component" continue fi From 776d1465a210e8c5015d95af9fac563485fe245b Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 19 Sep 2024 20:34:28 +0530 Subject: [PATCH 080/147] Adding build for hs opensearch Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 48c1691f8d5..45359eb42be 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" ]]; then echo "Skipping component: $component" continue fi From a1814ff78b805ec2c8a75e20afd1150186e6ea31 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Fri, 20 Sep 2024 10:23:24 +0530 Subject: [PATCH 081/147] Adding build for hs opensearch Signed-off-by: Yashvi Jain --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 45359eb42be..864ece11e8a 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" ]]; then echo "Skipping component: $component" continue fi From 77965f328ae0ae0121531c34a892af4b17fc277c Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Fri, 20 Sep 2024 15:56:16 +0530 Subject: [PATCH 082/147] skpi components/automate-ha-pgleaderchk Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 864ece11e8a..2b4ae2ba29a 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From eae63144983e9fc0f3f3f3a9bfccb0f69450a8ac Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Fri, 20 Sep 2024 17:09:56 +0530 Subject: [PATCH 083/147] skpi components/automate-opensearch Signed-off-by: daveaugustus --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 2b4ae2ba29a..a44e2ad0f89 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-opensearch" ]]; then echo "Skipping component: $component" continue fi From 058402541f2e51908844975d7a9d00ff28540181 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Mon, 23 Sep 2024 15:56:54 +0530 Subject: [PATCH 084/147] build pg gateway Signed-off-by: daveaugustus --- components/automate-pg-gateway/habitat/plan.sh | 3 ++- scripts/verify_build.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/automate-pg-gateway/habitat/plan.sh b/components/automate-pg-gateway/habitat/plan.sh index 9af982118d6..4b3e28ba134 100644 --- a/components/automate-pg-gateway/habitat/plan.sh +++ b/components/automate-pg-gateway/habitat/plan.sh @@ -21,9 +21,11 @@ pkg_exposes=(port) pkg_exports=( [port]=service.port ) + pkg_binds=( [automate-postgresql]="port" ) + pkg_description="PostgreSQL Gateway for Chef Automate" pkg_upstream_url="https://www.chef.io/automate" @@ -42,4 +44,3 @@ do_install() { do_strip() { return 0 } - diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index a44e2ad0f89..333c2d6ba4d 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-opensearch" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-opensearch" ]]; then echo "Skipping component: $component" continue fi From a541c81ceecb762f2b5d216140b119dbace45e19 Mon Sep 17 00:00:00 2001 From: daveaugustus Date: Tue, 24 Sep 2024 16:43:44 +0530 Subject: [PATCH 085/147] - Uncommented opensearch --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 333c2d6ba4d..3ad6f7d872f 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-opensearch" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From 3dfd48fd9e8c5f88026f37961a9064f7a392306e Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Wed, 25 Sep 2024 11:26:24 +0530 Subject: [PATCH 086/147] removed automate-backend-elasticsidecar Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 3ad6f7d872f..6b746dab8d4 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From 0cad8b717f6aed554bfef129479f9533ee279175 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Wed, 25 Sep 2024 11:55:49 +0530 Subject: [PATCH 087/147] removed automate-backend-opensearch Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 6b746dab8d4..7d8d3092965 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From f825db9a6c8ba0cfc651b11a068f68fcdd4472f4 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Wed, 25 Sep 2024 12:29:17 +0530 Subject: [PATCH 088/147] removed automate-builder-api-proxy Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 7d8d3092965..12934ddb16e 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From 039b84c5b9bf5309a1d29e7bc18affac5d1ac1a4 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Wed, 25 Sep 2024 13:28:28 +0530 Subject: [PATCH 089/147] removed automate-builder-api Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 12934ddb16e..a76b31bb9de 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From cd3e9684b73dee26dc248d06a12bcf5845745e7f Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Wed, 25 Sep 2024 15:05:53 +0530 Subject: [PATCH 090/147] automate-builder-memcached Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index a76b31bb9de..c93d5e4b1a3 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From 6602cd62a86d5dd0b443e908edec9bc038ff7a4f Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Wed, 25 Sep 2024 16:35:12 +0530 Subject: [PATCH 091/147] adding space in automate-debug Signed-off-by: Aishwarya Aishwarya --- components/automate-debug/habitat/plan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/automate-debug/habitat/plan.sh b/components/automate-debug/habitat/plan.sh index e6a4eef5b47..6a1cd1faa17 100644 --- a/components/automate-debug/habitat/plan.sh +++ b/components/automate-debug/habitat/plan.sh @@ -18,3 +18,4 @@ do_install() { return 0 } + From 4700953d9c9d1fd42cbc003776575c23219c240d Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 10:11:12 +0530 Subject: [PATCH 092/147] removed automate-minio Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index c93d5e4b1a3..b862f57d4dd 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From 54ff040af453891e3e7c07376b4891f9a9cbd0ac Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 10:43:08 +0530 Subject: [PATCH 093/147] space Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index b862f57d4dd..efef68fcb34 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -130,3 +130,4 @@ sudo chmod a+r results/*.pub # jobs. tar cvzf results.tar.gz results/ buildkite-agent artifact upload results.tar.gz + From b95c944f51e9c2da04af4b3f3b02ea2c4a811d0c Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 11:14:17 +0530 Subject: [PATCH 094/147] removed automate-cs-ocid Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index efef68fcb34..6cc5df6f9a2 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From d1b468dd25ee030e7fe6801fb7990d684eec8df9 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 11:44:24 +0530 Subject: [PATCH 095/147] removed automate-cs-nginx Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 6cc5df6f9a2..5dc87768c4c 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From e038d0352bbb294de8ae872903c239a90f6c8a1e Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 12:00:17 +0530 Subject: [PATCH 096/147] removed automate-cs-oc-erchef Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 5dc87768c4c..720f88c4600 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From ee0322b302112b4fc5b8283709ef9f505edc35b6 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 12:16:53 +0530 Subject: [PATCH 097/147] removed automate-es-gateway Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 720f88c4600..0a8b3a4c454 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From 3c5b5e208c99c3c59136108e20dbda59536d5bb4 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 12:32:19 +0530 Subject: [PATCH 098/147] removed compliance-service Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 0a8b3a4c454..7da7fe054e5 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From ad62a4fa2a74e4f4520dce2c726abf4dcd6b67eb Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Thu, 26 Sep 2024 13:23:03 +0530 Subject: [PATCH 099/147] adding all skipped components Signed-off-by: Aishwarya Aishwarya --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 7da7fe054e5..e9df6718d4a 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then echo "Skipping component: $component" continue fi From b08a565587f16534db8b68694da34a16601f484a Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 11:08:21 +0530 Subject: [PATCH 100/147] build data-life-cycle Signed-off-by: swatign --- components/data-lifecycle-service/habitat/plan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/data-lifecycle-service/habitat/plan.sh b/components/data-lifecycle-service/habitat/plan.sh index 7650493edb7..e47aabdd9ba 100644 --- a/components/data-lifecycle-service/habitat/plan.sh +++ b/components/data-lifecycle-service/habitat/plan.sh @@ -26,3 +26,4 @@ do_strip() { : } + From fbc8e885e4a09213c361f55eb6924c0c631178b2 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 11:24:42 +0530 Subject: [PATCH 101/147] build automate-load-balancer Signed-off-by: swatign --- components/automate-load-balancer/habitat/plan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/automate-load-balancer/habitat/plan.sh b/components/automate-load-balancer/habitat/plan.sh index 8b7d84c5622..e9c50f21aae 100644 --- a/components/automate-load-balancer/habitat/plan.sh +++ b/components/automate-load-balancer/habitat/plan.sh @@ -129,3 +129,4 @@ do_install() { cp "${HAB_CACHE_SRC_PATH}/${pkg_dirname}/objs/nginx" "${pkg_prefix}/sbin" } + From 1008f3d80d677ea07179bdf5eec66c5a85858480 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 12:14:04 +0530 Subject: [PATCH 102/147] adding all the components which are missed from the build Signed-off-by: swatign --- components/automate-backend-ctl/habitat/plan.sh | 1 + components/automate-backend-deployment/habitat/plan.sh | 1 + components/automate-backend-haproxy/habitat/plan.sh | 1 + components/automate-backend-postgresql/habitat/plan.sh | 2 ++ components/automate-cluster-ctl/habitat/plan.sh | 1 + components/automate-knife-ec-backup/habitat/plan.sh | 1 + components/automate-netcat/habitat/plan.sh | 1 + components/automate-postgresql/habitat/plan.sh | 1 + components/automate-prometheus/habitat/plan.sh | 1 + components/automate-ui-devproxy/habitat/plan.sh | 1 + components/automate-ui/habitat/plan.sh | 1 + components/automate-workflow-web/habitat/plan.sh | 1 + components/notifications-service2/habitat/plan.sh | 1 + 13 files changed, 14 insertions(+) diff --git a/components/automate-backend-ctl/habitat/plan.sh b/components/automate-backend-ctl/habitat/plan.sh index 0be054dcb2e..c83df86956e 100644 --- a/components/automate-backend-ctl/habitat/plan.sh +++ b/components/automate-backend-ctl/habitat/plan.sh @@ -101,3 +101,4 @@ EOF chmod -v 755 "$bin" } + diff --git a/components/automate-backend-deployment/habitat/plan.sh b/components/automate-backend-deployment/habitat/plan.sh index f0e966642ea..cd465fc4696 100644 --- a/components/automate-backend-deployment/habitat/plan.sh +++ b/components/automate-backend-deployment/habitat/plan.sh @@ -132,3 +132,4 @@ do_strip() { + diff --git a/components/automate-backend-haproxy/habitat/plan.sh b/components/automate-backend-haproxy/habitat/plan.sh index a88accf4b35..a0b71256ea8 100644 --- a/components/automate-backend-haproxy/habitat/plan.sh +++ b/components/automate-backend-haproxy/habitat/plan.sh @@ -47,3 +47,4 @@ do_install() { return 0 } + diff --git a/components/automate-backend-postgresql/habitat/plan.sh b/components/automate-backend-postgresql/habitat/plan.sh index ecab0376ebd..1b6b09f2fc3 100644 --- a/components/automate-backend-postgresql/habitat/plan.sh +++ b/components/automate-backend-postgresql/habitat/plan.sh @@ -52,3 +52,5 @@ do_end() { return 0 } + + diff --git a/components/automate-cluster-ctl/habitat/plan.sh b/components/automate-cluster-ctl/habitat/plan.sh index 86a40375e15..a751d169c5e 100644 --- a/components/automate-cluster-ctl/habitat/plan.sh +++ b/components/automate-cluster-ctl/habitat/plan.sh @@ -132,3 +132,4 @@ do_strip() { return 0 } + diff --git a/components/automate-knife-ec-backup/habitat/plan.sh b/components/automate-knife-ec-backup/habitat/plan.sh index 246f1d1de81..6462ccac279 100644 --- a/components/automate-knife-ec-backup/habitat/plan.sh +++ b/components/automate-knife-ec-backup/habitat/plan.sh @@ -39,3 +39,4 @@ do_end() { return 0 } + diff --git a/components/automate-netcat/habitat/plan.sh b/components/automate-netcat/habitat/plan.sh index 7cf39924fa3..2836c8e078b 100644 --- a/components/automate-netcat/habitat/plan.sh +++ b/components/automate-netcat/habitat/plan.sh @@ -38,3 +38,4 @@ do_end() { return 0 } + diff --git a/components/automate-postgresql/habitat/plan.sh b/components/automate-postgresql/habitat/plan.sh index 755eb366077..972c366c415 100644 --- a/components/automate-postgresql/habitat/plan.sh +++ b/components/automate-postgresql/habitat/plan.sh @@ -41,3 +41,4 @@ do_install() { return 0 } + diff --git a/components/automate-prometheus/habitat/plan.sh b/components/automate-prometheus/habitat/plan.sh index 9be05f91b38..2d7fd900009 100644 --- a/components/automate-prometheus/habitat/plan.sh +++ b/components/automate-prometheus/habitat/plan.sh @@ -38,3 +38,4 @@ do_install() { return 0 } + diff --git a/components/automate-ui-devproxy/habitat/plan.sh b/components/automate-ui-devproxy/habitat/plan.sh index 2641a57a5de..bc18d62f1e8 100644 --- a/components/automate-ui-devproxy/habitat/plan.sh +++ b/components/automate-ui-devproxy/habitat/plan.sh @@ -33,3 +33,4 @@ do_install() { return 0 } + diff --git a/components/automate-ui/habitat/plan.sh b/components/automate-ui/habitat/plan.sh index 9e8e51827db..ff7f62b03fb 100644 --- a/components/automate-ui/habitat/plan.sh +++ b/components/automate-ui/habitat/plan.sh @@ -91,3 +91,4 @@ do_after() { rm -rf ~/.netrc } + diff --git a/components/automate-workflow-web/habitat/plan.sh b/components/automate-workflow-web/habitat/plan.sh index 6b960ebcbb8..4254f753995 100644 --- a/components/automate-workflow-web/habitat/plan.sh +++ b/components/automate-workflow-web/habitat/plan.sh @@ -51,3 +51,4 @@ do_build() { do_install() { cp -R dist "$pkg_prefix" } + diff --git a/components/notifications-service2/habitat/plan.sh b/components/notifications-service2/habitat/plan.sh index 3ba2cd43516..9c884111c97 100644 --- a/components/notifications-service2/habitat/plan.sh +++ b/components/notifications-service2/habitat/plan.sh @@ -61,3 +61,4 @@ do_strip() { } + From c2dbc9e16ff1a0e64d3451409a61e89dadd2ca02 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 12:21:30 +0530 Subject: [PATCH 103/147] skipping automate-load-balancer Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index e9df6718d4a..61d9b17f902 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" ]]; then echo "Skipping component: $component" continue fi From 1b866dc8428f5f1d34faf6862bc40cca4907e240 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 12:35:33 +0530 Subject: [PATCH 104/147] skipping automate-postgresql Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 61d9b17f902..538a5cab30d 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" ]]; then echo "Skipping component: $component" continue fi From a179c9771d3f8966fe55e6b33f216ec85fa3833d Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 12:47:33 +0530 Subject: [PATCH 105/147] skipping automate-prometheus Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 538a5cab30d..152304767e7 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" ]]; then echo "Skipping component: $component" continue fi From 700e39928a0cfc56a42703ffdcc5dbc149c35101 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 13:11:13 +0530 Subject: [PATCH 106/147] skipping automate-backend-ctl Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 152304767e7..e68f004db49 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl"]]; then echo "Skipping component: $component" continue fi From c398c065c1cb3f18fc6de5f25b10d7b5d4f37f42 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 13:23:09 +0530 Subject: [PATCH 107/147] skipping automate-backend-ctl Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index e68f004db49..6232b0edd8c 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl"]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" ]]; then echo "Skipping component: $component" continue fi From cc473dd34424682df4f212f288f2273be13c3e95 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 13:40:45 +0530 Subject: [PATCH 108/147] skipping automate-cluster-ctl Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 6232b0edd8c..e797578b006 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" ]]; then echo "Skipping component: $component" continue fi From 2ee2c5fd4e4af1555e9e7d2fff16bb50e7742eab Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 14:39:18 +0530 Subject: [PATCH 109/147] skipping automate-backend-deployment Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index e797578b006..3532eaf9d17 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" ]]; then echo "Skipping component: $component" continue fi From decc4294dda8de6c68933f367d93ac29747f5066 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 15:06:03 +0530 Subject: [PATCH 110/147] adding automate-ui to skip list Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 3532eaf9d17..e32f3190aa4 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi From 922f482af4e9e0ef6af51dafa67a117135325ea6 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 15:25:09 +0530 Subject: [PATCH 111/147] triggering data-life-cycle again Signed-off-by: swatign --- components/data-lifecycle-service/habitat/plan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/data-lifecycle-service/habitat/plan.sh b/components/data-lifecycle-service/habitat/plan.sh index e47aabdd9ba..bb3c8df90e0 100644 --- a/components/data-lifecycle-service/habitat/plan.sh +++ b/components/data-lifecycle-service/habitat/plan.sh @@ -27,3 +27,4 @@ do_strip() { } + From fceeab55b2d1c3bf969ae8cf3ee66ac8908bbc69 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 16:40:38 +0530 Subject: [PATCH 112/147] adding core/pcre2 in the automate-load-balancer Signed-off-by: swatign --- components/automate-load-balancer/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-load-balancer/habitat/plan.sh b/components/automate-load-balancer/habitat/plan.sh index e9c50f21aae..75fe9b15f79 100644 --- a/components/automate-load-balancer/habitat/plan.sh +++ b/components/automate-load-balancer/habitat/plan.sh @@ -31,7 +31,7 @@ pkg_deps=( core/zlib core/bzip2 core/openssl/1.0.2zi - core/pcre + core/pcre2 chef/mlsa core/bash ) From 54feeb1d4d4c2ec931525e7526213290aa4dac3e Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 30 Sep 2024 17:01:07 +0530 Subject: [PATCH 113/147] adding core/pcre2 in the automate-load-balancer and removed from skip list Signed-off-by: swatign --- scripts/verify_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index e32f3190aa4..431327efa2b 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-load-balancer" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi From 2a7f45cc48383de929a158e3875db2b97c6aa3b7 Mon Sep 17 00:00:00 2001 From: swatign Date: Wed, 16 Oct 2024 11:03:03 +0530 Subject: [PATCH 114/147] updating openssl to 3.0.9 Signed-off-by: swatign --- components/automate-load-balancer/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-load-balancer/habitat/plan.sh b/components/automate-load-balancer/habitat/plan.sh index 75fe9b15f79..68382d61262 100644 --- a/components/automate-load-balancer/habitat/plan.sh +++ b/components/automate-load-balancer/habitat/plan.sh @@ -30,7 +30,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/1.0.2zi + core/openssl/3.0.9 core/pcre2 chef/mlsa core/bash From 65747b91c9fa22abb4de7a451accf4a0c67ae979 Mon Sep 17 00:00:00 2001 From: swatign Date: Wed, 16 Oct 2024 11:28:55 +0530 Subject: [PATCH 115/147] updating openssl to 3.0.9 and pcre2 in automate-es-gateway Signed-off-by: swatign --- components/automate-es-gateway/habitat/plan.sh | 4 ++-- scripts/verify_build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index 05155698ad4..5a56eecc080 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,8 +44,8 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/1.0.2zi - core/pcre + core/openssl/3.0.9 + core/pcre2 core/coreutils chef/mlsa diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 431327efa2b..8ad0b6853ea 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway"|| "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi From 28a419d029ef21ea83b5bea6c030460a99f0bfcc Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Mon, 21 Oct 2024 10:12:17 +0530 Subject: [PATCH 116/147] trigerring pipelines Signed-off-by: Aishwarya Aishwarya --- components/automate-es-gateway/habitat/plan.sh | 1 + components/automate-load-balancer/habitat/plan.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index 5a56eecc080..747339a1acf 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -134,3 +134,4 @@ do_install() { } + diff --git a/components/automate-load-balancer/habitat/plan.sh b/components/automate-load-balancer/habitat/plan.sh index 68382d61262..5c4a69ab363 100644 --- a/components/automate-load-balancer/habitat/plan.sh +++ b/components/automate-load-balancer/habitat/plan.sh @@ -130,3 +130,4 @@ do_install() { } + From d9a1ee3ad68e95c150cbbfb0575f23ab6d310817 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Mon, 21 Oct 2024 11:14:12 +0530 Subject: [PATCH 117/147] pinning openssl version Signed-off-by: Aishwarya Aishwarya --- components/automate-es-gateway/habitat/plan.sh | 2 +- components/automate-load-balancer/habitat/plan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index 747339a1acf..f63f334839c 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,7 +44,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9 + core/openssl/3.0.9/20241017121505 core/pcre2 core/coreutils diff --git a/components/automate-load-balancer/habitat/plan.sh b/components/automate-load-balancer/habitat/plan.sh index 5c4a69ab363..5b75b2e2554 100644 --- a/components/automate-load-balancer/habitat/plan.sh +++ b/components/automate-load-balancer/habitat/plan.sh @@ -30,7 +30,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9 + core/openssl/3.0.9/20241017121505 core/pcre2 chef/mlsa core/bash From 3345c18420701cf07eeab3285b3c89e7e0a74490 Mon Sep 17 00:00:00 2001 From: Aishwarya Aishwarya Date: Mon, 21 Oct 2024 11:33:22 +0530 Subject: [PATCH 118/147] removing pinned version and trigerring lcs Signed-off-by: Aishwarya Aishwarya --- components/automate-es-gateway/habitat/plan.sh | 2 +- components/automate-load-balancer/habitat/plan.sh | 2 +- components/license-control-service/habitat/plan.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index f63f334839c..747339a1acf 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,7 +44,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9/20241017121505 + core/openssl/3.0.9 core/pcre2 core/coreutils diff --git a/components/automate-load-balancer/habitat/plan.sh b/components/automate-load-balancer/habitat/plan.sh index 5b75b2e2554..5c4a69ab363 100644 --- a/components/automate-load-balancer/habitat/plan.sh +++ b/components/automate-load-balancer/habitat/plan.sh @@ -30,7 +30,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9/20241017121505 + core/openssl/3.0.9 core/pcre2 chef/mlsa core/bash diff --git a/components/license-control-service/habitat/plan.sh b/components/license-control-service/habitat/plan.sh index 7926dc2f99f..78714fbb5c6 100644 --- a/components/license-control-service/habitat/plan.sh +++ b/components/license-control-service/habitat/plan.sh @@ -44,3 +44,4 @@ do_install() { + From 80e4d194918816b4950cb9893534797e24797221 Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 21 Oct 2024 12:24:42 +0530 Subject: [PATCH 119/147] checking automate-es-gateway Signed-off-by: swatign --- components/automate-es-gateway/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index 747339a1acf..e14677fd0ad 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,7 +44,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9 + core/openssl/1.0.2zi core/pcre2 core/coreutils From d99ba069df9cbd3690deddf409218f3d9e0f0c6b Mon Sep 17 00:00:00 2001 From: swatign Date: Mon, 21 Oct 2024 12:38:00 +0530 Subject: [PATCH 120/147] openssl 3.0.9 in automate-es-gateway Signed-off-by: swatign --- components/automate-es-gateway/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index e14677fd0ad..747339a1acf 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,7 +44,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/1.0.2zi + core/openssl/3.0.9 core/pcre2 core/coreutils From 7010439a5d5c06e20ec7f8b96c2151f8878b2dcf Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 13:58:25 +0530 Subject: [PATCH 121/147] updating go.mod Signed-off-by: Yashvi Jain --- go.mod | 156 ++++++++--- go.sum | 791 ++++++++++++++++++++++++++---------------------------- vendor.go | 4 +- 3 files changed, 502 insertions(+), 449 deletions(-) diff --git a/go.mod b/go.mod index c3fcfa6bbac..44381d58f11 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/chef/automate -go 1.22 +go 1.22.0 + +toolchain go1.22.5 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible @@ -23,7 +25,7 @@ require ( github.com/coreos/go-oidc v2.2.1+incompatible github.com/dave/jennifer v1.7.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/envoyproxy/protoc-gen-validate v0.4.0 + github.com/envoyproxy/protoc-gen-validate v1.1.0 github.com/fatih/color v1.17.0 github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39 github.com/go-chef/chef v0.30.1 @@ -33,7 +35,7 @@ require ( github.com/gofrs/uuid v4.4.0+incompatible github.com/golang-migrate/migrate v3.5.4+incompatible github.com/golang/mock v1.6.0 - github.com/golang/protobuf v1.5.3 + github.com/golang/protobuf v1.5.4 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.1 @@ -60,7 +62,7 @@ require ( github.com/nats-io/nats.go v1.37.0 github.com/nats-io/stan.go v0.10.4 github.com/olivere/elastic/v7 v7.0.32 - github.com/open-policy-agent/opa v0.67.1 + github.com/open-policy-agent/opa v0.68.0 github.com/opentracing/opentracing-go v1.2.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pelletier/go-toml v1.9.5 @@ -69,15 +71,15 @@ require ( github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 // indirect github.com/pquerna/cachecontrol v0.2.0 // indirect - github.com/prometheus/client_golang v1.14.0 + github.com/prometheus/client_golang v1.20.2 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/russellhaering/goxmldsig v1.1.0 // indirect github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.7.0 - github.com/stretchr/testify v1.9.0 + github.com/spf13/viper v1.18.2 + github.com/stretchr/testify v1.10.0 github.com/teambition/rrule-go v1.8.2 github.com/uber/jaeger-client-go v2.30.0+incompatible github.com/zclconf/go-cty v1.15.0 @@ -85,15 +87,15 @@ require ( go.uber.org/multierr v1.11.0 go.uber.org/zap v1.27.0 gocloud.dev v0.39.0 - golang.org/x/crypto v0.26.0 - golang.org/x/oauth2 v0.22.0 + golang.org/x/crypto v0.31.0 + golang.org/x/oauth2 v0.23.0 golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0 - golang.org/x/text v0.17.0 + golang.org/x/text v0.21.0 google.golang.org/api v0.195.0 google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed // indirect - google.golang.org/grpc v1.66.0 + google.golang.org/grpc v1.69.2 google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538 - google.golang.org/protobuf v1.28.1 + google.golang.org/protobuf v1.36.0 gopkg.in/cheggaaa/pb.v1 v1.0.28 gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 gopkg.in/segmentio/analytics-go.v3 v3.1.0 @@ -104,20 +106,105 @@ require ( require ( github.com/ansrivas/fiberprometheus/v2 v2.6.0 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 + github.com/bufbuild/buf v1.48.0 + github.com/chef/automate/api/external v0.0.0-00010101000000-000000000000 + github.com/dexidp/dex v0.0.0-00010101000000-000000000000 + github.com/dexidp/dex/api/v2 v2.0.0 github.com/gofiber/fiber/v2 v2.52.5 github.com/gofiber/utils v1.1.0 github.com/hashicorp/go-version v1.7.0 github.com/prashantv/gostub v1.1.0 github.com/shirou/gopsutil v3.21.11+incompatible go.uber.org/automaxprocs v1.5.3 - google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed - google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed + google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb + google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb ) -require go.opencensus.io v0.24.0 // indirect +require ( + buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.0-20241031151143-70f632351282.1 // indirect + buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1 // indirect + buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241210175624-28487aef65cd.1 // indirect + buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.0-20241210175624-28487aef65cd.1 // indirect + buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.0-20241007202033-cf42259fcbfc.1 // indirect + buf.build/go/bufplugin v0.6.0 // indirect + buf.build/go/protoyaml v0.3.1 // indirect + buf.build/go/spdx v0.2.0 // indirect + cel.dev/expr v0.19.1 // indirect + cloud.google.com/go/auth v0.9.1 // indirect + cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect + connectrpc.com/connect v1.17.0 // indirect + connectrpc.com/otelconnect v0.7.1 // indirect + github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect + github.com/Microsoft/hcsshim v0.12.9 // indirect + github.com/agnivade/levenshtein v1.1.1 // indirect + github.com/antlr4-go/antlr/v4 v4.13.1 // indirect + github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a // indirect + github.com/bufbuild/protovalidate-go v0.8.0 // indirect + github.com/containerd/cgroups/v3 v3.0.5 // indirect + github.com/containerd/containerd v1.7.24 // indirect + github.com/containerd/continuity v0.4.5 // indirect + github.com/containerd/errdefs v1.0.0 // indirect + github.com/containerd/errdefs/pkg v0.3.0 // indirect + github.com/containerd/platforms v0.2.1 // indirect + github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect + github.com/containerd/ttrpc v1.2.6 // indirect + github.com/containerd/typeurl/v2 v2.2.3 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect + github.com/docker/cli v27.4.1+incompatible // indirect + github.com/docker/docker-credential-helpers v0.8.2 // indirect + github.com/felixge/fgprof v0.9.5 // indirect + github.com/go-chi/chi/v5 v5.2.0 // indirect + github.com/go-ini/ini v1.67.0 // indirect + github.com/go-logr/logr v1.4.2 // indirect + github.com/go-logr/stdr v1.2.2 // indirect + github.com/go-task/slim-sprig/v3 v3.0.0 // indirect + github.com/gofiber/adaptor/v2 v2.1.31 // indirect + github.com/gofrs/flock v0.12.1 // indirect + github.com/google/cel-go v0.22.1 // indirect + github.com/google/go-containerregistry v0.20.2 // indirect + github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect + github.com/google/s2a-go v0.1.8 // indirect + github.com/jdx/go-netrc v1.0.0 // indirect + github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 // indirect + github.com/moby/docker-image-spec v1.3.1 // indirect + github.com/moby/locker v1.0.1 // indirect + github.com/moby/sys/mount v0.3.4 // indirect + github.com/moby/sys/mountinfo v0.7.2 // indirect + github.com/moby/term v0.5.0 // indirect + github.com/morikuni/aec v1.0.0 // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect + github.com/onsi/ginkgo/v2 v2.22.0 // indirect + github.com/opencontainers/image-spec v1.1.0 // indirect + github.com/opencontainers/runtime-spec v1.2.0 // indirect + github.com/pelletier/go-toml/v2 v2.1.0 // indirect + github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect + github.com/quic-go/qpack v0.5.1 // indirect + github.com/quic-go/quic-go v0.48.2 // indirect + github.com/rs/cors v1.11.1 // indirect + github.com/russross/blackfriday/v2 v2.1.0 // indirect + github.com/segmentio/asm v1.2.0 // indirect + github.com/segmentio/encoding v0.4.1 // indirect + github.com/stoewer/go-strcase v1.3.0 // indirect + github.com/tetratelabs/wazero v1.8.2 // indirect + github.com/vbatts/tar-split v0.11.6 // indirect + go.lsp.dev/jsonrpc2 v0.10.0 // indirect + go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect + go.lsp.dev/protocol v0.12.0 // indirect + go.lsp.dev/uri v0.3.0 // indirect + go.opencensus.io v0.24.0 // indirect + go.opentelemetry.io/auto/sdk v1.1.0 // indirect + go.opentelemetry.io/otel v1.33.0 // indirect + go.opentelemetry.io/otel/metric v1.33.0 // indirect + go.opentelemetry.io/otel/sdk v1.31.0 // indirect + go.uber.org/mock v0.5.0 // indirect + go.uber.org/zap/exp v0.3.0 // indirect + golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect + pluginrpc.com/pluginrpc v0.5.0 // indirect + sigs.k8s.io/yaml v1.4.0 // indirect +) require ( - cloud.google.com/go/compute/metadata v0.5.0 // indirect + cloud.google.com/go/compute/metadata v0.5.2 // indirect cloud.google.com/go/iam v1.2.0 // indirect github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect @@ -140,13 +227,12 @@ require ( github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect github.com/aws/smithy-go v1.20.4 // indirect - github.com/bufbuild/protocompile v0.14.0 // indirect + github.com/bufbuild/protocompile v0.14.1 // indirect github.com/chzyer/readline v1.5.1 // indirect github.com/containerd/log v0.1.0 // indirect github.com/distribution/reference v0.6.0 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect - github.com/hashicorp/go-msgpack v1.1.5 // indirect github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect github.com/klauspost/cpuid/v2 v2.2.8 // indirect github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 // indirect @@ -158,7 +244,7 @@ require ( github.com/nats-io/jwt/v2 v2.5.8 // indirect github.com/oklog/ulid v1.3.1 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect - github.com/rogpeppe/go-internal v1.12.0 // indirect + github.com/rogpeppe/go-internal v1.13.1 // indirect github.com/sagikazarmark/locafero v0.6.0 // indirect github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/sourcegraph/conc v0.3.0 // indirect @@ -168,8 +254,8 @@ require ( go.mongodb.org/mongo-driver v1.16.1 // indirect // go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect - go.opentelemetry.io/otel/trace v1.29.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect + go.opentelemetry.io/otel/trace v1.33.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/time v0.6.0 // indirect ) @@ -185,7 +271,7 @@ require ( github.com/Azure/go-autorest/logger v0.2.1 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect github.com/Masterminds/semver/v3 v3.3.0 - github.com/Microsoft/go-winio v0.4.14 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect github.com/agext/levenshtein v1.2.3 // indirect github.com/andybalholm/brotli v1.1.0 // indirect @@ -196,10 +282,10 @@ require ( github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dimchansky/utfbom v1.1.1 // indirect - github.com/docker/distribution v2.7.1+incompatible // indirect - github.com/docker/docker v1.13.1 // indirect - github.com/docker/go-connections v0.4.0 // indirect - github.com/docker/go-units v0.4.0 // indirect + github.com/docker/distribution v2.8.3+incompatible // indirect + github.com/docker/docker v27.4.1+incompatible // indirect + github.com/docker/go-connections v0.5.0 // indirect + github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect @@ -209,11 +295,11 @@ require ( github.com/gobwas/glob v0.2.3 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang-jwt/jwt/v4 v4.5.0 // indirect - github.com/golang/glog v1.2.1 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + github.com/golang/glog v1.2.2 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect github.com/google/wire v0.6.0 // indirect github.com/googleapis/gax-go/v2 v2.13.0 // indirect - github.com/gorilla/handlers v1.3.0 // indirect + github.com/gorilla/handlers v1.4.2 // indirect github.com/hashicorp/go-hclog v1.6.3 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/golang-lru v1.0.2 // indirect @@ -224,7 +310,7 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jonboulle/clockwork v0.2.2 // indirect github.com/josharian/intern v1.0.0 // indirect - github.com/klauspost/compress v1.17.9 // indirect + github.com/klauspost/compress v1.17.11 // indirect github.com/klauspost/pgzip v1.2.6 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/kr/text v0.2.0 // indirect @@ -242,14 +328,14 @@ require ( github.com/nats-io/nkeys v0.4.7 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/peterh/liner v1.2.2 // indirect - github.com/pkg/profile v1.5.0 // indirect + github.com/pkg/profile v1.7.0 // indirect github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.57.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rs/xid v1.6.0 // indirect github.com/segmentio/backo-go v1.1.0 // indirect - github.com/spf13/afero v1.10.0 // indirect + github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.7.0 // indirect github.com/stretchr/objx v0.5.2 // indirect github.com/subosito/gotenv v1.6.0 // indirect @@ -268,11 +354,11 @@ require ( // go.opencensus.io v0.24.0 // indirect go.starlark.net v0.0.0-20190702223751-32f345186213 // indirect golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 // indirect - golang.org/x/mod v0.17.0 // indirect - golang.org/x/net v0.25.0 // indirect + golang.org/x/mod v0.22.0 // indirect + golang.org/x/net v0.33.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/term v0.27.0 // indirect - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect + golang.org/x/tools v0.28.0 // indirect golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect diff --git a/go.sum b/go.sum index d244f20fb85..cc76b234e4b 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,27 @@ -bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= +buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.0-20241031151143-70f632351282.1 h1:FXEFgDFrBYuXjn3twNRo/t80qSbdKmkfZSgR2JGTuyk= +buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.0-20241031151143-70f632351282.1/go.mod h1:/bPD5uslGsdRKBeVavIK7D7yr+3ISI0OoyUOkokSJTA= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1 h1:ntAj16eF7AtUyzOOAFk5gvbAO52QmUKPKk7GmsIEORo= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1/go.mod h1:AxRT+qTj5PJCz2nyQzsR/qxAcveW5USRhJTt/edTO5w= +buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241210175624-28487aef65cd.1 h1:x8cCitPNXODGzWbfApZMFc4ALtRe5LZJmTdAkNqk62A= +buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241210175624-28487aef65cd.1/go.mod h1:kDOQd1sZ0wRp33hvCTQeaz9KprnHNfJ+a8dcIQ/6+0k= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.0-20241210175624-28487aef65cd.1 h1:NOuNS+nCp3xc4CALIC7sNz7irT63UMcYAfofrxurUfE= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.0-20241210175624-28487aef65cd.1/go.mod h1:NeX3YCZgM9E/wNp9e3g/9u5bu8/OPntr7K0ygUlgrDE= +buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.0-20241007202033-cf42259fcbfc.1 h1:HuK77NuzllXrJNgB+lAtnG2dKrB7WAjd9QQ+n0zTQHc= +buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.0-20241007202033-cf42259fcbfc.1/go.mod h1:BLQCnWbu3tZcKQfbU1f5ysbRk55FDFwOvjlyzN+uLXg= +buf.build/go/bufplugin v0.6.0 h1:3lhoh+0z+IUPS3ZajTPn/27LaLIkero2BDVnV7yXD1s= +buf.build/go/bufplugin v0.6.0/go.mod h1:hWCjxxv24xdR6F5pNlQavZV2oo0J3uF4Ff1XEoyV6vU= +buf.build/go/protoyaml v0.3.1 h1:ucyzE7DRnjX+mQ6AH4JzN0Kg50ByHHu+yrSKbgQn2D4= +buf.build/go/protoyaml v0.3.1/go.mod h1:0TzNpFQDXhwbkXb/ajLvxIijqbve+vMQvWY/b3/Dzxg= +buf.build/go/spdx v0.2.0 h1:IItqM0/cMxvFJJumcBuP8NrsIzMs/UYjp/6WSpq8LTw= +buf.build/go/spdx v0.2.0/go.mod h1:bXdwQFem9Si3nsbNy8aJKGPoaPi5DKwdeEp5/ArZ6w8= +cel.dev/expr v0.19.1 h1:NciYrtDRIR0lNCnH1LFJegdjspNx9fI59O7TWcua/W4= +cel.dev/expr v0.19.1/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw= cloud.google.com/go v0.0.0-20170206221025-ce650573d812/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= @@ -17,96 +32,73 @@ cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKV cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.66.0/go.mod h1:dgqGAjKCDxyhGTtC9dAREQGUJpkceNm1yt590Qno0Ko= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.75.0/go.mod h1:VGuuCn7PG0dwsd5XPVm2Mm3wlh3EL55/79EKB6hlPTY= -cloud.google.com/go v0.105.0 h1:DNtEKRBAAzeS4KyIory52wWHuClNaXJ5x1F7xa4q+5Y= -cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= +cloud.google.com/go v0.115.1 h1:Jo0SM9cQnSkYfp44+v+NQXHpcHqlnRJk2qxh6yvxxxQ= +cloud.google.com/go v0.115.1/go.mod h1:DuujITeaufu3gL68/lOFIirVNJwQeyf5UXyi+Wbgknc= +cloud.google.com/go/auth v0.9.1 h1:+pMtLEV2k0AXKvs/tGZojuj6QaioxfUjOpMsG5Gtx+w= +cloud.google.com/go/auth v0.9.1/go.mod h1:Sw8ocT5mhhXxFklyhT12Eiy0ed6tTrPMCJjSI8KhYLk= +cloud.google.com/go/auth/oauth2adapt v0.2.4 h1:0GWE/FUsXhf6C+jAkWgYm7X9tK8cuEIfy19DBn6B6bY= +cloud.google.com/go/auth/oauth2adapt v0.2.4/go.mod h1:jC/jOpwFP6JBxhB3P5Rr0a9HLMC/Pe3eaL4NmdvqPtc= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY= -cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY= +cloud.google.com/go/compute/metadata v0.5.2 h1:UxK4uu/Tn+I3p2dYWTfiX4wva7aYlKixAHn3fyqngqo= +cloud.google.com/go/compute/metadata v0.5.2/go.mod h1:C66sj2AluDcIqakBq/M8lw8/ybHgOZqin2obFxa/E5k= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= -cloud.google.com/go/firestore v1.4.0/go.mod h1:NjjGEnxCS3CAKYp+vmALu20QzcqasGodQp48WxJGAYc= -cloud.google.com/go/iam v0.7.0 h1:k4MuwOsS7zGJJ+QfZ5vBK8SgHBAvYN/23BWsiihJ1vs= -cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg= -cloud.google.com/go/longrunning v0.3.0 h1:NjljC+FYPV3uh5/OwWT6pVU+doBqMg2x/rZlE+CamDs= -cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc= +cloud.google.com/go/iam v1.2.0 h1:kZKMKVNk/IsSSc/udOb83K0hL/Yh/Gcqpz+oAkoIFN8= +cloud.google.com/go/iam v1.2.0/go.mod h1:zITGuWgsLZxd8OwAlX+eMFgZDXzBm7icj1PVTYG766Q= +cloud.google.com/go/longrunning v0.6.0 h1:mM1ZmaNsQsnb+5n1DNPeL0KwQd9jQRqSqSDEkBZr+aI= +cloud.google.com/go/longrunning v0.6.0/go.mod h1:uHzSZqW89h7/pasCWNYdUpwGz3PcVWhrWupreVPYLts= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/pubsub v1.9.0/go.mod h1:G3o6/kJvEMIEAN5urdkaP4be49WQsjNiykBIto9LFtY= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -cloud.google.com/go/storage v1.12.0/go.mod h1:fFLk2dp2oAhDz8QFKwqrjdJvxSp/W2g7nillojlL5Ho= -cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= -cloud.google.com/go/storage v1.27.0 h1:YOO045NZI9RKfCj1c5A/ZtuuENUc8OAW+gHdGnDgyMQ= -cloud.google.com/go/storage v1.27.0/go.mod h1:x9DOL8TK/ygDUMieqwfhdpQryTeEkhGKMi80i/iqR2s= -contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= -contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc= -contrib.go.opencensus.io/integrations/ocsql v0.1.7/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE= +cloud.google.com/go/storage v1.43.0 h1:CcxnSohZwizt4LCzQHWvBf1/kvtHUn7gk9QERXPyXFs= +cloud.google.com/go/storage v1.43.0/go.mod h1:ajvxEa7WmZS1PxvKRq4bq0tFT3vMd502JwstCcYv0Q0= +connectrpc.com/connect v1.17.0 h1:W0ZqMhtVzn9Zhn2yATuUokDLO5N+gIuBWMOnsQrfmZk= +connectrpc.com/connect v1.17.0/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8= +connectrpc.com/otelconnect v0.7.1 h1:scO5pOb0i4yUE66CnNrHeK1x51yq0bE0ehPg6WvzXJY= +connectrpc.com/otelconnect v0.7.1/go.mod h1:dh3bFgHBTb2bkqGCeVVOtHJreSns7uu9wwL2Tbz17ms= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/Azure/azure-amqp-common-go/v3 v3.0.1/go.mod h1:PBIGdzcO1teYoufTKMcGibdKaYZv4avS+O6LNIp8bq0= -github.com/Azure/azure-amqp-common-go/v3 v3.1.0/go.mod h1:PBIGdzcO1teYoufTKMcGibdKaYZv4avS+O6LNIp8bq0= -github.com/Azure/azure-pipeline-go v0.2.3 h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U= -github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k= -github.com/Azure/azure-sdk-for-go v37.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= -github.com/Azure/azure-sdk-for-go v49.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= +filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= +filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= +github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU= +github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8= github.com/Azure/azure-sdk-for-go v68.0.0+incompatible h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU= github.com/Azure/azure-sdk-for-go v68.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= -github.com/Azure/azure-service-bus-go v0.10.7/go.mod h1:o5z/3lDG1iT/T/G7vgIwIqVDTx9Qa2wndf5OdzSzpF8= -github.com/Azure/azure-storage-blob-go v0.13.0 h1:lgWHvFh+UYBNVQLFHXkvul2f6yOPA9PIH82RTG2cSwc= -github.com/Azure/azure-storage-blob-go v0.13.0/go.mod h1:pA9kNqtjUeQF2zOSu4s//nUdBD+e64lEuc4sVnuOfNs= -github.com/Azure/go-amqp v0.13.0/go.mod h1:qj+o8xPCz9tMSbQ83Vp8boHahuRDl5mkNHyt1xlxUTs= -github.com/Azure/go-amqp v0.13.1/go.mod h1:qj+o8xPCz9tMSbQ83Vp8boHahuRDl5mkNHyt1xlxUTs= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= +github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0= +github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest v0.11.3/go.mod h1:JFgpikqFJ/MleTTxwepExTKnFUKKszPS8UavbQYUMuw= -github.com/Azure/go-autorest/autorest v0.11.7/go.mod h1:V6p3pKZx1KKkJubbxnDWrzNhEIfOy/pTGasLqzHIPHs= -github.com/Azure/go-autorest/autorest v0.11.9/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= -github.com/Azure/go-autorest/autorest v0.11.12/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= github.com/Azure/go-autorest/autorest v0.11.28/go.mod h1:MrkzG3Y3AH668QyF9KRk5neJnGgmhQ6krbhR8Q5eMvA= github.com/Azure/go-autorest/autorest v0.11.29 h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw= github.com/Azure/go-autorest/autorest v0.11.29/go.mod h1:ZtEzC4Jy2JDrZLxvWs8LrBWEBycl1hbT1eknI8MtfAs= -github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQWWNcK9YU+MH96NgK+jErpbcg= -github.com/Azure/go-autorest/autorest/adal v0.9.2/go.mod h1:/3SMAM86bP6wC9Ev35peQDUeqFZBMH07vvUOmg4z/fE= -github.com/Azure/go-autorest/autorest/adal v0.9.4/go.mod h1:/3SMAM86bP6wC9Ev35peQDUeqFZBMH07vvUOmg4z/fE= -github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= -github.com/Azure/go-autorest/autorest/adal v0.9.6/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= github.com/Azure/go-autorest/autorest/adal v0.9.24 h1:BHZfgGsGwdkHDyZdtQRQk1WeUdW0m2WPAwuHZwUi5i4= github.com/Azure/go-autorest/autorest/adal v0.9.24/go.mod h1:7T1+g0PYFmACYW5LlG2fcoPiPlFHjClyRGL7dRlP5c8= -github.com/Azure/go-autorest/autorest/azure/auth v0.5.3/go.mod h1:4bJZhUhcq8LB20TruwHbAQsmUs2Xh+QR7utuJpLXX3A= github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 h1:Ov8avRZi2vmrE2JcXw+tu5K/yB41r7xK9GZDiBF7NdM= github.com/Azure/go-autorest/autorest/azure/auth v0.5.13/go.mod h1:5BAVfWLWXihP47vYrPuBKKf4cS0bXI+KM9Qx6ETDJYo= -github.com/Azure/go-autorest/autorest/azure/cli v0.4.2/go.mod h1:7qkJkT+j6b+hIpzMOwPChJhTqS8VbsqqgULzMNRugoM= github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 h1:w77/uPk80ZET2F+AfQExZyEWtn+0Rk/uw17m9fv5Ajc= github.com/Azure/go-autorest/autorest/azure/cli v0.4.6/go.mod h1:piCfgPho7BiIDdEQ1+g4VmKyD5y+p/XtSNqE6Hc4QD0= github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.0/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= github.com/Azure/go-autorest/autorest/mocks v0.4.2 h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw= github.com/Azure/go-autorest/autorest/mocks v0.4.2/go.mod h1:Vy7OitM9Kei0i1Oj+LvyAWMXJHeKH1MVlzFugfVrmyU= github.com/Azure/go-autorest/autorest/to v0.4.0 h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk= github.com/Azure/go-autorest/autorest/to v0.4.0/go.mod h1:fE8iZBn7LQR7zH/9XU2NcPR4o9jEImooCeWJcYV/zLE= -github.com/Azure/go-autorest/autorest/validation v0.3.0/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= github.com/Azure/go-autorest/autorest/validation v0.3.1 h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac= github.com/Azure/go-autorest/autorest/validation v0.3.1/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= -github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= @@ -117,10 +109,8 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= -github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= -github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0= @@ -129,17 +119,19 @@ github.com/Masterminds/squirrel v1.5.4 h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8 github.com/Masterminds/squirrel v1.5.4/go.mod h1:NNaOrjSoIDfDA40n7sr2tPNZRfjzjA400rg+riTZj10= github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Microsoft/hcsshim v0.8.7/go.mod h1:OHd7sQqRFrYd3RmSgbgji+ctCwkbq2wbEYNSzOYtcBQ= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/OneOfOne/xxhash v1.2.7/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= +github.com/Microsoft/hcsshim v0.12.9 h1:2zJy5KA+l0loz1HzEGqyNnjd3fyZA31ZBCGKacp6lLg= +github.com/Microsoft/hcsshim v0.12.9/go.mod h1:fJ0gkFAna6ukt0bLdKB8djt4XIJhF/vEPuoIWYVvZ8Y= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/aclements/go-gg v0.0.0-20170118225347-6dbb4e4fefb0/go.mod h1:55qNq4vcpkIuHowELi5C8e+1yUHtoLoOUR9QU5j7Tes= github.com/aclements/go-moremath v0.0.0-20161014184102-0ff62e0875ff/go.mod h1:idZL3yvz4kzx1dsBOAC+oYv6L92P1oFEhUXUB1A/lwQ= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= +github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8= +github.com/agnivade/levenshtein v1.1.1/go.mod h1:veldBMzWxcCG2ZvUTKD2kJNRdCk5hVbJomOvKkmgYbo= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= @@ -154,23 +146,58 @@ github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer5 github.com/ansrivas/fiberprometheus/v2 v2.6.0 h1:QUaaKxil/N5IM1R19k6jsmFEJMfa4O3qtnDkiF+zxUc= github.com/ansrivas/fiberprometheus/v2 v2.6.0/go.mod h1:hivZjKkqX04PPbMZNi9iGB0AQ90iN6RmKERiX1TdgTA= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ= +github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY= github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= -github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= +github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q= +github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE= +github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= -github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= -github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= -github.com/aws/aws-sdk-go v1.23.20/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= -github.com/aws/aws-sdk-go v1.36.1/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= -github.com/aws/aws-sdk-go v1.40.32/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q= github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU= github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= +github.com/aws/aws-sdk-go-v2 v1.30.4 h1:frhcagrVNrzmT95RJImMHgabt99vkXGslubDaDagTk8= +github.com/aws/aws-sdk-go-v2 v1.30.4/go.mod h1:CT+ZPWXbYrci8chcARI3OmI/qgd+f6WtuLOoaIA8PR0= +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 h1:70PVAiL15/aBMh5LThwgXdSQorVr91L127ttckI9QQU= +github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4/go.mod h1:/MQxMqci8tlqDH+pjmoLu1i0tbWCUP1hhyMRuFxpQCw= +github.com/aws/aws-sdk-go-v2/config v1.27.31 h1:kxBoRsjhT3pq0cKthgj6RU6bXTm/2SgdoUMyrVw0rAI= +github.com/aws/aws-sdk-go-v2/config v1.27.31/go.mod h1:z04nZdSWFPaDwK3DdJOG2r+scLQzMYuJeW0CujEm9FM= +github.com/aws/aws-sdk-go-v2/credentials v1.17.30 h1:aau/oYFtibVovr2rDt8FHlU17BTicFEMAi29V1U+L5Q= +github.com/aws/aws-sdk-go-v2/credentials v1.17.30/go.mod h1:BPJ/yXV92ZVq6G8uYvbU0gSl8q94UB63nMT5ctNO38g= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 h1:yjwoSyDZF8Jth+mUk5lSPJCkMC0lMy6FaCD51jm6ayE= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12/go.mod h1:fuR57fAgMk7ot3WcNQfb6rSEn+SUffl7ri+aa8uKysI= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16 h1:1FWqcOnvnO0lRsv0kLACwwQquoZIoS5tD0MtfoNdnkk= +github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16/go.mod h1:+E8OuB446P/5Swajo40TqenLMzm6aYDEEz6FZDn/u1E= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 h1:TNyt/+X43KJ9IJJMjKfa3bNTiZbUP7DeCxfbTROESwY= +github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16/go.mod h1:2DwJF39FlNAUiX5pAc0UNeiz16lK2t7IaFcm0LFHEgc= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 h1:jYfy8UPmd+6kJW5YhY0L1/KftReOGxI/4NtVSTh9O/I= +github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16/go.mod h1:7ZfEPZxkW42Afq4uQB8H2E2e6ebh6mXTueEpYzjCzcs= +github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 h1:VaRN3TlFdd6KxX1x3ILT5ynH6HvKgqdiXoTxAF4HQcQ= +github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1/go.mod h1:FbtygfRFze9usAadmnGJNc8KsP346kEe+y2/oyhGAGc= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16 h1:mimdLQkIX1zr8GIPY1ZtALdBQGxcASiBd2MOp8m/dMc= +github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16/go.mod h1:YHk6owoSwrIsok+cAH9PENCOGoH5PU2EllX4vLtSrsY= +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 h1:KypMCbLPPHEmf9DgMGw51jMj77VfGPAN2Kv4cfhlfgI= +github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4/go.mod h1:Vz1JQXliGcQktFTN/LN6uGppAIRoLBR2bMvIMP0gOjc= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18 h1:GckUnpm4EJOAio1c8o25a+b3lVfwVzC9gnSBqiiNmZM= +github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18/go.mod h1:Br6+bxfG33Dk3ynmkhsW2Z/t9D4+lRqdLDNCKi85w0U= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 h1:tJ5RnkHCiSH0jyd6gROjlJtNwov0eGYNz8s8nFcR0jQ= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18/go.mod h1:++NHzT+nAF7ZPrHPsA+ENvsXkOO8wEu+C6RXltAG4/c= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 h1:jg16PhLPUiHIj8zYIW6bqzeQSuHVEiWnGA0Brz5Xv2I= +github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16/go.mod h1:Uyk1zE1VVdsHSU7096h/rwnXDzOzYQVl+FNPhPw7ShY= +github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0 h1:Wb544Wh+xfSXqJ/j3R4aX9wrKUoZsJNmilBYZb3mKQ4= +github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0/go.mod h1:BSPI0EfnYUuNHPS0uqIo5VrRwzie+Fp+YhQOUs16sKI= +github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 h1:zCsFCKvbj25i7p1u94imVoO447I/sFv8qq+lGJhRN0c= +github.com/aws/aws-sdk-go-v2/service/sso v1.22.5/go.mod h1:ZeDX1SnKsVlejeuz41GiajjZpRSWR7/42q/EyA/QEiM= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 h1:SKvPgvdvmiTWoi0GAJ7AsJfOz3ngVkD/ERbs5pUnHNI= +github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5/go.mod h1:20sz31hv/WsPa3HhU3hfrIet2kxM4Pe0r20eBZ20Tac= +github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 h1:OMsEmCyz2i89XwRwPouAJvhj81wINh+4UK+k/0Yo/q8= +github.com/aws/aws-sdk-go-v2/service/sts v1.30.5/go.mod h1:vmSqFK+BVIwVpDAGZB3CoCXHzurt4qBE8lf+I/kRTh0= +github.com/aws/smithy-go v1.20.4 h1:2HK1zBdPgRbjFOHlfeQZfpC4r72MOb9bZkiFwggKO+4= +github.com/aws/smithy-go v1.20.4/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= @@ -178,10 +205,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24 github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas= -github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= +github.com/blang/semver v3.1.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ= github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY= @@ -190,16 +215,26 @@ github.com/boltdb/bolt v1.3.2-0.20171120010307-9da317453632 h1:5cBPp9mZiSPzQ3mQA github.com/boltdb/bolt v1.3.2-0.20171120010307-9da317453632/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps= github.com/briandowns/spinner v0.0.0-20180123222039-b3ed21e9d3b2 h1:in2sy9EUvc/vYQSiLUdeuwfbbkBmxeqyf/3XRor0AA8= github.com/briandowns/spinner v0.0.0-20180123222039-b3ed21e9d3b2/go.mod h1:hw/JEQBIE+c/BLI4aKM8UU8v+ZqrD3h7HC27kKt8JQU= -github.com/bufbuild/buf v0.29.0 h1:4H7m9SW5JaNCf8CUFMZiRAHvimUEU5w8GpKs3wnQt+s= -github.com/bufbuild/buf v0.29.0/go.mod h1:ukzHJo2ZzZlUHGmyPzwMEjn01DIIZwub+kia5NX5vJE= +github.com/bufbuild/buf v1.48.0 h1:JiA1Ynz6DE/MBDcEsFvWNoaPhnjaSdLzKH00/5SWomg= +github.com/bufbuild/buf v1.48.0/go.mod h1:lHjK93s3FLn6GOec0f2uqFeREhfL0Qw5dvZ3eipclD8= +github.com/bufbuild/protocompile v0.14.1 h1:iA73zAf/fyljNjQKwYzUHD6AD4R8KMasmwa/FBatYVw= +github.com/bufbuild/protocompile v0.14.1/go.mod h1:ppVdAIhbr2H8asPk6k4pY7t9zB1OU5DoEw9xY/FUi1c= +github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a h1:l3RhVoG0RtC61h6TVWnkniGj4TgBebuyPQRdleFAmTg= +github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a/go.mod h1:c5D8gWRIZ2HLWO3gXYTtUfw/hbJyD8xikv2ooPxnklQ= +github.com/bufbuild/protovalidate-go v0.8.0 h1:Xs3kCLCJ4tQiogJ0iOXm+ClKw/KviW3nLAryCGW2I3Y= +github.com/bufbuild/protovalidate-go v0.8.0/go.mod h1:JPWZInGm2y2NBg3vKDKdDIkvDjyLv31J3hLH5GIFc/Q= github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY= github.com/buger/goterm v1.0.4/go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= +github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 h1:3uZCA/BLTIu+DqCfguByNMJa2HVHpXvjfy0Dy7g6fuA= +github.com/bytecodealliance/wasmtime-go/v3 v3.0.2/go.mod h1:RnUjnIXxEJcL6BgCvNyzCCRzZcxCgsZCi+RNlvYor5Q= github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= +github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= +github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= @@ -225,24 +260,41 @@ github.com/ckaznocha/protoc-gen-lint v0.2.1 h1:wP+SgbHat4ovpPQayCroxK/1pXtnBR4HI github.com/ckaznocha/protoc-gen-lint v0.2.1/go.mod h1:EveTCMo4KBPAmWqVxMXUDrI/iV6v93ydJyZVdEYyFIg= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f/go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko= +github.com/containerd/cgroups/v3 v3.0.5 h1:44na7Ud+VwyE7LIoJ8JTNQOa549a8543BmzaJHo6Bzo= +github.com/containerd/cgroups/v3 v3.0.5/go.mod h1:SA5DLYnXO8pTGYiAHXz94qvLQTKfVM5GEVisn4jpins= github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw= github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69/go.mod h1:bC6axHOhabU15QhwfG7w5PipXdVtMXFTttgp+kVtyUA= +github.com/containerd/containerd v1.7.24 h1:zxszGrGjrra1yYJW/6rhm9cJ1ZQ8rkKBR48brqsa7nA= +github.com/containerd/containerd v1.7.24/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw= github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y= +github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4= +github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE= +github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI= +github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M= +github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE= +github.com/containerd/errdefs/pkg v0.3.0/go.mod h1:NJw6s9HwNuRhnjJhM7pylWwMyAkmCQvQ4GpJHEqRLVk= github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448/go.mod h1:ODA38xgv3Kuk8dQz2ZQXpnv/UZZUHUCL7pnLehbXgQI= github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3/go.mod h1:IV7qH3hrUgRmyYrtgEeGWJfWbgcHL9CSRruz2Vqcph0= github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo= +github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A= +github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw= +github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8= +github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU= github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de/go.mod h1:PvCDdDGpgqzQIzDW1TphrGLssLDZp2GuS+X5DkEJB8o= +github.com/containerd/ttrpc v1.2.6 h1:zG+Kn5EZ6MUYCS1t2Hmt2J4tMVaLSFEJVOraDQwNPC4= +github.com/containerd/ttrpc v1.2.6/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o= github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd/go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc= -github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= -github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= +github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40= +github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk= +github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-oidc v2.2.1+incompatible h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk= github.com/coreos/go-oidc v2.2.1+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc= +github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= @@ -253,9 +305,13 @@ github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 h1:rIXlvz2IWiupMFlC45 github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5/go.mod h1:p/NrK5tF6ICIly4qwEDsf6VDirFiWWz0FenfYBwJaKQ= github.com/cpuguy83/go-md2man v1.0.8/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY= github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= -github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0= +github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= +github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= +github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/ctdk/goiardi v0.11.10 h1:IB/3Afl1pC2Q4KGwzmhHPAoJfe8VtU51wZ2V0QkvsL0= github.com/ctdk/goiardi v0.11.10/go.mod h1:Pr6Cj6Wsahw45myttaOEZeZ0LE7p1qzWmzgsBISkrNI= github.com/dave/jennifer v1.7.0 h1:uRbSBH9UTS64yXbh4FrMHfgfY762RD+C7bUPKODpSJE= @@ -264,24 +320,32 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/denisenkom/go-mssqldb v0.9.0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU= -github.com/devigned/tab v0.1.1/go.mod h1:XG9mPq0dFghrYvoBF3xdRrJzSTX1b7IQrvaL9mzjeJY= github.com/dexidp/dex v0.0.0-20201214084049-0f9e2888ab65 h1:0e0aPOWDbX7n1XEkMP4klKgtT6R1yw38GeliP3w36VI= github.com/dexidp/dex v0.0.0-20201214084049-0f9e2888ab65/go.mod h1:ECzVsF9ahGC3Io8RPo2B8IlFYfRvKgnOOHQdXZfGKUk= github.com/dexidp/dex/api/v2 v2.0.0 h1:bvge1sRmzVzWPWp4WlMzS04lcNQA+jFzHqKV3066bRw= github.com/dexidp/dex/api/v2 v2.0.0/go.mod h1:k5arBJT1QYvpsEY3sEd0NXJp3hKWKuUUfzJ3BlcqPdM= +github.com/dgraph-io/badger/v3 v3.2103.5 h1:ylPa6qzbjYRQMU6jokoj4wzcaweHylt//CH0AKt0akg= +github.com/dgraph-io/badger/v3 v3.2103.5/go.mod h1:4MPiseMeDQ3FNCYwRbbcBOGJLf5jsE0PPFzRiKjtcdw= +github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWajOK8= +github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= +github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g= +github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= +github.com/docker/cli v27.4.1+incompatible h1:VzPiUlRJ/xh+otB75gva3r05isHMo5wXDfPRi5/b4hI= +github.com/docker/cli v27.4.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= +github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= +github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v0.7.3-0.20190506211059-b20a14b54661/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v27.1.2+incompatible h1:AhGzR1xaQIy53qCkxARaFluI00WPGtXn0AJuoQsVYTY= -github.com/docker/docker v27.1.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.4.1+incompatible h1:ZJvcY7gfwHn1JF48PfbyXg7Jyt9ZCWDW+GGXOIxEwp4= +github.com/docker/docker v27.4.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo= +github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= @@ -295,41 +359,39 @@ github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+m github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.4.0 h1:0Hedkeb8AtERQoi/wLDxdMr6iOU4g6Mw0RfB2IEpEhk= -github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= +github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= +github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI= github.com/felixge/fgprof v0.9.3/go.mod h1:RdbpDgzqYVh/T9fPELJyV7EYJuHB55UTEULNun8eiPw= -github.com/felixge/fgprof v0.9.4 h1:ocDNwMFlnA0NU0zSB3I52xkO4sFXk80VK9lXjLClu88= -github.com/felixge/fgprof v0.9.4/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM= +github.com/felixge/fgprof v0.9.5 h1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY= +github.com/felixge/fgprof v0.9.5/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg= github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= -github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= +github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI= +github.com/foxcpp/go-mockdns v1.1.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= -github.com/ghodss/yaml v0.0.0-20180820084758-c7ce16629ff4/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39 h1:8aiwjJixH9Dws9c0mE6yeghmrVhe6csuB+onSjeW31Q= github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= -github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-chef/chef v0.30.1 h1:yvOSijEBWAQtRbBPj9hz1atEJUU6HckPc7AaEyZXnLg= github.com/go-chef/chef v0.30.1/go.mod h1:7RU1oCrRErTrkmIszkhJ9vHw7Bv2hZ1Vv1C1qKj01fc= +github.com/go-chi/chi/v5 v5.2.0 h1:Aj1EtB0qR2Rdo2dG4O94RIU35w2lvQSj6BRA4+qwFL0= +github.com/go-chi/chi/v5 v5.2.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-delve/delve v1.3.1 h1:LI0X4aAE0N7ay8uR48aMJ6GNTxamIpcxi1THjwJjenI= github.com/go-delve/delve v1.3.1/go.mod h1:LLw6qJfIsRK9WcwV2IRRqsdlgrqzOeuGrQOCOIhDpt8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= @@ -337,7 +399,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gorp/gorp v2.2.0+incompatible h1:xAUh4QgEeqPPhK3vxZN+bzrim1z5Av6q837gtjUlshc= github.com/go-gorp/gorp v2.2.0+incompatible/go.mod h1:7IfkAQnO7jfT/9IQ3R9wL1dFhukN6aQxzKTHnkxzA/E= -github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= +github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A= +github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= @@ -346,6 +409,7 @@ github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9 github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= @@ -360,25 +424,20 @@ github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUy github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c= github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4= -github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= -github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= -github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= -github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= -github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= +github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= +github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= -github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM= -github.com/gobwas/pool v0.2.0/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= -github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM= github.com/gobwas/ws v1.2.1/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY= github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 h1:FWNFq4fM1wPfcK40yHE5UO3RUdSNPaBC+j3PokzA6OQ= github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1/go.mod h1:5YoVOkjYAQumqlV356Hj3xeYh4BdZuLE0/nRkf2NKkI= @@ -393,12 +452,13 @@ github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yG github.com/gofiber/fiber/v2 v2.52.5/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= -github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E= +github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0= github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA= github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= +github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= -github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= @@ -407,17 +467,16 @@ github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOW github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-migrate/migrate v3.5.4+incompatible h1:R7OzwvCJTCgwapPCiX6DyBiu2czIUMDCB118gFTKTUA= github.com/golang-migrate/migrate v3.5.4+incompatible/go.mod h1:IsVUlFN5puWOmXrqjgGUfIRIbU7mr8oNBE2tyERd9Wk= -github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0= github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4= -github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= -github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/glog v1.2.2 h1:1+mZ9upx1Dh6FmUTFR1naJ77miKiXgALjWOZ3NVFPmY= +github.com/golang/glog v1.2.2/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= +github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -427,7 +486,6 @@ github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= -github.com/golang/protobuf v0.0.0-20181025225059-d3de96c4c28e/go.mod h1:Qd/q+1AKNOZr9uGQzbzCmRO6sUih6GTPZv6a1/R87v0= github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -445,8 +503,10 @@ github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= +github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= +github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac/go.mod h1:P32wAyui1PQ58Oce/KYkOqQv8cVw1zAapXOl+dRFGbc= github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82/go.mod h1:PxC8OnwL11+aosOB5+iEPoV3picfs8tUpkVd0pDo+Kg= github.com/gonum/internal v0.0.0-20181124074243-f884aa714029/go.mod h1:Pu4dmpkhSyOzRwuXkOgAvijx4o+4YMUJJo9OvPYMkks= @@ -454,6 +514,10 @@ github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9/go.mod h1:XA3DeT6rxh2 github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP0HCqCz+K4ts155PXIlUywf0wqN+GfPZw= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/cel-go v0.22.1 h1:AfVXx3chM2qwoSbM7Da8g8hX8OVSkBFwX+rz2+PcK40= +github.com/google/cel-go v0.22.1/go.mod h1:BuznPXXfQDpXKWQ9sPW3TzlAJN5zzFe+i9tIs0yC4s8= +github.com/google/flatbuffers v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw= +github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -461,26 +525,25 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-replayers/grpcreplay v1.0.0 h1:B5kVOzJ1hBgnevTgIWhSTatQ3608yu/2NnU0Ta1d0kY= -github.com/google/go-replayers/grpcreplay v1.0.0/go.mod h1:8Ig2Idjpr6gifRd6pNVggX6TC1Zw6Jx74AKp7QNH2QE= -github.com/google/go-replayers/httpreplay v0.1.2 h1:HCfx+dQzwN9XbGTHF8qJ+67WN8glL9FTWV5rraCJ/jU= -github.com/google/go-replayers/httpreplay v0.1.2/go.mod h1:YKZViNhiGgqdBlUbI2MwGpq4pXxNmhJLPHQ7cv2b5no= +github.com/google/go-containerregistry v0.20.2 h1:B1wPJ1SN/S7pB+ZAimcciVD+r+yV/l/DSArMxlbwseo= +github.com/google/go-containerregistry v0.20.2/go.mod h1:z38EKdKh4h7IP2gSfUUqEvalZBqs6AoLeWfUy34nQC8= +github.com/google/go-replayers/grpcreplay v1.3.0 h1:1Keyy0m1sIpqstQmgz307zhiJ1pV4uIlFds5weTmxbo= +github.com/google/go-replayers/grpcreplay v1.3.0/go.mod h1:v6NgKtkijC0d3e3RW8il6Sy5sqRVUwoQa4mHOGEy8DI= +github.com/google/go-replayers/httpreplay v1.2.0 h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk= +github.com/google/go-replayers/httpreplay v1.2.0/go.mod h1:WahEFFZZ7a1P4VM1qEeHy+tME4bwyqPcwWbNlUI1Mcg= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE= -github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.2.1 h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ= -github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= +github.com/google/martian/v3 v3.3.3 h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc= +github.com/google/martian/v3 v3.3.3/go.mod h1:iEPrYcgCF7jA9OtScMFQyAlZZ4YXTKEtJ1E6RWzmBA0= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= @@ -488,94 +551,70 @@ github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200905233945-acf8798be1f7/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20211214055906-6f57359322fd/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik= -github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 h1:FKHo8hFI3A+7w0aUQuYXQ+6EN5stWmeY/AZqtM8xk9k= -github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8/go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo= +github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad h1:a6HEuzUHeKH6hwfN/ZoQgRgVIWFJljSWa/zetS2WTvg= +github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/subcommands v1.0.1/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= +github.com/google/s2a-go v0.1.8 h1:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM= +github.com/google/s2a-go v0.1.8/go.mod h1:6iNWHTpQ+nfNRN5E00MSdfDwVesa8hhS32PhPO8deJA= +github.com/google/subcommands v1.2.0/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/wire v0.4.0/go.mod h1:ngWDr9Qvq3yZA10YrxfyGELY/AFWGVpy9c1LTRi1EoU= -github.com/google/wire v0.5.0 h1:I7ELFeVBr3yfPIcc8+MWvrjk+3VjbcSzoXm3JVa+jD8= -github.com/google/wire v0.5.0/go.mod h1:ngWDr9Qvq3yZA10YrxfyGELY/AFWGVpy9c1LTRi1EoU= +github.com/google/wire v0.6.0 h1:HBkoIh4BdSxoyo9PveV8giw7ZsaBOvzWKfcg/6MrVwI= +github.com/google/wire v0.6.0/go.mod h1:F4QhpQ9EDIdJ1Mbop/NZBRB+5yrR6qg3BnctaoUk6NA= github.com/googleapis/enterprise-certificate-proxy v0.3.3 h1:QRje2j5GZimBzlbhGA2V2QlGNgL8G6e+wGo/+/2bWI0= github.com/googleapis/enterprise-certificate-proxy v0.3.3/go.mod h1:YKe7cfqYXjKGpGvmSg28/fFvhNzinZQm8DGnaburhGA= github.com/googleapis/gax-go v0.0.0-20161107002406-da06d194a00e/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gax-go/v2 v2.6.0 h1:SXk3ABtQYDT/OH8jAyvEOQ58mgawq5C4o/4/89qN2ZU= -github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= -github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/googleapis/gax-go/v2 v2.13.0 h1:yitjD5f7jQHhyDsnhKEBU52NdvvdSeGzlAnDPT0hH1s= +github.com/googleapis/gax-go/v2 v2.13.0/go.mod h1:Z/fvTZXF8/uw7Xu5GuslPw+bplx6SS338j1Is2S+B7A= github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/handlers v1.4.2 h1:0QniY0USkHQ1RGCLfKxeNHK9bkDHGRYGNDFBCS+YARg= github.com/gorilla/handlers v1.4.2/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= -github.com/gorilla/mux v0.0.0-20181024020800-521ea7b17d02/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= -github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI= github.com/grpc-ecosystem/go-grpc-middleware v1.4.0/go.mod h1:g5qyo/la0ALbONm6Vbp88Yd8NsDy6rZz+RcrMPxvld8= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= -github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMchFtkdrS4BIj5o= github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw= -github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= -github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= -github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -github.com/hashicorp/go-hclog v0.9.1/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= -github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-msgpack v1.1.5 h1:9byZdVjKTe5mce63pRVNP1L7UAmdHOTEMGehn6KvJWs= -github.com/hashicorp/go-msgpack v1.1.5/go.mod h1:gWVc3sv/wbDmR3rQsj1CAktEZzoz1YNK9NfGLXJ69/4= github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm8aFp8N3I= github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= -github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-retryablehttp v0.7.2 h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0= github.com/hashicorp/go-retryablehttp v0.7.2/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= -github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= -github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= +github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= -github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= -github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c= @@ -584,20 +623,13 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul12M= github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA= -github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= -github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= -github.com/hashicorp/raft v1.3.9/go.mod h1:4Ak7FSPnuvmb0GV6vgIAJ4vYT4bek9bb6Q+7HVbyzqM= github.com/hashicorp/raft v1.6.0 h1:tkIAORZy2GbJ2Trp5eUSggLXDPOJLXC+JJLNMMqtgtM= github.com/hashicorp/raft v1.6.0/go.mod h1:Xil5pDgeGwRWuX4uPUmwa+7Vagg4N804dz6mhNi6S7o= -github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI= github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw= github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= @@ -607,18 +639,18 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/jaswdr/faker v1.0.2 h1:3iRZztCC4oU67i67qGcyhIxeKgHQQH/iCifJOj3uOSI= github.com/jaswdr/faker v1.0.2/go.mod h1:9S4x1SRPC3m+iLgZTx2HZ0/R1/B0hwuL8uvOAiuJNtg= +github.com/jdx/go-netrc v1.0.0 h1:QbLMLyCZGj0NA8glAhxUpf1zDg6cxnWgMBbjq40W0gQ= +github.com/jdx/go-netrc v1.0.0/go.mod h1:Gh9eFQJnoTNIRHXl2j5bJXA1u84hQWJWgGh569zF3v8= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha h1:rRYHSFWZ3egaMVREb5NgN17UanLMWM2s7EhG3u/1Yy4= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha/go.mod h1:DAKhNY3KVw+n6uMJ+WIzEs2XHfuQpMu2taSsKOXbTBw= -github.com/jhump/protoreflect v1.7.1-0.20200723220026-11eaaf73e0ec/go.mod h1:D8nEtk+lKr8kMTMiLayswAtSSeHYDaRYk9r78Cy11mM= github.com/jhump/protoreflect v1.10.3 h1:8ogeubpKh2TiulA0apmGlW5YAH4U1Vi4TINIP+gpNfQ= github.com/jhump/protoreflect v1.10.3/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= -github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= -github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= +github.com/jhump/protoreflect/v2 v2.0.0-beta.2 h1:qZU+rEZUOYTz1Bnhi3xbwn+VxdXkLVeEpAeZzVXLY88= +github.com/jhump/protoreflect/v2 v2.0.0-beta.2/go.mod h1:4tnOYkB/mq7QTyS3YKtVtNrJv4Psqout8HA1U+hZtgM= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= -github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ= @@ -634,27 +666,20 @@ github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/ github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g= github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= -github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= -github.com/klauspost/compress v1.11.2/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= -github.com/klauspost/compress v1.11.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= -github.com/klauspost/compress v1.14.4/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= -github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA= -github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= +github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc= +github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0= github.com/klauspost/cpuid/v2 v2.0.1/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM= github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= -github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= @@ -678,17 +703,14 @@ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6Fm github.com/leanovate/gopter v0.2.4 h1:U4YLBggDFhJdqQsG4Na2zX7joVTky9vHaj/AGEwSuXU= github.com/leanovate/gopter v0.2.4/go.mod h1:gNcbPWNEWRe4lm+bycKqxUYoH5uoVje5SkOJ3uoLer8= github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs= -github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= -github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lyft/protoc-gen-star v0.4.10/go.mod h1:mE8fbna26u7aEA2QCVvvfBU/ZrPgocG1206xAFPcs94= github.com/lyft/protoc-gen-star v0.6.2 h1:DgqBrh0Q/JGHXDZjJaYCWKD/EXLczxplIC0JeElY2iU= github.com/lyft/protoc-gen-star v0.6.2/go.mod h1:M0b1EfeJR3f8E3YHKFr9KXWjAB4mrKn6Rm6PPEuJlI0= +github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 h1:sIXJOMrYnQZJu7OB7ANSF4MYri2fTEGIsRLz6LwI4xE= +github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4/go.mod h1:amey7yeodaJhXSbf/TlLvWiqQfLOSpEk//mLlc+axEk= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= @@ -701,24 +723,18 @@ github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1/go.mod h1:qccnGMcpgwcNaBnxqpJpWWUiPNr5H3O8eDgGV9gT5To= github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= -github.com/mattn/go-ieproxy v0.0.1 h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI= -github.com/mattn/go-ieproxy v0.0.1/go.mod h1:pYabZ6IHcRpFh7vIaLfK7rdcWgFEb3SFJ6/gNWuh88E= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= -github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= -github.com/mattn/go-runewidth v0.0.0-20181025052659-b20a3daf6a39/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= @@ -729,102 +745,106 @@ github.com/mattn/go-sqlite3 v0.0.0-20161215041557-2d44decb4941/go.mod h1:FPy6Kqz github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q= github.com/mattn/go-sqlite3 v1.11.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= -github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= -github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= +github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM= +github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q= github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= github.com/minio/minio-go/v7 v7.0.72 h1:ZSbxs2BfJensLyHdVOgHv+pfmvxYraaUy07ER04dWnA= github.com/minio/minio-go/v7 v7.0.72/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= -github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0= github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0= -github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= -github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= -github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0= github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= +github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg= +github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc= github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk= github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc= +github.com/moby/sys/mount v0.3.4 h1:yn5jq4STPztkkzSKpZkLcmjue+bZJ0u2AuQY1iNI1Ww= +github.com/moby/sys/mount v0.3.4/go.mod h1:KcQJMbQdJHPlq5lcYT+/CjatWM4PuxKe+XLSVS4J6Os= +github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg= +github.com/moby/sys/mountinfo v0.7.2/go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4= github.com/moby/sys/sequential v0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU= github.com/moby/sys/sequential v0.6.0/go.mod h1:uyv8EUTrca5PnDsdMGXhZe6CCe8U/UiTWd+lL+7b/Ko= github.com/moby/sys/user v0.3.0 h1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo= github.com/moby/sys/user v0.3.0/go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs= github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g= github.com/moby/sys/userns v0.1.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28= +github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0= +github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= +github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= +github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/muesli/crunchy v0.4.0 h1:qdiml8gywULHBsztiSAf6rrE6EyuNasNKZ104mAaahM= github.com/muesli/crunchy v0.4.0/go.mod h1:9k4x6xdSbb7WwtAVy0iDjaiDjIk6Wa5AgUIqp+HqOpU= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= +github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a/go.mod h1:0tqz9Hlu6bCBFLWAASKhE5vUA4c24L9KPUUgvwumE/k= github.com/nats-io/jwt/v2 v2.5.8 h1:uvdSzwWiEGWGXf+0Q+70qv6AQdvcvxrv9hPM0RiPamE= github.com/nats-io/jwt/v2 v2.5.8/go.mod h1:ZdWS1nZa6WMZfFwwgpEaqBV8EPGVgOTDHN/wTbz0Y5A= -github.com/nats-io/nats-server/v2 v2.8.2/go.mod h1:vIdpKz3OG+DCg4q/xVPdXHoztEyKDWRtykQ4N7hd7C4= github.com/nats-io/nats-server/v2 v2.9.25 h1:USQ91yDrsRohuEAW8vJpal7Z9p+EWTGk53wchamzqFo= github.com/nats-io/nats-server/v2 v2.9.25/go.mod h1:wEjrEy9vnqIGE4Pqz4/c75v9Pmaq7My2IgFmnykc4C0= -github.com/nats-io/nats-streaming-server v0.24.6 h1:iIZXuPSznnYkiy0P3L0AP9zEN9Etp+tITbbX1KKeq4Q= -github.com/nats-io/nats-streaming-server v0.24.6/go.mod h1:tdKXltY3XLeBJ21sHiZiaPl+j8sK3vcCKBWVyxeQs10= -github.com/nats-io/nats.go v1.13.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= -github.com/nats-io/nats.go v1.14.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= -github.com/nats-io/nats.go v1.15.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= -github.com/nats-io/nats.go v1.28.0 h1:Th4G6zdsz2d0OqXdfzKLClo6bOfoI/b1kInhRtFIy5c= -github.com/nats-io/nats.go v1.28.0/go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc= +github.com/nats-io/nats-streaming-server v0.25.5 h1:DX6xaPhKvVLhdpNsuEmmD+O9LfWSnw8cvxQU/H9LRy8= +github.com/nats-io/nats-streaming-server v0.25.5/go.mod h1:dSBVdHGsT/tV91lT4MWFfE6+yjRCNhRIYJpBaTHFdAo= +github.com/nats-io/nats.go v1.22.1/go.mod h1:tLqubohF7t4z3du1QDPYJIQQyhb4wl6DhjxEajSI7UA= +github.com/nats-io/nats.go v1.37.0 h1:07rauXbVnnJvv1gfIyghFEo6lUcYRY0WXc3x7x0vUxE= +github.com/nats-io/nats.go v1.37.0/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8= github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4= github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/kI= -github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= +github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= +github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/olivere/elastic/v7 v7.0.28 h1:KAP4EuaEcvPJknRNkAAso1xeu0C1+/CeDQsxj9Cw9Fg= -github.com/olivere/elastic/v7 v7.0.28/go.mod h1:DzHQoqd6YqSuvF1lk/fR4cW4FNUNzSD5/F5MBm3GRMo= +github.com/olivere/elastic/v7 v7.0.32 h1:R7CXvbu8Eq+WlsLgxmKVKPox0oOwAE/2T9Si5BnvK6E= +github.com/olivere/elastic/v7 v7.0.32/go.mod h1:c7PVmLe3Fxq77PIfY/bZmxY/TAamBhCzZ8xDOE09a9k= github.com/onsi/ginkgo v1.4.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg= +github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo= github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/open-policy-agent/opa v0.19.1 h1:jVopQC3LRwQTstVME8LDCNf6PZkShmmozDsvyp+DYZY= -github.com/open-policy-agent/opa v0.19.1/go.mod h1:rrwxoT/b011T0cyj+gg2VvxqTtn6N3gp/jzmr3fjW44= +github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8= +github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc= +github.com/open-policy-agent/opa v0.68.0 h1:Jl3U2vXRjwk7JrHmS19U3HZO5qxQRinQbJ2eCJYSqJQ= +github.com/open-policy-agent/opa v0.68.0/go.mod h1:5E5SvaPwTpwt2WM177I9Z3eT7qUpmOGjk1ZdHs+TZ4w= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= -github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM= -github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= +github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug= +github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM= github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= +github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk= +github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39/go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs= +github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU= +github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= @@ -832,30 +852,29 @@ github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTK github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= +github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4= +github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc= github.com/peterbourgon/mergemap v0.0.1 h1:5/brtSACv34REV0xoYjPQ8JXZnx3nurGt6WInLRwqX4= github.com/peterbourgon/mergemap v0.0.1/go.mod h1:jQyRpOpE/KbvPc0VKXjAqctYglwUO5W6zAcGcFfbvlo= -github.com/peterh/liner v0.0.0-20170211195444-bf27d3ba8e1d/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc= github.com/peterh/liner v0.0.0-20170317030525-88609521dc4b/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc= github.com/peterh/liner v1.2.2 h1:aJ4AOodmL+JxOZZEL2u9iJf8omNRpqHc/EbrK+3mAXw= github.com/peterh/liner v1.2.2/go.mod h1:xFwJyiKIXJZUKItq5dGHZSTBRAuG/CpeNpWLyiNRNwI= github.com/philhofer/fwd v1.1.1/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= +github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ= +github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= -github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v0.0.0-20170413231811-06b906832ed0/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= -github.com/pkg/profile v1.5.0/go.mod h1:qBsxPvzyUincmltOk6iyRVxHYg4adc0OFOv72ZdLa18= github.com/pkg/profile v1.7.0 h1:hnbDkaNWPCLMO9wGLdBFTIZvzDrDfBM2072E1S9gJkA= github.com/pkg/profile v1.7.0/go.mod h1:8Uer0jas47ZQMJ7VD+OHknK4YDY07LPUC6dEvqDjvNo= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= -github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU= github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= @@ -863,38 +882,31 @@ github.com/pquerna/cachecontrol v0.2.0 h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEn github.com/pquerna/cachecontrol v0.2.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= -github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= -github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= -github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw= github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= +github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg= +github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= -github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= +github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= +github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= -github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= -github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= +github.com/prometheus/common v0.57.0 h1:Ro/rKjwdq9mZn1K5QPctzh+MA4Lp0BuYk5ZZEVhoNcY= +github.com/prometheus/common v0.57.0/go.mod h1:7uRPFSUTbfZWsJ7MHY56sqt7hLQu3bxXHDnNhl8E9qI= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= @@ -904,10 +916,12 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1 github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= -github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/quic-go/qpack v0.5.1 h1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI= +github.com/quic-go/qpack v0.5.1/go.mod h1:+PC4XFrEskIVkcLzpEkbLqq1uCoxPhQuvK5rH1ZgaEg= +github.com/quic-go/quic-go v0.48.2 h1:wsKXZPeGWpMpCGSWqOcqpW2wZYic/8T3aqiOID0/KWE= +github.com/quic-go/quic-go v0.48.2/go.mod h1:yBgs3rWBOADpga7F+jJsb6Ybg1LSYiQvwWlLX+/6HMs= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a h1:2v4Ipjxa3sh+xn6GvtgrMub2ci4ZLQMvTaYIba2lfdc= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a/go.mod h1:ozniNEFS3j1qCwHKdvraMn1WJOsUxHd7lYfukEIS4cs= -github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= @@ -917,29 +931,36 @@ github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6So github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII= +github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o= +github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA= +github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU= github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= github.com/russellhaering/goxmldsig v1.1.0 h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk= github.com/russellhaering/goxmldsig v1.1.0/go.mod h1:QK8GhXPB3+AfuCrfo0oRISa9NfzeCpWmxeGnqEpDF9o= github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= +github.com/sagikazarmark/locafero v0.6.0 h1:ON7AQg37yzcRPU69mt7gwhFEBwxI6P9T4Qu3N51bwOk= +github.com/sagikazarmark/locafero v0.6.0/go.mod h1:77OmuIc6VTraTXKXIs/uvUxKGUXjE1GbemJYHqdNjX0= +github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE= +github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ= github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94/go.mod h1:90zrgN3D/WJsDd1iXHT96alCoN2KJo6/4x1DZC3wZs8= github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d/go.mod h1:Gy+0tqhJvgGlqnTF8CVGP0AaGRjwBtXs/a5PA0Y3+A4= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible h1:1FhtJltOydnEqlp1QZ6CQY4vYt/Gs2citvRZ+4ua7xQ= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= +github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys= +github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs= github.com/segmentio/backo-go v1.1.0 h1:cJIfHQUdmLsd8t9IXqf5J8SdrOMn9vMa7cIvOavHAhc= github.com/segmentio/backo-go v1.1.0/go.mod h1:ckenwdf+v/qbyhVdNPWHnqh2YdJBED1O9cidYyM5J18= +github.com/segmentio/encoding v0.4.1 h1:KLGaLSW0jrmhB58Nn4+98spfvPvmo4Ci1P/WIQ9wn7w= +github.com/segmentio/encoding v0.4.1/go.mod h1:/d03Cd8PoaDeceuhUUUQWjU0KhWjrmYrWPgtJHYZSnI= github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI= github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v0.0.0-20180523074243-ea8897e79973/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= @@ -947,41 +968,34 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/assertions v1.1.1/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= -github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM= -github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/smartystreets/gunit v1.4.2/go.mod h1:ZjM1ozSIMJlAz/ay4SG8PeKF00ckUp+zMHZXV9/bvak= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= +github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= -github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY= -github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= +github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= +github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= -github.com/spf13/cobra v0.0.0-20181021141114-fe5e611709b0/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= -github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7/go.mod h1:yk5b0mALVusDL5fMM6Rd1wgnoO5jUPhwsQ6LQAJTidQ= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= -github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v0.0.0-20181024212040-082b515c9490/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= -github.com/spf13/viper v1.7.0 h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM= -github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= +github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= +github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= +github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs= +github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= @@ -997,30 +1011,33 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= +github.com/tchap/go-patricia/v2 v2.3.1 h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes= +github.com/tchap/go-patricia/v2 v2.3.1/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k= github.com/teambition/rrule-go v1.8.2 h1:lIjpjvWTj9fFUZCmuoVDrKVOtdiyzbzc93qTmRVe/J8= github.com/teambition/rrule-go v1.8.2/go.mod h1:Ieq5AbrKGciP1V//Wq8ktsTXwSwJHDD5mD/wLBGl3p4= github.com/testcontainers/testcontainers-go v0.0.9 h1:mwvFz+FkuQMqQ9oLkG4cVzPsZTRmrCo2NcaerJNaptA= github.com/testcontainers/testcontainers-go v0.0.9/go.mod h1:0Qe9qqjNZgxHzzdHPWwmQ2D49FFO7920hLdJ4yUJXJI= +github.com/tetratelabs/wazero v1.8.2 h1:yIgLR/b2bN31bjxwXHD8a3d+BogigR952csSDdLYEv4= +github.com/tetratelabs/wazero v1.8.2/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs= github.com/tinylib/msgp v1.1.6/go.mod h1:75BAfg2hauQhs3qedfdDZmWAPcFMAvJE5b9rGOMufyw= github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU= github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY= github.com/tklauser/numcpus v0.8.0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY= github.com/tklauser/numcpus v0.8.0/go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE= +github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o= github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg= github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U= -github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= -github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= @@ -1031,7 +1048,12 @@ github.com/valyala/fasthttp v1.54.0 h1:cCL+ZZR3z3HPLMVfEYVUMtJqVaui0+gu7Lx63unHw github.com/valyala/fasthttp v1.54.0/go.mod h1:6dt4/8olwq9QARP/TDuPmWyWcl4byhpvTJ4AAtcz+QM= github.com/valyala/tcplisten v1.0.0 h1:rBHj/Xf+E1tRGZyWIWwJDiRY0zc1Js+CV5DqwacVSA8= github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc= +github.com/vbatts/tar-split v0.11.6 h1:4SjTW5+PU11n6fZenf2IPoV8/tz3AaYHMWjf23envGs= +github.com/vbatts/tar-split v0.11.6/go.mod h1:dqKNtesIOr2j2Qv3W/cHjnvk9I8+G7oAkFDFN6TCBEI= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= +github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo= +github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= +github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= @@ -1041,7 +1063,6 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGC github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM= github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c h1:3lbZUMbMiGUW/LMkfsEABsc5zNT9+b1CvsJx47JzJ8g= github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c/go.mod h1:UrdRz5enIKZ63MEE3IF9l2/ebyx59GyGgPi+tICQdmM= -github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b/go.mod h1:HptNXiXVDcJjXe9SqMd0v2FsL9f8dz4GnXgltU6q/co= github.com/yashtewari/glob-intersection v0.2.0 h1:8iuHdN88yYuCzCdjt0gDe+6bAhUwBeEWqThExu54RFg= github.com/yashtewari/glob-intersection v0.2.0/go.mod h1:LK7pIC3piUjovexikBbJ26Yml7g8xa5bsjfx2v1fwok= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -1058,36 +1079,55 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6 github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM= github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= -go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4= go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0= go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= +go.lsp.dev/jsonrpc2 v0.10.0 h1:Pr/YcXJoEOTMc/b6OTmcR1DPJ3mSWl/SWiU1Cct6VmI= +go.lsp.dev/jsonrpc2 v0.10.0/go.mod h1:fmEzIdXPi/rf6d4uFcayi8HpFP1nBF99ERP1htC72Ac= +go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 h1:hCzQgh6UcwbKgNSRurYWSqh8MufqRRPODRBblutn4TE= +go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2/go.mod h1:gtSHRuYfbCT0qnbLnovpie/WEmqyJ7T4n6VXiFMBtcw= +go.lsp.dev/protocol v0.12.0 h1:tNprUI9klQW5FAFVM4Sa+AbPFuVQByWhP1ttNUAjIWg= +go.lsp.dev/protocol v0.12.0/go.mod h1:Qb11/HgZQ72qQbeyPfJbu3hZBH23s1sr4st8czGeDMQ= +go.lsp.dev/uri v0.3.0 h1:KcZJmh6nFIBeJzTugn5JTU6OOyG0lDOo3R9KwTxTYbo= +go.lsp.dev/uri v0.3.0/go.mod h1:P5sbO1IQR+qySTWOCnhnK7phBx+W3zbLqSMDJNTw88I= go.mongodb.org/mongo-driver v1.16.1 h1:rIVLL3q0IHM39dvE+z2ulZLp9ENZKThVfuvN/IiN4l8= go.mongodb.org/mongo-driver v1.16.1/go.mod h1:oB6AhJQvFQL4LEHyXi6aJzQJtBiTQHiAd83l0GdFaiw= -go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8= -go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= -go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= -go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= -go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8= -go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4= -go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ= +go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA= +go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 h1:r6I7RJCN86bpD/FQwedZ0vSixDpwuWREjW9oRMsmqDc= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0/go.mod h1:B9yO6b04uB80CzjedvewuqDhxJxi11s7/GtiGa8bAjI= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 h1:yd02MEjBdJkG3uabWP9apV+OuWRIXGDuJEUJbOHmCFU= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0/go.mod h1:umTcuxiv1n/s/S6/c2AT/g2CQ7u5C59sHDNmfSwgz7Q= +go.opentelemetry.io/otel v1.33.0 h1:/FerN9bax5LoK51X/sI0SVYrjSE0/yUL7DpxW4K3FWw= +go.opentelemetry.io/otel v1.33.0/go.mod h1:SUUkR6csvUQl+yjReHu5uM3EtVV7MBm5FHKRlNx4I8I= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 h1:3Q/xZUyC1BBkualc9ROb4G8qkH90LXEIICcs5zv1OYY= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0/go.mod h1:s75jGIWA9OfCMzF0xr+ZgfrB5FEbbV7UuYo32ahUiFI= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 h1:R3X6ZXmNPRR8ul6i3WgFURCHzaXjHdm0karRG/+dj3s= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0/go.mod h1:QWFXnDavXWwMx2EEcZsf3yxgEKAqsxQ+Syjp+seyInw= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0/go.mod h1:oVdCUtjq9MK9BlS7TtucsQwUcXcymNiEDjgDD2jMtZU= +go.opentelemetry.io/otel/metric v1.33.0 h1:r+JOocAyeRVXD8lZpjdQjzMadVZp2M4WmQ+5WtEnklQ= +go.opentelemetry.io/otel/metric v1.33.0/go.mod h1:L9+Fyctbp6HFTddIxClbQkjtubW6O9QS3Ann/M82u6M= +go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk= +go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0= +go.opentelemetry.io/otel/sdk/metric v1.31.0 h1:i9hxxLJF/9kkvfHppyLL55aW7iIJz4JjxTeYusH7zMc= +go.opentelemetry.io/otel/sdk/metric v1.31.0/go.mod h1:CRInTMVvNhUKgSAMbKyTMxqOBC0zgyxzW55lZzX43Y8= +go.opentelemetry.io/otel/trace v1.33.0 h1:cCJuF7LRjUFso9LPnEAHJDB2pqzp+hbO8eu1qqW2d/s= +go.opentelemetry.io/otel/trace v1.33.0/go.mod h1:uIcdVUZMpTAmz0tI1z04GoVSezK37CbGV4fr1f2nBck= +go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0= +go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8= go.starlark.net v0.0.0-20190702223751-32f345186213 h1:lkYv5AKwvvduv5XWP6szk/bvvgO6aDeUujhZQXIFTes= go.starlark.net v0.0.0-20190702223751-32f345186213/go.mod h1:c1/X6cHgvdXj6pUlmWKMkuqRnW4K8x2vwt6JAaaircg= +go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= @@ -1096,46 +1136,41 @@ go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnw go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= +go.uber.org/mock v0.5.0 h1:KAMbZvZPyBPWgD14IrIQ38QCyjwpvVVV6K/bHl1IwQU= +go.uber.org/mock v0.5.0/go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= -go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ= go.uber.org/zap v1.18.1/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= -gocloud.dev v0.22.0 h1:psFb4EJ+bF9bjns7XR3n3tMMMB1LNs97YURcyh4oVWM= -gocloud.dev v0.22.0/go.mod h1:z3jKIQ0Es9LALVZFQ3wOvwqAsSLq1R5c/2RdmghDucw= +go.uber.org/zap/exp v0.3.0 h1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U= +go.uber.org/zap/exp v0.3.0/go.mod h1:5I384qq7XGxYyByIhHm6jg5CHkGY0nsTfbDLgDDlgJQ= +gocloud.dev v0.39.0 h1:EYABYGhAalPUaMrbSKOr5lejxoxvXj99nE8XFtsDgds= +gocloud.dev v0.39.0/go.mod h1:drz+VyYNBvrMTW0KZiBAYEdl8lbNZx+OQ7oQvdrFmSQ= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 h1:TP7YcWHbnFq4v8/3wM2JwgM0SRRtsYJ7Z6Oj0arz2bs= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4/go.mod h1:cYlCBUl1MsqxdiKgmc4uh7TxZfWSFLOGSRR090WDxt8= golang.org/x/crypto v0.0.0-20180614174826-fd5f17ee7299/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= -golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= +golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= +golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1151,10 +1186,11 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0 golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= +golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 h1:1UoZQm6f0P/ZO0w1Ri+f+ifG/gXhegadRdwBIXEFWDo= +golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c= golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181023182221-1baf3a9d7d67/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -1165,9 +1201,6 @@ golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHl golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug= -golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= @@ -1176,20 +1209,18 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= -golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4= +golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20180112015858-5ccada7d0a7b/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1203,9 +1234,7 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191112182307-2180aed22343/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -1220,41 +1249,33 @@ golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/ golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= -golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= -golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= +golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= +golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= +golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/oauth2 v0.0.0-20170207211851-4464e7848382/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= -golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA= -golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs= +golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0 h1:XVNr5OG/4YUQ0tpM6hnNSkWNLlqqc/2ib3+bW3B8WMo= golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0/go.mod h1:FrqOtQDO3iMDVUtw5nNTDFpR1HUCGh00M3kj2wiSzLQ= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1271,23 +1292,21 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180117170059-2c42eef0765b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1301,10 +1320,6 @@ golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1324,36 +1339,24 @@ golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201202213521-69691e467435/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1361,19 +1364,24 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= +golang.org/x/term v0.16.0/go.mod h1:yn7UURbUtPyrVJPGPq404EukNFxcm/foM+bV/bfcDsY= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1382,11 +1390,12 @@ golang.org/x/text v0.3.1-0.20171227012246-e19ae1496984/go.mod h1:NqM8EUOU14njkJ3 golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= @@ -1394,8 +1403,6 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U= golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1403,7 +1410,6 @@ golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181120060634-fc4f04983f62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1411,9 +1417,6 @@ golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3 golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= @@ -1422,13 +1425,8 @@ golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1457,25 +1455,15 @@ golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6/go.mod h1:njjCfa9FT2d7l9Bc golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200828161849-5deb26317202/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20200915173823-2db8f0ff891c/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= -golang.org/x/tools v0.0.0-20200918232735-d647fc253266/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201022035929-9cf592e881e9/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201202200335-bef1c476418a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201203202102-a1a1cbeaa516/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= -golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= +golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= +golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps= +golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8= +golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1488,11 +1476,9 @@ gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6d gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= google.golang.org/api v0.0.0-20170206182103-3d017632ea10/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.10.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= @@ -1505,31 +1491,19 @@ google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0M google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.31.0/go.mod h1:CL+9IBCa2WWU6gRuBWaKqGWLFFwbEUXkfeMkHLQWYWo= -google.golang.org/api v0.32.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/api v0.102.0 h1:JxJl2qQ85fRMPNvlZY/enexbxpCjLwGhZUtgfGeQ51I= -google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= +google.golang.org/api v0.195.0 h1:Ude4N8FvTKnnQJHU48RFI40jOBgIrL8Zqr3/QeST6yU= +google.golang.org/api v0.195.0/go.mod h1:DOGRWuv3P8TU8Lnz7uQc4hyNqrBpMtD9ppW3wBJurgc= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.2/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190530194941-fb225487d101/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s= google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= @@ -1557,25 +1531,16 @@ google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200831141814-d751682dd103/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200914193844-75d14daec038/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200921151605-7abf4a1a14d5/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 h1:a2S6M0+660BgMNl++4JPlcAO/CjkqYItDEZwkoDQK7c= -google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= +google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed h1:4C4dbrVFtfIp3GXJdMX1Sj25mahfn5DywOo65/2ISQ8= +google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed/go.mod h1:ICjniACoWvcDz8c8bOsHVKuuSGDJy1z5M4G0DM3HzTc= +google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb h1:B7GIB7sr443wZ/EAEl7VZjmh1V6qzkt5V+RYcUYtS1U= +google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb/go.mod h1:E5//3O5ZIG2l71Xnt+P/CYUY8Bxs8E7WMoZ9tlcMbAY= +google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb h1:3oy2tynMOP1QbTC0MsNNAV+Se8M2Bd0A5+x1QHyw+pI= +google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb/go.mod h1:lcTa1sDdWEIHMWlITnIczmw5w60CF9ffkb8Z+DVmmjA= google.golang.org/grpc v0.0.0-20170208002647-2a6bf6142e96/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= -google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= +google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= @@ -1587,14 +1552,10 @@ google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKa google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= -google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.53.0-dev h1:Bi96+XIrXJLXPJUff19tRXb7mIijir7agn12zNMaPAg= -google.golang.org/grpc v1.53.0-dev/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= +google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU= +google.golang.org/grpc v1.69.2/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4= google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538 h1:mNawcnXL0hY8s9xmO4ePM0B8WWoT7QtkZa7/8MCETdQ= google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538/go.mod h1:gxndsbNG1n4TZcHGgsYEfVGnTxqfEdfiDv6/DADXX9o= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= @@ -1611,8 +1572,9 @@ google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12/go.mod h1:9JNX7 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.36.0 h1:mjIs9gYtt56AzC4ZaffQuh88TZurBGhIJMBZGSxNerQ= +google.golang.org/protobuf v1.36.0/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d h1:TxyelI5cVkbREznMhfzycHdkp5cLA7DpE+GKjSslYhM= @@ -1623,13 +1585,13 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/cheggaaa/pb.v1 v1.0.28 h1:n1tBJnnK2r7g9OW2btFH91V92STTUevLXYFb8gy9EMk= gopkg.in/cheggaaa/pb.v1 v1.0.28/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo= -gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ldap.v2 v2.5.1 h1:wiu0okdNfjlBzg6UWvd1Hn8Y+Ux17/u/4nlk4CQr6tU= @@ -1656,12 +1618,14 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v0.0.0-20181223230014-1083505acf35/go.mod h1:R//lfYlUuTOTfblYI3lGoAAAebUdzjvbmQsuB7Ykd90= +gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= +gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0= +gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8= honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= @@ -1671,10 +1635,13 @@ honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= -nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= +pluginrpc.com/pluginrpc v0.5.0 h1:tOQj2D35hOmvHyPu8e7ohW2/QvAnEtKscy2IJYWQ2yo= +pluginrpc.com/pluginrpc v0.5.0/go.mod h1:UNWZ941hcVAoOZUn8YZsMmOZBzbUjQa3XMns8RQLp9o= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/testing_frameworks v0.1.2/go.mod h1:ToQrwSC3s8Xf/lADdZp3Mktcql9CG0UAmdJG9th5i0w= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= +sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= +sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= diff --git a/vendor.go b/vendor.go index e5430d8545e..69cc2737728 100644 --- a/vendor.go +++ b/vendor.go @@ -8,8 +8,8 @@ package main import ( _ "github.com/bufbuild/buf/cmd/buf" - _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking" - _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint" + // _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking" + // _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint" _ "github.com/ckaznocha/protoc-gen-lint" _ "github.com/envoyproxy/protoc-gen-validate" _ "github.com/go-delve/delve/cmd/dlv" From 3a1e878f3f3538207b23d5c0c7ba380bbe364961 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 14:00:05 +0530 Subject: [PATCH 122/147] updating go.mod Signed-off-by: Yashvi Jain --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 44381d58f11..d98f1fbe242 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/chef/automate go 1.22.0 -toolchain go1.22.5 - require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.29 From ad54d196baec6357cbeec76db232f57fe18905fb Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 14:00:27 +0530 Subject: [PATCH 123/147] updating go.mod Signed-off-by: Yashvi Jain --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d98f1fbe242..5ad4b2920b8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/chef/automate -go 1.22.0 +go 1.22 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible From eb73a3e2252e1652056771f367b76184814b7c43 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 14:15:47 +0530 Subject: [PATCH 124/147] sync go.mod Signed-off-by: Yashvi Jain --- go.mod | 195 ++++----------- go.sum | 778 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 458 insertions(+), 515 deletions(-) diff --git a/go.mod b/go.mod index 5ad4b2920b8..22774cc83ce 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/coreos/go-oidc v2.2.1+incompatible github.com/dave/jennifer v1.7.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/envoyproxy/protoc-gen-validate v1.1.0 + github.com/envoyproxy/protoc-gen-validate v0.4.0 github.com/fatih/color v1.17.0 github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39 github.com/go-chef/chef v0.30.1 @@ -33,7 +33,7 @@ require ( github.com/gofrs/uuid v4.4.0+incompatible github.com/golang-migrate/migrate v3.5.4+incompatible github.com/golang/mock v1.6.0 - github.com/golang/protobuf v1.5.4 + github.com/golang/protobuf v1.5.3 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.1 @@ -56,11 +56,11 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.5.0 github.com/muesli/crunchy v0.4.0 - github.com/nats-io/nats-streaming-server v0.25.5 - github.com/nats-io/nats.go v1.37.0 - github.com/nats-io/stan.go v0.10.4 - github.com/olivere/elastic/v7 v7.0.32 - github.com/open-policy-agent/opa v0.68.0 + github.com/nats-io/nats-streaming-server v0.24.6 + github.com/nats-io/nats.go v1.28.0 + github.com/nats-io/stan.go v0.10.2 + github.com/olivere/elastic/v7 v7.0.28 + github.com/open-policy-agent/opa v0.19.1 github.com/opentracing/opentracing-go v1.2.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pelletier/go-toml v1.9.5 @@ -69,31 +69,31 @@ require ( github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 // indirect github.com/pquerna/cachecontrol v0.2.0 // indirect - github.com/prometheus/client_golang v1.20.2 + github.com/prometheus/client_golang v1.14.0 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/russellhaering/goxmldsig v1.1.0 // indirect github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.18.2 - github.com/stretchr/testify v1.10.0 + github.com/spf13/viper v1.7.0 + github.com/stretchr/testify v1.9.0 github.com/teambition/rrule-go v1.8.2 github.com/uber/jaeger-client-go v2.30.0+incompatible github.com/zclconf/go-cty v1.15.0 go.uber.org/atomic v1.11.0 go.uber.org/multierr v1.11.0 go.uber.org/zap v1.27.0 - gocloud.dev v0.39.0 + gocloud.dev v0.22.0 golang.org/x/crypto v0.31.0 - golang.org/x/oauth2 v0.23.0 + golang.org/x/oauth2 v0.22.0 golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0 golang.org/x/text v0.21.0 - google.golang.org/api v0.195.0 - google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed // indirect - google.golang.org/grpc v1.69.2 + google.golang.org/api v0.102.0 + google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 + google.golang.org/grpc v1.53.0-dev google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538 - google.golang.org/protobuf v1.36.0 + google.golang.org/protobuf v1.28.1 gopkg.in/cheggaaa/pb.v1 v1.0.28 gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 gopkg.in/segmentio/analytics-go.v3 v3.1.0 @@ -104,9 +104,9 @@ require ( require ( github.com/ansrivas/fiberprometheus/v2 v2.6.0 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 - github.com/bufbuild/buf v1.48.0 - github.com/chef/automate/api/external v0.0.0-00010101000000-000000000000 - github.com/dexidp/dex v0.0.0-00010101000000-000000000000 + github.com/bufbuild/buf v0.29.0 + github.com/chef/automate/api/external v0.0.0-20240828051912-8c022fa4f66b + github.com/dexidp/dex v2.35.0+incompatible github.com/dexidp/dex/api/v2 v2.0.0 github.com/gofiber/fiber/v2 v2.52.5 github.com/gofiber/utils v1.1.0 @@ -114,123 +114,33 @@ require ( github.com/prashantv/gostub v1.1.0 github.com/shirou/gopsutil v3.21.11+incompatible go.uber.org/automaxprocs v1.5.3 - google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb - google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb ) require ( - buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.0-20241031151143-70f632351282.1 // indirect - buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1 // indirect - buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241210175624-28487aef65cd.1 // indirect - buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.0-20241210175624-28487aef65cd.1 // indirect - buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.0-20241007202033-cf42259fcbfc.1 // indirect - buf.build/go/bufplugin v0.6.0 // indirect - buf.build/go/protoyaml v0.3.1 // indirect - buf.build/go/spdx v0.2.0 // indirect - cel.dev/expr v0.19.1 // indirect - cloud.google.com/go/auth v0.9.1 // indirect - cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect - connectrpc.com/connect v1.17.0 // indirect - connectrpc.com/otelconnect v0.7.1 // indirect - github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect - github.com/Microsoft/hcsshim v0.12.9 // indirect - github.com/agnivade/levenshtein v1.1.1 // indirect - github.com/antlr4-go/antlr/v4 v4.13.1 // indirect - github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a // indirect - github.com/bufbuild/protovalidate-go v0.8.0 // indirect - github.com/containerd/cgroups/v3 v3.0.5 // indirect - github.com/containerd/containerd v1.7.24 // indirect - github.com/containerd/continuity v0.4.5 // indirect - github.com/containerd/errdefs v1.0.0 // indirect - github.com/containerd/errdefs/pkg v0.3.0 // indirect - github.com/containerd/platforms v0.2.1 // indirect - github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect - github.com/containerd/ttrpc v1.2.6 // indirect - github.com/containerd/typeurl/v2 v2.2.3 // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect - github.com/docker/cli v27.4.1+incompatible // indirect - github.com/docker/docker-credential-helpers v0.8.2 // indirect - github.com/felixge/fgprof v0.9.5 // indirect - github.com/go-chi/chi/v5 v5.2.0 // indirect - github.com/go-ini/ini v1.67.0 // indirect - github.com/go-logr/logr v1.4.2 // indirect - github.com/go-logr/stdr v1.2.2 // indirect - github.com/go-task/slim-sprig/v3 v3.0.0 // indirect + github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect + github.com/felixge/fgprof v0.9.4 // indirect github.com/gofiber/adaptor/v2 v2.1.31 // indirect - github.com/gofrs/flock v0.12.1 // indirect - github.com/google/cel-go v0.22.1 // indirect - github.com/google/go-containerregistry v0.20.2 // indirect - github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect - github.com/google/s2a-go v0.1.8 // indirect - github.com/jdx/go-netrc v1.0.0 // indirect - github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 // indirect + github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/moby/docker-image-spec v1.3.1 // indirect - github.com/moby/locker v1.0.1 // indirect - github.com/moby/sys/mount v0.3.4 // indirect - github.com/moby/sys/mountinfo v0.7.2 // indirect - github.com/moby/term v0.5.0 // indirect - github.com/morikuni/aec v1.0.0 // indirect - github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect - github.com/onsi/ginkgo/v2 v2.22.0 // indirect - github.com/opencontainers/image-spec v1.1.0 // indirect - github.com/opencontainers/runtime-spec v1.2.0 // indirect - github.com/pelletier/go-toml/v2 v2.1.0 // indirect - github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect - github.com/quic-go/qpack v0.5.1 // indirect - github.com/quic-go/quic-go v0.48.2 // indirect - github.com/rs/cors v1.11.1 // indirect - github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/segmentio/asm v1.2.0 // indirect - github.com/segmentio/encoding v0.4.1 // indirect - github.com/stoewer/go-strcase v1.3.0 // indirect - github.com/tetratelabs/wazero v1.8.2 // indirect - github.com/vbatts/tar-split v0.11.6 // indirect - go.lsp.dev/jsonrpc2 v0.10.0 // indirect - go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect - go.lsp.dev/protocol v0.12.0 // indirect - go.lsp.dev/uri v0.3.0 // indirect + github.com/opencontainers/image-spec v1.0.2 // indirect + github.com/spf13/jwalterweatherman v1.0.0 // indirect go.opencensus.io v0.24.0 // indirect - go.opentelemetry.io/auto/sdk v1.1.0 // indirect - go.opentelemetry.io/otel v1.33.0 // indirect - go.opentelemetry.io/otel/metric v1.33.0 // indirect - go.opentelemetry.io/otel/sdk v1.31.0 // indirect - go.uber.org/mock v0.5.0 // indirect - go.uber.org/zap/exp v0.3.0 // indirect - golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect - pluginrpc.com/pluginrpc v0.5.0 // indirect - sigs.k8s.io/yaml v1.4.0 // indirect + golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect + google.golang.org/appengine v1.6.7 // indirect ) require ( - cloud.google.com/go/compute/metadata v0.5.2 // indirect - cloud.google.com/go/iam v1.2.0 // indirect + cloud.google.com/go/compute/metadata v0.5.0 // indirect + cloud.google.com/go/iam v0.7.0 // indirect github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect - github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect - github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect - github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 // indirect - github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect - github.com/aws/smithy-go v1.20.4 // indirect - github.com/bufbuild/protocompile v0.14.1 // indirect github.com/chzyer/readline v1.5.1 // indirect github.com/containerd/log v0.1.0 // indirect github.com/distribution/reference v0.6.0 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect + github.com/hashicorp/go-msgpack v1.1.5 // indirect github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect github.com/klauspost/cpuid/v2 v2.2.8 // indirect github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 // indirect @@ -242,25 +152,17 @@ require ( github.com/nats-io/jwt/v2 v2.5.8 // indirect github.com/oklog/ulid v1.3.1 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect - github.com/rogpeppe/go-internal v1.13.1 // indirect - github.com/sagikazarmark/locafero v0.6.0 // indirect - github.com/sagikazarmark/slog-shim v0.1.0 // indirect - github.com/sourcegraph/conc v0.3.0 // indirect - github.com/tchap/go-patricia/v2 v2.3.1 // indirect - github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect - github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect + github.com/rogpeppe/go-internal v1.12.0 // indirect go.mongodb.org/mongo-driver v1.16.1 // indirect - // go.opencensus.io v0.24.0 // indirect - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect - go.opentelemetry.io/otel/trace v1.33.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect + go.opentelemetry.io/otel/trace v1.29.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/time v0.6.0 // indirect ) require ( - cloud.google.com/go v0.115.1 // indirect - cloud.google.com/go/storage v1.43.0 + cloud.google.com/go v0.105.0 // indirect + cloud.google.com/go/storage v1.27.0 github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect @@ -269,7 +171,7 @@ require ( github.com/Azure/go-autorest/logger v0.2.1 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect github.com/Masterminds/semver/v3 v3.3.0 - github.com/Microsoft/go-winio v0.6.2 // indirect + github.com/Microsoft/go-winio v0.6.1 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect github.com/agext/levenshtein v1.2.3 // indirect github.com/andybalholm/brotli v1.1.0 // indirect @@ -280,8 +182,7 @@ require ( github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dimchansky/utfbom v1.1.1 // indirect - github.com/docker/distribution v2.8.3+incompatible // indirect - github.com/docker/docker v27.4.1+incompatible // indirect + github.com/docker/docker v27.1.2+incompatible // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect @@ -293,10 +194,10 @@ require ( github.com/gobwas/glob v0.2.3 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang-jwt/jwt/v4 v4.5.0 // indirect - github.com/golang/glog v1.2.2 // indirect - github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect - github.com/google/wire v0.6.0 // indirect - github.com/googleapis/gax-go/v2 v2.13.0 // indirect + github.com/golang/glog v1.2.1 // indirect + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + github.com/google/wire v0.5.0 // indirect + github.com/googleapis/gax-go/v2 v2.6.0 // indirect github.com/gorilla/handlers v1.4.2 // indirect github.com/hashicorp/go-hclog v1.6.3 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect @@ -308,7 +209,7 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jonboulle/clockwork v0.2.2 // indirect github.com/josharian/intern v1.0.0 // indirect - github.com/klauspost/compress v1.17.11 // indirect + github.com/klauspost/compress v1.17.9 // indirect github.com/klauspost/pgzip v1.2.6 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/kr/text v0.2.0 // indirect @@ -327,13 +228,13 @@ require ( github.com/nats-io/nuid v1.0.1 // indirect github.com/peterh/liner v1.2.2 // indirect github.com/pkg/profile v1.7.0 // indirect - github.com/prometheus/client_model v0.6.1 // indirect - github.com/prometheus/common v0.57.0 // indirect + github.com/prometheus/client_model v0.3.0 // indirect + github.com/prometheus/common v0.42.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rs/xid v1.6.0 // indirect github.com/segmentio/backo-go v1.1.0 // indirect - github.com/spf13/afero v1.11.0 // indirect + github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.7.0 // indirect github.com/stretchr/objx v0.5.2 // indirect github.com/subosito/gotenv v1.6.0 // indirect @@ -352,11 +253,11 @@ require ( // go.opencensus.io v0.24.0 // indirect go.starlark.net v0.0.0-20190702223751-32f345186213 // indirect golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 // indirect - golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/mod v0.17.0 // indirect + golang.org/x/net v0.25.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/term v0.27.0 // indirect - golang.org/x/tools v0.28.0 // indirect + golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect diff --git a/go.sum b/go.sum index cc76b234e4b..799a97c92c6 100644 --- a/go.sum +++ b/go.sum @@ -1,27 +1,12 @@ -buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.0-20241031151143-70f632351282.1 h1:FXEFgDFrBYuXjn3twNRo/t80qSbdKmkfZSgR2JGTuyk= -buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.0-20241031151143-70f632351282.1/go.mod h1:/bPD5uslGsdRKBeVavIK7D7yr+3ISI0OoyUOkokSJTA= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1 h1:ntAj16eF7AtUyzOOAFk5gvbAO52QmUKPKk7GmsIEORo= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1/go.mod h1:AxRT+qTj5PJCz2nyQzsR/qxAcveW5USRhJTt/edTO5w= -buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241210175624-28487aef65cd.1 h1:x8cCitPNXODGzWbfApZMFc4ALtRe5LZJmTdAkNqk62A= -buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20241210175624-28487aef65cd.1/go.mod h1:kDOQd1sZ0wRp33hvCTQeaz9KprnHNfJ+a8dcIQ/6+0k= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.0-20241210175624-28487aef65cd.1 h1:NOuNS+nCp3xc4CALIC7sNz7irT63UMcYAfofrxurUfE= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.0-20241210175624-28487aef65cd.1/go.mod h1:NeX3YCZgM9E/wNp9e3g/9u5bu8/OPntr7K0ygUlgrDE= -buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.0-20241007202033-cf42259fcbfc.1 h1:HuK77NuzllXrJNgB+lAtnG2dKrB7WAjd9QQ+n0zTQHc= -buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.0-20241007202033-cf42259fcbfc.1/go.mod h1:BLQCnWbu3tZcKQfbU1f5ysbRk55FDFwOvjlyzN+uLXg= -buf.build/go/bufplugin v0.6.0 h1:3lhoh+0z+IUPS3ZajTPn/27LaLIkero2BDVnV7yXD1s= -buf.build/go/bufplugin v0.6.0/go.mod h1:hWCjxxv24xdR6F5pNlQavZV2oo0J3uF4Ff1XEoyV6vU= -buf.build/go/protoyaml v0.3.1 h1:ucyzE7DRnjX+mQ6AH4JzN0Kg50ByHHu+yrSKbgQn2D4= -buf.build/go/protoyaml v0.3.1/go.mod h1:0TzNpFQDXhwbkXb/ajLvxIijqbve+vMQvWY/b3/Dzxg= -buf.build/go/spdx v0.2.0 h1:IItqM0/cMxvFJJumcBuP8NrsIzMs/UYjp/6WSpq8LTw= -buf.build/go/spdx v0.2.0/go.mod h1:bXdwQFem9Si3nsbNy8aJKGPoaPi5DKwdeEp5/ArZ6w8= -cel.dev/expr v0.19.1 h1:NciYrtDRIR0lNCnH1LFJegdjspNx9fI59O7TWcua/W4= -cel.dev/expr v0.19.1/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw= +bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= cloud.google.com/go v0.0.0-20170206221025-ce650573d812/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= +cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= +cloud.google.com/go v0.44.3/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= @@ -32,73 +17,96 @@ cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKV cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.115.1 h1:Jo0SM9cQnSkYfp44+v+NQXHpcHqlnRJk2qxh6yvxxxQ= -cloud.google.com/go v0.115.1/go.mod h1:DuujITeaufu3gL68/lOFIirVNJwQeyf5UXyi+Wbgknc= -cloud.google.com/go/auth v0.9.1 h1:+pMtLEV2k0AXKvs/tGZojuj6QaioxfUjOpMsG5Gtx+w= -cloud.google.com/go/auth v0.9.1/go.mod h1:Sw8ocT5mhhXxFklyhT12Eiy0ed6tTrPMCJjSI8KhYLk= -cloud.google.com/go/auth/oauth2adapt v0.2.4 h1:0GWE/FUsXhf6C+jAkWgYm7X9tK8cuEIfy19DBn6B6bY= -cloud.google.com/go/auth/oauth2adapt v0.2.4/go.mod h1:jC/jOpwFP6JBxhB3P5Rr0a9HLMC/Pe3eaL4NmdvqPtc= +cloud.google.com/go v0.66.0/go.mod h1:dgqGAjKCDxyhGTtC9dAREQGUJpkceNm1yt590Qno0Ko= +cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= +cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= +cloud.google.com/go v0.75.0/go.mod h1:VGuuCn7PG0dwsd5XPVm2Mm3wlh3EL55/79EKB6hlPTY= +cloud.google.com/go v0.105.0 h1:DNtEKRBAAzeS4KyIory52wWHuClNaXJ5x1F7xa4q+5Y= +cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/compute/metadata v0.5.2 h1:UxK4uu/Tn+I3p2dYWTfiX4wva7aYlKixAHn3fyqngqo= -cloud.google.com/go/compute/metadata v0.5.2/go.mod h1:C66sj2AluDcIqakBq/M8lw8/ybHgOZqin2obFxa/E5k= +cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY= +cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/iam v1.2.0 h1:kZKMKVNk/IsSSc/udOb83K0hL/Yh/Gcqpz+oAkoIFN8= -cloud.google.com/go/iam v1.2.0/go.mod h1:zITGuWgsLZxd8OwAlX+eMFgZDXzBm7icj1PVTYG766Q= -cloud.google.com/go/longrunning v0.6.0 h1:mM1ZmaNsQsnb+5n1DNPeL0KwQd9jQRqSqSDEkBZr+aI= -cloud.google.com/go/longrunning v0.6.0/go.mod h1:uHzSZqW89h7/pasCWNYdUpwGz3PcVWhrWupreVPYLts= +cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= +cloud.google.com/go/firestore v1.4.0/go.mod h1:NjjGEnxCS3CAKYp+vmALu20QzcqasGodQp48WxJGAYc= +cloud.google.com/go/iam v0.7.0 h1:k4MuwOsS7zGJJ+QfZ5vBK8SgHBAvYN/23BWsiihJ1vs= +cloud.google.com/go/iam v0.7.0/go.mod h1:H5Br8wRaDGNc8XP3keLc4unfUUZeyH3Sfl9XpQEYOeg= +cloud.google.com/go/longrunning v0.3.0 h1:NjljC+FYPV3uh5/OwWT6pVU+doBqMg2x/rZlE+CamDs= +cloud.google.com/go/longrunning v0.3.0/go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= +cloud.google.com/go/pubsub v1.9.0/go.mod h1:G3o6/kJvEMIEAN5urdkaP4be49WQsjNiykBIto9LFtY= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -cloud.google.com/go/storage v1.43.0 h1:CcxnSohZwizt4LCzQHWvBf1/kvtHUn7gk9QERXPyXFs= -cloud.google.com/go/storage v1.43.0/go.mod h1:ajvxEa7WmZS1PxvKRq4bq0tFT3vMd502JwstCcYv0Q0= -connectrpc.com/connect v1.17.0 h1:W0ZqMhtVzn9Zhn2yATuUokDLO5N+gIuBWMOnsQrfmZk= -connectrpc.com/connect v1.17.0/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8= -connectrpc.com/otelconnect v0.7.1 h1:scO5pOb0i4yUE66CnNrHeK1x51yq0bE0ehPg6WvzXJY= -connectrpc.com/otelconnect v0.7.1/go.mod h1:dh3bFgHBTb2bkqGCeVVOtHJreSns7uu9wwL2Tbz17ms= +cloud.google.com/go/storage v1.12.0/go.mod h1:fFLk2dp2oAhDz8QFKwqrjdJvxSp/W2g7nillojlL5Ho= +cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= +cloud.google.com/go/storage v1.27.0 h1:YOO045NZI9RKfCj1c5A/ZtuuENUc8OAW+gHdGnDgyMQ= +cloud.google.com/go/storage v1.27.0/go.mod h1:x9DOL8TK/ygDUMieqwfhdpQryTeEkhGKMi80i/iqR2s= +contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA= +contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc= +contrib.go.opencensus.io/integrations/ocsql v0.1.7/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= -filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= -github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU= -github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8= +github.com/Azure/azure-amqp-common-go/v3 v3.0.1/go.mod h1:PBIGdzcO1teYoufTKMcGibdKaYZv4avS+O6LNIp8bq0= +github.com/Azure/azure-amqp-common-go/v3 v3.1.0/go.mod h1:PBIGdzcO1teYoufTKMcGibdKaYZv4avS+O6LNIp8bq0= +github.com/Azure/azure-pipeline-go v0.2.3 h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U= +github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k= +github.com/Azure/azure-sdk-for-go v37.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= +github.com/Azure/azure-sdk-for-go v49.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v68.0.0+incompatible h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU= github.com/Azure/azure-sdk-for-go v68.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= +github.com/Azure/azure-service-bus-go v0.10.7/go.mod h1:o5z/3lDG1iT/T/G7vgIwIqVDTx9Qa2wndf5OdzSzpF8= +github.com/Azure/azure-storage-blob-go v0.13.0 h1:lgWHvFh+UYBNVQLFHXkvul2f6yOPA9PIH82RTG2cSwc= +github.com/Azure/azure-storage-blob-go v0.13.0/go.mod h1:pA9kNqtjUeQF2zOSu4s//nUdBD+e64lEuc4sVnuOfNs= +github.com/Azure/go-amqp v0.13.0/go.mod h1:qj+o8xPCz9tMSbQ83Vp8boHahuRDl5mkNHyt1xlxUTs= +github.com/Azure/go-amqp v0.13.1/go.mod h1:qj+o8xPCz9tMSbQ83Vp8boHahuRDl5mkNHyt1xlxUTs= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= -github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0= -github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= +github.com/Azure/go-autorest/autorest v0.11.3/go.mod h1:JFgpikqFJ/MleTTxwepExTKnFUKKszPS8UavbQYUMuw= +github.com/Azure/go-autorest/autorest v0.11.7/go.mod h1:V6p3pKZx1KKkJubbxnDWrzNhEIfOy/pTGasLqzHIPHs= +github.com/Azure/go-autorest/autorest v0.11.9/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= +github.com/Azure/go-autorest/autorest v0.11.12/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= github.com/Azure/go-autorest/autorest v0.11.28/go.mod h1:MrkzG3Y3AH668QyF9KRk5neJnGgmhQ6krbhR8Q5eMvA= github.com/Azure/go-autorest/autorest v0.11.29 h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw= github.com/Azure/go-autorest/autorest v0.11.29/go.mod h1:ZtEzC4Jy2JDrZLxvWs8LrBWEBycl1hbT1eknI8MtfAs= +github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQWWNcK9YU+MH96NgK+jErpbcg= +github.com/Azure/go-autorest/autorest/adal v0.9.2/go.mod h1:/3SMAM86bP6wC9Ev35peQDUeqFZBMH07vvUOmg4z/fE= +github.com/Azure/go-autorest/autorest/adal v0.9.4/go.mod h1:/3SMAM86bP6wC9Ev35peQDUeqFZBMH07vvUOmg4z/fE= +github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= +github.com/Azure/go-autorest/autorest/adal v0.9.6/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk= github.com/Azure/go-autorest/autorest/adal v0.9.24 h1:BHZfgGsGwdkHDyZdtQRQk1WeUdW0m2WPAwuHZwUi5i4= github.com/Azure/go-autorest/autorest/adal v0.9.24/go.mod h1:7T1+g0PYFmACYW5LlG2fcoPiPlFHjClyRGL7dRlP5c8= +github.com/Azure/go-autorest/autorest/azure/auth v0.5.3/go.mod h1:4bJZhUhcq8LB20TruwHbAQsmUs2Xh+QR7utuJpLXX3A= github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 h1:Ov8avRZi2vmrE2JcXw+tu5K/yB41r7xK9GZDiBF7NdM= github.com/Azure/go-autorest/autorest/azure/auth v0.5.13/go.mod h1:5BAVfWLWXihP47vYrPuBKKf4cS0bXI+KM9Qx6ETDJYo= +github.com/Azure/go-autorest/autorest/azure/cli v0.4.2/go.mod h1:7qkJkT+j6b+hIpzMOwPChJhTqS8VbsqqgULzMNRugoM= github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 h1:w77/uPk80ZET2F+AfQExZyEWtn+0Rk/uw17m9fv5Ajc= github.com/Azure/go-autorest/autorest/azure/cli v0.4.6/go.mod h1:piCfgPho7BiIDdEQ1+g4VmKyD5y+p/XtSNqE6Hc4QD0= github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= +github.com/Azure/go-autorest/autorest/mocks v0.4.0/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= github.com/Azure/go-autorest/autorest/mocks v0.4.2 h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw= github.com/Azure/go-autorest/autorest/mocks v0.4.2/go.mod h1:Vy7OitM9Kei0i1Oj+LvyAWMXJHeKH1MVlzFugfVrmyU= github.com/Azure/go-autorest/autorest/to v0.4.0 h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk= github.com/Azure/go-autorest/autorest/to v0.4.0/go.mod h1:fE8iZBn7LQR7zH/9XU2NcPR4o9jEImooCeWJcYV/zLE= +github.com/Azure/go-autorest/autorest/validation v0.3.0/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= github.com/Azure/go-autorest/autorest/validation v0.3.1 h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac= github.com/Azure/go-autorest/autorest/validation v0.3.1/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E= +github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= @@ -109,8 +117,10 @@ github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= +github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= +github.com/GoogleCloudPlatform/cloudsql-proxy v1.19.1/go.mod h1:+yYmuKqcBVkgRePGpUhTA9OEg0XsnFE96eZ6nJ2yCQM= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0= @@ -119,19 +129,17 @@ github.com/Masterminds/squirrel v1.5.4 h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8 github.com/Masterminds/squirrel v1.5.4/go.mod h1:NNaOrjSoIDfDA40n7sr2tPNZRfjzjA400rg+riTZj10= github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw= -github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= -github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= +github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= +github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/Microsoft/hcsshim v0.8.7/go.mod h1:OHd7sQqRFrYd3RmSgbgji+ctCwkbq2wbEYNSzOYtcBQ= -github.com/Microsoft/hcsshim v0.12.9 h1:2zJy5KA+l0loz1HzEGqyNnjd3fyZA31ZBCGKacp6lLg= -github.com/Microsoft/hcsshim v0.12.9/go.mod h1:fJ0gkFAna6ukt0bLdKB8djt4XIJhF/vEPuoIWYVvZ8Y= +github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/OneOfOne/xxhash v1.2.7/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/aclements/go-gg v0.0.0-20170118225347-6dbb4e4fefb0/go.mod h1:55qNq4vcpkIuHowELi5C8e+1yUHtoLoOUR9QU5j7Tes= github.com/aclements/go-moremath v0.0.0-20161014184102-0ff62e0875ff/go.mod h1:idZL3yvz4kzx1dsBOAC+oYv6L92P1oFEhUXUB1A/lwQ= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= -github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8= -github.com/agnivade/levenshtein v1.1.1/go.mod h1:veldBMzWxcCG2ZvUTKD2kJNRdCk5hVbJomOvKkmgYbo= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= @@ -146,58 +154,24 @@ github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer5 github.com/ansrivas/fiberprometheus/v2 v2.6.0 h1:QUaaKxil/N5IM1R19k6jsmFEJMfa4O3qtnDkiF+zxUc= github.com/ansrivas/fiberprometheus/v2 v2.6.0/go.mod h1:hivZjKkqX04PPbMZNi9iGB0AQ90iN6RmKERiX1TdgTA= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ= -github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY= github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= -github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q= -github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE= +github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= +github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= +github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= +github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= +github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0= +github.com/aws/aws-sdk-go v1.23.20/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= +github.com/aws/aws-sdk-go v1.36.1/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= +github.com/aws/aws-sdk-go v1.40.32/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q= github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU= github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= -github.com/aws/aws-sdk-go-v2 v1.30.4 h1:frhcagrVNrzmT95RJImMHgabt99vkXGslubDaDagTk8= -github.com/aws/aws-sdk-go-v2 v1.30.4/go.mod h1:CT+ZPWXbYrci8chcARI3OmI/qgd+f6WtuLOoaIA8PR0= -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 h1:70PVAiL15/aBMh5LThwgXdSQorVr91L127ttckI9QQU= -github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4/go.mod h1:/MQxMqci8tlqDH+pjmoLu1i0tbWCUP1hhyMRuFxpQCw= -github.com/aws/aws-sdk-go-v2/config v1.27.31 h1:kxBoRsjhT3pq0cKthgj6RU6bXTm/2SgdoUMyrVw0rAI= -github.com/aws/aws-sdk-go-v2/config v1.27.31/go.mod h1:z04nZdSWFPaDwK3DdJOG2r+scLQzMYuJeW0CujEm9FM= -github.com/aws/aws-sdk-go-v2/credentials v1.17.30 h1:aau/oYFtibVovr2rDt8FHlU17BTicFEMAi29V1U+L5Q= -github.com/aws/aws-sdk-go-v2/credentials v1.17.30/go.mod h1:BPJ/yXV92ZVq6G8uYvbU0gSl8q94UB63nMT5ctNO38g= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 h1:yjwoSyDZF8Jth+mUk5lSPJCkMC0lMy6FaCD51jm6ayE= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12/go.mod h1:fuR57fAgMk7ot3WcNQfb6rSEn+SUffl7ri+aa8uKysI= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16 h1:1FWqcOnvnO0lRsv0kLACwwQquoZIoS5tD0MtfoNdnkk= -github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.16/go.mod h1:+E8OuB446P/5Swajo40TqenLMzm6aYDEEz6FZDn/u1E= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 h1:TNyt/+X43KJ9IJJMjKfa3bNTiZbUP7DeCxfbTROESwY= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16/go.mod h1:2DwJF39FlNAUiX5pAc0UNeiz16lK2t7IaFcm0LFHEgc= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 h1:jYfy8UPmd+6kJW5YhY0L1/KftReOGxI/4NtVSTh9O/I= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16/go.mod h1:7ZfEPZxkW42Afq4uQB8H2E2e6ebh6mXTueEpYzjCzcs= -github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 h1:VaRN3TlFdd6KxX1x3ILT5ynH6HvKgqdiXoTxAF4HQcQ= -github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1/go.mod h1:FbtygfRFze9usAadmnGJNc8KsP346kEe+y2/oyhGAGc= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16 h1:mimdLQkIX1zr8GIPY1ZtALdBQGxcASiBd2MOp8m/dMc= -github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16/go.mod h1:YHk6owoSwrIsok+cAH9PENCOGoH5PU2EllX4vLtSrsY= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 h1:KypMCbLPPHEmf9DgMGw51jMj77VfGPAN2Kv4cfhlfgI= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4/go.mod h1:Vz1JQXliGcQktFTN/LN6uGppAIRoLBR2bMvIMP0gOjc= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18 h1:GckUnpm4EJOAio1c8o25a+b3lVfwVzC9gnSBqiiNmZM= -github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18/go.mod h1:Br6+bxfG33Dk3ynmkhsW2Z/t9D4+lRqdLDNCKi85w0U= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 h1:tJ5RnkHCiSH0jyd6gROjlJtNwov0eGYNz8s8nFcR0jQ= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18/go.mod h1:++NHzT+nAF7ZPrHPsA+ENvsXkOO8wEu+C6RXltAG4/c= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 h1:jg16PhLPUiHIj8zYIW6bqzeQSuHVEiWnGA0Brz5Xv2I= -github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16/go.mod h1:Uyk1zE1VVdsHSU7096h/rwnXDzOzYQVl+FNPhPw7ShY= -github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0 h1:Wb544Wh+xfSXqJ/j3R4aX9wrKUoZsJNmilBYZb3mKQ4= -github.com/aws/aws-sdk-go-v2/service/s3 v1.61.0/go.mod h1:BSPI0EfnYUuNHPS0uqIo5VrRwzie+Fp+YhQOUs16sKI= -github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 h1:zCsFCKvbj25i7p1u94imVoO447I/sFv8qq+lGJhRN0c= -github.com/aws/aws-sdk-go-v2/service/sso v1.22.5/go.mod h1:ZeDX1SnKsVlejeuz41GiajjZpRSWR7/42q/EyA/QEiM= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 h1:SKvPgvdvmiTWoi0GAJ7AsJfOz3ngVkD/ERbs5pUnHNI= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5/go.mod h1:20sz31hv/WsPa3HhU3hfrIet2kxM4Pe0r20eBZ20Tac= -github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 h1:OMsEmCyz2i89XwRwPouAJvhj81wINh+4UK+k/0Yo/q8= -github.com/aws/aws-sdk-go-v2/service/sts v1.30.5/go.mod h1:vmSqFK+BVIwVpDAGZB3CoCXHzurt4qBE8lf+I/kRTh0= -github.com/aws/smithy-go v1.20.4 h1:2HK1zBdPgRbjFOHlfeQZfpC4r72MOb9bZkiFwggKO+4= -github.com/aws/smithy-go v1.20.4/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= @@ -205,7 +179,10 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24 github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= +github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas= +github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= +github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/blang/semver v3.1.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ= github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= @@ -215,26 +192,16 @@ github.com/boltdb/bolt v1.3.2-0.20171120010307-9da317453632 h1:5cBPp9mZiSPzQ3mQA github.com/boltdb/bolt v1.3.2-0.20171120010307-9da317453632/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps= github.com/briandowns/spinner v0.0.0-20180123222039-b3ed21e9d3b2 h1:in2sy9EUvc/vYQSiLUdeuwfbbkBmxeqyf/3XRor0AA8= github.com/briandowns/spinner v0.0.0-20180123222039-b3ed21e9d3b2/go.mod h1:hw/JEQBIE+c/BLI4aKM8UU8v+ZqrD3h7HC27kKt8JQU= -github.com/bufbuild/buf v1.48.0 h1:JiA1Ynz6DE/MBDcEsFvWNoaPhnjaSdLzKH00/5SWomg= -github.com/bufbuild/buf v1.48.0/go.mod h1:lHjK93s3FLn6GOec0f2uqFeREhfL0Qw5dvZ3eipclD8= -github.com/bufbuild/protocompile v0.14.1 h1:iA73zAf/fyljNjQKwYzUHD6AD4R8KMasmwa/FBatYVw= -github.com/bufbuild/protocompile v0.14.1/go.mod h1:ppVdAIhbr2H8asPk6k4pY7t9zB1OU5DoEw9xY/FUi1c= -github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a h1:l3RhVoG0RtC61h6TVWnkniGj4TgBebuyPQRdleFAmTg= -github.com/bufbuild/protoplugin v0.0.0-20240911180120-7bb73e41a54a/go.mod h1:c5D8gWRIZ2HLWO3gXYTtUfw/hbJyD8xikv2ooPxnklQ= -github.com/bufbuild/protovalidate-go v0.8.0 h1:Xs3kCLCJ4tQiogJ0iOXm+ClKw/KviW3nLAryCGW2I3Y= -github.com/bufbuild/protovalidate-go v0.8.0/go.mod h1:JPWZInGm2y2NBg3vKDKdDIkvDjyLv31J3hLH5GIFc/Q= +github.com/bufbuild/buf v0.29.0 h1:4H7m9SW5JaNCf8CUFMZiRAHvimUEU5w8GpKs3wnQt+s= +github.com/bufbuild/buf v0.29.0/go.mod h1:ukzHJo2ZzZlUHGmyPzwMEjn01DIIZwub+kia5NX5vJE= github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY= github.com/buger/goterm v1.0.4/go.mod h1:HiFWV3xnkolgrBV3mY8m0X0Pumt4zg4QhbdOzQtB8tE= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 h1:3uZCA/BLTIu+DqCfguByNMJa2HVHpXvjfy0Dy7g6fuA= -github.com/bytecodealliance/wasmtime-go/v3 v3.0.2/go.mod h1:RnUjnIXxEJcL6BgCvNyzCCRzZcxCgsZCi+RNlvYor5Q= github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= -github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= -github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= +github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= @@ -260,37 +227,22 @@ github.com/ckaznocha/protoc-gen-lint v0.2.1 h1:wP+SgbHat4ovpPQayCroxK/1pXtnBR4HI github.com/ckaznocha/protoc-gen-lint v0.2.1/go.mod h1:EveTCMo4KBPAmWqVxMXUDrI/iV6v93ydJyZVdEYyFIg= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= +github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f/go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko= -github.com/containerd/cgroups/v3 v3.0.5 h1:44na7Ud+VwyE7LIoJ8JTNQOa549a8543BmzaJHo6Bzo= -github.com/containerd/cgroups/v3 v3.0.5/go.mod h1:SA5DLYnXO8pTGYiAHXz94qvLQTKfVM5GEVisn4jpins= github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw= github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69/go.mod h1:bC6axHOhabU15QhwfG7w5PipXdVtMXFTttgp+kVtyUA= -github.com/containerd/containerd v1.7.24 h1:zxszGrGjrra1yYJW/6rhm9cJ1ZQ8rkKBR48brqsa7nA= -github.com/containerd/containerd v1.7.24/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw= github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y= -github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4= -github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE= -github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI= -github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M= -github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE= -github.com/containerd/errdefs/pkg v0.3.0/go.mod h1:NJw6s9HwNuRhnjJhM7pylWwMyAkmCQvQ4GpJHEqRLVk= github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448/go.mod h1:ODA38xgv3Kuk8dQz2ZQXpnv/UZZUHUCL7pnLehbXgQI= github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3/go.mod h1:IV7qH3hrUgRmyYrtgEeGWJfWbgcHL9CSRruz2Vqcph0= github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo= -github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A= -github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw= -github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8= -github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU= github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de/go.mod h1:PvCDdDGpgqzQIzDW1TphrGLssLDZp2GuS+X5DkEJB8o= -github.com/containerd/ttrpc v1.2.6 h1:zG+Kn5EZ6MUYCS1t2Hmt2J4tMVaLSFEJVOraDQwNPC4= -github.com/containerd/ttrpc v1.2.6/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o= github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd/go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc= -github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40= -github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk= +github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= +github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-oidc v2.2.1+incompatible h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk= github.com/coreos/go-oidc v2.2.1+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc= @@ -305,13 +257,10 @@ github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 h1:rIXlvz2IWiupMFlC45 github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5/go.mod h1:p/NrK5tF6ICIly4qwEDsf6VDirFiWWz0FenfYBwJaKQ= github.com/cpuguy83/go-md2man v1.0.8/go.mod h1:N6JayAiVKtlHSnuTCeuLSQVs75hb8q+dYQLjr7cDsKY= github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= +github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0= -github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= -github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/ctdk/goiardi v0.11.10 h1:IB/3Afl1pC2Q4KGwzmhHPAoJfe8VtU51wZ2V0QkvsL0= github.com/ctdk/goiardi v0.11.10/go.mod h1:Pr6Cj6Wsahw45myttaOEZeZ0LE7p1qzWmzgsBISkrNI= github.com/dave/jennifer v1.7.0 h1:uRbSBH9UTS64yXbh4FrMHfgfY762RD+C7bUPKODpSJE= @@ -320,32 +269,24 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/denisenkom/go-mssqldb v0.9.0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU= +github.com/devigned/tab v0.1.1/go.mod h1:XG9mPq0dFghrYvoBF3xdRrJzSTX1b7IQrvaL9mzjeJY= github.com/dexidp/dex v0.0.0-20201214084049-0f9e2888ab65 h1:0e0aPOWDbX7n1XEkMP4klKgtT6R1yw38GeliP3w36VI= github.com/dexidp/dex v0.0.0-20201214084049-0f9e2888ab65/go.mod h1:ECzVsF9ahGC3Io8RPo2B8IlFYfRvKgnOOHQdXZfGKUk= github.com/dexidp/dex/api/v2 v2.0.0 h1:bvge1sRmzVzWPWp4WlMzS04lcNQA+jFzHqKV3066bRw= github.com/dexidp/dex/api/v2 v2.0.0/go.mod h1:k5arBJT1QYvpsEY3sEd0NXJp3hKWKuUUfzJ3BlcqPdM= -github.com/dgraph-io/badger/v3 v3.2103.5 h1:ylPa6qzbjYRQMU6jokoj4wzcaweHylt//CH0AKt0akg= -github.com/dgraph-io/badger/v3 v3.2103.5/go.mod h1:4MPiseMeDQ3FNCYwRbbcBOGJLf5jsE0PPFzRiKjtcdw= -github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWajOK8= -github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA= github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g= -github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA= +github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= +github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/cli v27.4.1+incompatible h1:VzPiUlRJ/xh+otB75gva3r05isHMo5wXDfPRi5/b4hI= -github.com/docker/cli v27.4.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= -github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v0.7.3-0.20190506211059-b20a14b54661/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v27.4.1+incompatible h1:ZJvcY7gfwHn1JF48PfbyXg7Jyt9ZCWDW+GGXOIxEwp4= -github.com/docker/docker v27.4.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo= -github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M= +github.com/docker/docker v27.1.2+incompatible h1:AhGzR1xaQIy53qCkxARaFluI00WPGtXn0AJuoQsVYTY= +github.com/docker/docker v27.1.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= @@ -359,39 +300,41 @@ github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+m github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= +github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v1.1.0 h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM= -github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4= +github.com/envoyproxy/protoc-gen-validate v0.4.0 h1:0Hedkeb8AtERQoi/wLDxdMr6iOU4g6Mw0RfB2IEpEhk= +github.com/envoyproxy/protoc-gen-validate v0.4.0/go.mod h1:amr46FC2KZvleZB2VXz+QeQDF+iIKKjQimiDrtp1rYA= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4= github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI= github.com/felixge/fgprof v0.9.3/go.mod h1:RdbpDgzqYVh/T9fPELJyV7EYJuHB55UTEULNun8eiPw= -github.com/felixge/fgprof v0.9.5 h1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY= -github.com/felixge/fgprof v0.9.5/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM= +github.com/felixge/fgprof v0.9.4 h1:ocDNwMFlnA0NU0zSB3I52xkO4sFXk80VK9lXjLClu88= +github.com/felixge/fgprof v0.9.4/go.mod h1:yKl+ERSa++RYOs32d8K6WEXCB4uXdLls4ZaZPpayhMM= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg= github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= +github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= -github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI= -github.com/foxcpp/go-mockdns v1.1.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8= github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= +github.com/ghodss/yaml v0.0.0-20180820084758-c7ce16629ff4/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39 h1:8aiwjJixH9Dws9c0mE6yeghmrVhe6csuB+onSjeW31Q= github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= +github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-chef/chef v0.30.1 h1:yvOSijEBWAQtRbBPj9hz1atEJUU6HckPc7AaEyZXnLg= github.com/go-chef/chef v0.30.1/go.mod h1:7RU1oCrRErTrkmIszkhJ9vHw7Bv2hZ1Vv1C1qKj01fc= -github.com/go-chi/chi/v5 v5.2.0 h1:Aj1EtB0qR2Rdo2dG4O94RIU35w2lvQSj6BRA4+qwFL0= -github.com/go-chi/chi/v5 v5.2.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-delve/delve v1.3.1 h1:LI0X4aAE0N7ay8uR48aMJ6GNTxamIpcxi1THjwJjenI= github.com/go-delve/delve v1.3.1/go.mod h1:LLw6qJfIsRK9WcwV2IRRqsdlgrqzOeuGrQOCOIhDpt8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= @@ -399,8 +342,7 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gorp/gorp v2.2.0+incompatible h1:xAUh4QgEeqPPhK3vxZN+bzrim1z5Av6q837gtjUlshc= github.com/go-gorp/gorp v2.2.0+incompatible/go.mod h1:7IfkAQnO7jfT/9IQ3R9wL1dFhukN6aQxzKTHnkxzA/E= -github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A= -github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= +github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= @@ -409,7 +351,6 @@ github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9 github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= -github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= @@ -424,20 +365,25 @@ github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUy github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c= github.com/go-openapi/strfmt v0.23.0/go.mod h1:NrtIpfKtWIygRkKVsxh7XQMDQW5HKQl6S5ik2elW+K4= +github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= +github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= +github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= +github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-redis/redis v6.15.6+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= -github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= +github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= +github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= -github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= +github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM= +github.com/gobwas/pool v0.2.0/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= +github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM= github.com/gobwas/ws v1.2.1/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY= github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 h1:FWNFq4fM1wPfcK40yHE5UO3RUdSNPaBC+j3PokzA6OQ= github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1/go.mod h1:5YoVOkjYAQumqlV356Hj3xeYh4BdZuLE0/nRkf2NKkI= @@ -452,13 +398,13 @@ github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yG github.com/gofiber/fiber/v2 v2.52.5/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= -github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E= -github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0= +github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA= github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= +github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= @@ -467,16 +413,18 @@ github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOW github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-migrate/migrate v3.5.4+incompatible h1:R7OzwvCJTCgwapPCiX6DyBiu2czIUMDCB118gFTKTUA= github.com/golang-migrate/migrate v3.5.4+incompatible/go.mod h1:IsVUlFN5puWOmXrqjgGUfIRIbU7mr8oNBE2tyERd9Wk= +github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0= github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/glog v1.2.2 h1:1+mZ9upx1Dh6FmUTFR1naJ77miKiXgALjWOZ3NVFPmY= -github.com/golang/glog v1.2.2/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= +github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4= +github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= -github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= +github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= +github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -486,6 +434,7 @@ github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= +github.com/golang/protobuf v0.0.0-20181025225059-d3de96c4c28e/go.mod h1:Qd/q+1AKNOZr9uGQzbzCmRO6sUih6GTPZv6a1/R87v0= github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -503,10 +452,8 @@ github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= -github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= -github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= -github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= +github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac/go.mod h1:P32wAyui1PQ58Oce/KYkOqQv8cVw1zAapXOl+dRFGbc= github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82/go.mod h1:PxC8OnwL11+aosOB5+iEPoV3picfs8tUpkVd0pDo+Kg= github.com/gonum/internal v0.0.0-20181124074243-f884aa714029/go.mod h1:Pu4dmpkhSyOzRwuXkOgAvijx4o+4YMUJJo9OvPYMkks= @@ -514,10 +461,6 @@ github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9/go.mod h1:XA3DeT6rxh2 github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP0HCqCz+K4ts155PXIlUywf0wqN+GfPZw= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/cel-go v0.22.1 h1:AfVXx3chM2qwoSbM7Da8g8hX8OVSkBFwX+rz2+PcK40= -github.com/google/cel-go v0.22.1/go.mod h1:BuznPXXfQDpXKWQ9sPW3TzlAJN5zzFe+i9tIs0yC4s8= -github.com/google/flatbuffers v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw= -github.com/google/flatbuffers v1.12.1/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -525,25 +468,26 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-containerregistry v0.20.2 h1:B1wPJ1SN/S7pB+ZAimcciVD+r+yV/l/DSArMxlbwseo= -github.com/google/go-containerregistry v0.20.2/go.mod h1:z38EKdKh4h7IP2gSfUUqEvalZBqs6AoLeWfUy34nQC8= -github.com/google/go-replayers/grpcreplay v1.3.0 h1:1Keyy0m1sIpqstQmgz307zhiJ1pV4uIlFds5weTmxbo= -github.com/google/go-replayers/grpcreplay v1.3.0/go.mod h1:v6NgKtkijC0d3e3RW8il6Sy5sqRVUwoQa4mHOGEy8DI= -github.com/google/go-replayers/httpreplay v1.2.0 h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk= -github.com/google/go-replayers/httpreplay v1.2.0/go.mod h1:WahEFFZZ7a1P4VM1qEeHy+tME4bwyqPcwWbNlUI1Mcg= +github.com/google/go-replayers/grpcreplay v1.0.0 h1:B5kVOzJ1hBgnevTgIWhSTatQ3608yu/2NnU0Ta1d0kY= +github.com/google/go-replayers/grpcreplay v1.0.0/go.mod h1:8Ig2Idjpr6gifRd6pNVggX6TC1Zw6Jx74AKp7QNH2QE= +github.com/google/go-replayers/httpreplay v0.1.2 h1:HCfx+dQzwN9XbGTHF8qJ+67WN8glL9FTWV5rraCJ/jU= +github.com/google/go-replayers/httpreplay v0.1.2/go.mod h1:YKZViNhiGgqdBlUbI2MwGpq4pXxNmhJLPHQ7cv2b5no= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= +github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE= +github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.3.3 h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc= -github.com/google/martian/v3 v3.3.3/go.mod h1:iEPrYcgCF7jA9OtScMFQyAlZZ4YXTKEtJ1E6RWzmBA0= +github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= +github.com/google/martian/v3 v3.2.1 h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ= +github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= @@ -551,70 +495,94 @@ github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20200905233945-acf8798be1f7/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20211214055906-6f57359322fd/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik= -github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad h1:a6HEuzUHeKH6hwfN/ZoQgRgVIWFJljSWa/zetS2WTvg= -github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144= +github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 h1:FKHo8hFI3A+7w0aUQuYXQ+6EN5stWmeY/AZqtM8xk9k= +github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8/go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/s2a-go v0.1.8 h1:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM= -github.com/google/s2a-go v0.1.8/go.mod h1:6iNWHTpQ+nfNRN5E00MSdfDwVesa8hhS32PhPO8deJA= -github.com/google/subcommands v1.2.0/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= +github.com/google/subcommands v1.0.1/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/wire v0.6.0 h1:HBkoIh4BdSxoyo9PveV8giw7ZsaBOvzWKfcg/6MrVwI= -github.com/google/wire v0.6.0/go.mod h1:F4QhpQ9EDIdJ1Mbop/NZBRB+5yrR6qg3BnctaoUk6NA= +github.com/google/wire v0.4.0/go.mod h1:ngWDr9Qvq3yZA10YrxfyGELY/AFWGVpy9c1LTRi1EoU= +github.com/google/wire v0.5.0 h1:I7ELFeVBr3yfPIcc8+MWvrjk+3VjbcSzoXm3JVa+jD8= +github.com/google/wire v0.5.0/go.mod h1:ngWDr9Qvq3yZA10YrxfyGELY/AFWGVpy9c1LTRi1EoU= github.com/googleapis/enterprise-certificate-proxy v0.3.3 h1:QRje2j5GZimBzlbhGA2V2QlGNgL8G6e+wGo/+/2bWI0= github.com/googleapis/enterprise-certificate-proxy v0.3.3/go.mod h1:YKe7cfqYXjKGpGvmSg28/fFvhNzinZQm8DGnaburhGA= github.com/googleapis/gax-go v0.0.0-20161107002406-da06d194a00e/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gax-go/v2 v2.13.0 h1:yitjD5f7jQHhyDsnhKEBU52NdvvdSeGzlAnDPT0hH1s= -github.com/googleapis/gax-go/v2 v2.13.0/go.mod h1:Z/fvTZXF8/uw7Xu5GuslPw+bplx6SS338j1Is2S+B7A= +github.com/googleapis/gax-go/v2 v2.6.0 h1:SXk3ABtQYDT/OH8jAyvEOQ58mgawq5C4o/4/89qN2ZU= +github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= +github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= +github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/handlers v1.4.2 h1:0QniY0USkHQ1RGCLfKxeNHK9bkDHGRYGNDFBCS+YARg= github.com/gorilla/handlers v1.4.2/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= +github.com/gorilla/mux v0.0.0-20181024020800-521ea7b17d02/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI= github.com/grpc-ecosystem/go-grpc-middleware v1.4.0/go.mod h1:g5qyo/la0ALbONm6Vbp88Yd8NsDy6rZz+RcrMPxvld8= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= +github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.14.6 h1:8ERzHx8aj1Sc47mu9n/AksaKCSWrMchFtkdrS4BIj5o= github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0= -github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0/go.mod h1:P+Lt/0by1T8bfcF3z737NnSbmxQAppXMRziHUxPOC8k= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU= github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw= +github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= +github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= +github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= +github.com/hashicorp/go-hclog v0.9.1/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= +github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= +github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= +github.com/hashicorp/go-msgpack v0.5.5/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= +github.com/hashicorp/go-msgpack v1.1.5 h1:9byZdVjKTe5mce63pRVNP1L7UAmdHOTEMGehn6KvJWs= +github.com/hashicorp/go-msgpack v1.1.5/go.mod h1:gWVc3sv/wbDmR3rQsj1CAktEZzoz1YNK9NfGLXJ69/4= github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm8aFp8N3I= github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874/go.mod h1:JMRHfdO9jKNzS/+BTlxCjKNQHg/jZAft8U7LloJvN7I= +github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-retryablehttp v0.7.2 h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0= github.com/hashicorp/go-retryablehttp v0.7.2/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= -github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM= +github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= +github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= +github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= +github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c= @@ -623,13 +591,20 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul12M= github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA= +github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= +github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= +github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= +github.com/hashicorp/raft v1.3.9/go.mod h1:4Ak7FSPnuvmb0GV6vgIAJ4vYT4bek9bb6Q+7HVbyzqM= github.com/hashicorp/raft v1.6.0 h1:tkIAORZy2GbJ2Trp5eUSggLXDPOJLXC+JJLNMMqtgtM= github.com/hashicorp/raft v1.6.0/go.mod h1:Xil5pDgeGwRWuX4uPUmwa+7Vagg4N804dz6mhNi6S7o= +github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI= github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw= github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= @@ -639,18 +614,18 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/jaswdr/faker v1.0.2 h1:3iRZztCC4oU67i67qGcyhIxeKgHQQH/iCifJOj3uOSI= github.com/jaswdr/faker v1.0.2/go.mod h1:9S4x1SRPC3m+iLgZTx2HZ0/R1/B0hwuL8uvOAiuJNtg= -github.com/jdx/go-netrc v1.0.0 h1:QbLMLyCZGj0NA8glAhxUpf1zDg6cxnWgMBbjq40W0gQ= -github.com/jdx/go-netrc v1.0.0/go.mod h1:Gh9eFQJnoTNIRHXl2j5bJXA1u84hQWJWgGh569zF3v8= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha h1:rRYHSFWZ3egaMVREb5NgN17UanLMWM2s7EhG3u/1Yy4= github.com/jedib0t/go-pretty/v5 v5.0.2-alpha/go.mod h1:DAKhNY3KVw+n6uMJ+WIzEs2XHfuQpMu2taSsKOXbTBw= +github.com/jhump/protoreflect v1.7.1-0.20200723220026-11eaaf73e0ec/go.mod h1:D8nEtk+lKr8kMTMiLayswAtSSeHYDaRYk9r78Cy11mM= github.com/jhump/protoreflect v1.10.3 h1:8ogeubpKh2TiulA0apmGlW5YAH4U1Vi4TINIP+gpNfQ= github.com/jhump/protoreflect v1.10.3/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= -github.com/jhump/protoreflect/v2 v2.0.0-beta.2 h1:qZU+rEZUOYTz1Bnhi3xbwn+VxdXkLVeEpAeZzVXLY88= -github.com/jhump/protoreflect/v2 v2.0.0-beta.2/go.mod h1:4tnOYkB/mq7QTyS3YKtVtNrJv4Psqout8HA1U+hZtgM= +github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= +github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= +github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ= @@ -666,20 +641,27 @@ github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/ github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= +github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g= github.com/kevinburke/go-bindata v3.16.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= +github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= +github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.11.2/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.11.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.14.4/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= -github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc= -github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0= +github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA= +github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= github.com/klauspost/cpuid/v2 v2.0.1/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM= github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= +github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU= github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= @@ -703,14 +685,17 @@ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6Fm github.com/leanovate/gopter v0.2.4 h1:U4YLBggDFhJdqQsG4Na2zX7joVTky9vHaj/AGEwSuXU= github.com/leanovate/gopter v0.2.4/go.mod h1:gNcbPWNEWRe4lm+bycKqxUYoH5uoVje5SkOJ3uoLer8= github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs= +github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= +github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lyft/protoc-gen-star v0.4.10/go.mod h1:mE8fbna26u7aEA2QCVvvfBU/ZrPgocG1206xAFPcs94= github.com/lyft/protoc-gen-star v0.6.2 h1:DgqBrh0Q/JGHXDZjJaYCWKD/EXLczxplIC0JeElY2iU= github.com/lyft/protoc-gen-star v0.6.2/go.mod h1:M0b1EfeJR3f8E3YHKFr9KXWjAB4mrKn6Rm6PPEuJlI0= -github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 h1:sIXJOMrYnQZJu7OB7ANSF4MYri2fTEGIsRLz6LwI4xE= -github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4/go.mod h1:amey7yeodaJhXSbf/TlLvWiqQfLOSpEk//mLlc+axEk= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= @@ -723,18 +708,24 @@ github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1/go.mod h1:qccnGMcpgwcNaBnxqpJpWWUiPNr5H3O8eDgGV9gT5To= github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= +github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= +github.com/mattn/go-ieproxy v0.0.1 h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI= +github.com/mattn/go-ieproxy v0.0.1/go.mod h1:pYabZ6IHcRpFh7vIaLfK7rdcWgFEb3SFJ6/gNWuh88E= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= +github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= +github.com/mattn/go-runewidth v0.0.0-20181025052659-b20a3daf6a39/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= @@ -745,106 +736,102 @@ github.com/mattn/go-sqlite3 v0.0.0-20161215041557-2d44decb4941/go.mod h1:FPy6Kqz github.com/mattn/go-sqlite3 v1.11.0 h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q= github.com/mattn/go-sqlite3 v1.11.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM= -github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk= +github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= +github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= +github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q= github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= github.com/minio/minio-go/v7 v7.0.72 h1:ZSbxs2BfJensLyHdVOgHv+pfmvxYraaUy07ER04dWnA= github.com/minio/minio-go/v7 v7.0.72/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= +github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= +github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0= github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0= +github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= +github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= +github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0= github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= -github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg= -github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc= github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk= github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc= -github.com/moby/sys/mount v0.3.4 h1:yn5jq4STPztkkzSKpZkLcmjue+bZJ0u2AuQY1iNI1Ww= -github.com/moby/sys/mount v0.3.4/go.mod h1:KcQJMbQdJHPlq5lcYT+/CjatWM4PuxKe+XLSVS4J6Os= -github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg= -github.com/moby/sys/mountinfo v0.7.2/go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4= github.com/moby/sys/sequential v0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU= github.com/moby/sys/sequential v0.6.0/go.mod h1:uyv8EUTrca5PnDsdMGXhZe6CCe8U/UiTWd+lL+7b/Ko= github.com/moby/sys/user v0.3.0 h1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo= github.com/moby/sys/user v0.3.0/go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs= github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g= github.com/moby/sys/userns v0.1.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28= -github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0= -github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= -github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= -github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/muesli/crunchy v0.4.0 h1:qdiml8gywULHBsztiSAf6rrE6EyuNasNKZ104mAaahM= github.com/muesli/crunchy v0.4.0/go.mod h1:9k4x6xdSbb7WwtAVy0iDjaiDjIk6Wa5AgUIqp+HqOpU= -github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= -github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a/go.mod h1:0tqz9Hlu6bCBFLWAASKhE5vUA4c24L9KPUUgvwumE/k= github.com/nats-io/jwt/v2 v2.5.8 h1:uvdSzwWiEGWGXf+0Q+70qv6AQdvcvxrv9hPM0RiPamE= github.com/nats-io/jwt/v2 v2.5.8/go.mod h1:ZdWS1nZa6WMZfFwwgpEaqBV8EPGVgOTDHN/wTbz0Y5A= +github.com/nats-io/nats-server/v2 v2.8.2/go.mod h1:vIdpKz3OG+DCg4q/xVPdXHoztEyKDWRtykQ4N7hd7C4= github.com/nats-io/nats-server/v2 v2.9.25 h1:USQ91yDrsRohuEAW8vJpal7Z9p+EWTGk53wchamzqFo= github.com/nats-io/nats-server/v2 v2.9.25/go.mod h1:wEjrEy9vnqIGE4Pqz4/c75v9Pmaq7My2IgFmnykc4C0= -github.com/nats-io/nats-streaming-server v0.25.5 h1:DX6xaPhKvVLhdpNsuEmmD+O9LfWSnw8cvxQU/H9LRy8= -github.com/nats-io/nats-streaming-server v0.25.5/go.mod h1:dSBVdHGsT/tV91lT4MWFfE6+yjRCNhRIYJpBaTHFdAo= -github.com/nats-io/nats.go v1.22.1/go.mod h1:tLqubohF7t4z3du1QDPYJIQQyhb4wl6DhjxEajSI7UA= -github.com/nats-io/nats.go v1.37.0 h1:07rauXbVnnJvv1gfIyghFEo6lUcYRY0WXc3x7x0vUxE= -github.com/nats-io/nats.go v1.37.0/go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8= +github.com/nats-io/nats-streaming-server v0.24.6 h1:iIZXuPSznnYkiy0P3L0AP9zEN9Etp+tITbbX1KKeq4Q= +github.com/nats-io/nats-streaming-server v0.24.6/go.mod h1:tdKXltY3XLeBJ21sHiZiaPl+j8sK3vcCKBWVyxeQs10= +github.com/nats-io/nats.go v1.13.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= +github.com/nats-io/nats.go v1.14.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= +github.com/nats-io/nats.go v1.15.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= +github.com/nats-io/nats.go v1.28.0 h1:Th4G6zdsz2d0OqXdfzKLClo6bOfoI/b1kInhRtFIy5c= +github.com/nats-io/nats.go v1.28.0/go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc= github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4= github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI= github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/nats-io/stan.go v0.10.4 h1:19GS/eD1SeQJaVkeM9EkvEYattnvnWrZ3wkSWSw4uXw= -github.com/nats-io/stan.go v0.10.4/go.mod h1:3XJXH8GagrGqajoO/9+HgPyKV5MWsv7S5ccdda+pc6k= +github.com/nats-io/stan.go v0.10.2 h1:gQLd05LhzmhFkHm3/qP/klYHfM/hys45GyHa1Uly/kI= +github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/olivere/elastic/v7 v7.0.32 h1:R7CXvbu8Eq+WlsLgxmKVKPox0oOwAE/2T9Si5BnvK6E= -github.com/olivere/elastic/v7 v7.0.32/go.mod h1:c7PVmLe3Fxq77PIfY/bZmxY/TAamBhCzZ8xDOE09a9k= +github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= +github.com/olivere/elastic/v7 v7.0.28 h1:KAP4EuaEcvPJknRNkAAso1xeu0C1+/CeDQsxj9Cw9Fg= +github.com/olivere/elastic/v7 v7.0.28/go.mod h1:DzHQoqd6YqSuvF1lk/fR4cW4FNUNzSD5/F5MBm3GRMo= github.com/onsi/ginkgo v1.4.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg= -github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo= github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8= -github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc= -github.com/open-policy-agent/opa v0.68.0 h1:Jl3U2vXRjwk7JrHmS19U3HZO5qxQRinQbJ2eCJYSqJQ= -github.com/open-policy-agent/opa v0.68.0/go.mod h1:5E5SvaPwTpwt2WM177I9Z3eT7qUpmOGjk1ZdHs+TZ4w= +github.com/open-policy-agent/opa v0.19.1 h1:jVopQC3LRwQTstVME8LDCNf6PZkShmmozDsvyp+DYZY= +github.com/open-policy-agent/opa v0.19.1/go.mod h1:rrwxoT/b011T0cyj+gg2VvxqTtn6N3gp/jzmr3fjW44= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= -github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug= -github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM= +github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM= +github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= -github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk= -github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39/go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs= -github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU= -github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0= +github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= @@ -852,29 +839,30 @@ github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTK github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4= -github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc= github.com/peterbourgon/mergemap v0.0.1 h1:5/brtSACv34REV0xoYjPQ8JXZnx3nurGt6WInLRwqX4= github.com/peterbourgon/mergemap v0.0.1/go.mod h1:jQyRpOpE/KbvPc0VKXjAqctYglwUO5W6zAcGcFfbvlo= +github.com/peterh/liner v0.0.0-20170211195444-bf27d3ba8e1d/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc= github.com/peterh/liner v0.0.0-20170317030525-88609521dc4b/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc= github.com/peterh/liner v1.2.2 h1:aJ4AOodmL+JxOZZEL2u9iJf8omNRpqHc/EbrK+3mAXw= github.com/peterh/liner v1.2.2/go.mod h1:xFwJyiKIXJZUKItq5dGHZSTBRAuG/CpeNpWLyiNRNwI= github.com/philhofer/fwd v1.1.1/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= -github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ= -github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= +github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v0.0.0-20170413231811-06b906832ed0/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= +github.com/pkg/profile v1.5.0/go.mod h1:qBsxPvzyUincmltOk6iyRVxHYg4adc0OFOv72ZdLa18= github.com/pkg/profile v1.7.0 h1:hnbDkaNWPCLMO9wGLdBFTIZvzDrDfBM2072E1S9gJkA= github.com/pkg/profile v1.7.0/go.mod h1:8Uer0jas47ZQMJ7VD+OHknK4YDY07LPUC6dEvqDjvNo= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= +github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg= github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU= github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= @@ -882,31 +870,38 @@ github.com/pquerna/cachecontrol v0.2.0 h1:vBXSNuE5MYP9IJ5kjsdo8uq+w41jSPgvba2DEn github.com/pquerna/cachecontrol v0.2.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g= github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U= +github.com/prometheus/client_golang v0.0.0-20181025174421-f30f42803563/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= +github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw= github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y= -github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg= -github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4= github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w= -github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= -github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= +github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= -github.com/prometheus/common v0.57.0 h1:Ro/rKjwdq9mZn1K5QPctzh+MA4Lp0BuYk5ZZEVhoNcY= -github.com/prometheus/common v0.57.0/go.mod h1:7uRPFSUTbfZWsJ7MHY56sqt7hLQu3bxXHDnNhl8E9qI= +github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM= +github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.5/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= @@ -916,12 +911,10 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1 github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4= github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= -github.com/quic-go/qpack v0.5.1 h1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI= -github.com/quic-go/qpack v0.5.1/go.mod h1:+PC4XFrEskIVkcLzpEkbLqq1uCoxPhQuvK5rH1ZgaEg= -github.com/quic-go/quic-go v0.48.2 h1:wsKXZPeGWpMpCGSWqOcqpW2wZYic/8T3aqiOID0/KWE= -github.com/quic-go/quic-go v0.48.2/go.mod h1:yBgs3rWBOADpga7F+jJsb6Ybg1LSYiQvwWlLX+/6HMs= +github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a h1:2v4Ipjxa3sh+xn6GvtgrMub2ci4ZLQMvTaYIba2lfdc= github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a/go.mod h1:ozniNEFS3j1qCwHKdvraMn1WJOsUxHd7lYfukEIS4cs= +github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= @@ -931,36 +924,29 @@ github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6So github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII= -github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o= -github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA= -github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU= github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= github.com/russellhaering/goxmldsig v1.1.0 h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk= github.com/russellhaering/goxmldsig v1.1.0/go.mod h1:QK8GhXPB3+AfuCrfo0oRISa9NfzeCpWmxeGnqEpDF9o= github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= +github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/sagikazarmark/locafero v0.6.0 h1:ON7AQg37yzcRPU69mt7gwhFEBwxI6P9T4Qu3N51bwOk= -github.com/sagikazarmark/locafero v0.6.0/go.mod h1:77OmuIc6VTraTXKXIs/uvUxKGUXjE1GbemJYHqdNjX0= -github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE= -github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ= +github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww= github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94/go.mod h1:90zrgN3D/WJsDd1iXHT96alCoN2KJo6/4x1DZC3wZs8= github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d/go.mod h1:Gy+0tqhJvgGlqnTF8CVGP0AaGRjwBtXs/a5PA0Y3+A4= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible h1:1FhtJltOydnEqlp1QZ6CQY4vYt/Gs2citvRZ+4ua7xQ= github.com/schollz/closestmatch v2.1.1-0.20170908204616-19d3b334fdfc+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g= -github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys= -github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs= +github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/segmentio/backo-go v1.1.0 h1:cJIfHQUdmLsd8t9IXqf5J8SdrOMn9vMa7cIvOavHAhc= github.com/segmentio/backo-go v1.1.0/go.mod h1:ckenwdf+v/qbyhVdNPWHnqh2YdJBED1O9cidYyM5J18= -github.com/segmentio/encoding v0.4.1 h1:KLGaLSW0jrmhB58Nn4+98spfvPvmo4Ci1P/WIQ9wn7w= -github.com/segmentio/encoding v0.4.1/go.mod h1:/d03Cd8PoaDeceuhUUUQWjU0KhWjrmYrWPgtJHYZSnI= github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI= github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= +github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v0.0.0-20180523074243-ea8897e79973/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= @@ -968,34 +954,41 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= +github.com/smartystreets/assertions v1.1.1/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= +github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM= +github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/smartystreets/gunit v1.4.2/go.mod h1:ZjM1ozSIMJlAz/ay4SG8PeKF00ckUp+zMHZXV9/bvak= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= -github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= +github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= -github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= -github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= +github.com/spf13/afero v1.10.0 h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY= +github.com/spf13/afero v1.10.0/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= +github.com/spf13/cobra v0.0.0-20181021141114-fe5e611709b0/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= +github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7/go.mod h1:yk5b0mALVusDL5fMM6Rd1wgnoO5jUPhwsQ6LQAJTidQ= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= +github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= +github.com/spf13/pflag v0.0.0-20181024212040-082b515c9490/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= -github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= -github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= -github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs= -github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo= +github.com/spf13/viper v1.7.0 h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM= +github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= @@ -1011,20 +1004,16 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= -github.com/tchap/go-patricia/v2 v2.3.1 h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes= -github.com/tchap/go-patricia/v2 v2.3.1/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k= github.com/teambition/rrule-go v1.8.2 h1:lIjpjvWTj9fFUZCmuoVDrKVOtdiyzbzc93qTmRVe/J8= github.com/teambition/rrule-go v1.8.2/go.mod h1:Ieq5AbrKGciP1V//Wq8ktsTXwSwJHDD5mD/wLBGl3p4= github.com/testcontainers/testcontainers-go v0.0.9 h1:mwvFz+FkuQMqQ9oLkG4cVzPsZTRmrCo2NcaerJNaptA= github.com/testcontainers/testcontainers-go v0.0.9/go.mod h1:0Qe9qqjNZgxHzzdHPWwmQ2D49FFO7920hLdJ4yUJXJI= -github.com/tetratelabs/wazero v1.8.2 h1:yIgLR/b2bN31bjxwXHD8a3d+BogigR952csSDdLYEv4= -github.com/tetratelabs/wazero v1.8.2/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs= github.com/tinylib/msgp v1.1.6/go.mod h1:75BAfg2hauQhs3qedfdDZmWAPcFMAvJE5b9rGOMufyw= github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU= github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY= @@ -1037,7 +1026,9 @@ github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaO github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg= github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U= +github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= +github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= @@ -1048,12 +1039,7 @@ github.com/valyala/fasthttp v1.54.0 h1:cCL+ZZR3z3HPLMVfEYVUMtJqVaui0+gu7Lx63unHw github.com/valyala/fasthttp v1.54.0/go.mod h1:6dt4/8olwq9QARP/TDuPmWyWcl4byhpvTJ4AAtcz+QM= github.com/valyala/tcplisten v1.0.0 h1:rBHj/Xf+E1tRGZyWIWwJDiRY0zc1Js+CV5DqwacVSA8= github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc= -github.com/vbatts/tar-split v0.11.6 h1:4SjTW5+PU11n6fZenf2IPoV8/tz3AaYHMWjf23envGs= -github.com/vbatts/tar-split v0.11.6/go.mod h1:dqKNtesIOr2j2Qv3W/cHjnvk9I8+G7oAkFDFN6TCBEI= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= -github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo= -github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= -github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f/go.mod h1:5yf86TLmAcydyeJq5YvxkGPE2fm/u4myDekKRoLuqhs= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= @@ -1063,6 +1049,7 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGC github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM= github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c h1:3lbZUMbMiGUW/LMkfsEABsc5zNT9+b1CvsJx47JzJ8g= github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c/go.mod h1:UrdRz5enIKZ63MEE3IF9l2/ebyx59GyGgPi+tICQdmM= +github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b/go.mod h1:HptNXiXVDcJjXe9SqMd0v2FsL9f8dz4GnXgltU6q/co= github.com/yashtewari/glob-intersection v0.2.0 h1:8iuHdN88yYuCzCdjt0gDe+6bAhUwBeEWqThExu54RFg= github.com/yashtewari/glob-intersection v0.2.0/go.mod h1:LK7pIC3piUjovexikBbJ26Yml7g8xa5bsjfx2v1fwok= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -1079,55 +1066,37 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6 github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM= github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= +go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4= go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0= go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= -go.lsp.dev/jsonrpc2 v0.10.0 h1:Pr/YcXJoEOTMc/b6OTmcR1DPJ3mSWl/SWiU1Cct6VmI= -go.lsp.dev/jsonrpc2 v0.10.0/go.mod h1:fmEzIdXPi/rf6d4uFcayi8HpFP1nBF99ERP1htC72Ac= -go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 h1:hCzQgh6UcwbKgNSRurYWSqh8MufqRRPODRBblutn4TE= -go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2/go.mod h1:gtSHRuYfbCT0qnbLnovpie/WEmqyJ7T4n6VXiFMBtcw= -go.lsp.dev/protocol v0.12.0 h1:tNprUI9klQW5FAFVM4Sa+AbPFuVQByWhP1ttNUAjIWg= -go.lsp.dev/protocol v0.12.0/go.mod h1:Qb11/HgZQ72qQbeyPfJbu3hZBH23s1sr4st8czGeDMQ= -go.lsp.dev/uri v0.3.0 h1:KcZJmh6nFIBeJzTugn5JTU6OOyG0lDOo3R9KwTxTYbo= -go.lsp.dev/uri v0.3.0/go.mod h1:P5sbO1IQR+qySTWOCnhnK7phBx+W3zbLqSMDJNTw88I= go.mongodb.org/mongo-driver v1.16.1 h1:rIVLL3q0IHM39dvE+z2ulZLp9ENZKThVfuvN/IiN4l8= go.mongodb.org/mongo-driver v1.16.1/go.mod h1:oB6AhJQvFQL4LEHyXi6aJzQJtBiTQHiAd83l0GdFaiw= +go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= +go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= +go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= -go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA= -go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A= -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 h1:r6I7RJCN86bpD/FQwedZ0vSixDpwuWREjW9oRMsmqDc= -go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0/go.mod h1:B9yO6b04uB80CzjedvewuqDhxJxi11s7/GtiGa8bAjI= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 h1:yd02MEjBdJkG3uabWP9apV+OuWRIXGDuJEUJbOHmCFU= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0/go.mod h1:umTcuxiv1n/s/S6/c2AT/g2CQ7u5C59sHDNmfSwgz7Q= -go.opentelemetry.io/otel v1.33.0 h1:/FerN9bax5LoK51X/sI0SVYrjSE0/yUL7DpxW4K3FWw= -go.opentelemetry.io/otel v1.33.0/go.mod h1:SUUkR6csvUQl+yjReHu5uM3EtVV7MBm5FHKRlNx4I8I= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 h1:3Q/xZUyC1BBkualc9ROb4G8qkH90LXEIICcs5zv1OYY= -go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0/go.mod h1:s75jGIWA9OfCMzF0xr+ZgfrB5FEbbV7UuYo32ahUiFI= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 h1:R3X6ZXmNPRR8ul6i3WgFURCHzaXjHdm0karRG/+dj3s= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0/go.mod h1:QWFXnDavXWwMx2EEcZsf3yxgEKAqsxQ+Syjp+seyInw= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg= -go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0/go.mod h1:oVdCUtjq9MK9BlS7TtucsQwUcXcymNiEDjgDD2jMtZU= -go.opentelemetry.io/otel/metric v1.33.0 h1:r+JOocAyeRVXD8lZpjdQjzMadVZp2M4WmQ+5WtEnklQ= -go.opentelemetry.io/otel/metric v1.33.0/go.mod h1:L9+Fyctbp6HFTddIxClbQkjtubW6O9QS3Ann/M82u6M= -go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk= -go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0= -go.opentelemetry.io/otel/sdk/metric v1.31.0 h1:i9hxxLJF/9kkvfHppyLL55aW7iIJz4JjxTeYusH7zMc= -go.opentelemetry.io/otel/sdk/metric v1.31.0/go.mod h1:CRInTMVvNhUKgSAMbKyTMxqOBC0zgyxzW55lZzX43Y8= -go.opentelemetry.io/otel/trace v1.33.0 h1:cCJuF7LRjUFso9LPnEAHJDB2pqzp+hbO8eu1qqW2d/s= -go.opentelemetry.io/otel/trace v1.33.0/go.mod h1:uIcdVUZMpTAmz0tI1z04GoVSezK37CbGV4fr1f2nBck= -go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0= -go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8= +go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= +go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= +go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= +go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8= +go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4= +go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ= go.starlark.net v0.0.0-20190702223751-32f345186213 h1:lkYv5AKwvvduv5XWP6szk/bvvgO6aDeUujhZQXIFTes= go.starlark.net v0.0.0-20190702223751-32f345186213/go.mod h1:c1/X6cHgvdXj6pUlmWKMkuqRnW4K8x2vwt6JAaaircg= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= +go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= @@ -1136,41 +1105,45 @@ go.uber.org/automaxprocs v1.5.3/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnw go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= -go.uber.org/mock v0.5.0 h1:KAMbZvZPyBPWgD14IrIQ38QCyjwpvVVV6K/bHl1IwQU= -go.uber.org/mock v0.5.0/go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= +go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= +go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= +go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ= go.uber.org/zap v1.18.1/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= -go.uber.org/zap/exp v0.3.0 h1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U= -go.uber.org/zap/exp v0.3.0/go.mod h1:5I384qq7XGxYyByIhHm6jg5CHkGY0nsTfbDLgDDlgJQ= -gocloud.dev v0.39.0 h1:EYABYGhAalPUaMrbSKOr5lejxoxvXj99nE8XFtsDgds= -gocloud.dev v0.39.0/go.mod h1:drz+VyYNBvrMTW0KZiBAYEdl8lbNZx+OQ7oQvdrFmSQ= +gocloud.dev v0.22.0 h1:psFb4EJ+bF9bjns7XR3n3tMMMB1LNs97YURcyh4oVWM= +gocloud.dev v0.22.0/go.mod h1:z3jKIQ0Es9LALVZFQ3wOvwqAsSLq1R5c/2RdmghDucw= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 h1:TP7YcWHbnFq4v8/3wM2JwgM0SRRtsYJ7Z6Oj0arz2bs= golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4/go.mod h1:cYlCBUl1MsqxdiKgmc4uh7TxZfWSFLOGSRR090WDxt8= golang.org/x/crypto v0.0.0-20180614174826-fd5f17ee7299/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= +golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= -golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= -golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1186,11 +1159,10 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0 golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 h1:1UoZQm6f0P/ZO0w1Ri+f+ifG/gXhegadRdwBIXEFWDo= -golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c= golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/lint v0.0.0-20181023182221-1baf3a9d7d67/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -1201,6 +1173,9 @@ golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHl golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug= +golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= @@ -1209,18 +1184,20 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4= -golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= +golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA= +golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180112015858-5ccada7d0a7b/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1234,7 +1211,9 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20191112182307-2180aed22343/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -1249,33 +1228,41 @@ golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/ golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.0.0-20220906165146-f3363e06e74c/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= -golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= -golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= -golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= +golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= golang.org/x/oauth2 v0.0.0-20170207211851-4464e7848382/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= -golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs= -golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA= +golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0 h1:XVNr5OG/4YUQ0tpM6hnNSkWNLlqqc/2ib3+bW3B8WMo= golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0/go.mod h1:FrqOtQDO3iMDVUtw5nNTDFpR1HUCGh00M3kj2wiSzLQ= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1292,21 +1279,23 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= -golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180117170059-2c42eef0765b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1320,6 +1309,10 @@ golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1339,24 +1332,35 @@ golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201029080932-201ba4db2418/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201202213521-69691e467435/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220111092808-5a964db01320/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1364,24 +1368,19 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= -golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= -golang.org/x/term v0.16.0/go.mod h1:yn7UURbUtPyrVJPGPq404EukNFxcm/foM+bV/bfcDsY= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1390,12 +1389,11 @@ golang.org/x/text v0.3.1-0.20171227012246-e19ae1496984/go.mod h1:NqM8EUOU14njkJ3 golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= @@ -1403,6 +1401,8 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U= golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1410,6 +1410,7 @@ golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181120060634-fc4f04983f62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1417,6 +1418,9 @@ golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3 golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= @@ -1425,8 +1429,13 @@ golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1455,15 +1464,25 @@ golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6/go.mod h1:njjCfa9FT2d7l9Bc golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200828161849-5deb26317202/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= +golang.org/x/tools v0.0.0-20200915173823-2db8f0ff891c/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= +golang.org/x/tools v0.0.0-20200918232735-d647fc253266/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201022035929-9cf592e881e9/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201202200335-bef1c476418a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201203202102-a1a1cbeaa516/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= -golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps= -golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8= -golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw= +golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= +golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1476,9 +1495,11 @@ gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6d gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= google.golang.org/api v0.0.0-20170206182103-3d017632ea10/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= +google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= +google.golang.org/api v0.10.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= @@ -1491,19 +1512,31 @@ google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0M google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.195.0 h1:Ude4N8FvTKnnQJHU48RFI40jOBgIrL8Zqr3/QeST6yU= -google.golang.org/api v0.195.0/go.mod h1:DOGRWuv3P8TU8Lnz7uQc4hyNqrBpMtD9ppW3wBJurgc= +google.golang.org/api v0.31.0/go.mod h1:CL+9IBCa2WWU6gRuBWaKqGWLFFwbEUXkfeMkHLQWYWo= +google.golang.org/api v0.32.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= +google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= +google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= +google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= +google.golang.org/api v0.102.0 h1:JxJl2qQ85fRMPNvlZY/enexbxpCjLwGhZUtgfGeQ51I= +google.golang.org/api v0.102.0/go.mod h1:3VFl6/fzoA+qNuS1N1/VfXY4LjoXN/wzeIp7TweWwGo= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= +google.golang.org/appengine v1.6.2/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= +google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= +google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= +google.golang.org/genproto v0.0.0-20190530194941-fb225487d101/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s= google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= @@ -1531,16 +1564,26 @@ google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed h1:4C4dbrVFtfIp3GXJdMX1Sj25mahfn5DywOo65/2ISQ8= -google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed/go.mod h1:ICjniACoWvcDz8c8bOsHVKuuSGDJy1z5M4G0DM3HzTc= -google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb h1:B7GIB7sr443wZ/EAEl7VZjmh1V6qzkt5V+RYcUYtS1U= -google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb/go.mod h1:E5//3O5ZIG2l71Xnt+P/CYUY8Bxs8E7WMoZ9tlcMbAY= -google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb h1:3oy2tynMOP1QbTC0MsNNAV+Se8M2Bd0A5+x1QHyw+pI= -google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb/go.mod h1:lcTa1sDdWEIHMWlITnIczmw5w60CF9ffkb8Z+DVmmjA= +google.golang.org/genproto v0.0.0-20200831141814-d751682dd103/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200914193844-75d14daec038/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200921151605-7abf4a1a14d5/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 h1:a2S6M0+660BgMNl++4JPlcAO/CjkqYItDEZwkoDQK7c= +google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6/go.mod h1:rZS5c/ZVYMaOGBfO68GWtjOw/eLaZM1X6iVtgjZ+EWg= google.golang.org/grpc v0.0.0-20170208002647-2a6bf6142e96/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= +google.golang.org/grpc v1.8.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= +google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= @@ -1552,10 +1595,14 @@ google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKa google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= +google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= +google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= +google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= +google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU= -google.golang.org/grpc v1.69.2/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4= +google.golang.org/grpc v1.53.0-dev h1:Bi96+XIrXJLXPJUff19tRXb7mIijir7agn12zNMaPAg= +google.golang.org/grpc v1.53.0-dev/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538 h1:mNawcnXL0hY8s9xmO4ePM0B8WWoT7QtkZa7/8MCETdQ= google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538/go.mod h1:gxndsbNG1n4TZcHGgsYEfVGnTxqfEdfiDv6/DADXX9o= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= @@ -1572,9 +1619,8 @@ google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12/go.mod h1:9JNX7 google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.36.0 h1:mjIs9gYtt56AzC4ZaffQuh88TZurBGhIJMBZGSxNerQ= -google.golang.org/protobuf v1.36.0/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d h1:TxyelI5cVkbREznMhfzycHdkp5cLA7DpE+GKjSslYhM= @@ -1592,6 +1638,7 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo= +gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ldap.v2 v2.5.1 h1:wiu0okdNfjlBzg6UWvd1Hn8Y+Ux17/u/4nlk4CQr6tU= @@ -1618,14 +1665,12 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v0.0.0-20181223230014-1083505acf35/go.mod h1:R//lfYlUuTOTfblYI3lGoAAAebUdzjvbmQsuB7Ykd90= -gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= -gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0= -gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8= honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= @@ -1635,13 +1680,10 @@ honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= -pluginrpc.com/pluginrpc v0.5.0 h1:tOQj2D35hOmvHyPu8e7ohW2/QvAnEtKscy2IJYWQ2yo= -pluginrpc.com/pluginrpc v0.5.0/go.mod h1:UNWZ941hcVAoOZUn8YZsMmOZBzbUjQa3XMns8RQLp9o= +nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/testing_frameworks v0.1.2/go.mod h1:ToQrwSC3s8Xf/lADdZp3Mktcql9CG0UAmdJG9th5i0w= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= -sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= -sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= From 1b8e38b5770fabf78213dcc8f77c78b354815aaa Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 14:24:43 +0530 Subject: [PATCH 125/147] Adding pinged versions Signed-off-by: Yashvi Jain --- components/compliance-service/habitat/plan.sh | 14 +++++++------- scripts/verify_build.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/compliance-service/habitat/plan.sh b/components/compliance-service/habitat/plan.sh index 9dcb17159ad..d712c6ac103 100644 --- a/components/compliance-service/habitat/plan.sh +++ b/components/compliance-service/habitat/plan.sh @@ -35,14 +35,14 @@ pkg_binds_optional=( pkg_svc_user=root inspec_release="chef/inspec/4.56.61/20240809111842" pkg_deps=( - core/coreutils - "${local_platform_tools_origin:-chef}/automate-platform-tools" + core/coreutils/8.32/20240105213308 + chef/automate-platform-tools/0.1.0/20241212061203 "${inspec_release}" - chef/mlsa - core/grpcurl # Used in habitat/hooks/health_check - core/jq-static # Used in habitat/hooks/health_check - core/bash - core/firejail + chef/mlsa/1.0.1/20240125084021 + core/grpcurl/1.8.5/20240109144108 # Used in habitat/hooks/health_check + core/jq-static/1.6/20240107004905 # Used in habitat/hooks/health_check + core/bash/5.1/20240105214248 + core/firejail/0.9.72/20240109161319 ) if [[ -n "$AUTOMATE_OSS_BUILD" ]]; then diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 8ad0b6853ea..b68e081454b 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi From 85288de5913ef7da11762d081a10928ce18302ad Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 15:52:44 +0530 Subject: [PATCH 126/147] More packages from stable channel pinged Signed-off-by: Yashvi Jain --- components/automate-backend-postgresql/habitat/plan.sh | 6 +++--- components/automate-cs-nginx/habitat/plan.sh | 8 ++++---- components/automate-cs-oc-erchef/habitat/plan.sh | 7 ++++--- components/automate-postgresql/habitat/plan.sh | 4 ++-- scripts/verify_build.sh | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/components/automate-backend-postgresql/habitat/plan.sh b/components/automate-backend-postgresql/habitat/plan.sh index 1b6b09f2fc3..81d4dca86a9 100644 --- a/components/automate-backend-postgresql/habitat/plan.sh +++ b/components/automate-backend-postgresql/habitat/plan.sh @@ -2,7 +2,7 @@ # stable channel -UPSTREAM_PKG_IDENT="core/postgresql13/13.18" +UPSTREAM_PKG_IDENT="core/postgresql13/13.18/20241203070217" pkg_name="automate-ha-postgresql" pkg_description="Wrapper package for core/postgresql13" pkg_origin="chef" @@ -13,8 +13,8 @@ pkg_license=("Chef-MLSA") pkg_upstream_url="https://www.chef.io/automate" pkg_deps=( - chef/mlsa - core/bash + chef/mlsa/1.0.1/20240125084021 + core/bash/5.1/20240105214248 "${UPSTREAM_PKG_IDENT}" ) diff --git a/components/automate-cs-nginx/habitat/plan.sh b/components/automate-cs-nginx/habitat/plan.sh index 94c755b1e6c..de26dba03b4 100644 --- a/components/automate-cs-nginx/habitat/plan.sh +++ b/components/automate-cs-nginx/habitat/plan.sh @@ -11,16 +11,16 @@ pkg_license=('Chef-MLSA') # WARNING: Version managed by .expeditor/update_chef_server.sh pkg_version="15.10.22" pkg_deps=( - core/coreutils - chef/mlsa + core/coreutils/8.32/20240105213308 + chef/mlsa/1.0.1/20240125084021 # TODO 2020-05-12: PIN PIN PIN # # All dependencies that are shared between this package and the # chef-server-* packages are pinned to the versions required by the # chef-server-* packages. # - core/curl - core/ruby31 + core/curl/8.7.1/20240614090648 + core/ruby31/3.1.6/20240912144513 # WARNING: Version pin managed by .expeditor/update_chef_server.sh "${vendor_origin}/chef-server-nginx/15.10.22/20241216152243" "${vendor_origin}/chef-server-ctl/15.10.22/20241216151651" diff --git a/components/automate-cs-oc-erchef/habitat/plan.sh b/components/automate-cs-oc-erchef/habitat/plan.sh index e3670320efb..86066926dbc 100644 --- a/components/automate-cs-oc-erchef/habitat/plan.sh +++ b/components/automate-cs-oc-erchef/habitat/plan.sh @@ -18,9 +18,10 @@ pkg_license=("Chef-MLSA") pkg_upstream_url="https://www.chef.io/automate" pkg_deps=( #core/runit/2.1.2/20200403133549 - core/runit - chef/mlsa - "${local_platform_tools_origin:-chef}/automate-platform-tools" + core/runit/2.1.2/20240106064032 + chef/mlsa/1.0.1/20240125084021 + #"${local_platform_tools_origin:-chef}/automate-platform-tools" + chef/automate-platform-tools/0.1.0/20241212061203 # WARNING: Version pin managed by .expeditor/update_chef_server.sh "${vendor_origin}/oc_erchef/15.10.22/20241216151651" ) diff --git a/components/automate-postgresql/habitat/plan.sh b/components/automate-postgresql/habitat/plan.sh index 972c366c415..b5ffed99f0c 100644 --- a/components/automate-postgresql/habitat/plan.sh +++ b/components/automate-postgresql/habitat/plan.sh @@ -17,8 +17,8 @@ pg_version="13.18" ident="20241203070217" pkg_deps=( - core/coreutils - chef/mlsa + core/coreutils/8.32/20240105213308 + chef/mlsa/1.0.1/20240125084021 ${vendor_origin}/postgresql13/${pg_version}/${ident} ) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index b68e081454b..c3ca4cc3f89 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-minio" || "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-postgresql" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi From 09d8c9aa3d23ee87728cc5c8aba1b0cadfcd2480 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Tue, 24 Dec 2024 19:40:09 +0530 Subject: [PATCH 127/147] notification service from stable channel Signed-off-by: Yashvi Jain --- .../notifications-service/habitat/plan.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/notifications-service/habitat/plan.sh b/components/notifications-service/habitat/plan.sh index addf921af0a..6330d6aee35 100644 --- a/components/notifications-service/habitat/plan.sh +++ b/components/notifications-service/habitat/plan.sh @@ -10,30 +10,30 @@ pkg_license=('Chef-MLSA') pkg_upstream_url="http://github.com/chef/automate" pkg_deps=( - core/coreutils + core/coreutils/8.32/20240105213308 # bash is required by distillery - core/bash - chef/mlsa + core/bash/5.1/20240105214248 + chef/mlsa/1.0.1/20240125084021 ${local_platform_tools_origin:-chef}/automate-platform-tools - core/busybox-static + core/busybox-static/1.34.1/20240105230035 ) pkg_build_deps=( - core/git + core/git/2.33.1/20240614092831 # Node(kallol) 2022-01-28: # # We have seen failures with notification service http request # with external services. This is because the erlang version was bumped to # v23.2. Hence pinning the version till we have a fix. - core/erlang25 + core/erlang25/25.0.4/20240108042737 # NOTE(ssd) 2019-07-03: PIN PIN PIN # # elixir 1.9.0 shipped with a number of changes to how releases # work. This appears to have broken the build. Pinning until we can # sort out the required changes. - core/elixir - core/glibc + core/elixir/1.14.0/20240108043326 + core/glibc/2.35/20240105171810 ) pkg_binds=( @@ -65,7 +65,7 @@ pkg_srcs=( # TODO: VERSION should be in this list ) -pkg_scaffolding="${local_scaffolding_origin:-chef}/automate-scaffolding" +pkg_scaffolding="chef/automate-scaffolding/0.1.0/20241128083033" do_unpack() { mkdir -p "${CACHE_PATH}/server" From 4c0c31f9ebdf34f92049d7937980b45c50c50d65 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 26 Dec 2024 12:21:32 +0530 Subject: [PATCH 128/147] Checking license scout Signed-off-by: Yashvi Jain --- components/automate-es-gateway/habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index 747339a1acf..f63f334839c 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,7 +44,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9 + core/openssl/3.0.9/20241017121505 core/pcre2 core/coreutils From b02d74933f202fd5c31fbb71cf618d6164c8a112 Mon Sep 17 00:00:00 2001 From: Sahiba3108 Date: Thu, 26 Dec 2024 12:26:48 +0530 Subject: [PATCH 129/147] fixing verify main pipeline Signed-off-by: Sahiba3108 --- .studio/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studio/common b/.studio/common index eb952434951..72f3279eeab 100644 --- a/.studio/common +++ b/.studio/common @@ -98,7 +98,7 @@ function link_component_bin() { } function desired_golang_ident() { - echo "core/go1_22/1.22.5/$(cat /src/GOLANG_VERSION)" + echo "core/go1_22/$(cat /src/GOLANG_VERSION)" } function verify_components_have_platform_config() { From 483d7ff2bbe744432bbd844612cc8014cc538226 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 26 Dec 2024 12:40:59 +0530 Subject: [PATCH 130/147] Adding license scout changes Signed-off-by: Yashvi Jain --- .license_scout.yml | 2 +- components/automate-es-gateway/habitat/plan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.license_scout.yml b/.license_scout.yml index 71799b41d5d..12e361701c2 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -60,7 +60,7 @@ habitat: - origin: chef channel: dev - origin: core - channel: stable + channel: LTS-2024 allowed_licenses: - 0BSD - Apache-1.0 diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index f63f334839c..747339a1acf 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -44,7 +44,7 @@ pkg_deps=( core/ncurses core/zlib core/bzip2 - core/openssl/3.0.9/20241017121505 + core/openssl/3.0.9 core/pcre2 core/coreutils From cb257f29cc53335d0ad45217da7a68eac04d4463 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 26 Dec 2024 12:59:38 +0530 Subject: [PATCH 131/147] Adding certs and chcking builds Signed-off-by: Yashvi Jain --- .license_scout.yml | 520 ++++++++++++++++++++++++++++------------ scripts/verify_build.sh | 2 +- 2 files changed, 366 insertions(+), 156 deletions(-) diff --git a/.license_scout.yml b/.license_scout.yml index 12e361701c2..2052ea9f9c0 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -329,8 +329,8 @@ fallbacks: name: honnef.co/go/tools - license_content: https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE license_id: BSD-Source-Code - license_content: https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE - - name: github.com/tinylib/msgp + name: github.com/shirou/gopsutil + - license_content: https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE license_id: MIT name: github.com/tinylib/msgp - license_content: https://raw.githubusercontent.com/golang/crypto/master/LICENSE @@ -614,35 +614,65 @@ fallbacks: name: github.com/kr/text - license_content: https://raw.githubusercontent.com/mattn/go-ieproxy/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/mattn/go-ieproxy/master/LICENSE - - name: github.com/mattn/goveralls + name: github.com/mattn/go-ieproxy + - license_content: https://raw.githubusercontent.com/mitchellh/cli/main/LICENSE + license_id: MPL-2.0 + name: github.com/mitchellh/cli + - license_content: https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/mattn/goveralls/master/LICENSE - - name: github.com/mitchellh/cli + name: github.com/mitchellh/go-testing-interface + - license_content: https://raw.githubusercontent.com/mitchellh/gox/master/LICENSE license_id: MPL-2.0 - license_content: https://raw.githubusercontent.com/mitchellh/cli/main/LICENSE - - name: github.com/mitchellh/copystructure + name: github.com/mitchellh/gox + - license_content: https://raw.githubusercontent.com/mitchellh/iochan/master/LICENSE.md + license_id: MIT + name: github.com/mitchellh/iochan + - license_content: https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE + license_id: Apache-2.0 + name: github.com/mwitkow/go-conntrack + - license_content: https://raw.githubusercontent.com/nishanths/predeclared/master/LICENSE + license_id: BSD-3-Clause + name: github.com/nishanths/predeclared + - license_content: https://raw.githubusercontent.com/oklog/ulid/main/LICENSE + license_id: Apache-2.0 + name: github.com/oklog/ulid + - license_content: https://raw.githubusercontent.com/olekukonko/tablewriter/master/LICENSE.md license_id: MIT - license_content: https://raw.githubusercontent.com/mitchellh/copystructure/master/LICENSE - - name: github.com/mitchellh/go-testing-interface + name: github.com/olekukonko/tablewriter + - license_content: https://raw.githubusercontent.com/onsi/ginkgo/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE - - name: github.com/mitchellh/gox - license_id: MPL-2.0 - license_content: https://raw.githubusercontent.com/mitchellh/gox/master/LICENSE - - name: github.com/mitchellh/iochan + name: github.com/onsi/ginkgo + - license_content: https://raw.githubusercontent.com/onsi/gomega/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/mitchellh/iochan/master/LICENSE.md - - name: github.com/mitchellh/reflectwalk + name: github.com/onsi/gomega + - license_content: https://raw.githubusercontent.com/philhofer/fwd/master/LICENSE.md + license_id: MIT + name: github.com/philhofer/fwd + - license_content: https://raw.githubusercontent.com/pkg/sftp/master/LICENSE + license_id: BSD-2-Clause + name: github.com/pkg/sftp + - license_content: https://raw.githubusercontent.com/posener/complete/v1/LICENSE.txt license_id: MIT - license_content: https://raw.githubusercontent.com/mitchellh/reflectwalk/main/LICENSE - - name: github.com/mwitkow/go-conntrack + name: github.com/posener/complete + - license_content: https://raw.githubusercontent.com/prometheus-junkyard/tsdb/master/LICENSE license_id: Apache-2.0 - license_content: https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE - - name: github.com/nishanths/predeclared + name: github.com/prometheus/tsdb + - license_content: https://raw.githubusercontent.com/r3labs/diff/master/LICENSE + license_id: MPL-2.0 + name: github.com/r3labs/diff + - license_content: https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE + license_id: BSD-3-Clause + name: github.com/rogpeppe/fastuuid + - license_content: https://raw.githubusercontent.com/rogpeppe/go-internal/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/nishanths/predeclared/master/LICENSE - - name: github.com/oklog/run + name: github.com/rogpeppe/go-internal + - license_content: https://raw.githubusercontent.com/ryanuber/columnize/master/LICENSE + license_id: MIT + name: github.com/ryanuber/columnize + - license_content: https://raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE + license_id: MIT + name: github.com/shurcooL/sanitized_anchor_name + - license_content: https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE license_id: Apache-2.0 name: github.com/soheilhy/cmu - license_content: https://raw.githubusercontent.com/spaolacci/murmur3/master/LICENSE @@ -1055,68 +1085,140 @@ fallbacks: name: github.com/DataDog/zstd - license_content: https://raw.githubusercontent.com/Sereal/Sereal/master/Go/sereal/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE - - name: github.com/rogpeppe/go-internal + name: github.com/Sereal/Sereal/Go/sereal + - license_content: https://raw.githubusercontent.com/ajstarks/svgo/master/LICENSE + license_id: BSD-3-Clause + name: github.com/ajstarks/svgo + - license_content: https://raw.githubusercontent.com/alecthomas/kingpin/master/COPYING license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/rogpeppe/go-internal/master/LICENSE - - name: github.com/ryanuber/columnize + name: github.com/alecthomas/kingpin/v2 + - license_content: https://github.com/apparentlymart/go-textseg/blob/master/LICENSE + license_id: BSD-3-Clause + name: github.com/apparentlymart/go-textseg/v13 + - license_content: https://github.com/apparentlymart/go-textseg/blob/master/LICENSE + license_id: BSD-3-Clause + name: github.com/apparentlymart/go-textseg/v15 + - license_content: https://raw.githubusercontent.com/aws/aws-sdk-go/main/LICENSE.txt + license_id: Apache-2.0 + name: github.com/aws/aws-sdk-go + - license_content: https://raw.githubusercontent.com/benbjohnson/clock/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/ryanuber/columnize/master/LICENSE - - name: github.com/ryanuber/go-glob + name: github.com/benbjohnson/clock + - license_content: https://raw.githubusercontent.com/chromedp/cdproto/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/ryanuber/go-glob/master/LICENSE - - name: github.com/sergi/go-diff + name: github.com/chromedp/cdproto + - license_content: https://raw.githubusercontent.com/chromedp/chromedp/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/sergi/go-diff/master/LICENSE - - name: github.com/shurcooL/sanitized_anchor_name + name: github.com/chromedp/chromedp + - license_content: https://raw.githubusercontent.com/chromedp/sysutil/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE - - name: github.com/soheilhy/cmu + name: github.com/chromedp/sysutil + - license_content: https://raw.githubusercontent.com/cncf/xds/main/LICENSE license_id: Apache-2.0 - license_content: https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE - - name: github.com/spaolacci/murmur3 + name: github.com/cncf/xds/go + - license_content: https://raw.githubusercontent.com/creack/pty/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/spaolacci/murmur3/master/LICENSE - - name: github.com/tideland/golib + name: github.com/creack/pty + - license_content: https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE + license_id: ISC + name: github.com/davecgh/go-spew + - license_content: https://raw.githubusercontent.com/davecgh/go-xdr/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/tideland/golib/master/LICENSE - - name: github.com/tmc/grpc-websocket-proxy + name: github.com/davecgh/go-xdr + - license_content: https://raw.githubusercontent.com/denisenkom/go-mssqldb/master/LICENSE.txt + license_id: BSD-3-Clause + name: github.com/denisenkom/go-mssqldb + - license_content: https://raw.githubusercontent.com/fogleman/gg/master/LICENSE.md + license_id: BSD-3-Clause + name: github.com/fogleman/gg + - license_content: https://raw.githubusercontent.com/frankban/quicktest/master/LICENSE + license_id: BSD-3-Clause + name: github.com/frankban/quicktest + - license_content: https://raw.githubusercontent.com/gin-contrib/sse/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/tmc/grpc-websocket-proxy/master/LICENSE - - name: github.com/tv42/httpunix + name: github.com/gin-contrib/sse + - license_content: https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/tv42/httpunix/master/LICENSE - - name: github.com/vmihailenco/msgpack - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/vmihailenco/msgpack/v5/LICENSE - - name: github.com/xiang90/probing - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/xiang90/probing/master/LICENSE - - name: github.com/xlab/treeprint + name: github.com/gin-gonic/gin + - license_content: https://raw.githubusercontent.com/gin-gonic/gin/master/LICENSE + license_id: MIT + name: github.com/go-logr/logr + - license_content: https://raw.githubusercontent.com/go-logr/stdr/master/LICENSE + license_id: Apache-2.0 + name: github.com/go-logr/stdr + - license_content: https://raw.githubusercontent.com/go-playground/assert/master/LICENSE + license_id: MIT + name: github.com/go-playground/assert/v2 + - license_content: https://raw.githubusercontent.com/go-playground/locales/master/LICENSE + license_id: MIT + name: github.com/go-playground/locales + - license_content: https://raw.githubusercontent.com/go-playground/universal-translator/master/LICENSE + license_id: MIT + name: github.com/go-playground/universal-translator + - license_content: https://raw.githubusercontent.com/go-playground/validator/master/LICENSE + license_id: MIT + name: github.com/go-playground/validator/v10 + - license_content: https://raw.githubusercontent.com/gobwas/httphead/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/xlab/treeprint/master/LICENSE - - name: github.com/yuin/goldmark + name: github.com/gobwas/httphead + - license_content: https://raw.githubusercontent.com/gobwas/pool/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/yuin/goldmark/master/LICENSE - - name: go.uber.org/tools + name: github.com/gobwas/pool + - license_content: https://raw.githubusercontent.com/gobwas/ws/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/uber-go/tools/master/LICENSE - - name: golang.org/x/image + name: github.com/gobwas/ws + - license_content: https://raw.githubusercontent.com/golang-sql/civil/master/LICENSE + license_id: MIT + name: github.com/golang-sql/civil + - license_content: https://raw.githubusercontent.com/golang/freetype/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE - - name: github.com/nats-io/jwt/v2 + name: github.com/golang/freetype + - license_content: https://raw.githubusercontent.com/golang/glog/master/LICENSE + license_id: Apache-2.0 + name: github.com/golang/glog + - license_content: https://raw.githubusercontent.com/golang/groupcache/master/LICENSE + license_id: Apache-2.0 + name: github.com/golang/groupcache + - license_content: https://raw.githubusercontent.com/golang/mock/main/LICENSE + license_id: Apache-2.0 + name: github.com/golang/mock + - license_content: https://raw.githubusercontent.com/golang/snappy/master/LICENSE license_id: Apache-2.0 - license_content: https://github.com/nats-io/jwt/blob/main/LICENSE - - name: golang.org/x/mobile + name: github.com/golang/snappy + - license_content: https://raw.githubusercontent.com/google/go-pkcs11/main/LICENSE + license_id: Apache-2.0 + name: github.com/google/go-pkcs11 + - license_content: https://raw.githubusercontent.com/googleapis/google-cloud-go-testing/master/LICENSE + license_id: Apache-2.0 + name: github.com/googleapis/google-cloud-go-testing + - license_content: https://raw.githubusercontent.com/json-iterator/go/master/LICENSE + license_id: MIT + name: github.com/json-iterator/go + - license_content: https://raw.githubusercontent.com/jstemmer/go-junit-report/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE - - name: golang.org/x/time + name: github.com/jstemmer/go-junit-report + - license_content: https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE + license_id: MIT + name: github.com/jung-kurt/gofpdf + - license_content: https://raw.githubusercontent.com/ledongthuc/pdf/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE - - name: golang.org/x/time + name: github.com/ledongthuc/pdf + - license_content: https://raw.githubusercontent.com/leodido/go-urn/master/LICENSE + license_id: MIT + name: github.com/leodido/go-urn + - license_content: https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE + license_id: Apache-2.0 + name: github.com/modern-go/concurrent + - license_content: https://raw.githubusercontent.com/modern-go/reflect2/master/LICENSE + license_id: Apache-2.0 + name: github.com/modern-go/reflect2 + - license_content: https://raw.githubusercontent.com/montanaflynn/stats/master/LICENSE + license_id: MIT + name: github.com/montanaflynn/stats + - license_content: https://raw.githubusercontent.com/niemeyer/pretty/master/License license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/golang/go/master/LICENSE - - name: gopkg.in/airbrake/gobrake.v2 + name: github.com/niemeyer/pretty + - license_content: https://raw.githubusercontent.com/orisano/pixelmatch/master/LICENSE license_id: MIT name: github.com/orisano/pixelmatch - license_content: https://raw.githubusercontent.com/pkg/diff/main/LICENSE @@ -1130,113 +1232,195 @@ fallbacks: name: github.com/savsgio/gotils - license_content: https://raw.githubusercontent.com/ugorji/go/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/alecthomas/kingpin/master/COPYING - - name: gopkg.in/errgo.v2 + name: github.com/ugorji/go/codec + - license_content: https://raw.githubusercontent.com/ugorji/go/master/LICENSE + license_id: MIT + name: github.com/ugorji/go + - license_content: https://raw.githubusercontent.com/vmihailenco/msgpack/v5/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/go-errgo/errgo/v1/LICENSE - - name: gopkg.in/gemnasium/logrus-airbrake-hook.v2 + name: github.com/vmihailenco/msgpack/v5 + - license_content: https://raw.githubusercontent.com/vmihailenco/tagparser/master/LICENSE + license_id: BSD-3-Clause + name: github.com/vmihailenco/tagparser/v2 + - license_content: https://raw.githubusercontent.com/vmihailenco/tagparser/master/LICENSE + license_id: Apache-2.0 + name: github.com/xdg-go/pbkdf2 + - license_content: https://raw.githubusercontent.com/xdg-go/scram/master/LICENSE + license_id: Apache-2.0 + name: github.com/xdg-go/scram + - license_content: https://raw.githubusercontent.com/xdg-go/stringprep/master/LICENSE + license_id: Apache-2.0 + name: github.com/xdg-go/stringprep + - license_content: https://raw.githubusercontent.com/xhit/go-str2duration/master/LICENSE + license_id: BSD-3-Clause + name: github.com/xhit/go-str2duration + - license_content: https://raw.githubusercontent.com/youmark/pkcs8/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/gemnasium/logrus-airbrake-hook/master/LICENSE - - name: gopkg.in/resty.v1 + name: github.com/youmark/pkcs8 + - license_content: https://raw.githubusercontent.com/zclconf/go-cty-debug/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/go-resty/resty/master/LICENSE - - name: pack.ag/amqp + name: github.com/zclconf/go-cty-debug + - license_content: https://raw.githubusercontent.com/etcd-io/gofail/master/LICENSE + license_id: Apache-2.0 + name: go.etcd.io/gofail + - license_content: https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE + license_id: Apache-2.0 + name: go.opentelemetry.io/otel/metric + - license_content: https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/main/LICENSE + license_id: Apache-2.0 + name: go.opentelemetry.io/otel + - license_content: https://raw.githubusercontent.com/uber-go/goleak/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/vcabbage/amqp/master/LICENSE - - name: rsc.io/binaryregexp + name: go.uber.org/goleak + - license_content: https://raw.githubusercontent.com/gonum/gonum/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/rsc/binaryregexp/master/LICENSE - - name: rsc.io/goversion + name: gonum.org/v1/gonum + - license_content: https://raw.githubusercontent.com/gonum/netlib/master/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/rsc/goversion/master/LICENSE - - name: rsc.io/quote/v3 + name: gonum.org/v1/netlib + - license_content: https://raw.githubusercontent.com/gonum/plot/master/LICENSE + license_id: BSD-3-Clause + name: gonum.org/v1/plot + - license_content: https://raw.githubusercontent.com/googleapis/go-genproto/main/LICENSE + license_id: Apache-2.0 + name: google.golang.org/genproto + - license_content: https://raw.githubusercontent.com/go-mgo/mgo/v2/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/rsc/quote/master/LICENSE - - name: rsc.io/sampler + name: gopkg.in/mgo.v2 + - license_content: https://raw.githubusercontent.com/vmihailenco/msgpack/v2.9.2/LICENSE license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/rsc/sampler/master/LICENSE - - name: github.com/soheilhy/cmux + name: gopkg.in/vmihailenco/msgpack.v2 + - license_content: https://raw.githubusercontent.com/coder/websocket/master/LICENSE.txt + license_id: BSD-3-Clause + name: nhooyr.io/websocket + - license_content: https://raw.githubusercontent.com/rsc/pdf/master/LICENSE + license_id: BSD-3-Clause + name: rsc.io/pdf + - license_content: https://raw.githubusercontent.com/googleapis/gax-go/main/LICENSE + license_id: BSD-3-Clause + name: github.com/googleapis/gax-go + - license_content: https://raw.githubusercontent.com/savsgio/dictpool/master/LICENSE license_id: Apache-2.0 - license_content: https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE - - name: go.uber.org/automaxprocs + name: github.com/savsgio/dictpool + + - license_content: https://raw.githubusercontent.com/Azure/go-ansiterm/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/uber-go/tools/master/LICENSE + name: github.com/Azure/go-ansiterm - habitat: - - name: chef/mlsa - license_id: Chef-MLSA - license_content: https://gist.githubusercontent.com/chef-ci/6cd978229702e9cb35dbd7d29a162a22/raw/c4377c5875af52228e459e68f137d3035793c9cd/chef-mlsa.txt - - name: core/ruby - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING - - name: core/ruby25 - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING - - name: core/ruby26 - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING - - name: core/ruby27 - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/ruby/ruby/trunk/COPYING - - name: core/cacerts + - license_content: https://raw.githubusercontent.com/Microsoft/hcsshim/master/LICENSE + license_id: MIT + name: github.com/Microsoft/hcsshim + + - license_content: https://raw.githubusercontent.com/armon/consul-api/master/LICENSE license_id: MPL-2.0 - license_content: https://curl.haxx.se/docs/caextract.html - - name: core/mpfr (3.1.4-*) - license_id: LGPL-3.0-or-later - license_content: http://www.mpfr.org - - name: core/bundler + name: github.com/armon/consul-api + - license_content: https://raw.githubusercontent.com/cenkalti/backoff/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/bundler/bundler/master/LICENSE.md - - name: core/sqitch_pg + name: github.com/cenkalti/backoff + - license_content: https://raw.githubusercontent.com/cockroachdb/datadriven/master/LICENSE + license_id: Apache-2.0 + name: github.com/cockroachdb/datadriven + + - license_content: https://raw.githubusercontent.com/containerd/cgroups/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/cgroups + - license_content: https://raw.githubusercontent.com/containerd/console/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/console + - license_content: https://raw.githubusercontent.com/containerd/containerd/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/containerd + - license_content: https://raw.githubusercontent.com/containerd/continuity/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/continuity + - license_content: https://raw.githubusercontent.com/containerd/fifo/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/fifo + - license_content: https://raw.githubusercontent.com/containerd/go-runc/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/go-runc + - license_content: https://raw.githubusercontent.com/containerd/ttrpc/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/ttrpc + - license_content: https://raw.githubusercontent.com/containerd/typeurl/master/LICENSE + license_id: Apache-2.0 + name: github.com/containerd/typeurl + + - license_content: https://raw.githubusercontent.com/coreos/go-etcd/master/LICENSE + license_id: Apache-2.0 + name: github.com/coreos/go-etcd + - license_content: https://raw.githubusercontent.com/docker/distribution/master/LICENSE + license_id: Apache-2.0 + name: github.com/docker/distribution + + - license_content: https://raw.githubusercontent.com/go-redis/redis/master/LICENSE + license_id: BSD-2-Clause + name: github.com/go-redis/redis + - license_content: https://raw.githubusercontent.com/mattn/go-sqlite3/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/sqitchers/sqitch/master/LICENSE.md - nodejs: - - name: arraybuffer.slice + name: github.com/mattn/go-sqlite3 + + - license_content: https://raw.githubusercontent.com/godbus/dbus/master/LICENSE + license_id: BSD-2-Clause + name: github.com/godbus/dbus + - license_content: https://raw.githubusercontent.com/gorilla/context/master/LICENSE + license_id: BSD-3-Clause + name: github.com/gorilla/context + - license_content: https://raw.githubusercontent.com/morikuni/aec/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/rase-/arraybuffer.slice/master/LICENCE - - name: better-assert + name: github.com/morikuni/aec + + - license_content: https://raw.githubusercontent.com/opencontainers/runc/master/LICENSE + license_id: Apache-2.0 + name: github.com/opencontainers/runc + - license_content: https://raw.githubusercontent.com/opencontainers/runtime-spec/master/LICENSE + license_id: Apache-2.0 + name: github.com/opencontainers/runtime-spec + - license_content: https://raw.githubusercontent.com/opencontainers/runtime-tools/master/LICENSE + license_id: Apache-2.0 + name: github.com/opencontainers/runtime-tools + + - license_content: https://raw.githubusercontent.com/satori/go.uuid/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/tj/better-assert/master/LICENSE - - name: bytes + name: github.com/satori/go.uuid + - license_content: https://raw.githubusercontent.com/syndtr/gocapability/master/LICENSE + license_id: BSD-2-Clause + name: github.com/syndtr/gocapability + - license_content: https://raw.githubusercontent.com/testcontainers/testcontainers-go/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/visionmedia/bytes.js/master/LICENSE - - name: component-bind + name: github.com/testcontainers/testcontainers-go + - license_content: https://raw.githubusercontent.com/urfave/cli/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/component/bind/master/LICENSE - - name: options + name: github.com/urfave/cli + + - license_content: https://raw.githubusercontent.com/xeipuuv/gojsonpointer/master/LICENSE-APACHE-2.0.txt + license_id: Apache-2.0 + name: github.com/xeipuuv/gojsonpointer + - license_content: https://raw.githubusercontent.com/xeipuuv/gojsonreference/master/LICENSE-APACHE-2.0.txt + license_id: Apache-2.0 + name: github.com/xeipuuv/gojsonreference + - license_content: https://raw.githubusercontent.com/xeipuuv/gojsonschema/master/LICENSE-APACHE-2.0.txt + license_id: Apache-2.0 + name: github.com/xeipuuv/gojsonschema + - license_content: https://raw.githubusercontent.com/xordataexchange/crypt/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/einaros/options.js/master/README.md - - name: uglify-js (2.3.6) - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/mishoo/UglifyJS2/v2.3.6/LICENSE - - name: rrule - license_id: BSD-3-Clause - license_content: https://raw.githubusercontent.com/jakubroztocil/rrule/master/LICENCE - - name: chownr - license_id: BlueOak-1.0.0 - license_content: https://raw.githubusercontent.com/isaacs/chownr/main/LICENSE.md - - name: jackspeak - license_id: BlueOak-1.0.0 - license_content: https://raw.githubusercontent.com/isaacs/jackspeak/main/LICENSE.md - - name: package-json-from-dist - license_id: BlueOak-1.0.0 - license_content: https://raw.githubusercontent.com/isaacs/package-json-from-dist/main/LICENSE.md - - name: path-scurry - license_id: BlueOak-1.0.0 - license_content: https://raw.githubusercontent.com/isaacs/path-scurry/main/LICENSE.md - - name: yallist - license_id: BlueOak-1.0.0 - license_content: https://raw.githubusercontent.com/isaacs/yallist/main/LICENSE.md - ruby: - - name: syslog-logger + name: github.com/xordataexchange/crypt + + - license_content: https://raw.githubusercontent.com/etcd-io/etcd/master/LICENSE + license_id: Apache-2.0 + name: go.etcd.io/etcd + - license_content: https://raw.githubusercontent.com/gotestyourself/gotest.tools/master/LICENSE + license_id: Apache-2.0 + name: gotest.tools + - license_content: https://raw.githubusercontent.com/kubernetes/kubernetes/master/LICENSE + license_id: Apache-2.0 + name: k8s.io/kubernetes + - license_content: https://raw.githubusercontent.com/kubernetes-sigs/testing_frameworks/master/LICENSE + license_id: Apache-2.0 + name: sigs.k8s.io/testing_frameworks + - license_content: https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/LICENSE license_id: MIT - license_content: https://raw.githubusercontent.com/ngmoco/syslog_logger/master/README.rdoc - - name: net-telnet - license_id: Ruby - license_content: https://raw.githubusercontent.com/ruby/net-telnet/master/LICENSE.txt - - name: unf - license_id: BSD-2-Clause - license_content: https://raw.githubusercontent.com/knu/ruby-unf/master/LICENSE + name: sigs.k8s.io/yaml exceptions: habitat: @@ -1348,6 +1532,33 @@ exceptions: reason: Ruby license (previously shipped in Automate 1) - name: core/ruby27 reason: Exception made for chef server upgrade + - name: core/acl + reason: Exception made by Chef Legal + - name: core/diffutils + reason: Exception made by Chef Legal + - name: core/file + reason: Exception made by Chef Legal + - name: core/libxau + reason: Exception made by Chef Legal + - name: core/libxcb + reason: Exception made by Chef Legal + - name: core/libxdmcp + reason: Exception made by Chef Legal + - name: core/libxi + reason: Exception made by Chef Legal + - name: core/libxrender + reason: Exception made by Chef Legal + - name: core/libxtst + reason: Exception made by Chef Legal + - name: core/lzo + reason: Exception made by Chef Legal + - name: core/lzop + reason: Exception made by Chef Legal + - name: core/ncurses + reason: Exception made by Chef Legal + - name: core/sqlite + reason: Exception made by Chef Legal + ruby: - name: highline @@ -1636,4 +1847,3 @@ exceptions: reason: Exception made by Chef Legal - name: golang.org/x/telemetry reason: Exception made by Chef Legal - diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index c3ca4cc3f89..2426a01059b 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-opensearch" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi From bf51cf2b63a0674630f696ec5fca0883dd4990e8 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 26 Dec 2024 13:06:50 +0530 Subject: [PATCH 132/147] checking license scout Signed-off-by: Yashvi Jain --- .license_scout.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.license_scout.yml b/.license_scout.yml index 2052ea9f9c0..91f8d0671e7 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -1559,7 +1559,6 @@ exceptions: - name: core/sqlite reason: Exception made by Chef Legal - ruby: - name: highline reason: Ruby license (previously shipped in Automate 1) From 9368e89410bdd60f1f6b9929fd59515b6f364636 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Thu, 26 Dec 2024 13:08:55 +0530 Subject: [PATCH 133/147] checking license scout Signed-off-by: Yashvi Jain --- .license_scout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.license_scout.yml b/.license_scout.yml index 91f8d0671e7..73c861c6e6d 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -1554,7 +1554,7 @@ exceptions: reason: Exception made by Chef Legal - name: core/lzop reason: Exception made by Chef Legal - - name: core/ncurses + - name: core/ncurses reason: Exception made by Chef Legal - name: core/sqlite reason: Exception made by Chef Legal From 7fddf15a37af08c0a38d69acd9d727e4e28d2bf1 Mon Sep 17 00:00:00 2001 From: Sahiba3108 Date: Thu, 26 Dec 2024 13:40:21 +0530 Subject: [PATCH 134/147] fixing verify main pipeline Signed-off-by: Sahiba3108 --- .expeditor/verify.pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 309187329a7..4bceb733b4a 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -6,6 +6,7 @@ env: # See https://proxy.golang.org for details. GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org" + PGGSSENCMODE: "disable" expeditor: defaults: From 70d84b8b85a771a68194ed7bb615f201f4706ec1 Mon Sep 17 00:00:00 2001 From: Sahiba3108 Date: Fri, 27 Dec 2024 14:18:01 +0530 Subject: [PATCH 135/147] SSL_CERT_FILE_ADDED Signed-off-by: Sahiba3108 --- .expeditor/verify.pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 4bceb733b4a..bfb9ff96ee7 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -7,6 +7,7 @@ env: GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org" PGGSSENCMODE: "disable" + SSL_CERT_FILE: /hab/pkgs/core/cacerts/2021.10.26/20240105224256/ssl/cert.pem expeditor: defaults: From 7a0613a95779c7b6c6784e713ef584de6a0ffae9 Mon Sep 17 00:00:00 2001 From: Sahiba3108 Date: Fri, 27 Dec 2024 14:24:14 +0530 Subject: [PATCH 136/147] SSL_CERT_FILE_ADDED Signed-off-by: Sahiba3108 --- .studiorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studiorc b/.studiorc index 9931437ac32..1af6eb3046b 100644 --- a/.studiorc +++ b/.studiorc @@ -8,7 +8,7 @@ RECOMMENDED_HAB_VERSION="1.6.1205" GOLANGCILINTVERSION=1.60.1 # TODO(ssd) 2019-11-19: https://github.com/habitat-sh/habitat/issues/7219 -unset SSL_CERT_FILE +# unset SSL_CERT_FILE # TODO (tc) Let's get rid of this hard-coded config long-term. # Opensearch From 35b70ad3114838c06732f880b3cd8191f23d9bdd Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 10:52:55 +0530 Subject: [PATCH 137/147] Adding pipeline fixes Signed-off-by: Yashvi Jain --- .expeditor/verify.pipeline.yml | 4 ++++ components/automate-pg-gateway/habitat/plan.sh | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index bfb9ff96ee7..55cc4ada715 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -21,6 +21,7 @@ steps: # - label: "[codegen] A2 protobufs" command: + - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && verify_all_protobuf_components" timeout_in_minutes: 10 soft_fail: true @@ -41,6 +42,7 @@ steps: # - label: "[codegen] A2 products generation" command: + - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && verify_products_generation" timeout_in_minutes: 10 retry: @@ -422,6 +424,7 @@ steps: - label: "[unit] event-feed-service" command: + - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && go_component_unit event-feed-service && go_component_static_tests event-feed-service && go_component_lint event-feed-service" timeout_in_minutes: 10 retry: @@ -437,6 +440,7 @@ steps: - label: "[unit] ingest-service" command: + - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && go_component_unit ingest-service && go_component_static_tests ingest-service && go_component_lint ingest-service" timeout_in_minutes: 10 retry: diff --git a/components/automate-pg-gateway/habitat/plan.sh b/components/automate-pg-gateway/habitat/plan.sh index 4b3e28ba134..570be214327 100644 --- a/components/automate-pg-gateway/habitat/plan.sh +++ b/components/automate-pg-gateway/habitat/plan.sh @@ -9,10 +9,10 @@ pkg_maintainer="Chef Software Inc. " pkg_license=('Chef-MLSA') pkg_version="0.0.1" pkg_deps=( - core/bash - core/netcat-openbsd - core/jq-static - core/haproxy + core/bash/5.1/20240105214248 + core/netcat-openbsd/1.226/20240106172343 + core/jq-static/1.6/20240107004905 + core/haproxy/2.2.29/20240106203532 ) From 9997162ad639c34b03704b7895ace90490cfcc56 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 11:11:07 +0530 Subject: [PATCH 138/147] Checking pipeline VCS error Signed-off-by: Yashvi Jain --- .studio/golang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.studio/golang b/.studio/golang index 047033abf37..043cbaae809 100644 --- a/.studio/golang +++ b/.studio/golang @@ -271,7 +271,7 @@ function go_component_lint() { [ "x$1" == "x" ] && error "Missing component name argument; try 'describe ${FUNCNAME[0]}'" && return 1 verify_component $1 || return $? local component=$1 - install_golangci && run_golangci components/$component/... + export GOFLAGS=-buildvcs=false && install_golangci && run_golangci components/$component/... } complete -F _component_auto_complete go_component_lint From a7e015ffbf2ab31581735a406f8763e4299e27bf Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 11:59:29 +0530 Subject: [PATCH 139/147] protobuf pipline Signed-off-by: Yashvi Jain --- vendor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor.go b/vendor.go index 69cc2737728..e5430d8545e 100644 --- a/vendor.go +++ b/vendor.go @@ -8,8 +8,8 @@ package main import ( _ "github.com/bufbuild/buf/cmd/buf" - // _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking" - // _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint" + _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-breaking" + _ "github.com/bufbuild/buf/cmd/protoc-gen-buf-check-lint" _ "github.com/ckaznocha/protoc-gen-lint" _ "github.com/envoyproxy/protoc-gen-validate" _ "github.com/go-delve/delve/cmd/dlv" From eda092d6da2ec507077cc53b0e5d9d00c3ade0e7 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 12:27:15 +0530 Subject: [PATCH 140/147] protobuf Signed-off-by: Yashvi Jain --- .studio/common | 2 +- .studio/protobuf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.studio/common b/.studio/common index 72f3279eeab..6b4d521b342 100644 --- a/.studio/common +++ b/.studio/common @@ -358,7 +358,7 @@ function build_all_changed_components() { local whitelist=$* install_if_missing core/git git - install_if_missing core/ruby ruby + install_if_missing core/ruby/3.0.6/20240108025751 ruby hab pkg binlink core/ruby gem gem install toml hab pkg install core/coreutils >/dev/null diff --git a/.studio/protobuf b/.studio/protobuf index b97c5293722..2c1eeb68946 100644 --- a/.studio/protobuf +++ b/.studio/protobuf @@ -21,7 +21,7 @@ document "install_protoc_toolchain" < Date: Mon, 30 Dec 2024 12:41:47 +0530 Subject: [PATCH 141/147] Adding fix for repo health Signed-off-by: Yashvi Jain --- .expeditor/verify.pipeline.yml | 1 - .studio/common | 4 +++- .studio/protobuf | 3 ++- scripts/repo_health.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 55cc4ada715..d4e8c71ae50 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -21,7 +21,6 @@ steps: # - label: "[codegen] A2 protobufs" command: - - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && verify_all_protobuf_components" timeout_in_minutes: 10 soft_fail: true diff --git a/.studio/common b/.studio/common index 6b4d521b342..6bf193cdb94 100644 --- a/.studio/common +++ b/.studio/common @@ -63,7 +63,9 @@ document "verify_products_generation" < Date: Mon, 30 Dec 2024 12:45:12 +0530 Subject: [PATCH 142/147] Adding correct version of ruby Signed-off-by: Yashvi Jain --- scripts/repo_health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 588956377ed..79dd8953b73 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -11,7 +11,7 @@ desired_golang_version() { export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" -hab pkg install -b core/git ore/ruby/3.0.6/20240108025751 core/jq-static core/shellcheck core/cacerts +hab pkg install -b core/git core/ruby/3.0.6/20240108025751 core/jq-static core/shellcheck core/cacerts hab pkg install -b "core/go1_22/1.22.5" echo "Checking Go Dependencies And Vendored Protos" From 709cc412df83d88416f5dc110fd04cae0899e543 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 12:56:09 +0530 Subject: [PATCH 143/147] Correct protobuf and repo health Signed-off-by: Yashvi Jain --- .expeditor/verify.pipeline.yml | 3 +-- api/config/deployment/config_request.pb.go | 22 +++++++++++++++++----- scripts/repo_health.sh | 3 +++ 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index d4e8c71ae50..3928902e307 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -41,7 +41,6 @@ steps: # - label: "[codegen] A2 products generation" command: - - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && verify_products_generation" timeout_in_minutes: 10 retry: @@ -168,7 +167,7 @@ steps: - rm -rf /bin/zdump - rm -rf /bin/sprof - scripts/install_hab_pkg.sh core/glibc # opa depends implicitly glibc - - scripts/install_hab_pkg.sh core/opa + - scripts/install_hab_pkg.sh core/opa/0.34.2/20240106123544 - cd components/authz-service/engine/opa/policy - make static unit timeout_in_minutes: 10 diff --git a/api/config/deployment/config_request.pb.go b/api/config/deployment/config_request.pb.go index 9354a103f40..55772f55c8b 100644 --- a/api/config/deployment/config_request.pb.go +++ b/api/config/deployment/config_request.pb.go @@ -1162,7 +1162,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_AdminUser); i { + switch v := v.(*ConfigRequest_V1_Health); i { case 0: return &v.state case 1: @@ -1174,7 +1174,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_System_Service); i { + switch v := v.(*ConfigRequest_V1_AdminUser); i { case 0: return &v.state case 1: @@ -1198,7 +1198,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_System_GatherLogs); i { + switch v := v.(*ConfigRequest_V1_System_Log); i { case 0: return &v.state case 1: @@ -1210,7 +1210,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_System_Proxy); i { + switch v := v.(*ConfigRequest_V1_System_GatherLogs); i { case 0: return &v.state case 1: @@ -1222,7 +1222,7 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConfigRequest_V1_System_Backup); i { + switch v := v.(*ConfigRequest_V1_System_Proxy); i { case 0: return &v.state case 1: @@ -1234,6 +1234,18 @@ func file_config_deployment_config_request_proto_init() { } } file_config_deployment_config_request_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConfigRequest_V1_System_Backup); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_config_deployment_config_request_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ConfigRequest_V1_System_Backup_Filesystem); i { case 0: return &v.state diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 79dd8953b73..3b462fcac6f 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -12,6 +12,9 @@ export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" hab pkg install -b core/git core/ruby/3.0.6/20240108025751 core/jq-static core/shellcheck core/cacerts + +git config --global --add safe.directory /go/src/github.com/chef/automate +git config --global --add safe.directory '*' hab pkg install -b "core/go1_22/1.22.5" echo "Checking Go Dependencies And Vendored Protos" From d52018962fd23c6951d7cfa65ee8e957da3d2aa8 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 13:05:01 +0530 Subject: [PATCH 144/147] Adding git config for automate-gateway Signed-off-by: Yashvi Jain --- .expeditor/verify.pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 3928902e307..fd8dfc7e9bd 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -304,6 +304,7 @@ steps: - label: "[unit] automate-gateway" command: + - git config --global --add safe.directory /go/src/github.com/chef/automate - hab studio run "source .studiorc && go_component_unit automate-gateway" - cd components/automate-gateway - make lint fmt From 4b56f28b454a983f4d3f80d73f30fdc25dae1838 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 13:11:07 +0530 Subject: [PATCH 145/147] Adding spellcheck older version Signed-off-by: Yashvi Jain --- .expeditor/verify.pipeline.yml | 3 +-- .studio/golang | 2 ++ scripts/repo_health.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index fd8dfc7e9bd..96e4eec8830 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -303,8 +303,7 @@ steps: privileged: true - label: "[unit] automate-gateway" - command: - - git config --global --add safe.directory /go/src/github.com/chef/automate + command: - hab studio run "source .studiorc && go_component_unit automate-gateway" - cd components/automate-gateway - make lint fmt diff --git a/.studio/golang b/.studio/golang index 043cbaae809..af6abf075e3 100644 --- a/.studio/golang +++ b/.studio/golang @@ -32,6 +32,8 @@ DOC function go_component_unit() { install_go + GOFLAGS=-buildvcs=fals + VERBOSE_TESTS= if [[ "$1" == "-v" ]]; then VERBOSE_TESTS=$1 diff --git a/scripts/repo_health.sh b/scripts/repo_health.sh index 3b462fcac6f..f78bbd217df 100755 --- a/scripts/repo_health.sh +++ b/scripts/repo_health.sh @@ -11,7 +11,7 @@ desired_golang_version() { export GOPROXY="https://proxy.golang.org,direct" export GOSUMDB="sum.golang.org" -hab pkg install -b core/git core/ruby/3.0.6/20240108025751 core/jq-static core/shellcheck core/cacerts +hab pkg install -b core/git core/ruby/3.0.6/20240108025751 core/jq-static core/shellcheck/0.8.0/20240108154129 core/cacerts git config --global --add safe.directory /go/src/github.com/chef/automate git config --global --add safe.directory '*' From f4ffbcda0f5d1df8e8f6ddeb7b5692d011e5de19 Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 13:13:44 +0530 Subject: [PATCH 146/147] Adding spellcheck older version Signed-off-by: Yashvi Jain --- .studio/golang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.studio/golang b/.studio/golang index af6abf075e3..42f92f621bb 100644 --- a/.studio/golang +++ b/.studio/golang @@ -32,8 +32,8 @@ DOC function go_component_unit() { install_go - GOFLAGS=-buildvcs=fals - + GOFLAGS=-buildvcs=false + VERBOSE_TESTS= if [[ "$1" == "-v" ]]; then VERBOSE_TESTS=$1 From 7f4b43b6b09c34b7dbe42bbf18a89c2188de3a6a Mon Sep 17 00:00:00 2001 From: Yashvi Jain Date: Mon, 30 Dec 2024 13:28:22 +0530 Subject: [PATCH 147/147] Removing ssl cert line Signed-off-by: Yashvi Jain --- .expeditor/verify.pipeline.yml | 1 - scripts/verify_build.sh | 11 ++++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 96e4eec8830..7f1a023902c 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -7,7 +7,6 @@ env: GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org" PGGSSENCMODE: "disable" - SSL_CERT_FILE: /hab/pkgs/core/cacerts/2021.10.26/20240105224256/ssl/cert.pem expeditor: defaults: diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 2426a01059b..734513e8dd1 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,7 +66,16 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/automate-builder-memcached" || "$component" == "components/automate-builder-api" || "$component" == "components/automate-builder-api-proxy" || "$component" == "components/automate-backend-opensearch" || "$component" == "components/automate-backend-elasticsidecar" || "$component" == "components/automate-ha-pgleaderchk" || "$component" == "components/automate-prometheus" || "$component" == "components/automate-backend-ctl" || "$component" == "components/automate-cluster-ctl" || "$component" == "components/automate-backend-deployment" || "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/automate-builder-memcached" || + "$component" == "components/automate-builder-api" || + "$component" == "components/automate-builder-api-proxy" || + "$component" == "components/automate-backend-opensearch" || + "$component" == "components/automate-backend-elasticsidecar" || + "$component" == "components/automate-ha-pgleaderchk" || + "$component" == "components/automate-backend-ctl" || + "$component" == "components/automate-cluster-ctl" || + "$component" == "components/automate-backend-deployment" || + "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi