feat: major update - MySQL, chat, wishlist, PWA, admin overhaul
This commit is contained in:
@@ -26,6 +26,8 @@ type SproutGateUser struct {
|
||||
Account string `json:"account"`
|
||||
Username string `json:"username"`
|
||||
AvatarURL string `json:"avatarUrl"`
|
||||
Level int `json:"level"`
|
||||
Email string `json:"email"`
|
||||
}
|
||||
|
||||
func NewSproutGateClient(apiURL string) *SproutGateClient {
|
||||
|
||||
Reference in New Issue
Block a user