Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { Config *config.Config HttpServer *http.Server BuildVersion string HttpPort int PublicFS fs.FS Cache cache.CacheService DB *pgxpool.Pool MDB *sql.DB Logger *zap.Logger FileUpload *filesystem.FileUploadService }
func (*App) CheckDatabaseHealth ¶ added in v1.4.7
func (*App) CloseResources ¶
func (*App) SetupHTTPServer ¶ added in v1.4.4
Click to show internal directories.
Click to hide internal directories.