temporalite

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Ephemeral        bool              `envconfig:"EPHEMERAL" json:"ephemeral" default:"true"`
	DBPath           string            `envconfig:"DB_PATH" json:"db_path"`
	Namespace        string            `envconfig:"NAMESPACE" json:"namespace" default:"default"`
	FrontendGRPCPort int               `envconfig:"FRONTEND_GRPC_PORT" json:"forntend_grpc_port" default:"7233"`
	UIPort           int               `envconfig:"UI_PORT" json:"ui_port" default:"8233"`
	UIEnabled        bool              `envconfig:"UI_ENABLED" json:"ui_enabled" default:"false"`
	SQLitePragmas    map[string]string `envconfig:"SQLITE_PRAGMAS" json:"sqlite_pragmas"`
}

Jump to

Keyboard shortcuts

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