Documentation ¶
Overview ¶
Package server contains main HTTP handler for Lalyta.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct { // Location of lalyta service. It will be shown at /info endpoint. Location string // Message for /info endpoint. Message string Parameters api.QueryParameters Storage api.BookmarksStorage }
Args holds dependencies for Handler.
Click to show internal directories.
Click to hide internal directories.