v1r

package
v0.0.0-...-cfa74d8 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AppController    = controller.ControllerGroup
	PublicController = AppController.Public
	SystemController = AppController.System
)
View Source
var (
	// Ping 连通测试接口
	Ping = PublicController.Ping
	// AutenController 用户认证接口
	AutenController = PublicController.Authentication
	// MailController 邮箱接口
	MailController = PublicController.Mail
	// UserSimpleController 用户简单接口
	UserSimpleController = PublicController.UserSimpleController
	// ArticleController 文章接口
	ArticleController = PublicController.ArticleController
)

公共接口

View Source
var (
	// Pong 私有连通测试接口
	Pong = SystemController.Pong
	// ArticleModifyController 文章修改接口
	ArticleModifyController = SystemController.ArticleModifyController
	// UserController 用户接口
	UserController = SystemController.UserController
	// AuthorizationController 授权接口
	AuthorizationController = SystemController.Authorization

	FileController = SystemController.FileController
)

私有接口

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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