index

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const NAME = "Index"

Variables

This section is empty.

Functions

This section is empty.

Types

type BigObjectIndex

type BigObjectIndex struct {
	FullName string `xml:"fullName"`
	Fields   []struct {
		Name          string `xml:"name"`
		SortDirection string `xml:"sortDirection"`
	} `xml:"fields"`
	Label string `xml:"label"`
}

type Index

type Index struct {
	metadata.MetadataInfo
	XMLName xml.Name `xml:"Index"`
	Xmlns   string   `xml:"xmlns,attr"`
	BigObjectIndex
}

func Open

func Open(path string) (*Index, error)

func (*Index) NameFromPath

func (c *Index) NameFromPath(path string) metadata.MetadataObjectName

func (*Index) SetMetadata

func (c *Index) SetMetadata(m metadata.MetadataInfo)

func (*Index) Type

func (c *Index) Type() metadata.MetadataType

type IndexFilter

type IndexFilter func(BigObjectIndex) bool

Jump to

Keyboard shortcuts

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