()
| 35 | } |
| 36 | |
| 37 | func (err MirrorNotExist) Error() string { |
| 38 | return fmt.Sprintf("mirror does not exist [repo_id: %d]", err.RepoID) |
| 39 | } |
| 40 | |
| 41 | // Mirror represents mirror information of a repository. |
| 42 | type Mirror struct { |
no outgoing calls
no test coverage detected