argo-cd/server/application/forwarder_overwrite.go
2018-10-30 10:20:29 -07:00

11 lines
267 B
Go

package application
import (
"github.com/argoproj/argo-cd/util/http"
)
func init() {
forward_ApplicationService_PodLogs_0 = http.StreamForwarder
forward_ApplicationService_Watch_0 = http.StreamForwarder
forward_ApplicationService_List_0 = http.UnaryForwarder
}