Documentation ¶
Index ¶
- Variables
- type Auth
- func (s Auth) CertList(m *ice.Message, arg ...string)
- func (s Auth) Issue(m *ice.Message, arg ...string)
- func (s Auth) List(m *ice.Message, arg ...string)
- func (s Auth) MemberList(m *ice.Message, arg ...string)
- func (s Auth) Remove(m *ice.Message, arg ...string)
- func (s Auth) Revoke(m *ice.Message, arg ...string)
- func (s Auth) SelectList(m *ice.Message, arg ...string)
- type AuthStatus
- type AuthType
- type CertStatus
- type Portal
- type Table
- func (s Table) AuthList(m *ice.Message, auth_uid string, cb func(value ice.Maps, auth bool))
- func (s Table) Config(m *ice.Message, arg ...string)
- func (s Table) GetAuthUID(m *ice.Message, arg ...string) string
- func (s Table) Inputs(m *ice.Message, arg ...string)
- func (s Table) RewriteAppend(m *ice.Message, arg ...string) *ice.Message
- type Tables
- type UserAuthRole
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", AuthSchool: "school", AuthStreet: "street", }
View Source
var CertStatusList = map[CertStatus]string{ CertUpload: "upload", CertVerify: "verify", CertCheck: "check", }
View Source
var OcrVendor interface { IDCard(m *ice.Message, arg ...string) BizLicense(m *ice.Message, arg ...string) }
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 CertStatus ¶ added in v0.0.14
type CertStatus int
const ( CertUpload CertStatus = iota CertVerify CertCheck )
func (CertStatus) String ¶ added in v0.0.14
func (s CertStatus) String() string
type Portal ¶
type Portal struct { guanlixitong.Portal // contains filtered or unexported fields }
type Table ¶
type Table struct { guanlixitong.Table // contains filtered or unexported fields }
func (Table) AuthList ¶ added in v0.0.14
func (Table) GetAuthUID ¶ added in v0.0.14
type UserAuthRole ¶
type UserAuthRole = guanlixitong.UserGroupRole
Source Files ¶
Click to show internal directories.
Click to hide internal directories.