store

package
v0.24.9 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Configs = configset.Set[Config]{
	Default: &Config{
		MaxValueSizeBytes:   64 * 1024,
		MaxValuesPerProject: 64,
	},
}

Functions

func New

func New(db db.DB, l *zap.Logger, cfg *Config) sdkservices.Store

Types

type Config

type Config struct {
	MaxValueSizeBytes   int `koanf:"max_value_size_bytes"`
	MaxValuesPerProject int `koanf:"max_values_per_project"`
}

Jump to

Keyboard shortcuts

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