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. --- doc.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc.go (limited to 'doc.go') diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..4e86552 --- /dev/null +++ b/doc.go @@ -0,0 +1,3 @@ +// Package stfe implements a System Transparency Front-End (STFE) personality +// for the Trillian log server gRPC API. +package stfe -- cgit v1.2.3