Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Namespace of I1820. Namespace = "I1820" // Prefix indicates environment variables prefix. Prefix = "I1820_" )
View Source
const ( // LinkPort is a port of link component. LinkPort = 0 // TMPort is a port of thing manager component. TMPort = 1378 // DMPort is port of data manager component. DMPort = 1373 // PMPort is port of project manager component. PMPort = 1999 )
Component ports are defined here.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TM TM `koanf:"tm"` Database db.Config `koanf:"database"` NATS NATS `koanf:"nats"` MQTT MQTT `koanf:"mqtt"` Docker Docker `koanf:"docker"` }
Config holds all link component configurations.
Click to show internal directories.
Click to hide internal directories.