Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityDef ¶
type IdentityDef interface {
Type() model.IdentityType
}
func ParseIdentityDef ¶
func ParseIdentityDef(data map[string]interface{}) (IdentityDef, error)
type IdentityDefLoginID ¶
func (*IdentityDefLoginID) GetLoginID ¶
func (i *IdentityDefLoginID) GetLoginID() string
func (*IdentityDefLoginID) GetLoginIDKey ¶
func (i *IdentityDefLoginID) GetLoginIDKey() string
func (*IdentityDefLoginID) Type ¶
func (i *IdentityDefLoginID) Type() model.IdentityType
Click to show internal directories.
Click to hide internal directories.