account

package
v0.0.0-...-2d73068 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: Apache-2.0 Imports: 7 Imported by: 5

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

func GenerateFullName(nameComponents ...*string) string

GenerateFullName generates the full name out of first name, middle name and last name.

func SplitFullName

func SplitFullName(fullName string) (string, string)

SplitFullName splits a name and returns the firstname, lastname

Types

type ContextInformation

type ContextInformation map[string]interface{}

func (ContextInformation) Equal

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)

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

Jump to

Keyboard shortcuts

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