ソースを参照

refactor(config): remove redundant struct

ayn2op 7 ヶ月 前
コミット
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"`