ctrl

package
v0.1.40 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseController added in v0.1.35

type BaseController struct{}

BaseController exported

func (BaseController) Fetch added in v0.1.39

func (bc BaseController) Fetch(c *gin.Context, tbl db.Table)

Fetch exported

func (BaseController) Find added in v0.1.39

func (bc BaseController) Find(c *gin.Context, tbl db.Table)

Find exported

func (BaseController) FindFetch added in v0.1.40

func (bc BaseController) FindFetch(c *gin.Context, t1 db.Table, t2 db.Table)

Find exported

type ControllerInterface

type ControllerInterface interface {
	Index(c *gin.Context)
	IndexHead(c *gin.Context)
	Get(c *gin.Context)
	Post(c *gin.Context)
	Put(c *gin.Context)
	Delete(c *gin.Context)
}

ControllerInterface exported

type JwtController

type JwtController struct{}

JwtController exported

func (JwtController) Get

func (ctrl JwtController) Get(c *gin.Context)

Get exported

Jump to

Keyboard shortcuts

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