config

package
v0.0.0-...-99fe3a6 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NATSConnectionRetryIntervalKey = "nats.connection.retry.interval"
	NATSSnapdPasswordKey           = "nats.snapd.password"
	NATSSnapd1PasswordKey          = "nats.snapd1.password"

	LegacyWorkerThreadPoolSize = "legacy.thread_pool_size"
)

Configuration keys

Variables

View Source
var (
	Clock = clock.New()

	// nolint:mnd
	DefaultConfig = map[string]interface{}{
		NATSConnectionRetryIntervalKey: 10 * time.Second,
		LegacyWorkerThreadPoolSize:     10,
	}
)

Functions

func InitializeConfig

func InitializeConfig()

Types

This section is empty.

Jump to

Keyboard shortcuts

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