aboutsummaryrefslogtreecommitdiff
path: root/type.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-10-20 17:36:49 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-10-20 17:36:49 +0200
commit2fd1c7efe81d843b8828916ff692364cca2cc1c1 (patch)
tree3e15095e7fb36926061eaa2da3fd5271e3ee00bb /type.go
parentb9b3551d79ae14c89088c233e655017724d59a08 (diff)
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.
Diffstat (limited to 'type.go')
-rw-r--r--type.go3
1 files changed, 3 insertions, 0 deletions
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