Documentation ¶
Index ¶
- type CopyExportRequest
- type ExportExcelCol
- type ExportExcelReply
- type ExportExcelRequest
- type ExportFileItem
- type ExportFileReply
- type ExportFileRequest
- type GetExportRequest
- type GetFileRequest
- type ListDirectoryRequest
- type ListExportRequest
- type ListFileRequest
- type PrepareUploadFileReply
- type PrepareUploadFileRequest
- type UploadFileReply
- type UploadFileRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyExportRequest ¶
type ExportExcelCol ¶
type ExportExcelReply ¶
type ExportExcelRequest ¶
type ExportExcelRequest struct { UserId uint32 `json:"user_id"` DepartmentId uint32 `json:"department_id"` Scene string `json:"scene"` Name string `json:"name"` Rows [][]*ExportExcelCol `json:"rows"` }
type ExportFileItem ¶
type ExportFileReply ¶
type ExportFileReply struct {
Id uint32 `json:"id"`
}
type ExportFileRequest ¶
type GetExportRequest ¶
type GetFileRequest ¶
type ListDirectoryRequest ¶
type ListExportRequest ¶
type ListFileRequest ¶
type PrepareUploadFileReply ¶
type PrepareUploadFileReply struct { Uploaded bool `json:"uploaded"` Src *string `json:"src"` ChunkSize *uint32 `json:"chunkSize"` ChunkCount *uint32 `json:"chunkCount"` UploadId *string `json:"uploadId"` UploadChunks []uint32 `json:"uploadChunks"` Sha *string `json:"sha"` Url *string `json:"url"` }
type UploadFileReply ¶
type UploadFileRequest ¶
Click to show internal directories.
Click to hide internal directories.