(timeInSeconds int64)
| 92 | } |
| 93 | |
| 94 | func parseTime(timeInSeconds int64) string { |
| 95 | return time.Unix(timeInSeconds, 0).Format("2006-01-02") |
| 96 | } |
| 97 | |
| 98 | func getServantList(ctx *zero.Ctx) { |
| 99 | page, _ := strconv.Atoi(ctx.State["args"].(string)) |
no test coverage detected