Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatasetId ¶
type DatasetId struct {
// contains filtered or unexported fields
}
func DatasetIntId ¶
func DatasetNodeId ¶
type DatasetNotFoundError ¶
func (DatasetNotFoundError) Error ¶
func (e DatasetNotFoundError) Error() string
type PackageId ¶
type PackageId struct {
// contains filtered or unexported fields
}
func PackageIntId ¶
func PackageNodeId ¶
type PackageNameUniquenessError ¶
func (PackageNameUniquenessError) Error ¶
func (e PackageNameUniquenessError) Error() string
func (PackageNameUniquenessError) Unwrap ¶
func (e PackageNameUniquenessError) Unwrap() error
type PackageNotFoundError ¶
func (PackageNotFoundError) Error ¶
func (e PackageNotFoundError) Error() string
type RestorePackageInfo ¶
type RestorePackageInfo struct { Id int64 `json:"id"` NodeId string `json:"nodeId"` Name string `json:"name"` ParentId *int64 `json:"parentId"` Type packageType.Type `json:"type"` }
func NewRestorePackageInfo ¶
func NewRestorePackageInfo(p *pgdb.Package) RestorePackageInfo
type RestorePackageMessage ¶
type RestorePackageMessage struct { OrgId int `json:"orgId"` DatasetId int64 `json:"datasetId"` UserId string `json:"userId"` Package RestorePackageInfo `json:"package"` }
type RestoreRequest ¶
type RestoreResponse ¶
Click to show internal directories.
Click to hide internal directories.