comment

package
v0.0.0-...-0583c98 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCommentRouter

func InitCommentRouter(router *gin.RouterGroup)

Types

type Author

type Author struct {
	NickName string
}

type CommentsDTO

type CommentsDTO struct {
	ID         uint
	ChampionID string
	Version    string
	Author     *Author
	Comment    string
}

func ConvertCommentsDTO

func ConvertCommentsDTO(src ...*model.Comment) (des []*CommentsDTO)

Jump to

Keyboard shortcuts

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