Initial Commit

This commit is contained in:
2019-09-16 21:36:27 +02:00
commit a86462206b
17 changed files with 771 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package types
type Token struct {
Token string `json:"token"`
}