Documentation
¶
Overview ¶
Package account contains the code to manage users and integrate authenthication functionalities from other identity providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateFullName ¶
GenerateFullName generates the full name out of first name, middle name and last name.
Types ¶
type ContextInformation ¶
type ContextInformation map[string]interface{}
func (ContextInformation) Equal ¶
func (f ContextInformation) Equal(u convert.Equaler) bool
Equal returns true if two ContextInformation objects are equal; otherwise false is returned. TODO: (kwk) think about a better comparison for ContextInformation map.
func (*ContextInformation) Scan ¶
func (j *ContextInformation) Scan(src interface{}) error
func (ContextInformation) Value ¶
func (j ContextInformation) Value() (driver.Value, error)
Source Files
¶
- doc.go
- json_storage.go
- name.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package repository provides the wrappers for 'user' and 'identity' related database interactions.
|
Package repository provides the wrappers for 'user' and 'identity' related database interactions. |
|
Package service provides the code which encapsulates business logic for managing users and identities
|
Package service provides the code which encapsulates business logic for managing users and identities |
Click to show internal directories.
Click to hide internal directories.