utils

package
v0.0.0-...-fe5d25b Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Metrics and HTTP paths
	MetricsPath  = "/metrics"
	DefaultRoute = "/"

	// Service origins and names
	AllowedOrigins     = "*"
	AuthServiceName    = "auth service"
	JournalServiceName = "journal service"
	HelperServiceName  = "helper service"
	RecordServiceName  = "record service"

	// Logging messages
	LogFailedToRegister        = "Failed to register %s handler"
	LogFailedToStartServer     = "Failed to start HTTP server on port %s"
	LogFailedToDialService     = "Failed to dial service at URL %s"
	LogFailedToCloseConnection = "Failed to close connection"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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