Versions in this module Expand all Collapse all v0 v0.4.3 Aug 16, 2019 Changes in this version + func FilterByGlob(pattern string) ([]string, error) + func FilterByModule(dir, moduleFilter string) ([]string, error) + func FormatXml(toFormat string) (string, error) + func GetFieldNameForDirName(dirName string) string + func GetMetadataTypeDirNames() []string + func StringSliceContainsKey(strings []string, key string) bool + type MasterPage struct + Attributes map[string]string + Name string + UniqueID string + type Metadata struct + Apps []string + AuthProviders []string + ComponentPacks []string + DataServices []string + DataSources []string + DesignSystems []string + Files []string + Pages []string + Profiles []string + Site []string + Themes []string + func (m Metadata) FilterMetadataItem(relativeFilePath string) bool + func (m Metadata) GetNamesForType(metadataType string) []string + type Page struct + Attributes map[string]string + ComposerSettings *string + ID string + IsMaster bool + Layout *string + Layout2 *string + Layout3 *string + Layout4 *string + Layout5 *string + MasterPageID *string + MasterPageRelation *MasterPage + Module string + Name string + Type string + UniqueID string + type PagePackResponse map[string][]Page + func (pack PagePackResponse) WritePagePack(filename, module string) error + type PagePost struct + Changes []PullResponse + Deletions []PullResponse + type PagePostResult struct + Errors []string + OrgName string + Success bool + type Plan struct + Host string + Metadata Metadata + Port string + Type string + URL string + Warnings []string + type PullResponse struct + APIVersion string + Body string + ComposerSettings *string + IsMasterPage bool + MasterPageUniqueID string + MaxAutoSaves int + Module string + Name string + Type string + UniqueID string + func ReadFiles(dir, moduleFilter, file string) ([]PullResponse, error) + func (page *PullResponse) FileBasename() string + func (page *PullResponse) WriteAtRest(path string) (err error)