mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-19 23:38:46 +00:00
11 lines
267 B
Go
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
|
|
}
|