Documentation ¶
Index ¶
- func WatchlistCreateHandler(mux *mux.Router, watchlist *controllers.WatchlistController, ...)
- func WatchlistDeleteHandler(router *mux.Router, watchlist *controllers.WatchlistController, ...)
- func WatchlistGetAllHandler(router *mux.Router, watchlist *controllers.WatchlistController, ...)
- func WatchlistGetCalculatedHandler(router *mux.Router, watchlist *controllers.WatchlistController, ...)
- func WatchlistGetHandler(router *mux.Router, watchlist *controllers.WatchlistController, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WatchlistCreateHandler ¶
func WatchlistCreateHandler(mux *mux.Router, watchlist *controllers.WatchlistController, extractUserID func(*http.Request) string)
func WatchlistDeleteHandler ¶
func WatchlistDeleteHandler(router *mux.Router, watchlist *controllers.WatchlistController, extractUserID func(*http.Request) string)
func WatchlistGetAllHandler ¶
func WatchlistGetAllHandler(router *mux.Router, watchlist *controllers.WatchlistController, extractUserID func(*http.Request) string)
func WatchlistGetCalculatedHandler ¶
func WatchlistGetCalculatedHandler(router *mux.Router, watchlist *controllers.WatchlistController, extractUserID func(*http.Request) string)
func WatchlistGetHandler ¶
func WatchlistGetHandler(router *mux.Router, watchlist *controllers.WatchlistController, extractUserID func(*http.Request) string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.