(attr string, count uint32, reverse bool)
| 47 | } |
| 48 | |
| 49 | func RootNsCountKey(attr string, count uint32, reverse bool) []byte { |
| 50 | attr = x.AttrInRootNamespace(attr) |
| 51 | return x.CountKey(attr, count, reverse) |
| 52 | } |
| 53 | |
| 54 | type JwtParams struct { |
| 55 | User string |
nothing calls this directly
no test coverage detected
searching dependent graphs…