cache_service

package
v0.0.0-...-dea6443 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2019 License: MIT Imports: 3 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    int
	TagID int
	State int

	PageNum  int
	PageSize int
}

func (*Article) GetArticleKey

func (a *Article) GetArticleKey() string

func (*Article) GetArticlesKey

func (a *Article) GetArticlesKey() string

type Tag

type Tag struct {
	ID    int
	Name  string
	State int

	PageNum  int
	PageSize int
}

func (*Tag) GetTagsKey

func (t *Tag) GetTagsKey() string

Jump to

Keyboard shortcuts

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