global

package
v0.0.0-...-0583c98 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WorkerServiceName = "pumper.worker"
	MasterServiceName = "pumper.master"
	TaskPath          = "/tasks"
	ElectPath         = "/resources/election"
	TokenKey          = "x-token"
)

Variables

View Source
var (
	ChaEnv    Env
	ChaConf   *config.Root
	ChaDB     *gorm.DB
	ChaRDB    *redis.Client
	ChaViper  *viper.Viper
	ChaLogger *zap.Logger
	ChaRNG    *rand.Rand
)

Functions

This section is empty.

Types

type Env

type Env int
const (
	TestEnv Env = iota
	DevEnv
	ProductEnv
)

Jump to

Keyboard shortcuts

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