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