From 8264f90320926adc99d1dcddb3ea0d0c135af083 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 17 Aug 2022 13:24:02 +0700 Subject: all: remove unused constants --- config.go | 9 --------- 1 file changed, 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" -- cgit v1.3