From 178bcba23b1331b4e98d81e83dcaad424c5914fa Mon Sep 17 00:00:00 2001 From: Wlad Meixner Date: Sat, 9 Feb 2019 16:44:47 +0100 Subject: [PATCH] update config --- config.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.go b/config.go index 06ab7d0..a26a051 100644 --- a/config.go +++ b/config.go @@ -1 +1,7 @@ package main + +// Config hue api config +type Config struct { + Username string `yaml:name` + Password string `yaml:userpassword` +}