field

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewField

func NewField[T any, V any](
	name string,
	additionalNames map[string]string,
	extractor ValueExtractor[T, V],
) *field[T, V]

Types

type FieldNameGetter

type FieldNameGetter interface {
	GetFieldName(fieldNameByKeyGetter fieldNameByKeyGetter) string
}

type StructField

type StructField[T any, V any] interface {
	Name() string
	GetAdditionalName(key string) string
	TryGetAdditionalName(key string) (string, bool)
	ExtractValue(from T) V
}

func FromPtr

func FromPtr[T any, V any](s StructField[T, V]) StructField[*T, V]

type ValueExtractor

type ValueExtractor[T any, V any] func(from T) V

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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