Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOpts ¶
type GetOpts struct {
MigrationCode *string
}
GetOpts is used to specify the options when getting a resource migration.
type ListOpts ¶
type ListOpts struct { Pagination *v1.Pagination UserID *string }
ListOpts is used to specify the options when listing resource migrations.
type UpdateOpts ¶
type UpdateOpts struct {
MigrationCode *string
}
UpdateOpts is used to specify the options when updating a resource migration.
Click to show internal directories.
Click to hide internal directories.