http

package
v0.0.0-...-7e759c3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File interface {
	Upload(echo.Context) error
	Download(echo.Context) error
}

type TodoItem

type TodoItem interface {
	Create(echo.Context) error
	Update(echo.Context) error
	Delete(echo.Context) error
	GetByID(echo.Context) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL