example

package
v0.0.0-...-10bdaf9 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2021 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Package v1 implements routing paths. Each services in own file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(handler *gin.RouterGroup, t usecase.Translation, l logger.Interface)

Types

type FormRequest

type FormRequest struct {
	Nama   string `json:"nama" form:"nama" query:"nama" binding:"required"`
	Alamat string `json:"alamat" form:"alamat" query:"alamat" binding:"required"`
	Umur   int    `json:"umur" form:"umur" query:"umur" binding:"required,numeric"`
}

type FormUpload

type FormUpload struct {
	NamaFile string                `json:"nama" form:"nama" query:"nama" binding:"required"`
	File     *multipart.FileHeader `form:"file" binding:"required"`
}

Jump to

Keyboard shortcuts

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