data

package
v0.0.0-...-ff4c41b Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModeLocal = "local"
	ModeRedis = "redis"
	ModeMongo = "mongo"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataLayerConfig

type DataLayerConfig struct {
	CommandConfig *WorkerConfig `yaml:"command"`
	QueryConfig   *WorkerConfig `yaml:"query"`
}

type WorkerConfig

type WorkerConfig struct {
	Mode           string `env:"WORKER_MODE" yaml:"mode"`
	DB             string `env:"WORKER_DB" yaml:"db"`
	UseTransaction bool   `env:"WORKER_USE_TRANSACTION" yaml:"useTransaction"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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