package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Aug 12, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateCardDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
Variables map[string]string `json:"variables"`
Count int `json:"count"`
ImageFile []byte `json:"imageFile"`
}
type CreateCollectionDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
ImageFile []byte `json:"imageFile"`
}
type CreateDeckDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
ImageFile []byte `json:"imageFile"`
}
type CreateGameDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
ImageFile []byte `json:"imageFile"`
}
type DuplicateGameDTO struct {
Name string `json:"name"`
}
type GenerateGameDTO struct {
SortOrder string `json:"sortOrder"`
Scale int `json:"scale"`
}
type UpdateCardDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
Variables map[string]string `json:"variables"`
Count int `json:"count"`
ImageFile []byte `json:"imageFile"`
}
type UpdateCollectionDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
ImageFile []byte `json:"imageFile"`
}
type UpdateDeckDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
ImageFile []byte `json:"imageFile"`
}
type UpdateGameDTO struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
ImageFile []byte `json:"imageFile"`
}
type UpdateSettingsDTO struct {
Lang string `json:"lang"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.