Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetShoppingList ¶
type GetShoppingList struct {
ID string
}
type GetShoppingListHandler ¶
type GetShoppingListHandler struct {
// contains filtered or unexported fields
}
func NewGetShoppingListHandler ¶
func NewGetShoppingListHandler(shoppingLists domain.ShoppingListRepository) GetShoppingListHandler
func (GetShoppingListHandler) GetShoppingList ¶
func (h GetShoppingListHandler) GetShoppingList(ctx context.Context, query GetShoppingList) (*domain.ShoppingList, error, )
Click to show internal directories.
Click to hide internal directories.