Fix doc comments and IDE complaint about ie. vs i.e. (#30340)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8e9a09e512
Коммит
77ae2e2d6d
@@ -83,7 +83,7 @@ func (s *Session) Auditable() map[string]interface{} {
|
||||
}
|
||||
}
|
||||
|
||||
// Returns true if the session is unrestricted, which should grant it
|
||||
// IsUnrestricted returns true if the session is unrestricted, which should grant it
|
||||
// with all permissions. This is used for local mode sessions
|
||||
func (s *Session) IsUnrestricted() bool {
|
||||
return s.Local
|
||||
|
||||
Ссылка в новой задаче
Block a user