constant

package
v0.0.0-...-c266f6d Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// 认证通过后用户缓存Key
	LoginKey = "login_user"

	// Commander用于选举的状态key
	IdMachine = "id_machine"
	JobVisor  = "job_visor"
	Election  = "election"

	// svc定义
	SvcCommander SvcName = "commander"
	SvcOnline    SvcName = "online"
)
View Source
const (
	CodeSuccess    = 10000
	CodeError      = 10001
	CodeForbidden  = 10002
	CodeAuthFailed = 10003

	// 错误消息定义
	ERR_MSG_USERLIST = "获取用户列表失败"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SvcName

type SvcName string

Jump to

Keyboard shortcuts

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