package
0.0.0-20250217064427-f1bb7eda4e07
Repository: https://github.com/robstave/meowmorize.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Variables

JWTSecret is the secret key used to sign JWT tokens.

# Structs

CardContentReq represents the content structure for front and back of a card.
CardStatsRequest represents the expected payload for updating card stats.
ClearDeckStatsRequest represents the expected payload for clearing deck statistics.
CollapseDecksRequest represents the expected payload for collapsing decks.
CreateCardRequest represents the expected payload for creating a card.
CreateDeckRequest represents the request payload for creating a deck.
GetNextCardResponse represents the response containing the next card ID.
GetSessionStatsResponse represents the session statistics.
LoginRequest represents the expected payload for login.
LoginResponse represents the response containing the JWT token.
No description provided by the author
StartSessionRequest represents the expected payload for starting a session.
UpdateCardRequest represents the expected payload for updating a card.
UpdateDeckRequest represents the expected payload for updating a deck.