12 lines
258 B
Go
12 lines
258 B
Go
// 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,
|
|
}
|