package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Apr 14, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Report struct {
ID int `json:"id"`
Title string `json:"title"`
Rows int `json:"rows"`
}
type UploadRequest struct {
Filename string `json:"filename"`
Size int64 `json:"size"`
}
type UploadResponse struct {
ID string `json:"id"`
Filename string `json:"filename"`
Size int64 `json:"size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.