package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 2, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Code int `json:"code"`
Message string `json:"message"`
}
type File struct {
Id uuid.UUID `json:"id"`
Context string `json:"context"`
OriginFilename string `json:"origin_filename"`
MimeType string `json:"mime_type"`
Size uint `json:"size"`
CreatedAt time.Time `json:"created_at"`
Url string `json:"url"`
}
type FileSaveSlice []interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.