config

package
v0.0.0-...-f1d6605 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NeoPersistenceKey = PersistencePluginKey("Neo")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	GetSessionTokenLength() int
	GetSessionExpirationDuration() time.Duration
	GetSessionCleanupInterval() time.Duration

	GetDBUsername() string
	GetDBPassword() string
	GetDBConnectionString() string

	GetFileStorageTempBasePath() string
	GetFileStorageLocalFSBasePath() string

	GetLoggingConfig() *utils.LoggingConfig
}

type PersistencePluginKey

type PersistencePluginKey string

Jump to

Keyboard shortcuts

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