aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-17 13:24:02 +0700
committerShulhan <ms@kilabit.info>2022-08-17 13:24:02 +0700
commit8264f90320926adc99d1dcddb3ea0d0c135af083 (patch)
treee44fad3eb256557959ccae7e98516250e42df76c
parentd4d756000a90053bbbd46710daf35c8b20523965 (diff)
downloadhaminer-8264f90320926adc99d1dcddb3ea0d0c135af083.tar.xz
all: remove unused constants
-rw-r--r--config.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.go b/config.go
index 78df898..55daa62 100644
--- a/config.go
+++ b/config.go
@@ -13,15 +13,6 @@ import (
"github.com/shuLhan/share/lib/ini"
)
-// List of config keys.
-const (
- ConfigKeyAcceptBackend = "accept_backend"
- ConfigKeyCaptureRequestHeader = "capture_request_header"
- ConfigKeyForwardInterval = "forward_interval"
- ConfigKeyInfluxAPIWrite = "influxdb_api_write"
- ConfigKeyListen = "listen"
-)
-
// List of default config key values.
const (
defListenAddr = "127.0.0.1"