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(gitFactory git.ClientFactory, cache cache.Cache, tlsConfCustomizer tlsutil.ConfigCustomizer) (*ArgoCDRepoServer, error)
NewServer returns a new instance of the ArgoCD Repo server
func (*ArgoCDRepoServer) CreateGRPC ¶
func (a *ArgoCDRepoServer) CreateGRPC() *grpc.Server
CreateGRPC creates new configured grpc server
type Clientset ¶
type Clientset interface {
NewRepositoryClient() (util.Closer, repository.RepositoryServiceClient, error)
}
Clientset represets repository server api clients
func NewRepositoryServerClientset ¶
NewRepositoryServerClientset creates new instance of repo server Clientset
Click to show internal directories.
Click to hide internal directories.