Add Inner Ring code

This commit is contained in:
Stanislav Bogatyrev 2020-07-24 16:54:03 +03:00
parent dadfd90dcd
commit b7b5079934
400 changed files with 11420 additions and 8690 deletions

View file

@ -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"