server

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Dev  = "dev"
	Prod = "prod"
	Test = "test"
)

Variables

View Source
var EnvName = getEnvName()

Functions

func IsDevelopment

func IsDevelopment() bool

func IsProduction

func IsProduction() bool

func IsTest

func IsTest() bool

Types

type IService

type IService interface {
	Run()
	Shutdown()
	SetRunMode(mode string)
	StopNotify(sig os.Signal)
}

Jump to

Keyboard shortcuts

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