site

package
v0.0.0-...-84e4fc3 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewReplyReq

type NewReplyReq struct {
	Content string `binding:"required"`
}

NewReplyReq 新回复

type NewSessionReq

type NewSessionReq struct {
	User     string `binding:"required"`
	Password string `binding:"required"`
}

NewSessionReq 新会话

type NewSiteReq

type NewSiteReq struct {
	Name   string `binding:"required"`
	Prefix string `binding:"required"`
}

NewSiteReq 新站点

type NewThreadReq

type NewThreadReq struct {
	Title   string `binding:"required"`
	Content string `binding:"required"`
	Alias   string
}

NewThreadReq 新帖子

type RegisterAccountReq

type RegisterAccountReq struct {
	Name     string `binding:"required,min=2"`
	Email    string `binding:"required,email"`
	Password string `binding:"required,min=6"`
}

RegisterAccountReq 注册帐号

Jump to

Keyboard shortcuts

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