| 29 | } |
| 30 | |
| 31 | type GitRepository struct { |
| 32 | TmpDirName string |
| 33 | TemplateID int |
| 34 | Repository db.Repository |
| 35 | Logger task_logger.Logger |
| 36 | Client GitClient |
| 37 | } |
| 38 | |
| 39 | func (r GitRepository) GetFullPath() string { |
| 40 | if r.TmpDirName != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected