Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoCDRepoServer ¶
type ArgoCDRepoServer struct {
// contains filtered or unexported fields
}
ArgoCDRepoServer is the repo server implementation
func NewServer ¶
func NewServer(metricsServer *metrics.MetricsServer, cache *cache.Cache, tlsConfCustomizer tlsutil.ConfigCustomizer, parallelismLimit int64) (*ArgoCDRepoServer, error)
NewServer returns a new instance of the Argo CD Repo server
func (*ArgoCDRepoServer) CreateGRPC ¶
func (a *ArgoCDRepoServer) CreateGRPC() *grpc.Server
CreateGRPC creates new configured grpc server
Click to show internal directories.
Click to hide internal directories.