package
Version:
v1.3.40
Opens a new window with list of versions in this module.
Published: Jan 14, 2023
License: Zlib
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileChunk struct {
Number int `json:"number"`
Offset int64 `json:"offset"`
Size int64 `json:"size"`
}
type FileChunkResult struct {
Key string `json:"key,omitempty"`
Chunks []FileChunk `json:"chunks"`
}
type FilePath struct {
Product string `json:"product"`
Biz string `json:"biz"`
Type string `json:"type"`
File string `json:"file"`
Id string `json:"id"`
}
type FileResult struct {
Key string `json:"key"`
Url string `json:"url"`
Duration int64 `json:"duration"`
Id string `json:"id,omitempty"`
}
type FileResults struct {
Results []FileResult `json:"results"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.