dto

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 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
	IsDeleted   bool
	Keys        []FeatureKey
}

type FeatureKey

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

type FeatureParam

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

Jump to

Keyboard shortcuts

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