package config // Config represent the configuration type Config struct { DeviceID string `json:"device_id"` DSN string `json:"dsn"` }