diff options
Diffstat (limited to 'plugins/config/config.go')
-rw-r--r-- | plugins/config/config.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/config/config.go b/plugins/config/config.go deleted file mode 100644 index b5807921..00000000 --- a/plugins/config/config.go +++ /dev/null @@ -1,10 +0,0 @@ -package config - -import "time" - -// General is the part of the config plugin which contains general for the whole RR2 parameters -// For example - http timeouts, headers sizes etc and also graceful shutdown timeout should be the same across whole application -type General struct { - // GracefulTimeout for the temporal and http - GracefulTimeout time.Duration -} |