diff options
Diffstat (limited to 'reports.go')
| -rw-r--r-- | reports.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ package lilin // Reports contains the report for all services. type Reports struct { - Services map[string]ServiceReport + Services map[string]*ServiceReport Title string } |
