package main type Config struct { Port int Host string UartPort string Baudrate int }