Documentation ¶
Index ¶
Constants ¶
View Source
const (
// AppName app code name
AppName = "GoShimmer"
)
View Source
const PluginName = "Banner"
PluginName is the name of the banner plugin.
Variables ¶
View Source
var ( // Plugin is the plugin instance of the banner plugin. Plugin = node.NewPlugin(PluginName, nil, node.Enabled, configure, run) // AppVersion version number AppVersion = "v0.8.11" // SimplifiedAppVersion is the version number without commit hash SimplifiedAppVersion = simplifiedVersion(AppVersion) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.