mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
9 lines
135 B
Go
9 lines
135 B
Go
package project
|
|
|
|
import (
|
|
"github.com/argoproj/pkg/grpc/http"
|
|
)
|
|
|
|
func init() {
|
|
forward_ProjectService_List_0 = http.UnaryForwarder
|
|
}
|