resourcemigration

package
v2.27.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 2 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceMigration

type ResourceMigration struct {
	FromSite   string                       `json:"from_site"`
	EntityType enum.EntityType              `json:"entity_type"`
	EntityId   string                       `json:"entity_id"`
	Status     resourceMigrationEnum.Status `json:"status"`
	Errors     string                       `json:"errors"`
	CreatedAt  int64                        `json:"created_at"`
	UpdatedAt  int64                        `json:"updated_at"`
	Object     string                       `json:"object"`
}

type RetrieveLatestRequestParams

type RetrieveLatestRequestParams struct {
	FromSite   string          `json:"from_site"`
	EntityType enum.EntityType `json:"entity_type"`
	EntityId   string          `json:"entity_id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL