소스 검색

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"`