mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-22 02:51:57 -08:00
grumble, pkg/*: go fmt.
This commit is contained in:
parent
d77f8843a7
commit
dd76f22eb7
14 changed files with 62 additions and 61 deletions
1
acl.go
1
acl.go
|
|
@ -55,6 +55,7 @@ func (perm Permission) ClearCacheBit() {
|
|||
|
||||
// A channel-to-permission mapping used in the ACLCache
|
||||
type ChannelCache map[int]Permission
|
||||
|
||||
// The ACLCache maps a user id to a ChannelCache map.
|
||||
// The ChannelCache map maps a channel to its permissions.
|
||||
type ACLCache map[uint32]ChannelCache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue