renzhengshouquan

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AuthStatusList = map[AuthStatus]string{
	AuthCreate:  "create",
	AuthRequest: "request",
	AuthIssued:  "issued",
	AuthRevoked: "revoked",
}
View Source
var AuthTypeList = map[AuthType]string{
	AuthRoot:     "root",
	AuthCity:     "city",
	AuthPersonal: "personal",
	AuthService:  "service",
	AuthCompany:  "company",
}
View Source
var UserAuthRoleList = guanlixitong.UserGroupRoleList

Functions

This section is empty.

Types

type AuthStatus

type AuthStatus int
const (
	AuthCreate AuthStatus = iota
	AuthRequest
	AuthIssued
	AuthRevoked
)

func (AuthStatus) String

func (s AuthStatus) String() string

type AuthType

type AuthType int
const (
	AuthRoot AuthType = iota
	AuthCity
	AuthPersonal
	AuthService
	AuthCompany
)

func (AuthType) String

func (s AuthType) String() string

type Portal

type Portal struct {
	guanlixitong.Portal
	// contains filtered or unexported fields
}

func (Portal) List

func (s Portal) List(m *ice.Message, arg ...string)

func (Portal) PlaceCreate

func (s Portal) PlaceCreate(m *ice.Message, arg ...string)

func (Portal) PlaceList

func (s Portal) PlaceList(m *ice.Message, arg ...string) *ice.Message

type Table

type Table struct {
	guanlixitong.Table
	// contains filtered or unexported fields
}

func (Table) Inputs

func (s Table) Inputs(m *ice.Message, arg ...string)

func (Table) RewriteAppend

func (s Table) RewriteAppend(m *ice.Message, arg ...string) *ice.Message

type Tables

type Tables struct{ Table }

func (Tables) BeforeMigrate

func (s Tables) BeforeMigrate(m *ice.Message, arg ...string)

type UserAuthRole

type UserAuthRole = guanlixitong.UserGroupRole

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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