Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IService ¶
type IService interface {
GetCommitAuthor(line, filePath string) (commitAuthor horusec.CommitAuthor)
}
func NewGitService ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetCommitAuthor ¶
func (s *Service) GetCommitAuthor(line, filePath string) (commitAuthor horusec.CommitAuthor)
Click to show internal directories.
Click to hide internal directories.