Documentation
¶
Index ¶
- func Avatar(props AvatarProps) Node
- func Leaderboard(props LeaderboardProps) Node
- func LeaderboardData(props LeaderboardDataProps) Node
- func ProfileCard(props ProfileCardProps) Node
- func ProgressBar(props ProgressBarProps) Node
- func ProgressGroup(props ProgressGroupProps) Node
- func ProgressGroupHeader(props ProgressGroupHeaderProps) Node
- func ServerIcon(props ServerIconProps) Node
- func SeverLeaderboard(props SeverLeaderboardProps) Node
- func Tag(props TagProps) Node
- func Uppercase(s string) string
- func UserInfo(props UserInfoProps) Node
- type ActivityInfo
- type ActivityRole
- type AvatarProps
- type LeaderboardDataField
- type LeaderboardDataProps
- type LeaderboardInfo
- type LeaderboardProps
- type ProfileCardProps
- type ProgressBarProps
- type ProgressGroupHeaderProps
- type ProgressGroupProps
- type ServerIconProps
- type ServerInfo
- type SeverLeaderboardProps
- type TagProps
- type UserInfoProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Avatar ¶
func Avatar(props AvatarProps) Node
func Leaderboard ¶
func Leaderboard(props LeaderboardProps) Node
func LeaderboardData ¶
func LeaderboardData(props LeaderboardDataProps) Node
func ProfileCard ¶
func ProfileCard(props ProfileCardProps) Node
func ProgressBar ¶
func ProgressBar(props ProgressBarProps) Node
func ProgressGroup ¶
func ProgressGroup(props ProgressGroupProps) Node
func ProgressGroupHeader ¶
func ProgressGroupHeader(props ProgressGroupHeaderProps) Node
func ServerIcon ¶
func ServerIcon(props ServerIconProps) Node
func SeverLeaderboard ¶
func SeverLeaderboard(props SeverLeaderboardProps) Node
func UserInfo ¶
func UserInfo(props UserInfoProps) Node
Types ¶
type ActivityInfo ¶
type ActivityInfo struct { Rank int TotalPoints int RoleCurrentPoints int RoleRequiredPoints int CurrentTitleInfo *ActivityRole }
type ActivityRole ¶
type AvatarProps ¶
type AvatarProps struct {
URL string
}
type LeaderboardDataField ¶
type LeaderboardDataProps ¶
type LeaderboardDataProps struct { Key string Data []LeaderboardDataField }
type LeaderboardInfo ¶
type LeaderboardInfo struct { Name string Data []LeaderboardDataField }
type LeaderboardProps ¶
type ProfileCardProps ¶
type ProfileCardProps struct { APIUrl string DisplayName string Username string AvatarURL string ChatActivity ActivityInfo }
type ProgressBarProps ¶
type ProgressGroupProps ¶
type ServerIconProps ¶
type ServerIconProps struct {
URL string
}
type ServerInfo ¶
type SeverLeaderboardProps ¶
type SeverLeaderboardProps struct { APIUrl string ServerInfo ServerInfo LeaderboardInfo LeaderboardInfo }
type UserInfoProps ¶
type UserInfoProps struct { DisplayName string Username string TopChatActivityRole *ActivityRole }
Click to show internal directories.
Click to hide internal directories.