package
Version:
v0.0.0-...-b50a3cc
Opens a new window with list of versions in this module.
Published: Jan 19, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Collection struct {
ID string `json:"id"`
Symbol string `json:"symbol"`
}
type CollectionDTO struct {
TelegramID int64 `json:"telegram_id"`
Symbol string `json:"symbol"`
}
type User struct {
ID string `json:"id"`
TelegramID string `json:"telegram_id"`
CreatedAt string `json:"created_at"`
}
type UserDTO struct {
TelegramID int64 `json:"telegram_id"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.