package
2.9.1+incompatible
Repository: https://github.com/danes3/ttn.git
Documentation: pkg.go.dev

# Functions

ConfigFromViper imports configuration from Viper.
New creates a new Component.
OnInitialize registers a function that is called when any Component is initialized.

# Constants

StatusHealthy indicates a healthy component.
StatusUnhealthy indicates an unhealthy component.

# Structs

Component contains the common attributes for all TTN components.
Config is the configuration for this component.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Status indicates the health status of this component.