internal

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL