Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
EnvName EnvName
// PostgreSQL database
DS datastore.Datastore
// Logger
Logger zerolog.Logger
}
Application is the main server struct for Guestbook. It contains the state of the most recently read message of the day.
func ProvideApplication ¶
ProvideApplication creates a new application struct
Click to show internal directories.
Click to hide internal directories.