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.
func SplitFullName ¶
SplitFullName splits a name and returns the firstname, lastname
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
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.