package
2.11.0+incompatible
Repository: https://github.com/thethingsnetwork/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.