db

package
v0.5.1 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 ActivationValues added in v0.4.0

type ActivationValues struct {
	FeatureID   uuid.UUID
	FeatureName string
	KeyId       *uuid.UUID
	KeyName     *string
	ParamId     *uuid.UUID
	ParamName   *string
	Value       int
	V           int64
	DeletedAt   *time.Time
}

type ActivationValuesFull added in v0.5.0

type ActivationValuesFull struct {
	FeatureId          uuid.UUID
	FeatureName        string
	FeatureDescription string
	FeatureCreatedAt   time.Time
	FeatureUpdatedAt   time.Time
	KeyId              *uuid.UUID
	KeyName            *string
	ParamId            *uuid.UUID
	ParamName          *string
	Value              int
}

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
	Name      string
	Value     int
	Version   int64
}

type Service added in v0.4.0

type Service struct {
	Id   uuid.UUID
	Name string
}

type ServiceAccess added in v0.4.0

type ServiceAccess struct {
	ID        uuid.UUID
	FeatureId uuid.UUID
	ServiceId uuid.UUID
	Name      string
}

Jump to

Keyboard shortcuts

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