sys

package
v0.0.0-...-3d79893 Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Configs struct {
	IdempotencyEnabled bool
	Http               struct {
		Port            string
		ShutdownTimeout time.Duration
		ReadTimeout     time.Duration
		WriteTimeout    time.Duration
		IdleTimeout     time.Duration
	}
	Swagger struct {
		Protocol string
		Host     string
	}
	Mongo struct {
		Database          string
		ConnectionURL     string
		ConnectionTimeout time.Duration
		DisconnectTimeout time.Duration
		PingTimeout       time.Duration
		OperationTimeout  time.Duration
	}
	Redis struct {
		ConnectionURL    string
		User             string
		Pass             string
		PingTimeout      time.Duration
		OperationTimeout time.Duration
		CacheTTL         time.Duration
	}
	NewRelic struct {
		AppName           string
		Licence           string
		Enabled           bool
		ConnectionTimeout time.Duration
		ShutdownTimeout   time.Duration
	}
}

Configs contains all the configs gathered from env vars

View Source
var S struct {
	Log   *zap.SugaredLogger
	Mongo *mongo.Client
	Redis *redis.Client
}

S holds static resources across the project

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