()
| 80 | } |
| 81 | |
| 82 | func (r *Repository) LocalWikiPath() string { |
| 83 | return filepath.Join(conf.Server.AppDataPath, "tmp", "local-wiki", com.ToStr(r.ID)) |
| 84 | } |
| 85 | |
| 86 | // UpdateLocalWiki makes sure the local copy of repository wiki is up-to-date. |
| 87 | func (r *Repository) UpdateLocalWiki() error { |
no outgoing calls
no test coverage detected