apps

package module
v0.0.0-...-acf41ad Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ListenPortEnv = "LISTEN_PORT"
	LogLevelEnv   = "LOG_LEVEL"

	ListenPortValue = "3000"
	LogLevelValue   = "INFO"
)

Variables

View Source
var ReplicaID = func() string {
	if h, err := os.Hostname(); err == nil {
		return h
	}
	return "undefined"
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd command
pkg
k8s
log
ws

Jump to

Keyboard shortcuts

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