Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier struct {
EmailAddress string `json:"emailAddress"`
}
func (Identifier) IsValid ¶
func (i Identifier) IsValid() error
Determines and returns the validity of this Identifier
func (Identifier) ToFilter ¶
func (i Identifier) ToFilter() bson.M
func (Identifier) Type ¶
func (i Identifier) Type() identifier2.Type
Returns IdentifierType of this Identifier
Click to show internal directories.
Click to hide internal directories.