package
0.0.0-20240808040655-71502bb34c83
Repository: https://github.com/cocktailrobots/openbar-server.git
Documentation: pkg.go.dev

# Functions

FromDbCocktails converts a list of cocktailsdb.Cocktails to a list of Cocktails.
FromDbFluids converts a list of openbardb.Fluids to a list of Fluids.
FromDbIngredients converts a list of cocktailsdb.Ingredients to a list of Ingredients.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Cocktail is a cocktail as it will be written to the wire in HTTP responses.
Fluid is a fluid as it will be written to the wire in HTTP responses.
No description provided by the author
Ingredient is an ingredient as it will be written to the wire in HTTP responses.
No description provided by the author
No description provided by the author
No description provided by the author
Recipe is a recipe.
RecipeIngredient is a single ingredient in a recipe.

# Type aliases

Cocktails is a slice of cocktails.
No description provided by the author
Fluids is a slice of fluids.
Ingredients is a slice of ingredients.
No description provided by the author
No description provided by the author