package
0.2.1
Repository: https://github.com/christianmct/helium.git
Documentation: pkg.go.dev

# Functions

LoadConfigFromFile loads a node configuration from a JSON file.
New creates a new Helium node from the provided config and node list.
NewLocalTest creates a new LocalTest from the configuration and returns it.
No description provided by the author
ValidateConfig checks that the configuration is valid.

# Structs

App represents an Helium application.
Config is the configuration of a node.
No description provided by the author
Info contains the unique identifier and the network address of a node.
LocalTest represent a local test setting with several nodes and a single session with group secret key.
LocalTestConfig is a configuration structure for LocalTest types.
Node represents a Helium node.
No description provided by the author
TLSConfig is a struct for specifying TLS-related configuration.

# Interfaces

No description provided by the author

# Type aliases

Address is the network address of a node.
List is a list of known nodes in the network.