aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/head/consistency/consistency.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sigsum-debug/head/consistency/consistency.go')
-rw-r--r--cmd/sigsum-debug/head/consistency/consistency.go9
1 files changed, 9 insertions, 0 deletions
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")
+}