Files
kubesphere/vendor/openpitrix.io/openpitrix/pkg/constants/dlock.go
hongming 1b5681c12b refactor: openpitrix module
Signed-off-by: hongming <talonwan@yunify.com>
2019-09-26 13:41:00 +08:00

11 lines
257 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 (
RepoIndexPrefix = "repo_index_"
ClusterPrefix = "cluster_"
)