controllers

package
v0.0.0-...-6cee497 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PingControllerInterface

type PingControllerInterface interface {
	Ping(c *gin.Context)
}

PingControllerInterface interface

var (
	// PingController export controller
	PingController PingControllerInterface = &pingController{}
)

type UserControllerInterface

type UserControllerInterface interface {
	GetAll(c *gin.Context)
	GetByID(c *gin.Context)
	Register(c *gin.Context)
	DeleteByID(c *gin.Context)
	UpdateByID(c *gin.Context)
}

UserControllerInterface interface

var (
	// UserController exported
	UserController UserControllerInterface = &userController{}
)

Jump to

Keyboard shortcuts

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