package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 5, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const DefaultBaseURL = "https://vadapav.mov"
type File struct {
ID string `json:"id"`
Name string `json:"name"`
IsDir bool `json:"dir"`
Files []File `json:"files,omitempty"`
}
type Resp struct {
Data File `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.