package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Apr 15, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Guild struct {
Id string `json:"id"`
Name string `json:"name,omitempty"`
Avatar string `json:"avatar,omitempty"`
}
type GuildList struct {
Data []Guild `json:"data"`
Next string `json:"next,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.