Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version indicates the current version of the application, typically set at build time or defaulting to an empty string. Version = "" // CommitSha represents the commit SHA of the current build, defaulting to an empty string if not provided. CommitSha = "" // ReleaseDate holds the release date information as a string. ReleaseDate = "" // ReleaseName specifies the name of the release, used to identify the application version or deployment. ReleaseName = "authserver" )
Functions ¶
func NewFiberApp ¶
func NewFiberApp( app *fiber.App, routeHandlers []handlers.RouteHandler, config *configuration.ApplicationConfiguration, applicationInfo *configuration.ApplicationInfo, logger *zerolog.Logger) bootstrap.Application
NewFiberApp initializes and configures a Fiber application with the provided route handlers, configuration, and logger.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package shims Note: This file contains shims for the AppConfigShim type (and related types) to make the configuration work with the latest github.com/docker/docker package.
|
Package shims Note: This file contains shims for the AppConfigShim type (and related types) to make the configuration work with the latest github.com/docker/docker package. |
Click to show internal directories.
Click to hide internal directories.