Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMenuItemRequest ¶
type ListMenuItemsRequest ¶
type LoginUserRequest ¶
type LoginUserResponse ¶
type LoginUserResponse struct {
SessionID uuid.UUID `json:"session_id"`
AccessToken string `json:"access_token"`
AccessTokenExpiresAt time.Time `json:"access_token_expires_at"`
User userResponse `json:"user"`
RefreshToken string `json:"refresh_token"`
RefreshTokenxpiresAt time.Time `json:"refresh_token_expires_at"`
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CreateMenuItem ¶
func (*Server) DeleteMenuItem ¶
Click to show internal directories.
Click to hide internal directories.