example

package
v0.0.0-...-111e6d5 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApiValidation

func ApiValidation(c echo.Context) error

func Apikeymenu

func Apikeymenu(c echo.Context) error

func Apimux

func Apimux(c echo.Context) error

func EncryptDecrypt

func EncryptDecrypt(c echo.Context) error

func FlashSession

func FlashSession(c echo.Context) error

func FormValidation

func FormValidation(c echo.Context) error

func JwtGetUsername

func JwtGetUsername(c echo.Context) error

func LoginJwt

func LoginJwt(c echo.Context) error

func POST

func POST(c echo.Context) error

func Session

func Session(c echo.Context) error

func Validate

func Validate(c echo.Context) error

func Welcome

func Welcome(c echo.Context) error

Types

type Form

type Form struct {
	Nama   string `json:"nama" form:"nama" validate:"required"`
	Alamat string `json:"alamat" form:"alamat" validate:"required"`
	Umur   string `json:"umur" form:"umur" validate:"required,numeric"`
}

Jump to

Keyboard shortcuts

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