structs

package
v2.3.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2018 License: Apache-2.0 Imports: 0 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 {
	Id           string
	Title        string
	En_name      string
	Content      string
	Author       string
	Like_count   int
	Viewer_count int
	Create_date  string
}

type ArticleFull

type ArticleFull struct {
	// contains filtered or unexported fields
}

type ArticleTag

type ArticleTag struct {
	Name     string
	Articles []*Article
}

该结构体用在首页 name表示一个tag articles表示属于该tag的文章名

Jump to

Keyboard shortcuts

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