env

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

env represents the environment of the current process, includes work path and config path etc.

Index

Constants

This section is empty.

Variables

View Source
var (
	Wd          string                   // working path
	Die         chan bool                // wait for end application
	Heartbeat   time.Duration            // Heartbeat internal
	CheckOrigin func(*http.Request) bool // check origin when websocket enabled
	Debug       bool                     // enable Debug
	WSPath      string                   // WebSocket path(eg: ws://127.0.0.1/WSPath)

	// timerPrecision indicates the precision of timer, default is time.Second
	TimerPrecision = time.Second

	// globalTicker represents global ticker that all cron job will be executed
	// in globalTicker.
	GlobalTicker *time.Ticker

	Serializer serialize.Serializer

	GrpcOptions = []grpc.DialOption{grpc.WithInsecure()}
)

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