Documentation ¶
Index ¶
- type GitOpsConfigReadService
- type GitOpsConfigReadServiceImpl
- func (impl *GitOpsConfigReadServiceImpl) GetBitbucketMetadata() (*bean.BitbucketProviderMetadata, error)
- func (impl *GitOpsConfigReadServiceImpl) GetConfiguredGitOpsCount() (int, error)
- func (impl *GitOpsConfigReadServiceImpl) GetGitOpsConfigActive() (*bean2.GitOpsConfigDto, error)
- func (impl *GitOpsConfigReadServiceImpl) GetGitOpsRepoName(appName string) string
- func (impl *GitOpsConfigReadServiceImpl) GetGitOpsRepoNameFromUrl(gitRepoUrl string) string
- func (impl *GitOpsConfigReadServiceImpl) GetUserEmailIdAndNameForGitOpsCommit(userId int32) (string, string)
- func (impl *GitOpsConfigReadServiceImpl) IsGitOpsConfigured() (*bean.GitOpsConfigurationStatus, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitOpsConfigReadService ¶
type GitOpsConfigReadService interface { IsGitOpsConfigured() (*bean.GitOpsConfigurationStatus, error) GetUserEmailIdAndNameForGitOpsCommit(userId int32) (string, string) GetGitOpsRepoName(appName string) string GetGitOpsRepoNameFromUrl(gitRepoUrl string) string GetBitbucketMetadata() (*bean.BitbucketProviderMetadata, error) GetGitOpsConfigActive() (*bean2.GitOpsConfigDto, error) GetConfiguredGitOpsCount() (int, error) }
type GitOpsConfigReadServiceImpl ¶
type GitOpsConfigReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewGitOpsConfigReadServiceImpl ¶
func NewGitOpsConfigReadServiceImpl(logger *zap.SugaredLogger, gitOpsRepository repository.GitOpsConfigRepository, userService user.UserService, envVariables *util.EnvironmentVariables) *GitOpsConfigReadServiceImpl
func (*GitOpsConfigReadServiceImpl) GetBitbucketMetadata ¶
func (impl *GitOpsConfigReadServiceImpl) GetBitbucketMetadata() (*bean.BitbucketProviderMetadata, error)
func (*GitOpsConfigReadServiceImpl) GetConfiguredGitOpsCount ¶
func (impl *GitOpsConfigReadServiceImpl) GetConfiguredGitOpsCount() (int, error)
func (*GitOpsConfigReadServiceImpl) GetGitOpsConfigActive ¶
func (impl *GitOpsConfigReadServiceImpl) GetGitOpsConfigActive() (*bean2.GitOpsConfigDto, error)
func (*GitOpsConfigReadServiceImpl) GetGitOpsRepoName ¶
func (impl *GitOpsConfigReadServiceImpl) GetGitOpsRepoName(appName string) string
func (*GitOpsConfigReadServiceImpl) GetGitOpsRepoNameFromUrl ¶
func (impl *GitOpsConfigReadServiceImpl) GetGitOpsRepoNameFromUrl(gitRepoUrl string) string
func (*GitOpsConfigReadServiceImpl) GetUserEmailIdAndNameForGitOpsCommit ¶
func (impl *GitOpsConfigReadServiceImpl) GetUserEmailIdAndNameForGitOpsCommit(userId int32) (string, string)
func (*GitOpsConfigReadServiceImpl) IsGitOpsConfigured ¶
func (impl *GitOpsConfigReadServiceImpl) IsGitOpsConfigured() (*bean.GitOpsConfigurationStatus, error)
Click to show internal directories.
Click to hide internal directories.