Crashes are now saved in the database

This commit is contained in:
2019-11-04 16:34:00 +09:00
parent 604dc3c755
commit 2e9ad4bf6f
11 changed files with 125 additions and 5 deletions

View File

@ -7,6 +7,7 @@ import (
"github.com/aerogo/api"
)
// Force interface implementations
var (
_ api.Newable = (*ClientErrorReport)(nil)
)