From 2fd1c7efe81d843b8828916ff692364cca2cc1c1 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 20 Oct 2020 17:36:49 +0200 Subject: added basic structure An STFE server instance that dials the Trillian gRPC back-end, and which listens on six different HTTP endpoints but without any actual processing. --- type.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 type.go (limited to 'type.go') diff --git a/type.go b/type.go new file mode 100644 index 0000000..140a698 --- /dev/null +++ b/type.go @@ -0,0 +1,3 @@ +package stfe + +// Leaf definition and such goes here -- cgit v1.2.3