Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct { TrackingID string `json:"tracking_id"` Status models.FileStatusType `json:"status"` CreatedAt time.Time `json:"created_at"` TeamName string `json:"team_name,omitempty"` RoomNumber string `json:"room_number,omitempty"` }
FileInfo api resp
type GoogleUserData ¶
type ListFilesInfo ¶
type ListFilesInfo struct { TrackingID string `json:"tracking_id"` Status uint `json:"status"` CreatedAt time.Time `json:"created_at"` TeamName string `json:"team_name"` RoomNumber string `json:"room_number"` }
ListFilesInfo db resp
type ListFilesResp ¶
ListFilesResp api resp
type MinimalUserInfo ¶
type UserFileListResp ¶
Click to show internal directories.
Click to hide internal directories.