parent
fb399ac973
commit
8b996803c8
5 changed files with 30 additions and 5 deletions
|
@ -93,6 +93,10 @@ func (db *roDB) IncDownloads(ID string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (db *roDB) GetDownloadCounter(ID string) (int, error) {
|
||||
return db.db.GetDownloadCounter(ID)
|
||||
}
|
||||
|
||||
func (db *roDB) GetFrontPage() FrontPage {
|
||||
return db.db.GetFrontPage()
|
||||
}
|
||||
|
|
Reference in a new issue