about summary refs log tree commit diff
path: root/src/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.go')
-rw-r--r--src/structs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/structs.go b/src/structs.go
new file mode 100644
index 0000000..dc64e81
--- /dev/null
+++ b/src/structs.go
@@ -0,0 +1,6 @@
+package main
+
+// Metrics defines a metrics map
+type Metrics struct {
+	Metrics map[string]float64
+}