types

package
v0.0.0-...-d6f03b5 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArticleReq

type ArticleReq struct {
	Title  string `json:"title" redis:"title"`
	Link   string `json:"link" redis:"link"`
	Poster string `json:"poster" redis:"poster"`
	Time   string `json:"time" redis:"time"`
	Votes  int    `json:"votes" redis:"votes"`
}

type ArticleResp

type ArticleResp struct {
	Code int    `json:"code"`
	Msg  string `json:"msg"`
}

Jump to

Keyboard shortcuts

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