db

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2025 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feature

type Feature struct {
	Id          uuid.UUID
	Name        string
	Description string
	Value       int
	Version     int64
}

type FeatureKey

type FeatureKey struct {
	Id          uuid.UUID
	FeatureId   uuid.UUID
	Key         string
	Description string
	Value       int
	Version     int64
}

type FeatureParam

type FeatureParam struct {
	Id        uuid.UUID
	FeatureId uuid.UUID
	KeyId     uuid.UUID
	Key       string
	Value     int
	Version   int64
}

Jump to

Keyboard shortcuts

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