We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ded938 commit 3bf8ed2Copy full SHA for 3bf8ed2
actions/reconfigure.go
@@ -7,16 +7,13 @@ import (
7
"os"
8
"strconv"
9
"strings"
10
- "sync"
11
12
"../proxy"
13
)
14
15
const serviceTemplateFeFilename = "service-formatted-fe.ctmpl"
16
const serviceTemplateBeFilename = "service-formatted-be.ctmpl"
17
18
-var mu = &sync.Mutex{}
19
-
20
// Reconfigurable defines mandatory interface
21
type Reconfigurable interface {
22
Execute(reloadAfter bool) error
0 commit comments