pkg/gateway/plugins/target/target-workflow.go
Method FlowPlugin.Execute
has 5 return statements (exceeds 4 allowed). Open
Open
func (tf *FlowPlugin) Execute(w http.ResponseWriter, r *http.Request) *http.Request {
currentNS := gateway.ExtractContextEndpoint(r).Namespace
if tf.Namespace == "" {
tf.Namespace = currentNS
}