package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Feedback struct {
Session *Session `json:"session"`
Tag *Tag `json:"tag"`
}
Feedback feedback session.
type Platform struct {
EN string `json:"en"`
ZH string `json:"zh"`
Tags []*Tag `json:"tags"`
}
Platform for tag info.
type Reply struct {
ReplyID string `json:"reply_id"`
Type int8 `json:"type"`
Content string `json:"content"`
ImgURL string `json:"img_url"`
CTime time.Time `json:"ctime"`
}
Reply feedback reply.
type Session struct {
SessionID int64 `json:"id"`
Content string `json:"content"`
ImgURL string `json:"img_url"`
State int8 `json:"state"`
CTime time.Time `json:"ctime"`
}
Session for Feedback.
type Tag struct {
ID int64 `json:"id"`
Name string `json:"name"`
Platform string `json:"-"`
}
Tag feedback tags.
type TagList struct {
Platforms []*Platform `json:"platforms"`
Limit int `json:"limit"`
}
TagList list tag.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.