aboutsummaryrefslogtreecommitdiff
path: root/reports.go
diff options
context:
space:
mode:
Diffstat (limited to 'reports.go')
-rw-r--r--reports.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.go b/reports.go
index 1ffbd43..91ff2df 100644
--- a/reports.go
+++ b/reports.go
@@ -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
}