Remove unused code
This commit is contained in:
@@ -18,17 +18,12 @@ type StoreConfig struct {
|
||||
Type string `toml:"Type"`
|
||||
EnableCache bool `toml:"EnableCache"`
|
||||
Postgres PostgresStoreConfig `toml:"Postgres"`
|
||||
Bolt BoltStoreConfig `toml:"Bolt"`
|
||||
}
|
||||
|
||||
type PostgresStoreConfig struct {
|
||||
DSN string `toml:"DSN"`
|
||||
}
|
||||
|
||||
type BoltStoreConfig struct {
|
||||
DBPath string `toml:"DBPath"`
|
||||
}
|
||||
|
||||
type HoneypotConfig struct {
|
||||
ListenAddr string `toml:"ListenAddr"`
|
||||
LogLevel string `toml:"LogLevel"`
|
||||
|
Reference in New Issue
Block a user