dto

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
	Version     int64
	Value       int
	Keys        []FeatureKey
}

type FeatureKey

type FeatureKey struct {
	Id          uuid.UUID
	Key         string
	Description string
	Value       int
	Params      []FeatureParam
}

type FeatureParam

type FeatureParam struct {
	Id    uuid.UUID
	Name  string
	Value int
}

Jump to

Keyboard shortcuts

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