v1v

package
v0.0.0-...-160a03f Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateArticle

func CreateArticle(c *gin.Context)

func CreateTag

func CreateTag(c *gin.Context)

func DeleteArticle

func DeleteArticle(c *gin.Context)

func DeleteTag

func DeleteTag(c *gin.Context)

func GetArticles

func GetArticles(c *gin.Context)

func GetTags

func GetTags(c *gin.Context)

func Login

func Login(c *gin.Context)

func UpdateArticle

func UpdateArticle(c *gin.Context)

func UpdateTag

func UpdateTag(c *gin.Context)

Types

type AuthVO

type AuthVO struct {
	Username string `valid:"Required; MaxSize(50)" json:"username"`
	Password string `valid:"Required; MaxSize(50)" json:"password"`
}

Jump to

Keyboard shortcuts

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