Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spec ¶
type Spec struct { // Gosip auth config connection params https://go.spflow.com/auth/overview Auth auth.Spec `json:"auth"` // A map of URIs to the list configuration // If no lists are provided, nothing will be fetched Lists map[string]lists.Spec `json:"lists"` // A map of TermSets GUIDs to the MMD configuration MMD map[string]mmd.Spec `json:"mmd"` // User profiles configuration Profiles profiles.Spec `json:"profiles"` // Search query results Search map[string]search.Spec `json:"search"` // Content types based rollup ContentTypes map[string]ct.Spec `json:"content_types"` }
Spec is the configuration for a SharePoint source
func (*Spec) SetDefaults ¶
func (s *Spec) SetDefaults()
SetDefaults sets default values for top level spec
Click to show internal directories.
Click to hide internal directories.