build

package
v0.0.0-...-f92b857 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error int

Error build error

const (
	ErrNotPointer Error = iota
	ErrNotStruct
	ErrNotImplemented
)

error definitions

func (Error) Error

func (e Error) Error() string

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler edifact.Handler implementation to build arbitrary data structures.

func NewHandler

func NewHandler(target interface{}) *Handler

NewHandler creates a new handler.

func (*Handler) Handle

func (h *Handler) Handle(specNode *spec.Node, seg spec.Segment) error

Handle edifact.Handler implementation.

Jump to

Keyboard shortcuts

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