package
0.0.0-20241119214023-ab495895ee33
Repository: https://github.com/lapostoj/winemanager.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

GetClientURL returns the CLIENT_URL from the env variables or a default.
NewRouter creates a router to mach routes and handlers.

# Structs

BottleHandler structure.
CellarHandler structure.
ImportHandler structure.
Route structure for API.
WineHandler structure.

# Interfaces

BottleHandlerInterface defines the interface for a BottleHandler.
CellarHanderInterface defines the interface for a CellarHander.
ImportHandlerInterface defines the interface for a ImportHandler.
WineHandlerInterface defines the interface for a WineHandler.