package
Version:
v0.0.0-...-44db4d7
Opens a new window with list of versions in this module.
Published: Jan 15, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MessageResponse struct {
Message string `json:"message"`
}
MessageResponse is the shape of the json we return when a user fetches a message.
type Server struct {
Db *db.Db
Mux *chi.Mux
}
Server is the structure that holds all the resources and context for the API.
NewServer creates and hydrates an *App structure for use.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.