Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextualiseFilter ¶
func IsValidIdentifier ¶
func IsValidIdentifier(id identifier.Identifier) bool
Types ¶
type Client ¶
type Client struct { Id string `json:"id" bson:"id"` // Client Type, Individual or Company Type Type `json:"type" bson:"type"` Name string `json:"name" bson:"name"` // The email address which will be used to invite the admin // user of the client // I.e. the first user of the system from the client AdminEmailAddress string `json:"adminEmailAddress" bson:"adminEmailAddress"` ParentPartyType party.Type `json:"parentPartyType" bson:"parentPartyType"` ParentId id.Identifier `json:"parentId" bson:"parentId"` }
Client is the model for the client entities in the system
Click to show internal directories.
Click to hide internal directories.