Documentation ¶
Index ¶
- type Server
- func (s *Server) DeleteProduct(ctx context.Context, userID string, productID string) error
- func (s *Server) GetChatItems(ctx context.Context, userID, matchID string) (models.ChatItemList, error)
- func (s *Server) GetProductList(ctx context.Context, userID string) (models.ProductList, error)
- func (s *Server) GetRecipeDetails(ctx context.Context, userID, matchID string) (*models.RecipeDetails, error)
- func (s *Server) GetRecipeMatchList(ctx context.Context, userID string) (models.RecipeMatchList, error)
- func (s *Server) Login(ctx context.Context, email string) (*models.LoginResponse, error)
- func (s *Server) UserDeleteProductHandler() user.DeleteProductHandler
- func (s *Server) UserGetChatItemsHandler() user.GetChatItemsHandler
- func (s *Server) UserGetProductListHandler() user.GetProductListHandler
- func (s *Server) UserGetRecipeDetailsHandler() user.GetRecipeDetailsHandler
- func (s *Server) UserGetRecipeMatchListHandler() user.GetRecipeMatchListHandler
- func (s *Server) UserLoginHandler() user.LoginHandler
- func (s *Server) Validate(header string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) DeleteProduct ¶
func (*Server) GetChatItems ¶
func (*Server) GetProductList ¶
func (*Server) GetRecipeDetails ¶
func (*Server) GetRecipeMatchList ¶
func (*Server) UserDeleteProductHandler ¶
func (s *Server) UserDeleteProductHandler() user.DeleteProductHandler
func (*Server) UserGetChatItemsHandler ¶
func (s *Server) UserGetChatItemsHandler() user.GetChatItemsHandler
func (*Server) UserGetProductListHandler ¶
func (s *Server) UserGetProductListHandler() user.GetProductListHandler
func (*Server) UserGetRecipeDetailsHandler ¶
func (s *Server) UserGetRecipeDetailsHandler() user.GetRecipeDetailsHandler
func (*Server) UserGetRecipeMatchListHandler ¶
func (s *Server) UserGetRecipeMatchListHandler() user.GetRecipeMatchListHandler
func (*Server) UserLoginHandler ¶
func (s *Server) UserLoginHandler() user.LoginHandler
Click to show internal directories.
Click to hide internal directories.