aboutsummaryrefslogtreecommitdiffhomepage
path: root/fst
diff options
context:
space:
mode:
Diffstat (limited to 'fst')
-rw-r--r--fst/info.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/fst/info.go b/fst/info.go
new file mode 100644
index 00000000..8f7fbdb7
--- /dev/null
+++ b/fst/info.go
@@ -0,0 +1,5 @@
+package fst
+
+type Info struct {
+ User int `json:"user"`
+}