Documentation ¶
Index ¶
Constants ¶
View Source
const (
TrustedSourceIDSeparator = ";;;"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrustedSourceBehavior ¶
type TrustedSourceBehavior struct { ID string `json:"id"` Name string `json:"name"` Visibility string `json:"visibility"` NumOfSources int `json:"numOfSources"` SourcesIdentifiers []TrustedSourceSource `json:"sourcesIdentifiers,omitempty"` }
type TrustedSourceSource ¶
func (*TrustedSourceSource) CreateSchemaID ¶
func (trustedSource *TrustedSourceSource) CreateSchemaID() string
type TrustedSourceUpdateInput ¶ added in v1.1.1
type UpdateTrustedSourceBehaviorInput ¶
type UpdateTrustedSourceBehaviorInput struct { Name string `json:"name,omitempty"` Visibility string `json:"visibility,omitempty"` NumOfSources int `json:"numOfSources,omitempty"` AddSourcesIdentifiers []string `json:"addSourcesIdentifiers,omitempty"` RemoveSourcesIdentifiersIDs []string `json:"removeSourcesIdentifiers,omitempty"` UpdateSourcesIdentifiers []TrustedSourceUpdateInput `json:"updateSourcesIdentifiers,omitempty"` }
Click to show internal directories.
Click to hide internal directories.