Просмотр исходного кода

refactor(config): remove redundant struct

ayn2op 7 месяцев назад
Родитель
Сommit
72400571fe
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      internal/config/config.go

+ 0 - 4
internal/config/config.go

@@ -20,9 +20,6 @@ type (
 		Format  string `toml:"format"`
 	}
 
-	Identify struct {
-	}
-
 	Notifications struct {
 		Enabled  bool  `toml:"enabled"`
 		Duration int   `toml:"duration"`
@@ -49,7 +46,6 @@ type (
 		MessagesLimit     uint8 `toml:"messages_limit"`
 
 		Timestamps    Timestamps    `toml:"timestamps"`
-		Identify      Identify      `toml:"identify"`
 		Notifications Notifications `toml:"notifications"`
 
 		Keys  Keys  `toml:"keys"`