(mrc *cache.MultiRepoCache)
| 21 | } |
| 22 | |
| 23 | func NewGitUploadFileHandler(mrc *cache.MultiRepoCache) http.Handler { |
| 24 | return &gitUploadFileHandler{mrc: mrc} |
| 25 | } |
| 26 | |
| 27 | func (gufh *gitUploadFileHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) { |
| 28 | var repo *cache.RepoCache |
no outgoing calls