datasource

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

Documentation

Index

Constants

View Source
const NAME = "ExternalDataSource"

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalDataSource

type ExternalDataSource struct {
	metadata.MetadataInfo
	XMLName    xml.Name `xml:"ExternalDataSource"`
	Xmlns      string   `xml:"xmlns,attr"`
	IsWritable struct {
		Text string `xml:",chardata"`
	} `xml:"isWritable"`
	Label struct {
		Text string `xml:",chardata"`
	} `xml:"label"`
	PrincipalType struct {
		Text string `xml:",chardata"`
	} `xml:"principalType"`
	Protocol struct {
		Text string `xml:",chardata"`
	} `xml:"protocol"`
	DataSourceType struct {
		Text string `xml:",chardata"`
	} `xml:"type"`
}

func Open

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

func (*ExternalDataSource) SetMetadata

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

func (*ExternalDataSource) Type

Jump to

Keyboard shortcuts

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