diff options
Diffstat (limited to 'reports.go')
| -rw-r--r-- | reports.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/reports.go b/reports.go new file mode 100644 index 0000000..1ffbd43 --- /dev/null +++ b/reports.go @@ -0,0 +1,10 @@ +// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-only + +package lilin + +// Reports contains the report for all services. +type Reports struct { + Services map[string]ServiceReport + Title string +} |
