Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "Index"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigObjectIndex ¶
type Index ¶
type Index struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"Index"`
Xmlns string `xml:"xmlns,attr"`
BigObjectIndex
}
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
Click to show internal directories.
Click to hide internal directories.