system

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: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Article = "article"

	ArticleDelete = "delete"
	ArticleUpdate = "update"

	ArticleCreate = "create"
)
View Source
const (
	User               = "user"
	UserSimpleInfo     = "simple"
	UserBasicInfo      = "basic"
	UserSimpleInfoList = "simples"
	UserBasicInfoList  = "basics"
	UserUpdate         = "update"
	UserDelete         = "delete"
	UserLogout         = "logout"
	UserChangePassword = "changePassword"
)
View Source
const (
	Authorization = "auth"
)
View Source
const File = "file"
View Source
const (
	Pong = "pong"
)
View Source
const (
	System = "system"
)
View Source
const Upload = "upload"
View Source
const Uploads = "uploads"

Variables

This section is empty.

Functions

This section is empty.

Types

type ArticleSystemRouter

type ArticleSystemRouter struct {
}

func (ArticleSystemRouter) InitRouter

func (a ArticleSystemRouter) InitRouter() route.RouterMap

type AuthorizationRouter

type AuthorizationRouter struct {
}

func (AuthorizationRouter) InitRouter

func (a AuthorizationRouter) InitRouter() route.RouterMap

type FileRouter

type FileRouter struct {
}

func (FileRouter) InitRouter

func (f FileRouter) InitRouter() route.RouterMap

type PongRouter

type PongRouter struct {
}

func (PongRouter) InitRouter

func (p PongRouter) InitRouter() route.RouterMap

type SystemRouter

type SystemRouter struct {
}

func (SystemRouter) InitGroup

func (s SystemRouter) InitGroup() route.RouterGroupMap

type UserSystemRouter

type UserSystemRouter struct {
}

func (UserSystemRouter) InitRouter

func (u UserSystemRouter) InitRouter() route.RouterMap

Jump to

Keyboard shortcuts

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