Versions in this module Expand all Collapse all v0 v0.0.2 Jul 31, 2026 Changes in this version + type ViewCommitLogUseCase struct + func NewViewCommitLogUseCase(commitRepo repository.CommitRepository, branchRepo repository.BranchRepository) *ViewCommitLogUseCase + func (uc *ViewCommitLogUseCase) Execute() ([]entity.Commit, error) + func (uc *ViewCommitLogUseCase) ExecuteForBranch(branch string) ([]entity.Commit, error) v0.0.1-beta May 20, 2026