Documentation
¶
Overview ¶
Package indra is the root level package for Indranet, a low latency, Lightning Network monetised distributed VPN protocol designed for providing strong anonymity to valuable internet traffic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URL is the git URL for the repository. URL = "github.com/cybriq/proc" // GitRef is the gitref, as in refs/heads/branchname. GitRef = "refs/heads/master" // ParentGitCommit is the commit hash of the parent HEAD. ParentGitCommit = "efb9b59c45b248d52dbd12706b03da6549735942" // BuildTime stores the time when the current binary was built. BuildTime = "2022-12-22T15:52:59Z" // SemVer lists the (latest) git tag on the build. SemVer = "v0.20.1" // PathBase is the path base returned from runtime caller. PathBase = "/home/loki/src/github.com/cybriq/proc/" // Major is the major number from the tag. Major = 0 // Minor is the minor number from the tag. Minor = 20 // Patch is the patch version number from the tag. Patch = 1 )
Functions ¶
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
buidl
command
Package main is a subset of bumper, all it does mainly is refresh the PathBase, so that log prints correctly parse the embedded debug information used to show the source code location.
|
Package main is a subset of bumper, all it does mainly is refresh the PathBase, so that log prints correctly parse the embedded debug information used to show the source code location. |
bumper
command
Package main is a tool for creating version information to be placed at the repository root of a project.
|
Package main is a tool for creating version information to be placed at the repository root of a project. |
logtest
command
|
|
pkg
|
|
Click to show internal directories.
Click to hide internal directories.