Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestFilePrimaryKey ¶
type ManifestFileTable ¶
type ManifestFileTable struct { ManifestId string `dynamodbav:"ManifestId"` UploadId string `dynamodbav:"UploadId"` FilePath string `dynamodbav:"FilePath,omitempty"` FileName string `dynamodbav:"FileName"` MergePackageId string `dynamodbav:"MergePackageId,omitempty"` Status string `dynamodbav:"Status"` FileType string `dynamodbav:"FileType"` InProgress string `dynamodbav:"InProgress"` }
ManifestFileTable is a representation of a ManifestFile in DynamoDB
func (ManifestFileTable) GetHeaders ¶
func (m ManifestFileTable) GetHeaders() []string
func (ManifestFileTable) ToSlice ¶
func (m ManifestFileTable) ToSlice() []string
type ManifestTable ¶
type ManifestTable struct { ManifestId string `dynamodbav:"ManifestId"` DatasetId int64 `dynamodbav:"DatasetId"` DatasetNodeId string `dynamodbav:"DatasetNodeId"` OrganizationId int64 `dynamodbav:"OrganizationId"` UserId int64 `dynamodbav:"UserId"` Status string `dynamodbav:"Status"` DateCreated int64 `dynamodbav:"DateCreated"` }
ManifestTable is a representation of a Manifest in DynamoDB
Click to show internal directories.
Click to hide internal directories.