Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthenticatedMiddleware ¶
func AuthenticatedMiddleware() gin.HandlerFunc
Types ¶
type AccountRequest ¶
type AccountRequest struct {
Currency string `json:"currency" binding:"required,currency"`
}
type TransferRequest ¶
type UpdateUsernameType ¶
type UpdateUsernameType struct {
Username string `json:"username" binding:"required"`
}
type UserParams ¶
Click to show internal directories.
Click to hide internal directories.