identities

package
v2.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityModel

type IdentityModel struct {
	DjangoID          int                           `json:"django_id"`
	Identifier        string                        `json:"identifier"`
	EnvironmentAPIKey string                        `json:"environment_api_key"`
	CreatedDate       utils.ISOTime                 `json:"created_date"`
	IdentityUUID      string                        `json:"identity_uuid"`
	IdentityTraits    []*traits.TraitModel          `json:"identity_traits"`
	IdentityFeatures  []*features.FeatureStateModel `json:"identity_features"` // TODO(tzdybal): for some reason it's Set (not list) in Java impl
	CompositeKey_     string                        `json:"composite_key"`
}

func (*IdentityModel) CompositeKey

func (i *IdentityModel) CompositeKey() string

func (*IdentityModel) GetIdentityFeatures

func (i *IdentityModel) GetIdentityFeatures() []*features.FeatureStateModel

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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