refactor: openpitrix module
Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
11
vendor/openpitrix.io/openpitrix/pkg/constants/user.go
generated
vendored
Normal file
11
vendor/openpitrix.io/openpitrix/pkg/constants/user.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2018 The OpenPitrix Authors. All rights reserved.
|
||||
// Use of this source code is governed by a Apache license
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
package constants
|
||||
|
||||
const UserSystem = "system"
|
||||
|
||||
var InternalUsers = []string{
|
||||
UserSystem,
|
||||
}
|
||||
Reference in New Issue
Block a user