Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppSource ¶
func GetSourceOfTruth ¶
Types ¶
type CustomFieldValue ¶
type CustomFieldValue struct { Str *string `json:"string,omitempty"` Int *int64 `json:"int,omitempty"` Time *time.Time `json:"time,omitempty"` Bool *bool `json:"bool,omitempty"` Decimal *float64 `json:"decimal,omitempty"` }
func (*CustomFieldValue) RealValue ¶
func (c *CustomFieldValue) RealValue() any
type ExternalSystem ¶
type ExternalSystem struct { ExternalSystemId string `json:"externalSystemId,omitempty"` ExternalUrl string `json:"externalUrl,omitempty"` ExternalId string `json:"externalId,omitempty"` ExternalIdSecond string `json:"externalIdSecond,omitempty"` ExternalSource string `json:"externalSource,omitempty"` SyncDate *time.Time `json:"syncDate,omitempty"` Primary bool `json:"primary"` }
func (ExternalSystem) Available ¶
func (e ExternalSystem) Available() bool
type SourceFields ¶
type SourceFields struct { Source string `json:"source"` AppSource string `json:"appSource"` // Deprecated SourceOfTruth string `json:"sourceOfTruth"` }
func (SourceFields) GetAppSource ¶
func (s SourceFields) GetAppSource() string
func (SourceFields) GetSource ¶
func (s SourceFields) GetSource() string
Click to show internal directories.
Click to hide internal directories.