()
| 130 | // UserCollectionAccess functions the same as PrincipalCollectionAccess, but for user-specific properties. |
| 131 | type UserCollectionAccess interface { |
| 132 | JWTChannels() ch.TimedSet |
| 133 | SetJWTChannels(ch.TimedSet, uint64) |
| 134 | } |
| 135 |
no outgoing calls
no test coverage detected