PKGBUILD/pkg/config/config.go

8 lines
143 B
Go

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