@ -1201,7 +1201,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/GetTarget" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/GetTarget" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1224,7 +1224,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/ListTargets" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/ListTargets" , runtime . WithHTTPPathPattern ( "/v1/targets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1247,7 +1247,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/CreateTarget" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/CreateTarget" , runtime . WithHTTPPathPattern ( "/v1/targets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1270,7 +1270,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/UpdateTarget" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/UpdateTarget" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1293,7 +1293,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/DeleteTarget" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/DeleteTarget" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1316,7 +1316,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AuthorizeSession" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AuthorizeSession" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:authorize-session" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1339,7 +1339,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSets" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSets" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-host-sets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1362,7 +1362,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSets" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSets" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-host-sets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1385,7 +1385,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSets" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSets" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-host-sets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1408,7 +1408,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSources" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-host-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1431,7 +1431,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSources" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-host-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1454,7 +1454,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSources" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-host-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1477,7 +1477,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialLibraries" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialLibraries" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-credential-libraries" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1500,7 +1500,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialLibraries" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialLibraries" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-credential-libraries" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1523,7 +1523,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialLibraries" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialLibraries" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-credential-libraries" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1546,7 +1546,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialSources" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-credential-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1569,7 +1569,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialSources" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-credential-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1592,7 +1592,7 @@ func RegisterTargetServiceHandlerServer(ctx context.Context, mux *runtime.ServeM
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialSources" )
rctx , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-credential-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1654,7 +1654,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/GetTarget" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/GetTarget" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1674,7 +1674,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/ListTargets" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/ListTargets" , runtime . WithHTTPPathPattern ( "/v1/targets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1694,7 +1694,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/CreateTarget" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/CreateTarget" , runtime . WithHTTPPathPattern ( "/v1/targets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1714,7 +1714,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/UpdateTarget" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/UpdateTarget" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1734,7 +1734,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/DeleteTarget" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/DeleteTarget" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1754,7 +1754,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AuthorizeSession" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AuthorizeSession" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:authorize-session" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1774,7 +1774,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSets" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSets" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-host-sets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1794,7 +1794,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSets" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSets" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-host-sets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1814,7 +1814,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSets" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSets" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-host-sets" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1834,7 +1834,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSources" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetHostSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-host-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1854,7 +1854,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSources" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetHostSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-host-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1874,7 +1874,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSources" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetHostSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-host-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1894,7 +1894,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialLibraries" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialLibraries" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-credential-libraries" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1914,7 +1914,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialLibraries" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialLibraries" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-credential-libraries" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1934,7 +1934,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialLibraries" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialLibraries" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-credential-libraries" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1954,7 +1954,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialSources" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/AddTargetCredentialSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:add-credential-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1974,7 +1974,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialSources" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/SetTargetCredentialSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:set-credential-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
@ -1994,7 +1994,7 @@ func RegisterTargetServiceHandlerClient(ctx context.Context, mux *runtime.ServeM
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialSources" )
rctx , err := runtime . AnnotateContext ( ctx , mux , req , "/controller.api.services.v1.TargetService/RemoveTargetCredentialSources" , runtime . WithHTTPPathPattern ( "/v1/targets/{id}:remove-credential-sources" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return