Documentation
¶
Index ¶
- func Addition(c echo.Context) error
- func DeleteRecord(c echo.Context) error
- func Division(c echo.Context) error
- func GetAllRecord(c echo.Context) error
- func GetRecord(c echo.Context) error
- func Modulus(c echo.Context) error
- func Multiplication(c echo.Context) error
- func Power(c echo.Context) error
- func Square(c echo.Context) error
- func SquareRoot(c echo.Context) error
- func Subtraction(c echo.Context) error
- type GetAllRecordResponse
- type GetRecordResponse
- type Numbers
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteRecord ¶
func DeleteRecord(c echo.Context) error
func GetAllRecord ¶
func GetAllRecord(c echo.Context) error
func Multiplication ¶
func Multiplication(c echo.Context) error
func SquareRoot ¶
func SquareRoot(c echo.Context) error
func Subtraction ¶
func Subtraction(c echo.Context) error
Types ¶
type GetAllRecordResponse ¶
type GetAllRecordResponse []struct {
// contains filtered or unexported fields
}
type GetRecordResponse ¶
Click to show internal directories.
Click to hide internal directories.