forked from TrueCloudLab/frostfs-node
Add Inner Ring code
This commit is contained in:
parent
dadfd90dcd
commit
b7b5079934
400 changed files with 11420 additions and 8690 deletions
|
@ -1,12 +1,21 @@
|
|||
package misc
|
||||
|
||||
const (
|
||||
// NodeName is an application name.
|
||||
// NodeName is a neofs node application name.
|
||||
NodeName = "neofs-node"
|
||||
|
||||
// Prefix is an application prefix.
|
||||
// Prefix is a neofs node application prefix.
|
||||
Prefix = "neofs"
|
||||
|
||||
// InnerRingName is an inner ring application name.
|
||||
InnerRingName = "neofs-ir"
|
||||
|
||||
// InnerRingPrefix is an inner ring application prefix.
|
||||
InnerRingPrefix = "neofs_ir"
|
||||
)
|
||||
|
||||
// These variables are changed in compile time.
|
||||
var (
|
||||
// Build is an application build time.
|
||||
Build = "now"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue