env

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 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)
	HandshakeValidator func([]byte) error       // When you need to verify the custom data of the handshake request

	// 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