Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { Type ChangeType Value any }
type ChangeType ¶
type ChangeType string
const ( ChangeTypeSet ChangeType = "set" ChangeTypeNew ChangeType = "new" ChangeTypeULID ChangeType = "ulid" )
type CompressAssetPayload ¶
type CompressAssetPayload struct {
AssetID string
}
func (*CompressAssetPayload) Payload ¶
func (t *CompressAssetPayload) Payload() Payload
type CopyPayload ¶
func (*CopyPayload) Payload ¶
func (p *CopyPayload) Payload() Payload
func (*CopyPayload) Validate ¶
func (p *CopyPayload) Validate() bool
type DecompressAssetPayload ¶
func (*DecompressAssetPayload) Payload ¶
func (t *DecompressAssetPayload) Payload() Payload
type ImportPayload ¶
type ImportPayload struct { UserId string IntegrationId string ModelId string AssetId string Format string GeometryFieldKey string Strategy string MutateSchema bool }
func (*ImportPayload) Payload ¶
func (p *ImportPayload) Payload() Payload
func (*ImportPayload) Validate ¶
func (p *ImportPayload) Validate() bool
type Payload ¶
type Payload struct { DecompressAsset *DecompressAssetPayload CompressAsset *CompressAssetPayload Webhook *WebhookPayload Copy *CopyPayload Import *ImportPayload }
type WebhookPayload ¶
func (WebhookPayload) Payload ¶
func (t WebhookPayload) Payload() Payload
Click to show internal directories.
Click to hide internal directories.