Initial types and interfaces
This commit is contained in:
7
datatypes/user.go
Normal file
7
datatypes/user.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package datatypes
|
||||
|
||||
// User is an object representing a user
|
||||
type User struct {
|
||||
UID string `json:"uid"`
|
||||
OwnedSkins Skins `json:"skins"`
|
||||
}
|
||||
Reference in New Issue
Block a user