Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceClient ¶
type ServiceClient interface {
Create(ctx context.Context, grpcConfig *argoApplication.ArgoGRPCConfig, query *repository2.RepoCreateRequest) (*v1alpha1.Repository, error)
}
type ServiceClientImpl ¶
type ServiceClientImpl struct {
// contains filtered or unexported fields
}
func NewServiceClientImpl ¶
func NewServiceClientImpl(logger *zap.SugaredLogger, argoCDConnectionManager connection.ArgoCDConnectionManager) *ServiceClientImpl
func (ServiceClientImpl) Create ¶
func (r ServiceClientImpl) Create(ctx context.Context, grpcConfig *argoApplication.ArgoGRPCConfig, query *repository2.RepoCreateRequest) (*v1alpha1.Repository, error)
Click to show internal directories.
Click to hide internal directories.