package
Version:
v0.0.0-...-061a1bd
Opens a new window with list of versions in this module.
Published: Dec 14, 2024
License: MIT
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 File interface {
Upload(echo.Context) error
Download(echo.Context) error
}
type TodoItem interface {
Create(echo.Context) error
Update(echo.Context) error
Delete(echo.Context) error
GetByID(echo.Context) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.