contextmodel

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldRow

type FieldRow struct {
	FieldName  string
	FieldLabel string
	FieldType  string
	ValueText  string
	RawJSON    []byte
}

type ObjectRow

type ObjectRow struct {
	ObjectKey  string
	ObjectType string
	ObjectID   string
	ObjectName string
	RawJSON    []byte
	Fields     []FieldRow
}

func Extract

func Extract(raw json.RawMessage) ([]ObjectRow, bool, error)

Jump to

Keyboard shortcuts

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