From 047500ae23a12469ce3e458c6a58a642716041b7 Mon Sep 17 00:00:00 2001
From: Rasmus Dahlberg <rasmus@mullvad.net>
Date: Sat, 23 Apr 2022 18:19:25 +0200
Subject: add drafty tool named sigsum-debug

Meant to be used for debugging and tests only.

Replaces cmd/tmp/* in log-go, expect for the DNS command which is
redundant.  Use `dig -t txt $domain_hint` to debug domain hints.
---
 cmd/sigsum-debug/head/consistency/consistency.go | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 cmd/sigsum-debug/head/consistency/consistency.go

(limited to 'cmd/sigsum-debug/head/consistency')

diff --git a/cmd/sigsum-debug/head/consistency/consistency.go b/cmd/sigsum-debug/head/consistency/consistency.go
new file mode 100644
index 0000000..18fbdd6
--- /dev/null
+++ b/cmd/sigsum-debug/head/consistency/consistency.go
@@ -0,0 +1,9 @@
+package consistency
+
+import (
+	"fmt"
+)
+
+func Main(args []string, oldSize, newSize uint64, oldRoot, newRoot string) error {
+	return fmt.Errorf("TODO")
+}
-- 
cgit v1.2.3