about summary refs log tree commit homepage
path: root/lib/upr/status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/upr/status.rb')
-rw-r--r--lib/upr/status.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/upr/status.rb b/lib/upr/status.rb
new file mode 100644
index 0000000..b84357e
--- /dev/null
+++ b/lib/upr/status.rb
@@ -0,0 +1,6 @@
+module Upr
+
+  # this is what we store in the Moneta-backed monitor
+  class Status < Struct.new(:seen, :length)
+  end
+end