components

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: 6 Imported by: 0

Documentation

Index

Constants

View Source
const NAME = "ApexComponent"

Variables

This section is empty.

Functions

This section is empty.

Types

type ApexComponent

type ApexComponent struct {
	metadata.MetadataInfo
	XMLName    xml.Name `xml:"ApexComponent"`
	Xmlns      string   `xml:"xmlns,attr"`
	ApiVersion struct {
		Text string `xml:",chardata"`
	} `xml:"apiVersion"`
	Label struct {
		Text string `xml:",chardata"`
	} `xml:"label"`
	Description *struct {
		Text string `xml:",chardata"`
	} `xml:"description"`

	// Non-XML fields
	ComponentCode []byte `xml:"-"` // The actual component code
	SourcePath    string `xml:"-"`
}

func Open

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

func (*ApexComponent) Files

func (c *ApexComponent) Files(format metadata.Format) (map[string][]byte, error)

func (*ApexComponent) SetMetadata

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

func (*ApexComponent) Type

Jump to

Keyboard shortcuts

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