mirror of
https://github.com/mumble-voip/grumble.git
synced 2026-01-10 03:52:00 -08:00
Rename all Id to ID to conform with Golang coding standards
This commit is contained in:
parent
6fae18a9cd
commit
2937dab654
13 changed files with 156 additions and 156 deletions
|
|
@ -10,7 +10,7 @@ package acl
|
|||
// permissions in an ACL context.
|
||||
type User interface {
|
||||
Session() uint32
|
||||
UserId() int
|
||||
UserID() int
|
||||
|
||||
CertHash() string
|
||||
Tokens() []string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue