much more cleanup

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans
2023-03-19 18:31:16 -06:00
parent e702662919
commit 47656ca0bb
16 changed files with 148 additions and 1282 deletions

View File

@ -24,13 +24,15 @@ import (
type Config struct {
*bridgeconfig.BaseConfig `yaml:",inline"`
SegmentKey string `yaml:"segment_key"`
SegmentKey string `yaml:"segment_key"`
SegmentUserID string `yaml:"segment_user_id"`
Metrics struct {
Enabled bool `yaml:"enabled"`
Listen string `yaml:"listen"`
} `yaml:"metrics"`
// TODO need these?
GroupMe struct {
OSName string `yaml:"os_name"`
BrowserName string `yaml:"browser_name"`