Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NodeName is a neofs node application name. NodeName = "neofs-node" // 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" )
Variables ¶
View Source
var ( // Build is an application build time. Build = "now" // Version is an application version. Version = "dev" // Debug is an application debug mode flag. Debug = "false" )
These variables are changed in compile time.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.