common

package
v0.0.0-...-de569a9 Latest Latest
Warning

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

Go to latest
Published: May 21, 2021 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 CommentListVO

type CommentListVO struct {
	Id          string      `json:"Id"`
	CommentList []CommentVo `json:"CommentList"`
}

评论列表视图对象

type CommentResult

type CommentResult struct {
	Detail CommentListVO `json:"detail"`
}

评论结果

type CommentVo

type CommentVo struct {
	Id      string  `json:"Id"`
	Desc    string  `json:"Desc"`
	Score   float32 `json:"Score"`
	ReplyId string  `json:"ReplyId"`
}

Jump to

Keyboard shortcuts

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