package
Version:
v0.1.80
Opens a new window with list of versions in this module.
Published: Jan 14, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type GenresResponse struct {
Genres []struct {
GenreCategory string `json:"genre_category"`
GenreCategoryId int `json:"genre_category_id"`
GenreDescription string `json:"genre_description"`
GenreId int `json:"genre_id"`
GenreName string `json:"genre_name"`
} `json:"genres"`
}
type GroupsResponse struct {
Groups []struct {
GroupDescription *string `json:"group_description"`
GroupId int `json:"group_id"`
GroupName string `json:"group_name"`
} `json:"groups"`
}
type PlatformsResponse struct {
Platforms []struct {
PlatformId int `json:"platform_id"`
PlatformName string `json:"platform_name"`
} `json:"platforms"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.