Documentation ¶ Index ¶ func ContextualiseFilter(filter bson.M, claimsToAdd claims.Claims) bson.M func IsValidIdentifier(id identifier.Identifier) bool type System func (s System) Details() party.Details Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ContextualiseFilter ¶ func ContextualiseFilter(filter bson.M, claimsToAdd claims.Claims) bson.M func IsValidIdentifier ¶ func IsValidIdentifier(id identifier.Identifier) bool Types ¶ type System ¶ type System struct { Id string `json:"id" bson:"id"` Name string `json:"name" bson:"name"` AdminEmailAddress string `json:"adminEmailAddress" bson:"adminEmailAddress"` } System is the model for the system entities in the system func (System) Details ¶ func (s System) Details() party.Details Details returns the party details of the system party Source Files ¶ View all Source files system.go utilities.go Directories ¶ Show internal Expand all Path Synopsis administrator adaptor/jsonRpc basic exception recordHandler adaptor/jsonRpc exception mongo setup exception Click to show internal directories. Click to hide internal directories.