Rename all Id to ID to conform with Golang coding standards

This commit is contained in:
Ola Bini 2019-12-21 17:52:27 +00:00
parent 6fae18a9cd
commit 2937dab654
No known key found for this signature in database
GPG key ID: 6786A150F6A2B28F
13 changed files with 156 additions and 156 deletions

View file

@ -10,7 +10,7 @@ package acl
// permissions in an ACL context.
type User interface {
Session() uint32
UserId() int
UserID() int
CertHash() string
Tokens() []string