Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViewCommitLogUseCase ¶
type ViewCommitLogUseCase struct {
// contains filtered or unexported fields
}
func NewViewCommitLogUseCase ¶
func NewViewCommitLogUseCase(commitRepo repository.CommitRepository, branchRepo repository.BranchRepository) *ViewCommitLogUseCase
func (*ViewCommitLogUseCase) Execute ¶
func (uc *ViewCommitLogUseCase) Execute() ([]entity.Commit, error)
func (*ViewCommitLogUseCase) ExecuteForBranch ¶
func (uc *ViewCommitLogUseCase) ExecuteForBranch(branch string) ([]entity.Commit, error)
Click to show internal directories.
Click to hide internal directories.