getold

package
v0.0.0-...-e9e0146 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseHandler

type BaseHandler struct {
	App *system.Application
}

func (*BaseHandler) GetLocal

func (h *BaseHandler) GetLocal() error

func (*BaseHandler) GetRemote

func (h *BaseHandler) GetRemote() error

type OldArticle

type OldArticle struct {
	Code         int    `json:"code"`
	Id           string `json:"id"`
	Uid          string `json:"uid"`
	Cid          string `json:"cid"`
	RUid         string `json:"ruid"`
	Title        string `json:"title"`
	Content      string `json:"content"`
	Tags         string `json:"tags"`
	AddTime      string `json:"addtime"`
	EditTime     string `json:"edittime"`
	Comments     string `json:"comments"`
	CloseComment string `json:"closecomment"`
	Visible      string `json:"visible"`
	Views        string `json:"views"`
}

type OldCategory

type OldCategory struct {
	Code     int    `json:"code"`
	Id       string `json:"id"`
	Name     string `json:"name"`
	Articles string `json:"articles"`
	About    string `json:"about"`
	Comments string `json:"comments"`
	Hidden   bool   `json:"hidden"`
}

type OldComment

type OldComment struct {
	Code    int    `json:"code"`
	Id      string `json:"id"`
	Aid     string `json:"articleid"`
	Uid     string `json:"uid"`
	Content string `json:"content"`
	AddTime string `json:"addtime"`
}

type OldQQ

type OldQQ struct {
	Code   int    `json:"code"`
	Id     string `json:"id"`
	Uid    string `json:"uid"`
	Name   string `json:"name"`
	Openid string `json:"openid"`
}

type OldTag

type OldTag struct {
	Code     int    `json:"code"`
	Id       string `json:"id"`
	Name     string `json:"name"`
	Articles string `json:"articles"`
	Ids      string `json:"ids"`
}

type OldUser

type OldUser struct {
	Code          int    `json:"code"`
	Id            string `json:"id"`
	Name          string `json:"name"`
	Flag          string `json:"flag"`
	Avatar        string `json:"avatar"`
	Password      string `json:"password"`
	Email         string `json:"email"`
	Url           string `json:"url"`
	Articles      string `json:"articles"`
	Replies       string `json:"replies"`
	RegTime       string `json:"regtime"`
	LastPostTime  string `json:"lastposttime"`
	LastReplyTime string `json:"lastreplytime"`
	LastLoginTime string `json:"lastLoginTime"`
	About         string `json:"about"`
	Notice        string `json:"notic"`
}

type OldWeibo

type OldWeibo struct {
	Code   int    `json:"code"`
	Id     string `json:"id"`
	Uid    string `json:"uid"`
	Name   string `json:"name"`
	Openid string `json:"openid"`
}

Jump to

Keyboard shortcuts

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