discoverdb

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Id              int64         `json:"id"`
	Name            string        `json:"name"`
	DatasetId       int           `json:"dataset_id"`
	Version         int           `json:"version"`
	FileType        fileType.Type `json:"file_type"`
	Size            int64         `json:"size"`
	S3Key           string        `json:"s3_key"`
	Path            string        `json:"path"`
	SourcePackageId int64         `json:"source_package_id"`
	CreatedAt       time.Time     `json:"created_at"`
	UpdatedAt       time.Time     `json:"updated_at"`
}

Jump to

Keyboard shortcuts

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