settings

package
v0.9.4-RC02 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IModelSetting

type IModelSetting interface {
	ModelID() uuid.NullUUID
	ModelName() *string
}

type ISettingsCache

type ISettingsCache interface {
	GetRootSetting(ctx context.Context, name string) (*models.Setting, error)
	SetRootSetting(ctx context.Context, value *models.Setting) (*models.Setting, error)
	GetRootSettings(ctx context.Context) ([]*models.Setting, error)
	GetModelSetting(ctx context.Context, name string, model IModelSetting) (*models.Setting, error)
	RemoveRootSetting(_ context.Context, name string)
}

func New

Jump to

Keyboard shortcuts

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