Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Version receives its value at compile time
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API is the app entry point: it contains the HTTP server, config and services
func New ¶
func New( e env.Bag, logger zerolog.Logger, smtpClient smtp.Client, converterProvider converter.Provider, ) *API
New returns a new http server for the API
Click to show internal directories.
Click to hide internal directories.