argo-cd/server/application/forwarder_overwrite.go

12 lines
267 B
Go
Raw Normal View History

2018-02-28 05:37:23 +00:00
package application
import (
"github.com/argoproj/argo-cd/util/http"
)
2018-02-28 05:37:23 +00:00
func init() {
forward_ApplicationService_PodLogs_0 = http.StreamForwarder
forward_ApplicationService_Watch_0 = http.StreamForwarder
forward_ApplicationService_List_0 = http.UnaryForwarder
2018-02-28 05:37:23 +00:00
}