Documentation ¶
Index ¶
- type DeleteManifestsInput
- type DeleteManifestsParam
- type GitRemoteRepoAppService
- func (s *GitRemoteRepoAppService) GetOpenPullRequest(ctx context.Context, org, repo string, prNum int, username, token string) (*gateways.PullRequest, error)
- func (s GitRemoteRepoAppService) IsApplicationUpdated(ctx context.Context, param IsApplicationUpdatedParam) (bool, error)
- func (s *GitRemoteRepoAppService) ListOpenPullRequest(ctx context.Context, org, repo string, username, token string) ([]*gateways.PullRequest, error)
- func (s *GitRemoteRepoAppService) SendMessage(ctx context.Context, pr *gateways.PullRequest, message string, ...) error
- type GitRemoteRepoInfraService
- type IsApplicationUpdatedParam
- type UpdateManifestsInput
- type UpdateManifestsParam
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteManifestsInput ¶
type DeleteManifestsInput struct {
Path string
}
type DeleteManifestsParam ¶
type GitRemoteRepoAppService ¶
type GitRemoteRepoAppService struct {
// contains filtered or unexported fields
}
func NewGitRemoteRepoAppService ¶
func NewGitRemoteRepoAppService(gitapi gateways.GitHubIFace) *GitRemoteRepoAppService
func (*GitRemoteRepoAppService) GetOpenPullRequest ¶
func (s *GitRemoteRepoAppService) GetOpenPullRequest(ctx context.Context, org, repo string, prNum int, username, token string) (*gateways.PullRequest, error)
func (GitRemoteRepoAppService) IsApplicationUpdated ¶
func (s GitRemoteRepoAppService) IsApplicationUpdated(ctx context.Context, param IsApplicationUpdatedParam) (bool, error)
func (*GitRemoteRepoAppService) ListOpenPullRequest ¶
func (s *GitRemoteRepoAppService) ListOpenPullRequest(ctx context.Context, org, repo string, username, token string) ([]*gateways.PullRequest, error)
func (*GitRemoteRepoAppService) SendMessage ¶
func (s *GitRemoteRepoAppService) SendMessage(ctx context.Context, pr *gateways.PullRequest, message string, username, token string) error
type GitRemoteRepoInfraService ¶
type GitRemoteRepoInfraService struct {
// contains filtered or unexported fields
}
func NewGitRemoteRepoInfraService ¶
func NewGitRemoteRepoInfraService(gitCodeIF gateways.GitIFace) *GitRemoteRepoInfraService
func (GitRemoteRepoInfraService) DeleteManifests ¶
func (s GitRemoteRepoInfraService) DeleteManifests(ctx context.Context, param DeleteManifestsParam, ra *dreamkastv1alpha1.ReviewApp) (*gateways.GitProject, error)
func (GitRemoteRepoInfraService) UpdateManifests ¶
func (s GitRemoteRepoInfraService) UpdateManifests(ctx context.Context, param UpdateManifestsParam, ra *dreamkastv1alpha1.ReviewApp) (*gateways.GitProject, error)
type UpdateManifestsInput ¶
Inputs of some functions
Click to show internal directories.
Click to hide internal directories.