data

package module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Constraint

type Constraint[T any] interface {
	Evaluate(T) error
}

type Property

type Property[T any] interface {
	Change(value T) (error, bool)
	Value() (T, error)
}

Directories

Path Synopsis