article

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetArticleDetailHandler

func GetArticleDetailHandler(ctx *gin.Context)

获取用户信息

Types

type RepArticle

type RepArticle struct {
	Id         int    `json:"id"`
	Title      string `json:"name"`
	Content    string `json:"content"`
	Cat        int    `json:"cat"`
	AuthorId   int    `json:"author_id"`
	AuthorName string `json:"author_name"`
	Created    string `json:"created"`
}

响应参数(Proto定义)

Jump to

Keyboard shortcuts

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