user

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create struct {
}

func (*Create) ParseAndCheckParams

func (r *Create) ParseAndCheckParams(c *gin.Context) (err error)

type Destroy

type Destroy struct {
}

func (*Destroy) ParseAndCheckParams

func (r *Destroy) ParseAndCheckParams(c *gin.Context) (err error)

type Index

type Index struct {
}

func (*Index) ParseAndCheckParams

func (r *Index) ParseAndCheckParams(c *gin.Context) (err error)

type Logic

type Logic struct{}

func NewLogic

func NewLogic() *Logic

func (*Logic) Create

func (l *Logic) Create(c *gin.Context)

Create Save one source

func (*Logic) Destroy

func (l *Logic) Destroy(c *gin.Context)

Destroy Delete a resource

func (*Logic) Index

func (l *Logic) Index(c *gin.Context)

Index Get page list

func (*Logic) Ping

func (l *Logic) Ping(c *gin.Context)

Ping test

func (*Logic) Show

func (l *Logic) Show(c *gin.Context)

Show Get info

func (*Logic) Update

func (l *Logic) Update(c *gin.Context)

Update Modifying a resource

type Ping

type Ping struct {
}

func (*Ping) ParseAndCheckParams

func (r *Ping) ParseAndCheckParams(c *gin.Context) (err error)

type Show

type Show struct {
}

func (*Show) ParseAndCheckParams

func (r *Show) ParseAndCheckParams(c *gin.Context) (err error)

type Update

type Update struct {
}

func (*Update) ParseAndCheckParams

func (r *Update) ParseAndCheckParams(c *gin.Context) (err error)

Jump to

Keyboard shortcuts

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