plan

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnsurePresenceHolder

func EnsurePresenceHolder(ptr unsafe.Pointer, p *PresencePlan) unsafe.Pointer

Types

type Field

type Field struct {
	StructName string
	HeaderName string
	XField     *xunsafe.Field
	Type       reflect.Type
	Kind       FieldKind
	Child      *Type
}

type FieldKind

type FieldKind int
const (
	FieldScalar FieldKind = iota
	FieldStruct
	FieldSliceStruct
)

type PresencePlan

type PresencePlan struct {
	Holder     *xunsafe.Field
	HolderType reflect.Type
	Flags      map[string]*xunsafe.Field
}

type Type

type Type struct {
	Type          reflect.Type
	Headers       []string
	Fields        []*Field
	ScalarFields  []*Field
	Children      []*Field
	HeaderToField map[string]*Field
	Presence      *PresencePlan
}

func For

func For(rType reflect.Type, tagName, caseKey string, compileName func(string) string) *Type

Jump to

Keyboard shortcuts

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