(sessionID string)
| 985 | } |
| 986 | |
| 987 | func (a *Authenticator) DocIDForSession(sessionID string) string { |
| 988 | return a.MetaKeys.SessionKey(sessionID) |
| 989 | } |
| 990 | |
| 991 | func GetExplicitCollectionChannelsForAuditEvent(collAccess map[string]map[string]*CollectionAccess) map[string]map[string][]string { |
| 992 | channelAccess := make(map[string]map[string][]string) |