Moved all methods inside sub Interfaces and structs

This commit is contained in:
2018-10-21 14:53:12 +02:00
parent 8600032042
commit f9201552f9
15 changed files with 481 additions and 308 deletions

View File

@ -1,6 +1,6 @@
package types
//User
//Users
type User struct {
Enabled bool `json:"enabled"`
ID string `json:"id"`