()
| 19 | } |
| 20 | |
| 21 | func NewDownloadCounter() *DownloadCounter { |
| 22 | return &DownloadCounter{} |
| 23 | } |
| 24 | |
| 25 | func (m *DownloadCounter) Increase(uid int) (err error) { |
| 26 | now, _ := strconv.Atoi(time.Now().Format("20060102")) |
no outgoing calls
no test coverage detected