dto

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2025 License: BSD-2-Clause Imports: 2 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
	CreatedAt   time.Time
	UpdatedAt   time.Time
	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