Finish the dashboard framework.

This commit is contained in:
zicla
2018-12-01 04:01:49 +08:00
parent 3f668dcc4b
commit a197f51c6a
10 changed files with 164 additions and 33 deletions

View File

@ -76,6 +76,7 @@ func (this *FootprintService) Trace(writer http.ResponseWriter, request *http.Re
Params: paramsString,
Cost: int64(duration / time.Millisecond),
Success: success,
Dt: ConvertTimeToDateString(time.Now()),
}
footprint = this.footprintDao.Create(footprint)