Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Upload ¶
type Upload struct { types.Base `bson:",inline"` State string `json:"-" bson:"_state,omitempty"` DataState string `json:"-" bson:"_dataState,omitempty"` // TODO: Deprecated DataState (after data migration) ByUser string `json:"byUser,omitempty" bson:"byUser,omitempty"` ComputerTime *string `json:"computerTime,omitempty" bson:"computerTime,omitempty"` DeviceManufacturers *[]string `json:"deviceManufacturers,omitempty" bson:"deviceManufacturers,omitempty"` DeviceModel *string `json:"deviceModel,omitempty" bson:"deviceModel,omitempty"` DeviceSerialNumber *string `json:"deviceSerialNumber,omitempty" bson:"deviceSerialNumber,omitempty"` DeviceTags *[]string `json:"deviceTags,omitempty" bson:"deviceTags,omitempty"` TimeProcessing *string `json:"timeProcessing,omitempty" bson:"timeProcessing,omitempty"` TimeZone *string `json:"timezone,omitempty" bson:"timezone,omitempty"` Version *string `json:"version,omitempty" bson:"version,omitempty"` }
Click to show internal directories.
Click to hide internal directories.