Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Children ¶
type Children struct { Content ChildrenContent `json:"content"` Properties []PropsWithCategory `json:"properties"` Children []interface{} `json:"children"` Storage int `json:"storage"` Extension string `json:"extension,omitempty"` }
type ChildrenContent ¶
type ChildrenContent struct { ID string `json:"id"` NodeID string `json:"nodeId"` Name string `json:"name"` PackageType string `json:"packageType"` DatasetID string `json:"datasetId"` DatasetNodeID string `json:"datasetNodeId"` OwnerID int `json:"ownerId"` State string `json:"state"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` IntID int `json:"intId"` DatasetIntID int `json:"datasetIntId"` }
type CollaboratorCounts ¶
type Content ¶
type Content struct { ID string `json:"id"` Name string `json:"name"` Description string `json:"description"` State string `json:"state"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` PackageType string `json:"packageType"` DatasetType string `json:"datasetType"` Status string `json:"status"` AutomaticallyProcessPackages bool `json:"automaticallyProcessPackages"` License string `json:"license"` Tags []string `json:"tags"` IntID int `json:"intId"` }
type CreateDatasetResponse ¶ added in v1.2.2
type CreateDatasetResponse struct { Content Content `json:"content"` Organization string `json:"organization"` Publication Publication `json:"publication,omitempty"` Properties []interface{} `json:"properties"` CanPublish bool `json:"canPublish"` Locked bool `json:"locked"` }
type Datasets ¶
type Datasets struct { Content Content `json:"content"` Organization string `json:"organization"` Owner string `json:"owner"` CollaboratorCounts CollaboratorCounts `json:"collaboratorCounts"` Storage int `json:"storage"` Status Status `json:"status"` Properties []interface{} `json:"properties"` CanPublish bool `json:"canPublish"` Locked bool `json:"locked"` Publication Publication `json:"publication,omitempty"` }
type GetDatasetResponse ¶
type GetDatasetResponse struct { Content Content `json:"content"` Organization string `json:"organization"` Children []Children `json:"children"` Owner string `json:"owner"` CollaboratorCounts CollaboratorCounts `json:"collaboratorCounts"` Storage int `json:"storage"` Status Status `json:"status"` Publication Publication `json:"publication"` Properties []interface{} `json:"properties"` CanPublish bool `json:"canPublish"` Locked bool `json:"locked"` BannerPresignedURL string `json:"bannerPresignedUrl"` }
type GetManifestResponse ¶ added in v1.3.7
type ListDatasetResponse ¶
type Properties ¶
type PropsWithCategory ¶
type PropsWithCategory struct { Category string `json:"category"` Properties []Properties `json:"properties"` }
type Publication ¶
Click to show internal directories.
Click to hide internal directories.