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