Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpAsset ¶
type BpAsset struct { Id bson.ObjectId `json:"-" bson:"_id"` Name string `json:"name" bson:"name"` Description string `json:"description" bson:"description"` Owner string `json:"owner" bson:"owner"` Accessibility string `json:"accessibility" bson:"accessibility"` Version string `json:"version" bson:"version"` IsNewVersion bool `json:"isNewVersion" bson:"isNewVersion"` DataType string `json:"dataType" bson:"dataType"` Providers []string `json:"providers" bson:"providers"` Markets []string `json:"markets" bson:"markets"` Molecules []string `json:"molecules" bson:"molecules"` DataCover []string `json:"dataCover" bson:"dataCover"` GeoCover []string `json:"geoCover" bson:"geoCover"` Labels []string `json:"labels" bson:"labels"` CreateTime float32 `json:"createTime" bson:"createTime"` File bson.ObjectId `json:"file" bson:"file"` Mart *bson.ObjectId `json:"mart,omitempty" bson:"mart,omitempty"` Dfs []bson.ObjectId `json:"dfs" bson:"dfs"` MartTags []string `json:"martTags" bson:"martTags"` V int32 `json:"__v" bson:"__v"` }
type BpDataset ¶
type BpDataset struct { Id bson.ObjectId `json:"-" bson:"_id"` Parent []bson.ObjectId `json:"-" bson:"parent"` ColNames []string `json:"colNames" bson:"colNames"` Length int32 `json:"length"` TabName string `json:"tabName" bson:"tabName"` Url string `json:"url"` Description string `json:"description"` Status string `json:"status"` Job bson.ObjectId `json:"job"` V int32 `json:"__v" bson:"__v"` }
type BpFile ¶
type BpFile struct { Id bson.ObjectId `json:"-" bson:"_id"` FileName string `json:"fileName" bson:"fileName"` Extension string `json:"extension"` SheetName string `json:"sheetName" bson:"sheetName"` StartRow int `json:"startRow" bson:"startRow"` Label string `json:"label"` Uploaded float64 `json:"uploaded"` Size int `json:"size"` Url string `json:"url"` V int `json:"__v" bson:"__v"` }
Click to show internal directories.
Click to hide internal directories.