Refactor route handlers
This commit is contained in:
parent
fd4b4205ba
commit
b95d92350a
3 changed files with 66 additions and 77 deletions
|
@ -33,8 +33,7 @@ type Server struct {
|
|||
server *http.Server
|
||||
router *mux.Router
|
||||
|
||||
persistence int
|
||||
persistenceLocation string
|
||||
persistence int
|
||||
|
||||
sync sync.WaitGroup
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue