v1

package
v0.0.0-...-5952180 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct{}

func NewArticle

func NewArticle() Article

func (Article) Create

func (t Article) Create(c *gin.Context)

func (Article) Delete

func (t Article) Delete(c *gin.Context)

func (Article) Get

func (t Article) Get(c *gin.Context)

func (Article) List

func (t Article) List(c *gin.Context)

func (Article) Update

func (t Article) Update(c *gin.Context)

type Comment

type Comment struct{}

func NewComment

func NewComment() Comment

func (Comment) Delete

func (t Comment) Delete(c *gin.Context)

func (Comment) Get

func (t Comment) Get(c *gin.Context)

func (Comment) List

func (t Comment) List(c *gin.Context)

type Common

type Common struct{}

func NewCommon

func NewCommon() Common

func (Common) Dashboard

func (t Common) Dashboard(c *gin.Context)

type Tag

type Tag struct{}

func NewTag

func NewTag() Tag

func (Tag) All

func (t Tag) All(c *gin.Context)

func (Tag) Create

func (t Tag) Create(c *gin.Context)

func (Tag) Delete

func (t Tag) Delete(c *gin.Context)

func (Tag) Get

func (t Tag) Get(c *gin.Context)

func (Tag) List

func (t Tag) List(c *gin.Context)

func (Tag) Update

func (t Tag) Update(c *gin.Context)

type User

type User struct{}

func NewUser

func NewUser() User

func (User) Delete

func (t User) Delete(c *gin.Context)

func (User) Get

func (t User) Get(c *gin.Context)

func (User) List

func (t User) List(c *gin.Context)

Jump to

Keyboard shortcuts

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